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