Using PowerUp to test for Windows Vulnerabilities
Using PowerUp to test for Windows Vulnerabilities#
Download PowerUp.ps1 to a folder excluded from AV scanning.
You may need to bypass the PowerShell execution policy in order to use PowerUp.ps1. The following command can be used:
powershell -ep bypassTo execute PowerUp.ps1 and retain the modules in scope, execute the script with a preceding period, like so:
. .\PowerUp.ps1Use the following cmdlet to test for Windows Vulnerabilities:
Invoke-AllChecks