> Even if sysprep is used prior to making the Image?? Just checking. Thanks.
>
> "ClaudioG64" <Claudio...[ at ]gmail.com> wrote in message
>
> news:1179525242.183715.30530[ at ]y80g2000hsf.googlegroups.com...
>
> > On May 18, 9:25 pm, "Brian Drab" <kap...[ at ]news.postalias> wrote:
> >> What is the recommended procedures for updating a new machine that has
> >> been
> >> connected to our domain. For example let's say I buy a Dell computer,
> >> receive it, join it to our domain and now I would like to update the
> >> machine
> >> with all the latest and greatest patches from my WSUS server. I don't
> >> want
> >> to go to Microsoft Update since it would take longer and I sometimes need
> >> to
> >> get this done fast and out the door overnight.
>
> >> I've read previously that you can set group policy to have the clients
> >> check
> >> for updates every hour but what if I want updates right NOW. I'm using
> >> server side targetting.
>
> >> Thank you.
>
> > Brian,
> > I see you mention "newly IMAGED machines" in the title. If you
> > distribute an image of a client that has been already connected to the
> > WSUS server, you'll have cloned WUS client IDs.
> > Basically that mean that multiple machines will appear as one, with
> > changing properties.
>
> > If that's the case, you can use this batch to reset each client and
> > force it to generate a new (random) ID.
>
> > --- BOF
>
> > [ at ]echo off
> > Echo 1. Stop the wuauserv service
> > Echo 2. Delete the AccountDomainSid registry key (if it exists)
> > Echo 3. Delete the PingID registry key (if it exists)
> > Echo 4. Delete the SusClientId registry key (if it exists)
> > Echo 5. Restart the wuauserv service
> > Echo 6. Resets the Authorization Cookie
>
> > [ at ]echo on
> > net stop wuauserv /y
>
> > REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion
> > \WindowsUpdate" /v AccountDomainSid /f
> > REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion
> > \WindowsUpdate" /v PingID /f
> > REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion
> > \WindowsUpdate" /v SusClientId /f
>
> > net start wuauserv
> > wuauclt /resetauthorization /detectnow
>
> > --- EOF
>
> > Please see this also for some details:
> >
http://technet2.microsoft.com/windowsserver/en/library/fdee3ce6-9b4d-...>
> > Ciao,
> > Claudio
> >
http://www.pulsarit.net/cs/blogs/claudiog/