4 lines
84 B
Text
4 lines
84 B
Text
|
|
foreach ($e in $h.GetEnumerator()) {
|
||
|
|
Write-Host Key: $e.Name, Value: $e.Value
|
||
|
|
}
|