Passwort eines Windows Service Accounts per PowerShell zurücksetzen
Um das Passwort eines Windows Service Benutzer zu ändern, kann in der PowerShell das CmdLet Reset-ADServiceAccountPassword verwendet werden.
Reset-ADServiceAccountPassword -Identity SAPServiceHSL
Das Kommando funktioniert nur bei standalone manage service accounts, nicht bei group managed service accounts (gMSA).