0

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. ???

hypero
  • 1
  • The entire tool chain is not open sourced nor fully documented, so rather difficult to give you the answer. But Windows SNMP bits are considered deprecated, so in no case you should use it any more. – Lex Li Feb 09 '23 at 07:26

0 Answers0