Skip to content

Commit

Permalink
Update create-dynamic-device-group-all-cloudpcs.md
Browse files Browse the repository at this point in the history
Contains is a VERY costly operator for dynamic groups. It is recommended that either eq or startsWith is used instead.
  • Loading branch information
CKunze-MSFT authored Aug 22, 2024
1 parent c3a926b commit 231f5a0
Showing 1 changed file with 1 addition and 1 deletion.
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** = "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**.
Expand Down

0 comments on commit 231f5a0

Please sign in to comment.