Get-RASCertificate
Last updated
Last updated
Get-RASCertificate
Retrieves information about one or multiple Certificates.
Get-RASCertificate [[-] <uint>] [<>] Get-RASCertificate [[-] <string>] [[-] <uint>] [<>]
Retrieves information about one or multiple Certificates.
-Name <string> The name of the Certificate for which to retrieve the information.
-SiteId <uint> Site ID from which to retrieve the Certificate information.
-Id <uint> The ID of a Certificate for which to retrieve the information.
<CommonParameters>
-none-
---------- EXAMPLE 1 ---------- Get-RASCertificate Retrieves information about all the Certificates from the Licensing Server site. ---------- EXAMPLE 2 ---------- Get-RASCertificate -Name "Cert" Retrieves information about the Certificate specified by Name from the Licensing Server site. ---------- EXAMPLE 3 ---------- Get-RASCertificate -Id 1 Retrieves information about the Certificate specified by ID from the Licensing Server site.