The Domain Joined device posture attribute ensures that a user is a member of a specific Windows Active Directory domain.
Cloudflare One Client is deployed on the device. For a list of supported modes and operating systems, refer to Cloudflare One Client Checks.
-
In the Cloudflare dashboard ↗, go to Zero Trust > Reusable components > Posture checks.
-
Go to Cloudflare One Client checks and select Add a check.
-
Select Domain Joined.
-
Enter a descriptive name for the check.
-
Select your operating system.
-
Enter the domain you want to check for, such as
example.com. -
Select Save.
Next, go to Insights > Logs > Posture logs and verify that the Domain Joined check is returning the expected results.
To check the domain value on your Windows device:
-
Open a PowerShell window.
-
Run the following command:
(Get-WmiObject Win32_ComputerSystem).Domain
The command will return the Active Directory domain to which your device belongs.