Page 1 of 1

Sysprep

PostPosted: 24.01.2017, 22:02
by eseelke
How can I create a command line option that I can run from a system during first boot, when wsusoffline is on a samba share? Do I just map it to Z: and it will automatically remap during reboots? If not, how do I accomplish this?

Thanks.

Re: Sysprep

PostPosted: 25.01.2017, 10:00
by aker
Mount the netwwork drive as admin using
Code: Select all
net use Z: \\<your server\<share name> /persistent:no


Then call .\client\cmd\DoUpdate.cmd with your target parameters and "/autoreboot"