PURPOSE
This script will write three csv's (a) the currently installed software, (b) the machine's processor resources, and (c) the machine's memory into the current directory.
EXECUTION
- Open powershell as administrator
- Set the execution policy to unrestricted to allow for the execution of scripts (even unsigned): Set-Executionpolicy Unrestricted
- Execute the script as follows: .\list_software_and_resources.ps1
Please use the latest release: https://github.com/dannykrouk/listSoftwareAndResources/releases/latest