Configure WinRM Trust

Configuring WinRM Trust prevents Windows LDAP configuration from blocking WinRM running Windows PowerShell scripts.

This requirement applies in the following scenarios:

  • L1 or L2 deployment levels (Consolidated server or Data Center server) that is configured with Windows LDAP with SSO.

  • For a system configured with Windows LDAP without SSO, if you intend to use IP Address instead of FQDN address in the Server Role Address.

 

Procedure 

  1. On the target server, run Windows PowerShell as administrator.

  2. Run the following command:

    C:\WIndows\system32\winrm set winrm/config/client ‘@{TrustedHosts="target server IP address"}’

    Make sure to use the same IP address also in the data migration tool. Do not use server name.

  3. To verify the configuration, run the following command:

    C:\WIndows\system32\Get-Item WSMan:\localhost\Client\TrustedHosts

    Example