Fix WDAC
This commit is contained in:
@@ -33,4 +33,6 @@ function Show-WDACMenu {
|
||||
default { Write-Host "Invalid selection. Please choose 1, 2, or 3." }
|
||||
}
|
||||
} while ($selection -ne "1" -and $selection -ne "2" -and $selection -ne "3")
|
||||
}
|
||||
}
|
||||
|
||||
Show-WDACMenu
|
||||
Reference in New Issue
Block a user