I created a windows image (sysprep), with optional contents inside. This optional content I would like to install on other machines that don't have it. I mount the .wim image on the machine:
dism /Online /Add-capability /capabilityName:SNMP.Client~~~~0.0.1.0 /Source:c:\ISO\
Why does DISM have to make online requests if I tell it to fetch what I'm requesting via the Source command?
Having a domain with blocked update policies. How can I fix this?
Thank's
If I enable traffic to microsoft, without blocking policies, the installation proceeds without problems... At this point I wonder, what is the use of mounting the .wim image if it has to make online requests to install the package I need (which is present in the .wim image. ???