Run command with a Managed Service Account?
Possible with Sysinternals' PsExec Tool, with a blank password.
Command example:
PsExec.exe -u domain\MsaAccount$ cmd.exe
Skip the password prompt by substituting ~ for the password in powershell.
./psexec -i -u domain\gMSA$ -p ~ notepad.exe