Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.13 KB

Winster

Winster is a powershell module for checking common things on Windows OS. Its name is derived from Pester which is a unit testing module that I used in conjuntion with this module, sorry I am not too original with names. I do quality control on servers hence its creation. Some of the functions where straight answers from StackOverflow or google searches with minor modifications, but at the time I did not add links for everything. This is nearly a year of work. If you see something you made, let me know to give credit where is due.

Available Functions Overview

  • Get-RegistryKey
  • Test-RegistryPath
  • Test-RegistryKey
  • Compare-TwoRegistryKey
  • Test-StringInKey
  • Confirm-FolderExists
  • Confirm-FileExistsLeaf
  • Confirm-FileExists
  • Get-RamBytes
  • Get-NumProcessors
  • Get-DiskSize
  • Get-JsonData
  • Confirm-FolderAccess
  • Confirm-ProcessRunning
  • Confirm-Hotfix
  • Get-Hosts
  • Compare-FileVersion
  • Find-ProgramVersion
  • Find-ProgramVersionExclude
  • Find-ProgramVersionGrep
  • Convert-Size

TODO

  • Create usage documentation
  • Add example on usage with Pester

Questions, Contributions, or Feedback

fernandobe+git@protonmail.com