Sunday 20 October 2013

How to use Remote Exchange Management Shell

Exchange Server 2013 allows the option to access Exchange Management Shell from a computer that is not installed with Exchange Management Tools... below are the steps to connect to Exchange Management Shell 

$MyCredential = Get-Credential

$NewSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://ExchServerName/PowerShell/ -Credential $MyCredential

Import-PSSession $NewSession