Skip to content

A power shell script to detect non-whitelisted installed software on windows machines.

License

Notifications You must be signed in to change notification settings

LoginRadius/ps-softlist

Repository files navigation

A Quick scan and validate all softwares in the system and figure out whitelisted according to the organization compliance software list.

Features

  • Compare Installed Software with pre WhiteListed Software List
  • Generate report in the CSV Format
  • Email the report

Quickstart

Download the power script folder Unzip the downloaded folder Locate the bat file ScanInstallSoftware.bat Open the bat file and follow the instructions

Use full Commands

Follow the commands listed below.

get-help .\ScanInstalledSoftwars.ps1 -full

This command will show all parameters details with examples

Note

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.

How to Contribute

To become a contributor, please follow our contributing guide.

License

For more information on licensing, please refer to License

About

A power shell script to detect non-whitelisted installed software on windows machines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published