So, when our company moved into it's new digs, a .mobileconfig profile had to be installed first day. Not everyone got it, and it turns out that it's the source of some problems.
I have a new .mobileconfig file that's been distributed and is working much better, yea.
The 40 or so users that now have 2 .mobileconfig files I need to get the old one removed.
I can run as root over ARD that lets me know if the user has the old .mobileconfig file.
! /usr/bin/profiles -P |grep "OMC 802.1X"
Not sure how to get Casper to run that and give me a report of just the users that have that profile, but if that's possible, that would be great.
Then I need to remove the profile. That's tougher, the Profile was originally added as the User account, not the Admin or root account. So, I can't use root to remove it. Is it possible to use Casper to remove a .mobileconfig profile in /usr/bin/profiles that is attributed to a username[1] and not _computerlevel[1]
I can do this manually it's not hard, but if it's possible to have Casper,
Who has the old profile.
Can remove the old profile.
That would be really helpful...
Thanks.
