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 response. Refer here for more details.
- PowerShell mode:
- PowerShell remoting: TCP 5985 (HTTP) | TCP 5986 (HTTPS)
2. What to do if data is retrieved when running the script manually, but not collected by the SharePoint Server monitor in Applications Manager?
- Verify the Host Reference: Check whether the prerequisites were executed using the hostname, IP address, or FQDN. Confirm which of these was used during manual execution, and ensure the same value is configured in the SharePoint Server monitor settings in Applications Manager. A mismatch here can lead to data collection failures.
- Run the script from the Applications Manager Server: Open Command Prompt as Administrator on the Applications Manager server and run the script in the following format to identify issues:

Command:
powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile "&{& '<script-with-full-path>' <arguments>}"
Example:
powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile "&{& '<AppManager-Home>\working\conf\application\scripts\powershell\TestConnectivity.ps1' 'host' 'username' 'password'}"
Note:
Refer to
this KB for the list of scripts which are used to fetch the data in SharePoint Server monitor.
- Refer to this KB article for additional troubleshooting steps.
3. When should CredSSP Authentication be enabled in the SharePoint Server monitor?
CredSSP Authentication should be enabled in the SharePoint Server monitor in PowerShell mode under the following scenarios:
- When the Installation Type is set to SharePoint Farm Server, allowing the monitored server to discover other servers in the farm.
- When the Installation Type is set to SharePoint Server, but:
- The monitored server is a part of a SharePoint Farm, or
- The monitored server is belongs to a different domain than the Applications Manager domain
4. How do I change the SharePoint Farm discovery interval?
From Applications Manager version 175900 onwards, SharePoint Farm discovery is performed once every 12 hours.
- To change this value, navigate to Settings → Performance polling → Optimize Data Collection
- Under Monitor Type, select MS Office SharePoint.
- Select Performance under Metric Name
- Update the value for SharePoint Farm discovery interval in hours and click on Save.
You can set the interval to any value in between 1 and 168 hours (up to 7 days).
5. How to disable alerts for missing WMI classes or PowerShell commands in the SharePoint Server?
From Applications Manager version 175900 onwards, if certain WMI classes or PowerShell commands are unavailable or return no data during SharePoint Server monitoring, an alert stating "Unable to collect data as there is no data returned" will be displayed.
To avoid receiving this alert:
- Go to Settings → Performance polling → Optimize Data Collection
- Under Monitor Type, select MS Office SharePoint.
- Choose Performance as the Metric Name.
- Uncheck the Enable alert for no data collected option and click on Save.

This will only suppress alerts only when there is no data in the SharePoint Server. Alerts for other data collection errors will still be triggered.
New to ADSelfService Plus?
Related Articles
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 ...
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 ...
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 ...