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:
- accesses database
- queries users, emails , apps joining 3 tables (
users,devices,installed_ios_applications) - sends email every user apps contain application blacklist.
Comments
Post a Comment