PowerShellUniversal.HealthCheck.InternetAccess.psd1

@{
    ModuleVersion = '1.0.1'
    GUID          = '84132827-0591-40c0-baef-81524eee1010'
    Author        = 'Ironman Software'
    CompanyName   = 'Ironman Software'
    Copyright     = '(c) Ironman Software. All rights reserved.'
    Description   = 'Adds a health check to ensure the server has internet access.'
    PrivateData   = @{
        PSData = @{
            Tags       = @('health-check', 'networking', "PowerShellUniversal")
            LicenseUri = 'https://github.com/ironmansoftware/scripts/tree/main/LICENSE'
            ProjectUri = 'https://github.com/ironmansoftware/scripts/tree/main/HealthChecks/PowerShellUniversal.HealthCheck.InternetAccess'
            IconUri    = 'https://raw.githubusercontent.com/ironmansoftware/scripts/main/images/script.png'
        }
    }
}