Network share (Many time asked i think?)

Network share (Many time asked i think?)

Postby Raimon93 » 07.09.2015, 17:46

Hello all!

I need some help!. In our company we use WSUS offline alot for installing alot of different laptops. from windows vista till windows 10 all unnatended..
we use a network storage (running linux with Samba) to install all of them. but after the first reboot he could not found the path..

Is there a script or tutorial for installing multiple laptops at the same time?

Greetings,


Raimon
Last edited by harry on 07.09.2015, 18:00, edited 1 time in total.
Reason: changed title
Raimon93
 

Re: Network share (Many time asked i think?)

Postby aker » 07.09.2015, 22:46

Did you mount the network in an administrative command prompt and with "/persistent:no"?
Does the server allow logging in with no user name and password?
Last edited by boco on 08.09.2015, 00:33, edited 1 time in total.
Reason: Typo "persistant" -> "persistent"
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: Network share (Many time asked i think?)

Postby Raimon93 » 08.09.2015, 08:16

This is the Unattend file command:
Code: Select all
         <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <CommandLine>"%systemroot%\SETUP\SCRIPTS\run_sdi.bat"</CommandLine>
                    <Order>1</Order>
                </SynchronousCommand>
            <SynchronousCommand wcm:action="add">
                    <CommandLine>"%systemroot%\SETUP\SCRIPTS\winup.bat"</CommandLine>
                    <Order>3</Order>
                </SynchronousCommand>
            </FirstLogonCommands>

The run_sdi.bat is the driver installer, after that finishes WSUS Offline should start (winup.bat)

winup.bat:
Code: Select all
net use Z: \\172.16.0.11\winUpdate\wsus /persistent:no
pushd Z:\cmd
DoUpdate.cmd /verify /instielatest /updatecpp /instmssl /instdotnet4 /instdotnet35 /instmsse /autoreboot /shutdown


this is what i use. is some one knows a better way for installing laptops/desktops ect than i would like to hear them!.

yes the server allows logging without user and password!
Last edited by Gerby on 08.09.2015, 09:22, edited 1 time in total.
Reason: Inserted [code] tag for better readability.
Raimon93
 


Return to Installation / Updating

Who is online

Users browsing this forum: Google [Bot] and 21 guests