I am using windows "scheduled tasks" to run a powershell script with parameters.
For some reason it is executing in the background rather than the foreground. I want to be able to see it executing... it takes over 1 hour to finish and I want to watch its progress.
Thanks