Monitoring Benefit
The Directory & Authentication, General, Muti-Factor Authentication, Planner, and Power BI network status tests verify that each endpoint can be reached, and that the latency is within an acceptable range.
How do we verify the monitoring test results?
From the ENow web server, open PowerShell:
$StartTime = $(get-date)
Invoke-WebRequest -Uri "nexus.microsoftonline-p.com" -UseBasicParsing
Write-Output ("{0}" -f ($(get-date)-$StartTime))
tracert nexus.microsoftonline-p.com
Common warning or error result(s) and potential solutions to resolve the issue(s).
Adjust the Network Latency threshold settings by opening the ENow Admin Console and selecting:
Server > Monitoring Policy > Thresholds > Microsoft 365 > Network > Microsoft 365
or
Server > Monitoring Policy > Thresholds > Microsoft 365 > Network > Remote Probes
or
Server > Monitoring Policy > Thresholds > Microsoft 365 > Network > ECloud-Internet
Please also refer to the following URL(s) for troubleshooting Network issue(s):
Comments
0 comments
Article is closed for comments.