On-premises SharePoint farm configuration: A troubleshooting guide

This document provides a list of common error messages you might face when configuring your on-premises SharePoint farm—along with solutions to fix the issues. Click an error message to navigate to its solution.

Below is the list of errors you may face when configuring a farm in SharePoint Manager Plus.

  1. CredSSP and WinRM authentication errors
    • The authentication mechanism requested by the client is not supported by the server
    • Unencrypted traffic is disabled in the service configuration
  2. Connecting to SharePoint Server ABC.domain.com failed with the following error message: The WinRM client received an HTTP server error status (500), but the remote service did not include any other information about the cause of the failure
  3. Access is denied
  4. Remote/Local PowerShell Settings required.
  5. Cannot access the local farm
  6. PowerShell Version is less than 2
  7. Authentication and request errors
    • The request is not supported error
    • An authentication error has occurred
    • The function requested is not supported
    • The token supplied to the function is invalid
  8. Microsoft SharePoint is not supported with version 4.0.30319.33440 of the Microsoft .Net Runtime

1. CredSSP and WinRM authentication errors

Possible reason

CredSSP authentication is not enabled on the client or server, causing the authentication request to get rejected.

Solution

Enable the CredSSP setting on both the client and server:

2. Connecting to SharePoint Server ABC.domain.com failed with the following error message : The WinRM client received an HTTP server error status (500), but the remote service did not include any other information about the cause of the failure

Possible reason

The WinRM service is not configured with a valid WinRM certificate, causing authentication to fail when attempting to connect to the SharePoint server.

Solution

3. Access is denied

Possible reasons

Solutions

4. Remote/Local PowerShell Settings required

Possible reasons

Solutions

5. Cannot access the local farm

Possible reasons

  1. The user account might not have all the privileges needed for a farm administrator.
  2. The authentication currently used may not be supported by SharePoint Server. It may not delegate the user to another machine to access the database server.

Solutions

6. PowerShell Version is less than 2

Possible reason

The installed PowerShell version is outdated and does not meet the minimum requirement for SharePoint Manager Plus.

Solution

SharePoint Manager Plus requires PowerShell version 2 and above to work. Upgrade to at least PowerShell version 2.

7. Authentication and request errors

Possible reason

You may encounter these errors when attempting to connect using Remote Desktop Connection or when establishing a remote PowerShell connection. SharePoint Manager Plus uses CredSSP authentication to connect to SharePoint Server. A remote code execution vulnerability exists in the CredSSP protocol; this vulnerability (CVE-2018-0886) was addressed by a Microsoft security update. Both the client and the server need to be updated to resolve this.

Solution

Install the Microsoft security update on both the client and the SharePoint server.

8. Microsoft SharePoint in not supported with version 4.0.30319.33440 of the Microsoft .Net Runtime

Possible reason

This issue arises because the current .NET Runtime version is not compatible with Microsoft SharePoint's requirements. The default PowerShell version on most modern systems might be incompatible, thus causing the error.

Solution

Perform the following steps to create a custom PowerShell session configuration. The command below registers a PowerShell 2.0 session, ensuring SharePoint cmdlets run in a environment compatible with older .NET versions:

These steps will configure SharePoint Manager Plus to use the newly created session (ps2) for executing PowerShell commands, ensuring compatibility with Microsoft SharePoint.

Copyright © 2025, ZOHO Corp. All Rights Reserved.