You can use the remote command line management program to connect to a remote server running Microsoft Exchange Server 2010 for management without installing any exchange management tools on your local computer. The remote command line manager uses Windows powershell 2.0 and Windows Remote Management (winrm) 2.0 to connect to the remote exchange 2010 server.
After connecting the remote command line manager to the Exchange server, you can use the exchange 2010 cmdlet that you have access to in a local powershell session. When you run a cmdlet on a computer, the request is sent to a remote exchange 2010 server. The remote exchange 2010 server then returns the result (if any) to your computer. UseGet-helpThe cmdlet can access the help of a few cmdlet.
Prerequisites
Install Windows Management FrameworkWindows Management Framework includes Windows powershell and winrm. For more information, see install Windows Management Framework.
Add a computer to a Windows DomainTo use the current network credential, the domain of the Exchange server must trust the domain you want to join. If you manually specify valid creden in the remote domain, you do not need to trust the domain.
Open TCP port 80You must enable TCP port 80 between your computer and the remote exchange 2010 server and allow the port to pass through the Windows Firewall on the exchange 2010 server.
Connect the remote exchange command line manager to the Exchange Server