Get-RASCertificate.md

NAME

Get-RASCertificate

SYNOPSIS

Retrieves information about one or multiple Certificates.

SYNTAX

Get-RASCertificate [[-Id] (uint)] [(CommonParameters)]

Get-RASCertificate [[-Name] (string)] [[-SiteId] (uint)] [(CommonParameters)]

DESCRIPTION

Retrieves information about one or multiple Certificates.

PARAMETERS

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)

INPUTS

-none-

OUTPUTS

Certificate

EXAMPLES

**---------- 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.

Last updated