Get-MSMQCertificate

Get-MSMQCertificate

This cmdlet returns an array of type System.Security.Cryptography.X509Certificates.X509Certificate.

Syntax

Parameter Set: Default
Get-MSMQCertificate [-ComputerName <String> ] [ <CommonParameters>]

Detailed Description

This cmdlet returns an array of type System.Security.Cryptography.X509Certificates.X509Certificate. Each entry represents a personal certificate that is currently registered in Active Directory Domain Services.

Parameters

-ComputerName<String>

If specified, gets the certificates of the current user for the specified host or virtual server. If not specified, gets the certificates of the current user for all hosts or virtual servers. Default is empty.

Aliases

none

Required?

false

Position?

named

Default Value

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

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