Using a machine without Exchange Management Tools
Requirements:
– Powershell 2.0
– Access to your Exchange Server
Launch Powershell and run:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://<Exchange Server>/Powershell -Authentication Kerberos
Then import the session running:
Import-PSSession $Session
From here on out, your able to run any command you normally would with the Exchange Management Shell.