GMSA Password
Reading GMSA Password (Group Managed Service Accounts)
User accounts created to be used as service accounts rarely have their password changed. Group Managed Service Accounts (GMSAs) provide a better approach (starting in the Windows 2012 timeframe). The password is managed by AD and automatically rotated every 30 days to a randomly generated password of 256 bytes.
GMSA Attributes in the Active Directory
Extract NT hash from the Active Directory
GMSAPasswordReader.exe --accountname SVC_SERVICE_ACCOUNT6) Invoke-GMSAPasswordReader
Last updated