Hello,
I think you can try putting the following entries in front of the “\sources\setup.exe /wds /wdsdiscover /WdsServer:wds-server.ddpo.local” line:
Ping <IP address>
Pause
Ping <IP address>
Pause
…
You need to interactive with the commands in Windows PE in this scenario. If you want the process to be achieved more automatically, you can try the command “ping <IP address> -n [count]” in front of the setup.exe line. You should adjust the [count] to a large number so that there is enough time for the network to be initialized. In this way, the winpeshl.ini file should look like:
Ping <IP address> -n 100
\sources\setup.exe /wds /wdsdiscover /WdsServer:wds-server.ddpo.local
…
I hope this helps.
Best regards,