Monitor Addition: Unable to add MS Office SharePoint monitor
Check if all the prerequisites are done. The prerequisites can be found here: https://www.manageengine.com/products/applications_manager/help/prerequisites-for-applications-manager.html#SharePointServer
WMI Mode
If unable to add the SharePoint Server monitor in WMI mode, follow the below steps
Open command prompt in administrator mode in Applications Manager-installed machine.
Go to <Applications Manager Home>\working\conf\application\scripts directory.
Execute the below commands by replacing hostname, username and password with that of the reported SharePoint server:

cscript wmiget.vbs hostname username password "Select * from Win32_PerfRawData_PerfOS_Processor where Name='_Total'"
Copy the output of the above command to a text file.
Powershell Mode
If unable to add the SharePoint Server monitor in Powershell mode, follow the below steps
Open powershell in administrator mode in the Applications Manager-installed machine.
Go to <Applications Manager Home>\working\conf\application\scripts\powershell directory.
Execute the below commands by replacing hostname, username and password with that of the reported SharePoint server:

.\TestConnectivity.ps1 'hostname' 'username' 'password'
If CredSSP is enabled, execute the below command:
-> For SharePoint Server:

.\TestConnectivity.ps1 'hostname' 'username' 'password' 'Server' 'CredSSP'
-> For SharePoint Farm Server:

.\TestConnectivity.ps1 'hostname' 'username' 'password' 'FarmType' 'CredSSP'
Copy the output of the above command to a text file.
New to ADSelfService Plus?
Related Articles
MS Office SharePoint Monitor - FAQ
1. What are the ports used in SharePoint Server monitoring? WMI mode: Remote Procedure Call (RPC): Port 135 (default) Dynamic DCOM Ports: WMI uses DCOM for remote communication, which typically involves a random port number above 1024 for the server ...
Error: Timeout exceeded during script execution - MS Office SharePoint monitor
The "Timeout exceeded during script execution" error usually occurs in the SharePoint Server monitor added in PowerShell mode. Run the below Measure-Command to measure the time taken for the script to be executed or the individual commands to be ...
Troubleshooting Data Collection Issues in SharePoint Service, Web Applications, Databases and Timer Jobs (MS Office SharePoint monitor - PowerShell Mode)
In MS Office SharePoint monitoring, data for SharePoint Services, Web Applications, Databases, and Timer Jobs is collected using PowerShell. If these metrics are missing, follow the steps below to identify and resolve the issue: 1. Verify the ...
Error: "No data available in the WMI class, or the WMI class is unavailable" (in MS Office SharePoint Monitor)
This error indicates that the SharePoint monitor is unable to fetch data due to: Missing or inaccessible WMI classes on the target SharePoint server, or Issues with WMI connectivity or permissions. Troubleshooting Steps For Applications Manager ...
Error: No Data collected in MS Office SharePoint monitor added in Powershell mode
Error: "Unable to create remote PowerShell session" or "No data returned from PowerShell script" If you face any of the above errors or any other error related to PowerShell Session, follow the below steps to check if you are able to run individual ...