From a single Data Protection for SQL Server installation
you can manage all of the Data Protection for SQL Server installations
in your enterprise.
Before you begin
Your system must run Microsoft Windows 2008 or
later versions, PowerShell 3.0 or later, and
Data Protection for SQL Server. On Windows 2012 and later versions, PowerShell version 4.0 is installed by default. For
information about downloading, installing, and enabling Windows PowerShell, see this web page:
Microsoft Windows Management
Framework 3.0 Downloads
Procedure
- Enable remote management for Data Protection for SQL Server installations
by issuing the following command:
Enable-PSRemoting -force
- Add the Data Protection for SQL Server servers
to the trusted hosts list by issuing the following command:
Set-Item WSMan:\localhost\Client\TrustedHosts -Value remote_server_name -Force
- After you make configuration changes, restart the winrm service
by issuing the following command.
Restart-Service winrm