-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or request
Description
@operat0r I took a quick glance. My suggestions to improve this: Get-WMIObject should be considered deprecated. Use Get-CimInstance. Don't turn off errors. Use proper error handling with Try/Catch. Use Join-Path instead of concatenation.
Apr 2
JeffHicks
Jeff Hicks 🐶🎼🍷🖥️
@jeffhicks
@operat0r I think you should make this a proper PowerShell module. Break out each function to a separate file. Use proper function names. Create a manifest. Add proper help documentation for each command.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request