Getting the Certificate Location using PowerShell

Obtain the location information of your company CA certificate and client certificate by running PowerShell commands.

  1. Open a PowerShell prompt.
  2. Run one of the following commands.
    • Get-ChildItem -path 'Cert:\*' -Recurse | where Subject -like "*<certificate name>*"

      certificate name: The name of the target certificate or part of the certificate name

    • ls -path 'Cert:\*' -Recurse | where Thumbprint -eq "<thumbprint>"

      thumbprint: The thumbprint of the target certificate

    You can find the certificate location information in the PSParentPath field of the execution result. For example, Microsoft.PowerShell.Security\Certificate::CurrentUser\Root

  3. Specify the location in the following format in the corresponding field of the Add Device Posture Profile screen in the Trend Vision One console.

    \CurrentUser\Root