Manage and Configure Farm servers

  1. Add, enable/disable, edit or delete a farm server by clicking on Admin > Configuration > Farm Server
    1. Provide the farm server address that is to be added
    2. Specify the farm admin credential to add the farm server for monitoring

    To monitor Office 365 SharePoint account, click on Add Office 365 link

  2. To edit the farm credential data, click on the 'Edit' button corresponding to the farm server
  3. To enable/disable specific farm server, click on the corresponding 'Enable/Disable' button
  4. To delete a particular farm server, click on the corresponding 'Delete' button

Note: Using SharePoint Manager Plus, you can add a client system and SharePoint server that are in the same domain or that are in the different domains

Case1: Client system and SharePoint server belonging to same domain If the client system and the SharePoint server are in the same domain, then ensure that PS Remoting is enabled in that remote system. Steps to enable PS Remoting in the remote system Run the following command in PowerShell
1. Enable-PSRemoting -Force

Case2: Client system and SharePoint server belonging to different domains If the client system and the SharePoint server are in different domain or workgroup, then configure the Trusted hosts settings in both the systems Steps to configure Trusted Hosts Settings

Run the following command in PowerShell (both client and server machines)
1. Enable-PSRemoting -Force
2. Set-Item wsman:\localhost\client\trustedhosts -Value <IP_ADDRESS_OF_THE_OTHER_SYSTEM>
3. Restart-Service WinRm