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)
psexec.exe -i -s powershell.exe