Skip to content

Releases: mod-posh/ComputerManagement

BUGFIX Update v1.1.2.3

26 May 19:56
3031e9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2.2...v1.1.2.3

BUGFIX: Updated module definition and help

15 Sep 17:58
bc5f70a
Compare
Choose a tag to compare

Unreleased

  • Update module for current PowerShell

[1.1.2.2] - 2020-09-15

Fixed

  • Issue #63 Forgot to update the definition file with changed/removed functions

[1.1.2.1] - 2020-09-15

Updated

  • Issue #59 Change plural functions to singular

Removed

  • Issue #39 Remove functions not relevant to this module

[1.1.2.0] - 2020-09-14

Removed

  • Issue #55 Remove New-ScheduledTask

[1.1.1.0] - 2020-09-14

Removed

  • Issue #43 Remove Add-LocalUserToGroup
  • Issue #44 Remove Get-LocalUserAccounts
  • Issue #45 Remove New-LocalUser
  • Issue #46 Remove Remove-LocalUser
  • Issue #50 Remove Remove-UserFromLocalGroup

[1.1.0.0] - 2020-09-14

Added

  • Added Updatable help

Updated

  • Issue #37 Updated documentation help files
  • Issue #38 Updatable help

[1.0.0.0] - 2020-09-13

Added

  • Creating help
  • Included build pipeline

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

[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

Refined Module

15 Sep 14:19
cfcdd22
Compare
Choose a tag to compare

Unreleased

  • Update module for current PowerShell

[1.1.2.1] - 2020-09-15

Updated

  • Issue #59 Change plural functions to singular

Removed

  • Issue #39 Remove functions not relevant to this module

[1.1.2.0] - 2020-09-14

Removed

  • Issue #55 Remove New-ScheduledTask

[1.1.1.0] - 2020-09-14

Removed

  • Issue #43 Remove Add-LocalUserToGroup
  • Issue #44 Remove Get-LocalUserAccounts
  • Issue #45 Remove New-LocalUser
  • Issue #46 Remove Remove-LocalUser
  • Issue #50 Remove Remove-UserFromLocalGroup

[1.1.0.0] - 2020-09-14

Added

  • Added Updatable help

Updated

  • Issue #37 Updated documentation help files
  • Issue #38 Updatable help

[1.0.0.0] - 2020-09-13

Added

  • Creating help
  • Included build pipeline

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

[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

Updated to remove function that exists in ScheduledTasks

14 Sep 22:33
b8268cc
Compare
Choose a tag to compare

Unreleased

  • Update module for current PowerShell

[1.1.2.0] - 2020-09-14

Removed

  • Issue #55 Remove New-ScheduledTask

[1.1.1.0] - 2020-09-14

Removed

  • Issue #43 Remove Add-LocalUserToGroup
  • Issue #44 Remove Get-LocalUserAccounts
  • Issue #45 Remove New-LocalUser
  • Issue #46 Remove Remove-LocalUser
  • Issue #50 Remove Remove-UserFromLocalGroup

[1.1.0.0] - 2020-09-14

Added

  • Added Updatable help

Updated

  • Issue #37 Updated documentation help files
  • Issue #38 Updatable help

[1.0.0.0] - 2020-09-13

Added

  • Creating help
  • Included build pipeline

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

[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

Updated to remove functions from built-in PowerShell Modules

14 Sep 22:07
Compare
Choose a tag to compare

Unreleased

  • Update module for current PowerShell

[1.1.1.0] - 2020-09-14

Removed

  • Issue #43 Remove Add-LocalUserToGroup
  • Issue #44 Remove Get-LocalUserAccounts
  • Issue #45 Remove New-LocalUser
  • Issue #46 Remove Remove-LocalUser
  • Issue #50 Remove Remove-UserFromLocalGroup

[1.1.0.0] - 2020-09-14

Added

  • Added Updatable help

Updated

  • Issue #37 Updated documentation help files
  • Issue #38 Updatable help

[1.0.0.0] - 2020-09-13

Added

  • Creating help
  • Included build pipeline

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

[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

New and Improved help system, now with updatable help

14 Sep 20:54
7dd9caf
Compare
Choose a tag to compare

[1.1.0.0] - 2020-09-14

Added

  • Added Updatable help

Updated

  • Issue #37 Updated documentation help files
  • Issue #38 Updatable help

[1.0.0.0] - 2020-09-13

Added

  • Creating help
  • Included build pipeline

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

[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

Initial Module Release

14 Sep 02:03
Compare
Choose a tag to compare

[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