Found this Github repo when searching for the Intune error code -2016332083 (or 0x87d136cd).
|
"-2016332083": "4029:Multiple notification settings layout payloads", |
The description '4029:Multiple notification settings layout payloads' is probably helpful in other situations - however in my case, I found that I was getting this error when trying to deploy a Device Management setting that was unsupported for User Enrolment - in my case, a VPN.
It turns out that deploying a VPN to a device is supported for device enrollment:
https://support.apple.com/en-gb/guide/deployment/depf24d1e80f/1/web/1.0
https://learn.microsoft.com/en-us/intune/intune-service/enrollment/ios-device-enrollment
But not for account driven user enrollment:
https://support.apple.com/en-gb/guide/deployment/dep6ae3f1d5a/1/web/1.0
https://learn.microsoft.com/en-us/intune/intune-service/enrollment/ios-user-enrollment-supported-actions
Posting here as it would be helpful if the description for this error could be updated to account for both possibilities.