I get an error tring to import the Exchange2010.POWERPACK. It immeidatley spits ou an error:
'Microfsoft.Exchange.Management.PowerShell.E2010' is not installed. Please install the software and try again.
Yet is it showing up as a registered PSSession. All registry keys are present.
Anyone else encounter this problem?
I thought I'd try the Powershell forum first, since it's the PowerGUI application. But please let me know if I should post in the Exchange forum instead.
First, check if UAC isn't in the way somewhere (disable it, try to import the powerpack). Second, execute the following command to see if a import can be done manually: Get-PSSnapin -Registered Microsoft.Exchange.Management.PowerShell.E2010 Third, check if the Exchange Administration Tools are installed. If not, install them.