A PowerShell script that runs a few basic system checks. It maybe useful for system admins testing systems before deployment
To run the script you can do the following
- Download and extract the .zip file
- Open PowerShell (or PowerShell ISE) as an Administrator
- Enable PowerShell execution
Set-ExecutionPolicy Unrestricted -Force
- On the prompt, change to the directory where you extracted the files: e.g. - cd c:\temp
- Next, to run either script, enter in the following: e.g. - .\system_check.ps1
-
Write function to check running services
-
Add testing
-
General Refactoring
-
Maybe add a GUI?
First commit: July 26, 2019