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