Skip to content

Initial Module Release

Compare
Choose a tag to compare
@jeffpatton1971 jeffpatton1971 released this 14 Sep 02:03
· 102 commits to master since this release

[1.0.0.0] - 2020-09-12

Added

  • Created ComputerManagement repository in mod-posh Organization
  • Imported the original ComputerManagement module from the mod-posh repository

Updated

  • Issue #1 Removed Trailing whitespace
  • Issue #9 Corrected empty Try/Catch block
  • Issue #7 Set Output Type properly
  • Issue #2 Removed default values for Mandatory parameters
  • Issue #14 Removed unused parameters
  • Issue #4 Removed Get-UpTime as it's built-in now
  • Issue #13 Proper evaluation of $null
  • Issue #6 Changed to proper verbs
  • Issue #12 Use SecureString for Credentials/Passwords
  • Issue #11 Construct SecureString

[1.0.0.0] - 2020-09-13

Updated

  • Issue #15 Adding ShouldProcess to functions
  • Issue #31 Updated OutputType
  • Issue #30 Used full AclObject parameter
  • Issue #29 Reduce/Remove invoke-expression
  • Issue #5 Replace WMI with CIM cmdlets