Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LoginRadius/ps-softlist

A power shell script to detect non-whitelisted installed software on windows machines.
https://github.com/LoginRadius/ps-softlist

hacktoberfest powershell-script windows

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.

```powershell
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

```powershell
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](Contributing.md).

## License

For more information on licensing, please refer to [License](LICENSE)