Skip to content

Commit

Permalink
Update create-dynamic-device-group-all-cloudpcs.md
Browse files Browse the repository at this point in the history
To my knowledge we can use "Starts with" and not "Contains" which is a more performant dynamic query.
  • Loading branch information
JrndD authored Sep 6, 2024
1 parent 02cac7d commit d11faa4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down Expand Up @@ -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”
Expand Down

0 comments on commit d11faa4

Please sign in to comment.