LoginRadius / ps-softlist

A power shell script to detect non-whitelisted installed software on windows machines.
MIT License
5 stars 9 forks source link

:sparkles: Added Version option in input file #13

Closed Torfab closed 2 years ago

Torfab commented 2 years ago

The csv admit a second parameter called "Version", the log is changed and divided in "whitelist with compliant version", "white list with uncompliant version", "not in whitelist" The script is still compliant with files without the second parameter for retrocompatibility. (despite the new log).

Fixed a bug where the notwhitelist softwares logged all the software ignoring the whitelist

If the software has not the version put "ND" (not defined" as version parameter

Torfab commented 2 years ago

12

Torfab commented 2 years ago

@code-vj