共用方式為


Get-CMCertificateProfilePfx

取得 PFX 憑證配置檔。

語法

Get-CMCertificateProfilePfx
   [-Fast]
   [<CommonParameters>]
Get-CMCertificateProfilePfx
   [-Id] <Int32>
   [-Fast]
   [<CommonParameters>]
Get-CMCertificateProfilePfx
   [-Name] <String>
   [-Fast]
   [<CommonParameters>]

Description

Get-CMCertificateProfilePfx 函式會取得 PFX 憑證配置檔。

注意事項

從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>。 如需詳細資訊,請 參閱開始使用

範例

範例 1:依名稱取得 PFX 憑證配置檔

PS XYZ:\> Get-CMCertificateProfilePfx -Name "Test1"

此命令會取得名為 Test1 的 PFX 憑證設定檔物件。

範例 2:依標識碼取得 PFX 憑證配置檔

PS XYZ:\> Get-CMcertificateprofilePfx -Id 16777499

此命令會取得標識碼為 16777499 的 PFX 憑證配置檔物件。

參數

-Fast

表示 Cmdlet 不會自動重新整理延遲屬性。

延遲屬性包含相對沒有效率的擷取值,這可能會導致額外的網路流量並降低 Cmdlet 效能。 如果未使用延遲屬性,則應該指定此參數。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Id

指定 PFX 憑證設定檔的識別碼。

類型:Int32
別名:CIId, CI_ID
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Name

指定 PFX 憑證設定檔的名稱。

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:True

輸入

None

輸出

System.Object