Windows Server 2012 R2 – Running Commands with Managed Service Accounts

managed-service-accountswindowswindows-server-2012-r2

I've just granted permissions for a MSA (Managed Service Account) to some resources.

Can I verify it works, by running a cmd.exe process with the credentials of the MSA account, and check I have the proper permissions?

Best Answer

Possible with Sysinternals' PsExec Tool, with a blank password.

Command example:

PsExec.exe -u domain\MsaAccount$ cmd.exe