From 231f5a0367dc2b8dd5c0ce54342f5c006afaddf8 Mon Sep 17 00:00:00 2001 From: "Chris Kunze (MSFT)" <134081400+CKunze-MSFT@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:26:33 -0500 Subject: [PATCH] Update create-dynamic-device-group-all-cloudpcs.md Contains is a VERY costly operator for dynamic groups. It is recommended that either eq or startsWith is used instead. --- .../enterprise/create-dynamic-device-group-all-cloudpcs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-365/enterprise/create-dynamic-device-group-all-cloudpcs.md b/windows-365/enterprise/create-dynamic-device-group-all-cloudpcs.md index 7db2440cdd1..453463c0c73 100644 --- a/windows-365/enterprise/create-dynamic-device-group-all-cloudpcs.md +++ b/windows-365/enterprise/create-dynamic-device-group-all-cloudpcs.md @@ -51,7 +51,7 @@ In these steps, you’ll use the Device Model device property to create the dyna 5. Select **Add dynamic query**. 6. On the **Dynamic membership rules** page, enter the following: 1. **Property** = "deviceModel" - 2. **Operator** = "Contains" + 2. **Operator** = "StartsWith" 3. **Value** = "Cloud PC" 7. To validate that it works, select **Validate Rules (Preview)** > **+Add devices** > select some Cloud PCs and non-Cloud PC devices. 8. After the validation completes, select **Save** > **Create**.