Let's say I have remote access to a server which uses MSA's to run application pools and windows services. Can I as a normal (not elevated) user run program's under those MSA's?
For example
PsExec.exe -u domain\MsaAccount$ cmd.exe
I would say no, but I need to make sure. It's not that I don't know that they can be used to run stuff like services. I just don't want users without elevated rights to use them to do stuff they aren't allowed to.