I've recently create a 2 configuration profiles (user level & computer level) to lock down certain features per our security & compliance needs. I scoped the profiles to a device group which contains devices running 10.8 and 10.9. Yesterday i received a list containing devices to be excluded from the user level profile (preference pane restrictions) so made the changes clicked distribute to all.
Which brings me to my issue... The restrictions are still being applied
I see this in my JSS under the Management tab...
Remove Configuration Profile CMC User Policies Profile with identifier '750C5D23-D748-48AA-B0EA-D0CB9E8427CB' not found. <MDMClientError:89>
On 1 of the devices I ran...
profiles -P
which returned this...
_computerlevel [1] attribute: profileIdentifier: _computerlevel [2] attribute: profileIdentifier: _computerlevel [3] attribute: profileIdentifier: _computerlevel [4] attribute: profileIdentifier: shanpo [5] attribute: profileIdentifier: 750C5D23-D748-48AA-B0EA-D0CB9E8427CB
if i try and delete it...
profiles -R -p 750C5D23-D748-48AA-B0EA-D0CB9E8427CB
i receive this...
profiles unistalled for identifier: '750C5D23-D748-48AA-B0EA-D0CB9E8427CB' and user: '(null)' returned -205 (Unable to locate configuration profile.)
I can run...
profiles -D
which does remove it along with everything else and requiring me to re-enroll the device...
I'm asking for help from the great JAMF NATION community....