Jump to content


g-fx

Missing iOS 9 Extensions

Recommended Posts

Hey Guys,

 

Id thought I'd quickly share a solution to a problem I've had with SCCM 2012 R2 SP1 CU1 whereby the iOS9 extensions were not available after the upgrade from SCCM 2012 R2.

 

I logged a call with Intune Support without too much information and they came back pretty much straight away with a fix so I suspect it maybe something common?

 

Anyways If the extension is missing...

 

On your SQL server, run the following query:

 

 

Select * from CFDMetadata where FeatureID = 
'FFFF4E99-5BD9-4A82-BC9F-7864FCAEA519' 

Check to see if the MinCMVersion and MaxCMVersion are NULL. IF THEY ARE, run this:

 

 
update CFDMetadata set MinCMVersion = '5.00.8239.1000', 
MaxCMVersion = '5.00.8239.9999', MoreInfoLink = 'https://go.microsoft.com/fwlink/?LinkId=330435', ReleasedDate = '2015-09-11 09:09:00.000' where FeatureID = 
'FFFF4E99-5BD9-4A82-BC9F-7864FCAEA519' and FeatureVersion = 
300001214

Once I ran the update , the extension appeared straight away in the console.

Hope this helps someone .

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.