Microsoft Endpoint Configuration Management · Arazzo Workflow
Microsoft Endpoint Configuration Management Tenant Compliance Posture
Version 1.0.0
Read the tenant compliance summary and, when devices are non-compliant, enumerate them.
View Spec
View on GitHub
ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware DeploymentArazzoWorkflows
Provider
Workflows
tenant-compliance-posture
Summarize tenant compliance and enumerate non-compliant devices when present.
Reads the deviceCompliancePolicyDeviceStateSummary, lists the compliance policies, and branches on the nonCompliantDeviceCount to either list the non-compliant managed devices or finish.
1
getSummary
getDeviceCompliancePolicyDeviceStateSummary
Read the tenant-wide device compliance state summary.
2
listPolicies
listDeviceCompliancePolicies
List the compliance policies in effect for the tenant.
3
listNonCompliantDevices
listManagedDevices
Enumerate the managed devices whose compliance state is noncompliant.