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