iOS devices APN certificate request error when signing to Intune SCCM 2012 R2

This is a fix to the issue – Purge APNs certificate data in SCCM SQL Database

intune2
In Configuration Manager, disable iOS inside of the Windows Intune Connector.

Go to “Administration > Cloud Services”
Right click the Intune subscription in the right pane and select “Properties” to get a popup window.

 

 

intune

On the “iOS” tab, uncheck “Enable iOS Enrollment”.

 

 

 

 

 

 

 

 

On your SCCM SQL server login with a service account that can Read and write to the SCCM Database and run the script listed.

  1. update SC_ClientComponent_Property set Value2 = ” where Name like ‘%APNS%’
  1. delete from MDMPolicy where PolicyType = 7
  1. delete from MDMPolicyAssignment where PolicyType = 7
  1. update SC_ClientComponent_Property set Value2 = ” where Name like ‘%APNS%’
  1. delete from MDMPolicy where PolicyType = 11
  1. delete from MDMPolicyAssignment where PolicyType = 11

DELETE Drs_Signals

On your primary SCCM server recreate APNs Certificate request again

1 thought on “iOS devices APN certificate request error when signing to Intune SCCM 2012 R2

  1. Pingback: iOS devices APN certificate request error when signing to Intune SCCM 2012 R2 | Ayo Dada's Blog

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s