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

Latest commit

 

History

History
28 lines (22 loc) · 1.7 KB

File metadata and controls

28 lines (22 loc) · 1.7 KB

Adobe Reader Manager update connectivity tests

Usage

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

Tested URLs

Test URL URL to Unblock Description
http://armmf.adobe.com http://armmf.adobe.com Adobe update metadata download
https://armmf.adobe.com https://armmf.adobe.com Adobe update metadata download
http://ardownload.adobe.com http://ardownload.adobe.com Adobe updates download
https://ardownload.adobe.com https://ardownload.adobe.com Adobe updates download
http://ardownload2.adobe.com http://ardownload2.adobe.com Adobe incremental updates download
https://ardownload2.adobe.com https://ardownload2.adobe.com Adobe incremental updates download
http://crl.adobe.com http://crl.adobe.com Adobe Certificate Revocation List

References