remove ambiguous unicode character from powershell script

This commit is contained in:
2025-11-07 10:02:06 -08:00
parent 0da4a2c08a
commit b18bc2be03
+1 -1
View File
@@ -72,7 +72,7 @@ foreach ($gpoGuid in $gpoLinks.Keys) {
$gpo = Get-GPO -Guid $gpoGuid -ErrorAction Stop $gpo = Get-GPO -Guid $gpoGuid -ErrorAction Stop
} }
catch { catch {
Write-Warning "Unable to retrieve GPO $gpoGuid skipping." Write-Warning "Unable to retrieve GPO $gpoGuid - skipping."
continue continue
} }
Write-Host "GPO: $($gpo.DisplayName)" Write-Host "GPO: $($gpo.DisplayName)"