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?
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?
Possible with Sysinternals' PsExec Tool, with a blank password.
Command example:
Skip the password prompt by substituting ~ for the password in powershell.