Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Re: WSUS 3 - showing computers but only one at a time

Reply
Thread Tools Display Modes

Re: WSUS 3 - showing computers but only one at a time

 
 
WorkingHard
Guest
Posts: n/a

 
      07-25-2007
What going on is that the WSUS ID is not unique ... is created when the PC
is first connected to WSUS and not there after. So if your master imahe had
a WSUS ID now all your image created PC's have the same ones. For WSUS 2 the
fix is as follows:
use regedit and go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate
delete the following entries
"PingID"
"AccountDomainSid"
"SusClientId"
then retart the two services /restart PC
For good measure you can also run wuauclt.exe /resetauthorization /detectnow
in the command console

This can be scripted and various scripts can be found on line

http://www.wsus.info/forums/lofivers...php?t8698.html

run it as a start up script and it will fix stuf. This is how we do it.


"Ehren" <> wrote in message
news:AB820213-454C-4392-9EB5-...
> Hello-
>
> I have a very strange issue that I have never seen before and wonder if
> anyone else has any experience with it.
>
> We have several computer labs here, each with 10-12 computers. We have a
> main domain, call it "maindomain" and then we have a separate domain for
> the
> labs ... call it "teaching". The WSUS server is in the maindomain and
> obviously the lab computers are in the teaching domain. In my head this
> shouldnt be an issue because you just configure the computers via group
> policy to point to the wsus server and it really doesnt matter what domain
> its in because its http (right?).
>
> To save myself dns hasstles I configured automatic updates via group
> policy
> for this lab in the teaching domain, setting the update location to be
> http://<ipaddress_of_WSUS_server>. The WSUS server update site is
> configured
> as the default site on port 80.
>
> All of the computers in the lab have recieved updates from the WSUS server
> and have installed them automatically as they should (i know this because
> thier ip range does not have internet access so if not for the wsus server
> its impossible to download updates). Last night at the scheduled time
> they
> all rebooted and installed 12 updates that they had scheduled.
>
> heres the interesting part...10 of the computers are all dell Optiplex
> GX280's and one is a Dell Optiplex 170L. The 170L (bps1263-11) ALWAYS
> shows
> up in the update services console. However bps1263-xx (where xx=1-10)
> show
> up in the console, but no more than one at a time. I.e. bps1263-00 will
> show up for a while, then that will be gone and bps1263-07 will show up,
> then
> that will be gone and bps1263-04 will show up and on and on.
>
> All of these computers were imaged using sysprep. So although they all
> use
> the same image they all have unique sid's and the like because they all
> went
> through the mini-windows welcome setup after they were imaged.
>
> Any ideas here? This is blowing my mind!
>
> TIA - Ehren



 
Reply With Quote
 
 
 
 
Ehren
Guest
Posts: n/a

 
      07-25-2007
I have WSUS 3 but maybe its the same

what file extension would that script have when saved?

Thanks

"WorkingHard" wrote:

> What going on is that the WSUS ID is not unique ... is created when the PC
> is first connected to WSUS and not there after. So if your master imahe had
> a WSUS ID now all your image created PC's have the same ones. For WSUS 2 the
> fix is as follows:
> use regedit and go to
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate
> delete the following entries
> "PingID"
> "AccountDomainSid"
> "SusClientId"
> then retart the two services /restart PC
> For good measure you can also run wuauclt.exe /resetauthorization /detectnow
> in the command console
>
> This can be scripted and various scripts can be found on line
>
> http://www.wsus.info/forums/lofivers...php?t8698.html
>
> run it as a start up script and it will fix stuf. This is how we do it.
>
>
> "Ehren" <> wrote in message
> news:AB820213-454C-4392-9EB5-...
> > Hello-
> >
> > I have a very strange issue that I have never seen before and wonder if
> > anyone else has any experience with it.
> >
> > We have several computer labs here, each with 10-12 computers. We have a
> > main domain, call it "maindomain" and then we have a separate domain for
> > the
> > labs ... call it "teaching". The WSUS server is in the maindomain and
> > obviously the lab computers are in the teaching domain. In my head this
> > shouldnt be an issue because you just configure the computers via group
> > policy to point to the wsus server and it really doesnt matter what domain
> > its in because its http (right?).
> >
> > To save myself dns hasstles I configured automatic updates via group
> > policy
> > for this lab in the teaching domain, setting the update location to be
> > http://<ipaddress_of_WSUS_server>. The WSUS server update site is
> > configured
> > as the default site on port 80.
> >
> > All of the computers in the lab have recieved updates from the WSUS server
> > and have installed them automatically as they should (i know this because
> > thier ip range does not have internet access so if not for the wsus server
> > its impossible to download updates). Last night at the scheduled time
> > they
> > all rebooted and installed 12 updates that they had scheduled.
> >
> > heres the interesting part...10 of the computers are all dell Optiplex
> > GX280's and one is a Dell Optiplex 170L. The 170L (bps1263-11) ALWAYS
> > shows
> > up in the update services console. However bps1263-xx (where xx=1-10)
> > show
> > up in the console, but no more than one at a time. I.e. bps1263-00 will
> > show up for a while, then that will be gone and bps1263-07 will show up,
> > then
> > that will be gone and bps1263-04 will show up and on and on.
> >
> > All of these computers were imaged using sysprep. So although they all
> > use
> > the same image they all have unique sid's and the like because they all
> > went
> > through the mini-windows welcome setup after they were imaged.
> >
> > Any ideas here? This is blowing my mind!
> >
> > TIA - Ehren

>
>
>

 
Reply With Quote
 
WorkingHard
Guest
Posts: n/a

 
      07-25-2007
it's vbs Visual Basic script

Just check the registry I can't get to a WSUS 3 client right now to look
myself.


"Ehren" <> wrote in message
news:8E0E5EAA-1436-47E2-A629-...
>I have WSUS 3 but maybe its the same
>
> what file extension would that script have when saved?
>
> Thanks
>
> "WorkingHard" wrote:
>
>> What going on is that the WSUS ID is not unique ... is created when the
>> PC
>> is first connected to WSUS and not there after. So if your master imahe
>> had
>> a WSUS ID now all your image created PC's have the same ones. For WSUS 2
>> the
>> fix is as follows:
>> use regedit and go to
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate
>> delete the following entries
>> "PingID"
>> "AccountDomainSid"
>> "SusClientId"
>> then retart the two services /restart PC
>> For good measure you can also run wuauclt.exe /resetauthorization
>> /detectnow
>> in the command console
>>
>> This can be scripted and various scripts can be found on line
>>
>> http://www.wsus.info/forums/lofivers...php?t8698.html
>>
>> run it as a start up script and it will fix stuf. This is how we do it.
>>
>>
>> "Ehren" <> wrote in message
>> news:AB820213-454C-4392-9EB5-...
>> > Hello-
>> >
>> > I have a very strange issue that I have never seen before and wonder if
>> > anyone else has any experience with it.
>> >
>> > We have several computer labs here, each with 10-12 computers. We have
>> > a
>> > main domain, call it "maindomain" and then we have a separate domain
>> > for
>> > the
>> > labs ... call it "teaching". The WSUS server is in the maindomain and
>> > obviously the lab computers are in the teaching domain. In my head
>> > this
>> > shouldnt be an issue because you just configure the computers via group
>> > policy to point to the wsus server and it really doesnt matter what
>> > domain
>> > its in because its http (right?).
>> >
>> > To save myself dns hasstles I configured automatic updates via group
>> > policy
>> > for this lab in the teaching domain, setting the update location to be
>> > http://<ipaddress_of_WSUS_server>. The WSUS server update site is
>> > configured
>> > as the default site on port 80.
>> >
>> > All of the computers in the lab have recieved updates from the WSUS
>> > server
>> > and have installed them automatically as they should (i know this
>> > because
>> > thier ip range does not have internet access so if not for the wsus
>> > server
>> > its impossible to download updates). Last night at the scheduled time
>> > they
>> > all rebooted and installed 12 updates that they had scheduled.
>> >
>> > heres the interesting part...10 of the computers are all dell Optiplex
>> > GX280's and one is a Dell Optiplex 170L. The 170L (bps1263-11) ALWAYS
>> > shows
>> > up in the update services console. However bps1263-xx (where xx=1-10)
>> > show
>> > up in the console, but no more than one at a time. I.e. bps1263-00
>> > will
>> > show up for a while, then that will be gone and bps1263-07 will show
>> > up,
>> > then
>> > that will be gone and bps1263-04 will show up and on and on.
>> >
>> > All of these computers were imaged using sysprep. So although they all
>> > use
>> > the same image they all have unique sid's and the like because they all
>> > went
>> > through the mini-windows welcome setup after they were imaged.
>> >
>> > Any ideas here? This is blowing my mind!
>> >
>> > TIA - Ehren

>>
>>
>>



 
Reply With Quote
 
Ehren
Guest
Posts: n/a

 
      07-25-2007
They only key that was there was the susid one, and they were all the same.
So i deleted them and we will see if they all check in by the morning. I
will post back when I know. Thanks

"WorkingHard" wrote:

> it's vbs Visual Basic script
>
> Just check the registry I can't get to a WSUS 3 client right now to look
> myself.
>
>
> "Ehren" <> wrote in message
> news:8E0E5EAA-1436-47E2-A629-...
> >I have WSUS 3 but maybe its the same
> >
> > what file extension would that script have when saved?
> >
> > Thanks
> >
> > "WorkingHard" wrote:
> >
> >> What going on is that the WSUS ID is not unique ... is created when the
> >> PC
> >> is first connected to WSUS and not there after. So if your master imahe
> >> had
> >> a WSUS ID now all your image created PC's have the same ones. For WSUS 2
> >> the
> >> fix is as follows:
> >> use regedit and go to
> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate
> >> delete the following entries
> >> "PingID"
> >> "AccountDomainSid"
> >> "SusClientId"
> >> then retart the two services /restart PC
> >> For good measure you can also run wuauclt.exe /resetauthorization
> >> /detectnow
> >> in the command console
> >>
> >> This can be scripted and various scripts can be found on line
> >>
> >> http://www.wsus.info/forums/lofivers...php?t8698.html
> >>
> >> run it as a start up script and it will fix stuf. This is how we do it.
> >>
> >>
> >> "Ehren" <> wrote in message
> >> news:AB820213-454C-4392-9EB5-...
> >> > Hello-
> >> >
> >> > I have a very strange issue that I have never seen before and wonder if
> >> > anyone else has any experience with it.
> >> >
> >> > We have several computer labs here, each with 10-12 computers. We have
> >> > a
> >> > main domain, call it "maindomain" and then we have a separate domain
> >> > for
> >> > the
> >> > labs ... call it "teaching". The WSUS server is in the maindomain and
> >> > obviously the lab computers are in the teaching domain. In my head
> >> > this
> >> > shouldnt be an issue because you just configure the computers via group
> >> > policy to point to the wsus server and it really doesnt matter what
> >> > domain
> >> > its in because its http (right?).
> >> >
> >> > To save myself dns hasstles I configured automatic updates via group
> >> > policy
> >> > for this lab in the teaching domain, setting the update location to be
> >> > http://<ipaddress_of_WSUS_server>. The WSUS server update site is
> >> > configured
> >> > as the default site on port 80.
> >> >
> >> > All of the computers in the lab have recieved updates from the WSUS
> >> > server
> >> > and have installed them automatically as they should (i know this
> >> > because
> >> > thier ip range does not have internet access so if not for the wsus
> >> > server
> >> > its impossible to download updates). Last night at the scheduled time
> >> > they
> >> > all rebooted and installed 12 updates that they had scheduled.
> >> >
> >> > heres the interesting part...10 of the computers are all dell Optiplex
> >> > GX280's and one is a Dell Optiplex 170L. The 170L (bps1263-11) ALWAYS
> >> > shows
> >> > up in the update services console. However bps1263-xx (where xx=1-10)
> >> > show
> >> > up in the console, but no more than one at a time. I.e. bps1263-00
> >> > will
> >> > show up for a while, then that will be gone and bps1263-07 will show
> >> > up,
> >> > then
> >> > that will be gone and bps1263-04 will show up and on and on.
> >> >
> >> > All of these computers were imaged using sysprep. So although they all
> >> > use
> >> > the same image they all have unique sid's and the like because they all
> >> > went
> >> > through the mini-windows welcome setup after they were imaged.
> >> >
> >> > Any ideas here? This is blowing my mind!
> >> >
> >> > TIA - Ehren
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
WorkingHard
Guest
Posts: n/a

 
      07-26-2007
Kind of normal. When you delete those keys that's the only one that returns.
The other ones might be remainders of WSUS 1 or so. I'm not sure.
"Ehren" <> wrote in message
news:021148E8-A913-4D85-B64E-...
> They only key that was there was the susid one, and they were all the
> same.
> So i deleted them and we will see if they all check in by the morning. I
> will post back when I know. Thanks
>
> "WorkingHard" wrote:
>
>> it's vbs Visual Basic script
>>
>> Just check the registry I can't get to a WSUS 3 client right now to look
>> myself.
>>
>>
>> "Ehren" <> wrote in message
>> news:8E0E5EAA-1436-47E2-A629-...
>> >I have WSUS 3 but maybe its the same
>> >
>> > what file extension would that script have when saved?
>> >
>> > Thanks
>> >
>> > "WorkingHard" wrote:
>> >
>> >> What going on is that the WSUS ID is not unique ... is created when
>> >> the
>> >> PC
>> >> is first connected to WSUS and not there after. So if your master
>> >> imahe
>> >> had
>> >> a WSUS ID now all your image created PC's have the same ones. For WSUS
>> >> 2
>> >> the
>> >> fix is as follows:
>> >> use regedit and go to
>> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate
>> >> delete the following entries
>> >> "PingID"
>> >> "AccountDomainSid"
>> >> "SusClientId"
>> >> then retart the two services /restart PC
>> >> For good measure you can also run wuauclt.exe /resetauthorization
>> >> /detectnow
>> >> in the command console
>> >>
>> >> This can be scripted and various scripts can be found on line
>> >>
>> >> http://www.wsus.info/forums/lofivers...php?t8698.html
>> >>
>> >> run it as a start up script and it will fix stuf. This is how we do
>> >> it.
>> >>
>> >>
>> >> "Ehren" <> wrote in message
>> >> news:AB820213-454C-4392-9EB5-...
>> >> > Hello-
>> >> >
>> >> > I have a very strange issue that I have never seen before and wonder
>> >> > if
>> >> > anyone else has any experience with it.
>> >> >
>> >> > We have several computer labs here, each with 10-12 computers. We
>> >> > have
>> >> > a
>> >> > main domain, call it "maindomain" and then we have a separate domain
>> >> > for
>> >> > the
>> >> > labs ... call it "teaching". The WSUS server is in the maindomain
>> >> > and
>> >> > obviously the lab computers are in the teaching domain. In my head
>> >> > this
>> >> > shouldnt be an issue because you just configure the computers via
>> >> > group
>> >> > policy to point to the wsus server and it really doesnt matter what
>> >> > domain
>> >> > its in because its http (right?).
>> >> >
>> >> > To save myself dns hasstles I configured automatic updates via group
>> >> > policy
>> >> > for this lab in the teaching domain, setting the update location to
>> >> > be
>> >> > http://<ipaddress_of_WSUS_server>. The WSUS server update site is
>> >> > configured
>> >> > as the default site on port 80.
>> >> >
>> >> > All of the computers in the lab have recieved updates from the WSUS
>> >> > server
>> >> > and have installed them automatically as they should (i know this
>> >> > because
>> >> > thier ip range does not have internet access so if not for the wsus
>> >> > server
>> >> > its impossible to download updates). Last night at the scheduled
>> >> > time
>> >> > they
>> >> > all rebooted and installed 12 updates that they had scheduled.
>> >> >
>> >> > heres the interesting part...10 of the computers are all dell
>> >> > Optiplex
>> >> > GX280's and one is a Dell Optiplex 170L. The 170L (bps1263-11)
>> >> > ALWAYS
>> >> > shows
>> >> > up in the update services console. However bps1263-xx (where
>> >> > xx=1-10)
>> >> > show
>> >> > up in the console, but no more than one at a time. I.e. bps1263-00
>> >> > will
>> >> > show up for a while, then that will be gone and bps1263-07 will show
>> >> > up,
>> >> > then
>> >> > that will be gone and bps1263-04 will show up and on and on.
>> >> >
>> >> > All of these computers were imaged using sysprep. So although they
>> >> > all
>> >> > use
>> >> > the same image they all have unique sid's and the like because they
>> >> > all
>> >> > went
>> >> > through the mini-windows welcome setup after they were imaged.
>> >> >
>> >> > Any ideas here? This is blowing my mind!
>> >> >
>> >> > TIA - Ehren
>> >>
>> >>
>> >>

>>
>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I confirm that my time server is running and that my work stations are pointed to it? Kelvin Beaton Windows Server 25 08-02-2007 03:10 PM
WSUS server fails to find computers. Bob Windows Server 4 06-05-2007 06:52 AM
DST & Time Server woes Mike McBride Windows Server 3 03-15-2007 02:51 PM
Re: Time Synchronisation without Internet Access or 3rd party time server Katherine Coombs Windows Server 4 08-11-2004 12:57 AM
RE: HAAAAAALP!!! Networking problems with Windows 2003 server. BDedman Windows Server 0 07-30-2004 04:55 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59