Hello I 'm trying execute powershell script from DOS, I want to run the script and see nothing seen on the screen DOS
This is the line that I´m using:
powershell -windowstyle hidden -ExecutionPolicy RemoteSigned -File "C:\ConnectExchange2013.ps1" "testjose" "testjose"
thanks