Forum Discussion
ElieAT
Jan 09, 2023Iron Contributor
Compliance Policy
Hello, Kindly need to know if its possible to configure compliance policy that is based on software installed. For example if this software is installed on this device so it will be shown as com...
- Jan 09, 2023Hi,
You could create a custom compliance policy for that as described here: https://learn.microsoft.com/en-us/mem/intune/protect/compliance-custom-script
You can create a discovery script to identify if the software is installed. The script can look at a specific file that needs te be available in a specific folder, or you could let the script check the registry for the installed status.
As far as I know this options is available in all Intune license types.
Regards,
Ruud
Moe_Kinani
Jan 09, 2023Bronze Contributor
Here is a great example in top of Ruud shared with you.
Moe
https://www.petervanderwoude.nl/post/working-with-custom-compliance-settings/
Moe
https://www.petervanderwoude.nl/post/working-with-custom-compliance-settings/
ElieAT
Jan 10, 2023Iron Contributor
Thank you for your support it helped a lot