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
Hi Mark,
You need to enable the WMIC Optional Feature in your 2025 guest OS. It's disabled by default now. The VMAgent.iso installation used WMIC to install System Center Virtual Machine Guest Agent that gets deployed when using a SCVMM service template.
Regards,
Peter