Skip to content

marinkarin/Windows_System_Info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Windows Sysinfo

A PowerShell script that runs a few basic system checks. It maybe useful for system admins testing systems before deployment

Requirements

To run the script you can do the following

  1. Download and extract the .zip file
  2. Open PowerShell (or PowerShell ISE) as an Administrator
  3. Enable PowerShell execution Set-ExecutionPolicy Unrestricted -Force
  4. On the prompt, change to the directory where you extracted the files: e.g. - cd c:\temp
  5. Next, to run either script, enter in the following: e.g. - .\system_check.ps1

TODOs

  • Write function to check running services

  • Add testing

  • General Refactoring

  • Maybe add a GUI?

History

First commit: July 26, 2019

About

A ready check PS script for workstation deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published