Skip to content

Commit 3bd920a

Browse files
Merge pull request #208399 from SanDeo-MSFT/patch-110
Update groups-dynamic-membership.md
2 parents ca97c74 + 6c4be7a commit 3bd920a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/enterprise-users/groups-dynamic-membership.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: enterprise-users
1010
ms.workload: identity
1111
ms.topic: overview
12-
ms.date: 06/23/2022
12+
ms.date: 08/18/2022
1313
ms.author: barclayn
1414
ms.reviewer: krbain
1515
ms.custom: it-pro
@@ -388,7 +388,7 @@ The following device attributes can be used.
388388
accountEnabled | true false | device.accountEnabled -eq true
389389
deviceCategory | a valid device category name | device.deviceCategory -eq "BYOD"
390390
deviceId | a valid Azure AD device ID | device.deviceId -eq "d4fe7726-5966-431c-b3b8-cddc8fdb717d"
391-
deviceManagementAppId | a valid MDM application ID in Azure AD | device.deviceManagementAppId -eq "0000000a-0000-0000-c000-000000000000" for Intune MDM app ID
391+
deviceManagementAppId | a valid MDM application ID in Azure AD | device.deviceManagementAppId -eq "0000000a-0000-0000-c000-000000000000" for Microsoft Intune managed or "54b943f8-d761-4f8d-951e-9cea1846db5a" for System Center Configuration Manager Co-managed devices
392392
deviceManufacturer | any string value | device.deviceManufacturer -eq "Samsung"
393393
deviceModel | any string value | device.deviceModel -eq "iPad Air"
394394
displayName | any string value | device.displayName -eq "Rob iPhone"

0 commit comments

Comments
 (0)