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 Farm server option is chosen, execute the below command:

.\TestConnectivity.ps1 'hostname' 'username' 'password' 'FarmType' 'CredSSP'
Use CredSSP only if enabled, else remove that argument from the command.
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) (default : 135) WMI uses DCOM for remote communication. The server monitored by Applications Manager uses a random port number above 1024 by default to ...
Error: No Data available in MS Office SharePoint monitor added in Powershell mode
If "Unable to create remote PowerShell session" error occurs or no data is collected in SharePoint Server monitor added in PowerShell mode, follow the below steps to check the individual script output: Check whether all the prerequisites for ...
DNS Monitor - Troubleshooting
Common DNS Monitor Errors and Troubleshooting Guide 1. Host Not Found Description: The DNS server was unable to locate the requested lookup address. Possible Causes: This may happen if the hostname is incorrect, the domain does not exist, or there is ...
Monitor Addition: Unable to add Exchange Server monitor
Check whether all the prerequisites are done. The prerequisites can be found here: https://www.manageengine.com/products/applications_manager/help/prerequisites-for-applications-manager.html#ExchangeServer WMI Mode If unable to add the Exchange ...
Error: No Data available in MS Office SharePoint monitor added in WMI mode
Troubleshooting Steps: For AppManager Version 15470 and above: If you are using AppManager version 15470 and above in WMI mode, navigate to: Settings -> Self Help Tools and choose the monitor type to troubleshoot the problem. Click here for more ...