檢視次數:

透過執行 PowerShell 命令來獲取您公司 CA 憑證和用戶端憑證的位置資訊。

步驟

  1. 開啟 PowerShell 提示。
  2. 執行以下其中一個命令。
    • Get-ChildItem -path 'Cert:\*' -Recurse | where Subject -like "\*<certificate name>\*"
      憑證名稱: 目標憑證的名稱或憑證名稱的一部分
    • ls -path 'Cert:\*' -Recurse | where Thumbprint -eq "<thumbprint>"
      thumbprint:目標憑證的指紋
    您可以在執行結果的PSParentPath欄位中找到憑證位置資訊。例如,Microsoft.PowerShell.Security\Certificate::CurrentUser\Root
  3. 請在 Trend Vision One 控制台的 Add Device Posture Profile 畫面中,按照以下格式指定位置資訊。
    \CurrentUser\Root