|
| 1 | +--- |
| 2 | +# required metadata |
| 3 | +title: Create a filter for your Cloud PCs |
| 4 | +titleSuffix: |
| 5 | +description: Learn how to create a filter for Windows 365 Cloud PCs. |
| 6 | +keywords: |
| 7 | +author: ErikjeMS |
| 8 | +ms.author: erikje |
| 9 | +manager: dougeby |
| 10 | +ms.date: 02/03/2021 |
| 11 | +ms.topic: how-to |
| 12 | +ms.service: cloudpc |
| 13 | +ms.subservice: |
| 14 | +ms.localizationpriority: high |
| 15 | +ms.technology: |
| 16 | +ms.assetid: |
| 17 | + |
| 18 | +# optional metadata |
| 19 | + |
| 20 | +#ROBOTS: |
| 21 | +#audience: |
| 22 | + |
| 23 | +ms.reviewer: chrimo |
| 24 | +ms.suite: ems |
| 25 | +search.appverid: MET150 |
| 26 | +#ms.tgt_pltfrm: |
| 27 | +ms.custom: intune-azure; get-started |
| 28 | +ms.collection: M365-identity-device-management |
| 29 | +--- |
| 30 | +# Create a filter for Cloud PCs |
| 31 | + |
| 32 | +You can create a filter to use when creating Intune policies and configurations. The filter you create can target all or some Cloud PCs, depending on the rules you configure. You can also use the filter that you create to exclude Cloud PCs from existing policies that are intended for physical devices only. There are three different categories of filters you can create for Cloud PCs: |
| 33 | + |
| 34 | +- [All Cloud PCs](#create-a-filter-for-all-cloud-pcs): This type of filter is useful for applying policies and configurations to all Cloud PCs in your organization. |
| 35 | +- [All Cloud PCs from a specific provisioning policy](#create-a-filter-for-all-cloud-pcs-from-a-specific-provisioning-policy): This type of filter is useful for applying policies and configurations to Cloud PCs based on the same image and location. |
| 36 | +- [All Cloud PCs with a specific configuration](#create-a-filter-for-all-cloud-pcs-with-a-specific-configuration): This type of filter is useful for applying policies and configurations to Cloud PCs based on computing power (vCPU and RAM) or internal storage. |
| 37 | + |
| 38 | +## Create a filter for all Cloud PCs |
| 39 | + |
| 40 | +In these steps, you’ll use the Model device property to create the filter. |
| 41 | + |
| 42 | +1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431) > **Tenant Administration** > **Filters**. |
| 43 | +2. Select **Create**, then enter the following: |
| 44 | + 1. **Filter name** = "All Cloud PCs" (or some other name indicating it will contain all Cloud PCs) |
| 45 | + 2. **Description** = "A filter containing all Cloud PC devices" |
| 46 | + 3. **Platform** = "Windows 10 and later" |
| 47 | +3. On the **Rules** page, enter the following: |
| 48 | + 1. **Property** = "model (Model)" |
| 49 | + 2. **Operator** = "Contains" |
| 50 | + 3. **Value** = "Cloud PC" |
| 51 | +4. To validate that it works, select **Preview devices**. |
| 52 | +5. After the validation completes, select **Next**. |
| 53 | +6. On the **Scope tags** page, select any desired scope tags to apply, then select **Next**. |
| 54 | +7. On the **Review + create** page, select **Create**. |
| 55 | + |
| 56 | +## Create a filter for all Cloud PCs from a specific provisioning policy |
| 57 | + |
| 58 | +For the example below, we use "UX Engineering" as the name of the provisioning policy. Anywhere you see "UX Engineering" replace it with the name of your provisioning policy. |
| 59 | + |
| 60 | +In these steps, you’ll use the Enrollment Profile Name and Device Model device property to create the filter. |
| 61 | + |
| 62 | +1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431) > **Tenant Administration** > **Filters**. |
| 63 | +2. Select **Create**, then enter the following: |
| 64 | + 1. **Filter name** = "All UX Engineering Cloud PC devices" |
| 65 | + 2. **Description** = "A filter containing all UX Engineering Cloud PC devices" |
| 66 | + 3. **Platform** = "Windows 10 and later" |
| 67 | +3. On the **Rules** page, enter the following: |
| 68 | + 1. **Property** = "enrollmentProfileName (Enrollment profile name)" |
| 69 | + 2. **Operator** = "Equals" |
| 70 | + 3. **Value** = "UX Engineering" |
| 71 | +4. To validate that it works, select **Preview devices**. |
| 72 | +5. After the validation completes, select **Next**. |
| 73 | +6. On the **Scope tags** page, select any desired scope tags to apply, then select **Next**. |
| 74 | +7. On the **Review + create** page, select **Create**. |
| 75 | + |
| 76 | +## Create a filter for all Cloud PCs with a specific configuration |
| 77 | + |
| 78 | +For the example below, we use 2 vCPU and 4GB RAM as the configuration. Anywhere you see "2vCPU/4GB" replace it with the desired configuration. You can also target a specific Cloud PC size by adding the OS storage as part of the configuration. You can follow the below steps and create a filter for any of the configurations that make up Cloud PC sizes. |
| 79 | + |
| 80 | +In these steps, you will use the Model device property to create the filter. |
| 81 | + |
| 82 | +1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431) > **Tenant Administration** > **Filters**. |
| 83 | +2. Select **Create**, then enter the following: |
| 84 | + 1. **Filter name** = "All 2vCPU/4GB RAM Cloud PCs" |
| 85 | + 2. **Description** = "A filter containing all Cloud PCs with the 2vCPU/4GB RAM configuration" |
| 86 | + 3. **Platform** = "Windows 10 and later" |
| 87 | +3. On the **Rules** page, enter the following: |
| 88 | + 1. **Property** = "model (Model)" |
| 89 | + 2. **Operator** = "Contains" |
| 90 | + 3. **Value** = "2vCPU/4GB" |
| 91 | +4. To validate that it works, select **Preview devices**. |
| 92 | +5. After the validation completes, select **Next**. |
| 93 | +6. On the **Scope tags** page, select any desired scope tags to apply, then select **Next**. |
| 94 | +7. On the **Review + create** page, select **Create**. |
| 95 | + |
| 96 | +Once you have created the filter, you can use the filter in the assignment page in [supported policies](/mem/intune/fundamentals/filters-supported-workloads). |
| 97 | + |
| 98 | +For additional information on using filters in Intune, see the following how-to guides: |
| 99 | + |
| 100 | +- [Create a filter (Intune how-to guide)](/mem/intune/fundamentals/filters) |
| 101 | +- [Supported filter properties](/mem/intune/fundamentals/filters-device-properties) |
| 102 | +- [Filter reporting and troubleshooting](/mem/intune/fundamentals/filters-reports-troubleshoot) |
| 103 | + |
| 104 | +<!-- ########################## --> |
| 105 | +## Next steps |
| 106 | + |
| 107 | +[Create device configuration profile](create-device-configuration-profile.md). |
0 commit comments