Get-MSMQCertificate

Get-MSMQCertificate

Returns certificates registered in Active Directory ドメイン サービス.

構文

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

詳細説明

The Get-MsmqCertificate cmdlet returns an array of System.Security.Cryptography.X509Certificates.X509Certificate objects. Each object represents a personal certificate that is currently registered in Active Directory® ドメイン サービス.

パラメーター

-ComputerName<String>

Specifies a host or virtual server. This cmdlet gets the certificates of the current user for the specified host or virtual server. If you do not specify this parameter, this cmdlet gets the certificates of the current user for all hosts or virtual servers. The default value is an empty string.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1

PS C:\> Get-MsmqCertificate

Example 2

PS C:\> Get-MsmqCertificate -ComputerName "Contoso27"

関連トピック

Enable-MsmqCertificate

Remove-MsmqCertificate