--- title: "Create a New Policy-Based Management Condition | Microsoft Docs" ms.custom: "" ms.date: "08/01/2016" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: security ms.topic: conceptual helpviewer_keywords: - "Policy-Based Management, creating policy conditions" ms.assetid: 8a612f7e-6c70-49db-a4de-48431e097cc5 author: VanMSFT ms.author: vanto --- # Create a New Policy-Based Management Condition [!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)] This topic describes how to create a Policy-based Management condition in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. **In This Topic** - **Before you begin:** [Security](#Security) - **To create a condition, using:** [SQL Server Management Studio](#SSMSProcedure) ## Before You Begin ### Security #### Permissions Requires membership in the PolicyAdministratorRole role in the msdb database. ## Using SQL Server Management Studio #### To create a condition 1. In **Object Explorer**, click the plus sign to expand the server where you want to create a Policy-based Management condition. 2. Click the plus sign to expand the **Management** folder. 3. Click the plus sign to expand **Policy Management**. 4. Click the plus sign to expand the **Facets** folder. 5. Right-click the facet in which you want to create a new condition and select **New Condition**. 6. In the **Create New Condition** dialog box, in the **Name** box, type the name of the new condition. 7. Confirm the correct facet in the **Facet** list, or select a different facet. 8. Under **Expression**, construct condition expressions by selecting a facet property in the **Field** box, together with its associated operator and value. When you add multiple expressions, the expressions can be joined by using **And** or **Or**. For more information on the available options in this dialog box, see [Create New Condition or Open Condition Dialog Box, General Page](../../relational-databases/policy-based-management/create-new-condition-or-open-condition-dialog-box-general-page.md), [Create New Condition or Open Condition Dialog Box, Description Page](../../relational-databases/policy-based-management/create-new-condition-or-open-condition-dialog-box-description-page.md), and [Advanced Edit (Condition) Dialog Box](../../relational-databases/policy-based-management/advanced-edit-condition-dialog-box.md). 9. When finished, click **OK**.