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

cn

Required?

false

Position?

1

Default Value

none

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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.