profile - iOS mobileconfig - application blacklist / whitelist? -


i using profile manager os x server mdm.
managed configure everything, still 1 thing remains, , cannot seem find options it.

is possible create application blacklist (or whitelist) when creating .mobileconfig ios device?

the thing found use single sign-on payload , use "limit accound specific apps" seems aweful idea, if somehow work.

i managed accessing profile manager's postgresql database , retrieving list of apps users, comparing applications blacklist, , finally, sending emails users have blacklisted apps installed on devices.

you can access profile manager's database on os x typing:

sudo psql -u _devicemgr -h /library/server/profilemanager/config/var/postgresql -d devicemgr_v2m0 

i wrote script in python, can written in php or other language. hope helps someone.

my script runs once day , several things:

  1. accesses database
  2. queries users, emails , apps joining 3 tables (users, devices, installed_ios_applications)
  3. sends email every user apps contain application blacklist.

Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Blogger related post gadget image Resize s72-c [ Need Expert Help ] -