Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarafian committed May 31, 2017
1 parent 8a92cb3 commit 53a11fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#>

function Get-ISHCOMPlus
function Get-ISHServerCOMPlus
{
[CmdletBinding()]
Param()
Expand Down
2 changes: 1 addition & 1 deletion Source/Modules/ISHServer/ISHServer.12.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $exportNames=@(
"Test-ISHServerCompliance"
"Get-ISHServerFolderPath"
"Grant-ISHUserLogOnAsService"
"Get-ISHCOMPlus"
"Get-ISHServerCOMPlus"
"Get-ISHNormalizedCredential"
#endregion

Expand Down
2 changes: 1 addition & 1 deletion Source/Modules/ISHServer/ISHServer.13.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $exportNames=@(
"Test-ISHServerCompliance"
"Get-ISHServerFolderPath"
"Grant-ISHUserLogOnAsService"
"Get-ISHCOMPlus"
"Get-ISHServerCOMPlus"
"Get-ISHNormalizedCredential"
#endregion

Expand Down

0 comments on commit 53a11fe

Please sign in to comment.