This was a frustrating error that, if I had slowed down for 2 minutes, would have been easy for me to figure out what was wrong.
The issue was that the Exchange Power Shell – Management Shell cmdlets was not in the location Exchange expected sooooo, I had to run the standard Windows Server Power Shell and load the commands manually:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -PSConsoleFile “C:\Program Files\Microsoft\Exchange Server\v14\bin\exshell.psc1″ -noexit -command “. ‘C:\Program Files\Microsoft\Exchange Server\v14\bin\Exchange.ps1’”
.
Note that when you paste you WILL have to fix the single quote ‘ as my text editor appears to change them some gibberish.In my case an addition problem was that the blogs I was looking at to figure out my problem did not have the \V14\ folder in their path… this is bad.
This website uses cookies.
View Comments
paste the code exactly like explain in the page, but verify that the single quote ‘ is ok because some text editors modify this character, And also verify the path of your exchange installation, in my case (exchange 2010) I paste de code like this:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -PSConsoleFile “D:\Apl\Microsoft\Exchange Server\Bin\exshell.psc1” -noexit -command “. ‘D:\Apl\Microsoft\Exchange Server\Bin\Exchange.ps1’”
Hello,
It worked for me as well, but i have to run it everytime i want to configure anything from exchange management shell. Isn´t there a way to totally fix it?
Hello what do you mean
Note that when you paste you WILL have to fix the single quote ‘
it needs to be replaced by " or removed
Thanks
Thanks, it's work for me too !
Hello
how did you paste the command not working for me
Thanks
Thanks bro. It is worked to me.
Thanks again
Wasantha