Running interactive powershell session as Local System account
July 17, 2014
In order to troubleshoot a process running as the Local System account, I was required to run a powershell session under the security context of this account. This can be achieved by invoking the PSExec executable with the below parameters to run as the local system account (-s) and to interact with the desktop (-i) … More Running interactive powershell session as Local System account