Skip to content

Instantly share code, notes, and snippets.

@DiHo78
Last active September 27, 2020 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DiHo78/038003b3f4fc2d48cabac78e1fd863f7 to your computer and use it in GitHub Desktop.
Save DiHo78/038003b3f4fc2d48cabac78e1fd863f7 to your computer and use it in GitHub Desktop.
$Account = "MyNormalSvcAccount"
$mySvcAcc = Get-ADUser -Identity $Account
Set-ADObject -Identity $mySvcAcc -Add @{"msDS-AllowedToDelegateTo"=$DBSPNs2Add } -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment