From bd10c0ea0e6dc737c423bbc4f1ba678da3e111f9 Mon Sep 17 00:00:00 2001 From: "Chris Kunze (MSFT)" <134081400+CKunze-MSFT@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:40:14 -0500 Subject: [PATCH] Update create-dynamic-device-group-all-cloudpcs.md Found another operator of contains which is inefficient --- .../create-dynamic-device-group-all-cloudpcs.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 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 453463c0c73..5d60337c9ba 100644 --- a/windows-365/enterprise/create-dynamic-device-group-all-cloudpcs.md +++ b/windows-365/enterprise/create-dynamic-device-group-all-cloudpcs.md @@ -93,14 +93,10 @@ 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” - 3. **Value** = “Cloud PC” -7. Select **Add expression** and enter the following: - 1. **Property** = “deviceModel” - 2. **Operator** = “Contains” - 3. **Value** = “2vCPU/4GB” -8. To validate that it works, select **Validate Rules (Preview)** > **Add devices** > select some Cloud PCs that have the 2vCPU/4GB RAM configuration, some Cloud PCs that have a different configuration, and some non-Cloud PC devices. -9. After the validation completes, select **Save** > **Create**. + 2. **Operator** = “startsWith” + 3. **Value** = “Cloud PC Enterprise 2vCPU/4GB” +7. To validate that it works, select **Validate Rules (Preview)** > **Add devices** > select some Cloud PCs that have the 2vCPU/4GB RAM configuration, some Cloud PCs that have a different configuration, and some non-Cloud PC devices. +8. After the validation completes, select **Save** > **Create**. ## Next steps