20 March 2023

WDS Add /Remove Pre-staged Computers

Add a Pre-Staged Computer to WDS using the MAC Address (FFFFFFFFFFFF). Set the image to Boot first

REM Remove WDS Pre-Staged Computers
Net Computer \\Bay01 /Del

REM Add WDS Pre-Staged Computers
wdsutil /Add-Device /Device:Bay01 /ID:0000000000000000000000FFFFFFFFFFFF /BootProgram:Boot\x64\PXEBOOT.N12 /FORCE /BootImagePath:"Boot\x64\Images\Image.wim"