Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/LoginRadius/ps-softlist
- Owner: LoginRadius
- License: mit
- Created: 2020-09-21T13:21:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T15:49:40.000Z (about 3 years ago)
- Last Synced: 2024-04-17T07:05:34.664Z (7 months ago)
- Topics: hacktoberfest, powershell-script, windows
- Language: PowerShell
- Homepage:
- Size: 24.4 KB
- Stars: 5
- Watchers: 9
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
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 scriptStart 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)