loose network connection using mdt in the sysprep capture process

SALAZAR CABALLERO JUAN CARLOS 40 Reputation points
2024-01-22T20:34:08.3666667+00:00

in mdt i've being capturing windows 10 22h2 systems from a hyper-v virtual machine with the next configuration without any problem, i mean the sysprep process has being running without any problem, finishing the captupe into a .wim image without any problem, after the capture i've update the deployment capture share, using the next configuration that i've being using without any problem.

priority=default
properties=mycustomproperty
[default]
osinstall=y
skipcapture=no
skipadminpassword=no
skipproductkey=yes
skipcomputerbackup=yes
skipbitlocker=yes

once i have captured an image and i want to run the capture task sequence again from the same virtual machine with some more windows updates, the question is that when the sysprep process starts opening the sysprep popup windows, after a few seconds the sysprep popwindows appears, the network connection fails loosing the network connection, i do not know why this happens. i would apreciate some help about this respect. thankyou

Windows for business Windows Client for IT Pros Devices and deployment Set up, install, or upgrade
Windows for business Windows Client for IT Pros Storage high availability Virtualization and Hyper-V
Windows for business Windows Client for IT Pros Networking Network connectivity and file sharing
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. XinGuo-MSFT 22,231 Reputation points
    2024-01-23T07:14:13.1933333+00:00

    Hi,

    I’m sorry to hear that you’re experiencing network connection issues during the sysprep capture process.

    One possible reason for this issue is that some Windows Updates may have disrupted the network connection. You could try uninstalling the update.

    A possible alternative is to assign a static IP address in WinPE and check whether it can connect to the network.

    I hope this helps! Let me know if you have any other questions.


  2. XinGuo-MSFT 22,231 Reputation points
    2024-01-24T08:14:51.64+00:00

    You can find more details by following the link underneath:

    https://learn.microsoft.com/en-us/mem/configmgr/mdt/toolkit-reference

    OSDAdapter0EnableDHCP=FALSE
    OSDAdapter0MacAddress=00:0c:29:79:e3:93
    OSDAdapter0IPAddressList=10.10.0.2
    OSDAdapter0SubnetMask=255.255.248.0
    OSDAdapter0Gateways=10.10.0.254
    OSDAdapter0DNSServerList=10.10.0.2,10.10.0.3
    OSDAdapter0Name=LAN
    OSDAdapter0DNSSuffix=contoso.com
    
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.