How to create a new Azure Policy Set Definition using Azure PowerShell.
Written by Titus Manohar, IT security team, ManageEngine Updated on November 2025
Description:
Policy definitions describe compliance conditions and what needs to take place if a condition is met. The New-AzPolicySetDefinition cmdlet creates a new policy set definition that includes policy rule in JSON (JavaScript Object Notation) format.
Syntax:
Example: The command below creates a policy set definition named VMPolicySetDefinition with metadata indicating its category is "Virtual Machine" that contains the policy definitions specified in C:\VMPolicy.json. VM.Policy.json content is provided in the box below:
{
"policyDefinitionId": "/providers/Microsoft.Authorise/policyDefinitions/4c8a32b7-c5b2-9ebc-253c-101c5d65b786",
"parameters": {
"tagName": {
"value": "Unit"
},
"tagValue": {
"value": "Human Resources"
}
}
},
About ADAudit Plus
ADAudit Plus is a real time change auditing software that helps keep your Active Directory, Azure AD, Windows file servers, NetApp filers, EMC file systems, Synology file systems, Windows member servers, and workstations secure and complaint. With ADAudit Plus, you can get visibility into:
- Authorized and unauthorized AD management changes
- User logons, logoffs, and account lockouts
- GPO changes
- Group attribute and membership changes
- OU changes
- Privileged access and permission changes among other things.
There are more than 200 event-specific reports, and you can configure instant email alerts. You can also export the reports to XLS, HTML, PDF and CSV formats to assist in interpretation and forensics. For more information on ADAudit Plus, visit: https://www.manageengine.com/active-directory-audit/.
Explore Active Directory auditing and reporting with ADAudit Plus.
- Related Products
- ADManager Plus Active Directory Management & Reporting
- ADAudit Plus Real-time Active Directory Auditing and UBA
- EventLog Analyzer Real-time Log Analysis & Reporting
- ADSelfService Plus Self-Service Password Management
- AD360 Integrated Identity & Access Management
- Log360 (On-Premise | Cloud) Comprehensive SIEM and UEBA
- AD Free Tools Active Directory FREE Tools
