Skip to content

Commit

Permalink
Missing y in Active Directory (#2137)
Browse files Browse the repository at this point in the history
For copy and paste reasons (also it would now make a bit more sense)
  • Loading branch information
kilasuit authored and Sean Wheeler committed Feb 21, 2018
1 parent c4586ec commit e253bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/docs-conceptual/setup/PS-remoting-second-hop.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module into your session:
```powershell
PS C:\> Add-WindowsFeature RSAT-AD-PowerShell
PS C:\> Import-Module ActiveDirector
PS C:\> Import-Module ActiveDirectory
```
Several available cmdlets now have a **PrincipalsAllowedToDelegateToAccount** parameter:

Expand Down

0 comments on commit e253bf6

Please sign in to comment.