external help file | Module Name | online version | schema |
---|---|---|---|
DNSHealth-help.xml |
DNSHealth |
2.0.0 |
Test HTTPS certificate for Domain
Test-HttpsCertificate [-Domain] <String> [[-Subdomains] <String[]>] [<CommonParameters>]
This function aggregates test results for a domain and subdomains in regards to HTTPS certificates
Test-HttpsCertificate -Domain badssl.com -Subdomains expired, revoked
Domain to check
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
List of subdomains
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: @()
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.