Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 1.28 KB

Test-HttpsCertificate.md

File metadata and controls

71 lines (52 loc) · 1.28 KB
external help file Module Name online version schema
DNSHealth-help.xml
DNSHealth
2.0.0

Test-HttpsCertificate

SYNOPSIS

Test HTTPS certificate for Domain

SYNTAX

Test-HttpsCertificate [-Domain] <String> [[-Subdomains] <String[]>] [<CommonParameters>]

DESCRIPTION

This function aggregates test results for a domain and subdomains in regards to HTTPS certificates

EXAMPLES

EXAMPLE 1

Test-HttpsCertificate -Domain badssl.com -Subdomains expired, revoked

PARAMETERS

-Domain

Domain to check

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Subdomains

List of subdomains

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: @()
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS