I have few .net console apps which i want to start remotely using Powershell.
Using Start-Process
I am able to start the application, however they run in the background so I do not see the app console to check for any error.
Is there a way to run the application in foreground using PS?