Skip to content

Commit

Permalink
Minor changes to Set-DCShadowPermissions
Browse files Browse the repository at this point in the history
  • Loading branch information
samratashok committed Jun 7, 2018
1 parent 82bee0f commit c3fdf5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ActiveDirectory/Set-DCShadowPermissions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ https://github.com/samratashok/nishang
[String]
$FakeDC,

[Parameter(Position = 1, Mandatory = $False)]
[Parameter(ParameterSetName="Object",Position = 1, Mandatory = $False)]
[String]
$Object,

[Parameter(Position = 2, Mandatory = $False)]
[Parameter(ParameterSetName="SamAccountName",Position = 2, Mandatory = $False)]
[String]
$SamAccountName,

[Parameter(Position = 3, Mandatory = $False)]
[Parameter(ParameterSetName="ADSPAth",Position = 3, Mandatory = $False)]
[String]
$ADSPath,

Expand Down

0 comments on commit c3fdf5e

Please sign in to comment.