4

I would like to find out what policies were deployed to my private Mac that I enrolled under Intune in order to read work email. The Microsoft Content Filter is running under network properties - I would like to know:

  1. Where are the policies store locally
  2. What policies were deployed - are they only blocking some websites (get a list) or are they sending every webpage I visit back
  3. What server(s) are configured to use these reports?

I am sure there is a config file somewhere, but I could not find it.

Thx!

TomEus
  • 3,793

1 Answers1

1

#1 The documentation does talk about a config .plist file but then all the examples show .xml files. So you are looking for those two extensions.

There is a good list of information that is shared in their privacy policy.

I would check under /Library/Managed Preferences for anything named mdatp especially .plist and .xml files.

#2 the deployment guide shows profiles visible here: enter image description here

#3 The web filtering rules are processed in the cloud. This means that every URL is sent to Azure to check against live block lists. You should assume that this information is available to Azure administrators if they want to see it. This blog shows you an example of what admins can see.

HackSlash
  • 5,015