Managing Data Protection for Microsoft Exchange installations remotely

From a single Data Protection for Microsoft Exchange installation you can manage all of the Data Protection for Microsoft Exchange installations in your enterprise.

Before you begin

To remotely manage systems, Microsoft Windows PowerShell Version 3.0 is required. The Windows PowerShell software must be installed and enabled on all Data Protection for Microsoft Exchange installations that you want to manage. For information about downloading, installing, and enabling Windows PowerShell, see this web page: Microsoft Windows Management Framework 3.0 Downloads.

Procedure

  1. Enable remote management for Data Protection for Microsoft Exchange installations by issuing the following command:
    Enable-PSRemoting -force

    This command enables remote management in most environments. If you use Microsoft Exchange, complete the following steps:

    1. On the primary system, issue the following command:
      enable-wsmancredssp -role client -delegatecomputer remote_computername
    2. On each remote system that runs Microsoft Exchange, issue the following command:
      enable-wsmancredssp -role server
    3. Add the Data Protection for Microsoft Exchange servers to the trusted hosts list by issuing the following command:
      Set-Item WSMan:\localhost\Client\TrustedHosts -Value remote_server_name -Force
    4. After making configuration changes, restart the winrm service by issuing the following commands:
      Restart-Service winrm
  2. From the Microsoft Management Console (MMC), in the Actions pane, click Manage Computers.
  3. Navigate the interface to add, remove, or configure remote systems. For systems that are not in the domain, provide the fully-qualified address.