Hello freinds.
I was messing with an exchange server for 3 F***ing days because i got it from an IT that installed it badly.
There is no ECP managment, No Powershell Commands (or at least thats was the situation).
After 3 days of head breaking and hair ripping i found how to bring all the Powershelll Exchange commands back and i want to share it with you (in case youre getting the same problem as i).
First of all open Powershell and run the following command:
New-Item -path $profile -type file –force
affter that open this $Profile File with notepad
on Powershell run - .\notepad.exe $PROFILE
add the next line into the file and save it:
Add-PSSnapin *exch
And Whalla! You have all the Exchange Shell Commands back :)
Hope i've been helpful for someone.
Have a Great day
Adi.