-
Notifications
You must be signed in to change notification settings - Fork 0
Get WebCertAudit
DrIOS edited this page Apr 8, 2023
·
2 revisions
external help file: ADAuditTasks-help.xml Module Name: ADAuditTasks online version: https://github.com/CriticalSolutionsNetwork/ADAuditTasks/wiki/Get-WebCertAudit schema: 2.0.0
Retrieves the certificate information for a web server.
Get-WebCertAudit [-Url] <String[]> [<CommonParameters>]
The Get-WebCert function retrieves the certificate information for a web server by creating a TCP connection and using SSL to retrieve the certificate information.
Get-WebCert -Url "https://www.example.com"
This example retrieves the certificate information for the web server at https://www.example.com.
The URL of the web server.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
This function requires access to the target web server over port 443 (HTTPS).
https://github.com/CriticalSolutionsNetwork/ADAuditTasks/wiki/Get-WebCertAudit
https://criticalsolutionsnetwork.github.io/ADAuditTasks/#Get-WebCertAudit