Skip to content

Commit

Permalink
#13
Browse files Browse the repository at this point in the history
Initialize-ISHRegional removed check for elevated permissions
  • Loading branch information
Sarafian committed Feb 13, 2017
1 parent f1ddca8 commit 7a0a366
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
**1.2**

Issues:
- GH-13: Initialize-ISHRegional should not require elevated permissions.

In detail:
- `Initialize-ISHRegional` doesn't check for elevated permissions.

**1.1**

Issues:
Expand Down
3 changes: 1 addition & 2 deletions Source/Modules/ISHServer/Initialize-ISHRegional.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ function Initialize-ISHRegional

begin
{
. $PSScriptRoot\Private\Test-RunningAsElevated.ps1
Test-RunningAsElevated -StopCallerPSCmdlet $PSCmdlet

}

process
Expand Down

0 comments on commit 7a0a366

Please sign in to comment.