Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 559 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 559 Bytes

listSoftwareAndResources

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

  1. Open powershell as administrator
  2. Set the execution policy to unrestricted to allow for the execution of scripts (even unsigned): Set-Executionpolicy Unrestricted
  3. Execute the script as follows: .\list_software_and_resources.ps1

Please use the latest release: https://github.com/dannykrouk/listSoftwareAndResources/releases/latest