From d11faa4d03a88a02a4a255c2594af0b455aace22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rund=20Dahl?= <83746585+JrndD@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:38:11 +0300 Subject: [PATCH] Update create-dynamic-device-group-all-cloudpcs.md To my knowledge we can use "Starts with" and not "Contains" which is a more performant dynamic query. --- .../enterprise/create-dynamic-device-group-all-cloudpcs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..cf70f5f75a3 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** = "Starts With" 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**. @@ -93,7 +93,7 @@ In these steps, you'll use the Device Model device property to create the dynami 5. Select **Add dynamic query**. 6. On the **Dynamic membership rules** page, enter the following: 1. **Property** = “deviceModel” - 2. **Operator** = “Contains” + 2. **Operator** = “Starts With” 3. **Value** = “Cloud PC” 7. Select **Add expression** and enter the following: 1. **Property** = “deviceModel”