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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Firefox update connectivity tests

Usage

  1. Import this file: Import-Module .\FirefoxUpdateConnectivity.psm1
  2. Run one of the following:
    • $connectivity = Get-FirefoxUpdateConnectivity
    • $connectivity = Get-FirefoxUpdateConnectivity -Verbose
    • $connectivity = Get-FirefoxUpdateConnectivity -PerformBlueCoatLookup
    • $connectivity = Get-FirefoxUpdateConnectivity -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 ('FirefoxUpdateConnectivity_{0:yyyyMMdd_HHmmss}' -f (Get-Date))

Tested URLs

Test URL URL to Unblock Description
https://aus3.mozilla.org https://aus3.mozilla.org Firefox update check
https://aus4.mozilla.org https://aus4.mozilla.org Firefox update check
https://aus5.mozilla.org https://aus5.mozilla.org Firefox update check
https://download.cdn.mozilla.net https://download.cdn.mozilla.net Firefox update download
https://archive.mozilla.org https://archive.mozilla.org Firefox update download
https://ftp.mozilla.org https://ftp.mozilla.org Firefox update download
https://versioncheck.addons.mozilla.org https://versioncheck.addons.mozilla.org Firefox add-on/extension update check
https://versioncheck-bg.addons.mozilla.org https://swdist.apple.com Firefox add-on/extension update check

References