Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Latest commit

 

History

History

AzureActiveDirectory

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Azure Active Directory connectivity tests

Usage

Self Service Password Reset

  1. Import this file: Import-Module .\AADSSPRConnectivity.psm1
  2. Run one of the following:
    • $connectivity = Get-AADSSPRConnectivity
    • $connectivity = Get-AADSSPRConnectivity -Verbose
    • $connectivity = Get-AADSSPRConnectivity -PerformBlueCoatLookup
    • $connectivity = Get-AADSSPRConnectivity -Verbose -PerformBlueCoatLookup
  3. Filter results: $connectivity | Format-List -Property Blocked,TestUrl,UnblockUrl,DnsAliases,IpAddresses,Description,Resolved,ActualStatusCode,ExpectedStatusCode,UnexpectedStatus
  4. Save results to a file: Save-HttpConnectivity -Objects $connectivity -FileName ('AzADSSPRConnectivity_{0:yyyyMMdd_HHmmss}' -f (Get-Date))

Tested URLs

Self Service Password Reset

Test URL URL to Unblock Description
https://passwordreset.microsoftonline.com https://passwordreset.microsoftonline.com URL used by Windows Clients behind a firewall to perform a Self Service Password Reset
https://ajax.aspnetcdn.com https://ajax.aspnetcdn.com URL used by Windows Clients behind a firewall to perform a Self Service Password Reset

References