I'm using Windows Powershell to access virtual machines. When I try to run a program using Powershell by "Start-Process notepad.exe" or ".\notepad.exe", The notepad seems to appear in task manager but doesn't appear on the desktop. I use "Start-Process notepad.exe -WindowsStyle maximized" command but nothing has changed. For other applications the issue is the same. They appear in task manager as running but are not available on desktop.
How can I fix it? How can I make the applications run by Powershell available on remote desktop?