Quantcast
Channel: Configuration Manager 2012 - Operating System Deployment forum
Viewing all articles
Browse latest Browse all 9126

Boot image missing tabs

$
0
0

Integrated MDT 2013 and installed ADK 10 on the pc that connects to the SCCM CAS server. I've used the option 'Create Boot Image using MDT' , the boot image appears in SCCM. But somehow it's missing these tabs: customization, optional components and images.

I've ran the script below to update the image properties but no luck:

$SiteCode = “CASSite”
$BootImage = Get-WmiObject -Namespace “root\SMS\site_$($SiteCode)” -Class SMS_BootImagePackage -Filter “PackageID = ‘PACKAGE000ED′” -ErrorAction Stop
$BootImage.ReloadImageProperties()

The default bootimages for x86 and x64 are version 6.3 (ADK 8), tabs appear on these images.

I assume it should make no difference for SCCM if it contains Windows PE 10.0.10586.0 and Windows PE 6.3.9600.16384

SCCM is 2012R2 v 5.07958.1000


Viewing all articles
Browse latest Browse all 9126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>