May 2019
Intermediate to advanced
620 pages
21h 41m
English
To create a gMSA, use the following lines of PowerShell on a system with the Active Directory Module for Windows PowerShell installed, while signed in with a user account that is a member of the Domain Admins group:
Import-Module ActiveDirectoryNew-ADServiceAccount ADFSgMSA -DNSHostName DC01.lucernpub.com -PrincipalsAllowedToRetrieveManagedPassword ADFSServer1
Change the values for the gMSA, the domain controller, and the AD FS server name in the preceding lines of PowerShell.
Read now
Unlock full access