Skip to content

Commit

Permalink
Update create-dynamic-device-group-all-cloudpcs.md
Browse files Browse the repository at this point in the history
Found another operator of contains which is inefficient
  • Loading branch information
CKunze-MSFT authored Aug 22, 2024
1 parent 9eb1925 commit bd10c0e
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd10c0e

Please sign in to comment.