Hello All,
I am trying to figure out a way to create a shortcut that will enable me to launch Exchange Management Shell as a different user. I currently have a shortcut for Powershell that allows me to login as a different user using the configuration below:
Text
C:\Windows\System32\runas.exe /env /noprofile /user:contuso\jsmith "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noprofile -command \"start-process powershell -verb RunAs\""
Does someone have a way for me to do the same thing with Exchange Management Shell?