Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
New-ADServiceAccount -Name "gytGMSA" -DNSHostName "domain.com" -PrincipalsAllowedToRetrieveManagedPassword "GroupName"
Info
  • Replace gytGMSA with your desired gMSA name.

  • Replace domain.com with your domain name.

  • Replace GroupName with the group or computer accounts that will use this gMSA.

...