2 lines
81 B
Text
2 lines
81 B
Text
|
|
$h.GetEnumerator() | ForEach-Object { Write-Host Key: $_.Name, Value: $_.Value }
|