A Quick scan and validate all softwares in the system and figure out whitelisted according to the organization compliance software list.
- Compare Installed Software with pre WhiteListed Software List
- Generate report in the CSV Format
- Email the report
Download the power script folder
Unzip the downloaded folder
Locate the bat file ScanInstallSoftware.bat
Open the bat file and follow the instructions
Follow the commands listed below.
get-help .\ScanInstalledSoftwars.ps1 -full
This command will show all parameters details with examples
You need to enable unsigned scripts before executing this powershell script
Start Windows PowerShell with the "Run as Administrator" option. Only Administrators can change the execution policy Enable running unsigned scripts by entering
Set-Executionpolicy RemoteSigned
This will allow running unsigned scripts and signed scripts from the Internet.
To become a contributor, please follow our contributing guide.
For more information on licensing, please refer to License