Microsoft Endpoint Configuration Management · Arazzo Workflow
Microsoft Endpoint Configuration Management Create and Assign Compliance Policy
Version 1.0.0
Create a device compliance policy in Intune and assign it to a target group.
View Spec
View on GitHub
ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware DeploymentArazzoWorkflows
Provider
Workflows
create-and-assign-compliance-policy
Create a compliance policy, verify it, and assign it to a group.
Creates a deviceCompliancePolicy with the supplied display name and description, reads the created policy back to confirm persistence, and posts an assignment that targets the supplied Azure AD group.
1
createPolicy
createDeviceCompliancePolicy
Create a new device compliance policy with the supplied display name and description.
2
verifyPolicy
getDeviceCompliancePolicy
Read the created compliance policy back by id to confirm it was persisted before assigning it.
3
assignPolicy
assignDeviceCompliancePolicy
Assign the compliance policy to the supplied Azure AD group so enrolled devices begin evaluating against it.