Skip to content
  • There are no suggestions because the search field is empty.

What is the Certificate Check device posture criterion?

The Certificate Check device posture criterion is part of an Admission Rule that checks whether the device contains a digital certificate with a ‘common name’ string that matches the one specified.

Note that the certificates used must have a valid Common Name (CN). Use the command below for Windows OS using Powershell to identify the CN string to use in the Admission Rule.

Get-ChildItem -Recurse Cert: | Select-Object Subject