< Back
Get-SiteRootCert
Post
NAME Get-SiteRootCert
SYNOPSIS
Retrieves the root cert from a website
SYNTAX
Get-SiteRootCert [-Url] <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Url <String>
The Url of the website
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$cert = Get-SiteRootCert -Url 'https://www.google.com'
RELATED LINKS
SYNOPSIS
Retrieves the root cert from a website
SYNTAX
Get-SiteRootCert [-Url] <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Url <String>
The Url of the website
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$cert = Get-SiteRootCert -Url 'https://www.google.com'
RELATED LINKS