Forum Discussion
MarkESmith
Dec 01, 2024Copper Contributor
SCVMM 2025 can't deploy Service Templates to Win2025 guest VMs.
I recently upgraded my SCVMM 2022 instance to 2025. I have a few Service Templates for lab/test purposes that expedite deployments such as installing the first DC in a new AD forest. I wanted to upgr...
- Mar 21, 2025
Yes, with your input, this was the fix:
- In the syspreped W2025 Server image, install WMIC: "DISM /Online /Add-Capability /CapabilityName:WMIC~~~~"
- Set [HKEY_LOCAL_MACHINE\SYSTEM\Setup] "Upgrade"=dword:00000001
Although I'm not sure #2 is needed as it may not have persisted through the Sysprep. In any event the service now deployed.
Thanks
PeterStam
Mar 20, 2025Copper Contributor
WMIC is disabled after installation by a scheduled task \Microsoft\Windows\Servicing\OOBEFodSetup There are numerous articles how to prevent this or how to workaround this.