Is there a way to get alerts when a certain config or policy stops applying to devices on intune

49 views Asked by At

Is there a way to get alerts when a certain config or policy stops applying to devices on intune? is there any way this can be done by Microsoft Graph API.

1

There are 1 answers

0
Dev On

You can getting started from here.

  • DeviceConfiguration_Get.ps1: This will get you all the device configuration policies from the Intune Service that you have authenticated with.

  • CompliancePolicy_Export.ps1: This will get you all the compliance policies from the Intune Service that you have authenticated with. The script will then export the policy to .json format in the directory of your choice.