g-fx
Established Members-
Posts
34 -
Joined
-
Last visited
-
Days Won
1
Everything posted by g-fx
-
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 .
-
Hey Guys, I have a windows 2012 R2 STANDARD image i deploy. This was customized with a build and capture task sequence. Is it possible to use this WIM to deploy DATACENTER by using another unattend (licensed by KMS server) and also can I use an MSDN MAK key (for test/dev servers) on this Standard VL edition? Just saves me by having 3 copies of pretty much the same WIM across all our our 13 odd DP's Thanks!
-
I answered my question, I used the variable OSDDNSSuffixSearchOrder to specify
-
Thanks Peter, love your work So I implemented the capture network settings and works like a dream. the only thing I noticed is it didnt capture the dns search suffix, is there anyway to accomodate for this?
-
Hey Guys, Yes, this question has been covered by multiple forums but its not exactly the answers Im looking for. In my environment when building Servers via SCCM 2012 R2 CU2, they dont have a dhcp scope for the required subnet. So I manually enter this in at the WinPE stage but ofcourse it gets lost when Windows Boots. So people have devised a couple of workarounds, but this still isnt very dynamic. Lets have a look at these options. 1) In the task sequence - specify the Network adapter information. The problem with this method, is I have to give access to the console, and ensure they change it everytime they do a build. I run the risk of the same task sequence running again , conflicting with another servers IP addressing. 2) Assign task sequence variables to collections Again, this is manually having to enter in the IP address and subnetting information. You can also import this device, but I would have to create CSV files for each machine and bulk import them. 3) VBS or Powershell. Having to update a script for IP Addressing and updating distribution points to run a script to change IP addressing is horrible. Is there anyway to grab that IP addressing from WinPE and apply ? It seems like you need a custom hta or UDI MDT to gather this information. For ease of deployment it should only really need to be added at the time of building the machine. Thanks!
-
Yes, I can confirm that the OS lives on C drive
-
Hey Guys, Seems to be a wierd issue - I am deploying out Windows 7 SP1 x64. OSD completes succesfully. When I login as the user, I check the client, all looks good.. both applications Fat and Appv are delivered.. everything working as it should. After about 5 minutes, I notice the client has changed state whereby I only see the components installed, and not enabled. I only see General, Components, Actions, Site, Cache, and Network Tabs, missing the configurations tab. Checking logs, I dont really see any major issues.. and Im going to apologies for the lack of info as I simply do not know where the issue lies. Client Version is 5.00.7804.1202 , has site code and everything.. just doesnt work anymore. Has anyone seen this before? I had seen this same result with the client due to the OSDPreserveDriveLetter fault. Link: http://henkhoogendoorn.blogspot.co.nz/search/label/OSDPreserveDriveLetter%3DFalse , I had fixed that up and THAT error went away. I did upgrade the server to 2012 SP1 CU1 the other week and hadnt tested OSD again until now.. cant really proove if thats the cause.