diff --git a/CHANGELOG.md b/CHANGELOG.md index 188c19e..f42eea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ Issues: - GH-32: Set-ISHUserLocal throws error "net.exe : The user name could not be found." when the password has character " -- GH-31: Set-ISHUserLocal cannot work with passwords longer thatn 14 characters +- GH-31: Set-ISHUserLocal cannot work with passwords longer than 14 characters +- GH-34: Rename Get-ISHCOMPlus to Get-ISHServerCOMPlus + +In detail: +- Renamed `Get-ISHCOMPlus` to `Get-ISHServerCOMPlus` **1.5** diff --git a/Source/Modules/ISHServer/Get-ISHCOMPlus.ps1 b/Source/Modules/ISHServer/Get-ISHServerCOMPlus.ps1 similarity index 98% rename from Source/Modules/ISHServer/Get-ISHCOMPlus.ps1 rename to Source/Modules/ISHServer/Get-ISHServerCOMPlus.ps1 index 4d3979f..5195750 100644 --- a/Source/Modules/ISHServer/Get-ISHCOMPlus.ps1 +++ b/Source/Modules/ISHServer/Get-ISHServerCOMPlus.ps1 @@ -14,7 +14,7 @@ # limitations under the License. #> -function Get-ISHCOMPlus +function Get-ISHServerCOMPlus { [CmdletBinding()] Param() diff --git a/Source/Modules/ISHServer/ISHServer.12.psm1 b/Source/Modules/ISHServer/ISHServer.12.psm1 index da298b4..4a27170 100644 --- a/Source/Modules/ISHServer/ISHServer.12.psm1 +++ b/Source/Modules/ISHServer/ISHServer.12.psm1 @@ -21,7 +21,7 @@ $exportNames=@( "Test-ISHServerCompliance" "Get-ISHServerFolderPath" "Grant-ISHUserLogOnAsService" - "Get-ISHCOMPlus" + "Get-ISHServerCOMPlus" "Get-ISHNormalizedCredential" #endregion diff --git a/Source/Modules/ISHServer/ISHServer.13.psm1 b/Source/Modules/ISHServer/ISHServer.13.psm1 index 977a9fe..818d916 100644 --- a/Source/Modules/ISHServer/ISHServer.13.psm1 +++ b/Source/Modules/ISHServer/ISHServer.13.psm1 @@ -21,7 +21,7 @@ $exportNames=@( "Test-ISHServerCompliance" "Get-ISHServerFolderPath" "Grant-ISHUserLogOnAsService" - "Get-ISHCOMPlus" + "Get-ISHServerCOMPlus" "Get-ISHNormalizedCredential" #endregion