Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Moving Remote Computers Between Groups Automatically

Reply
Thread Tools Display Modes

Moving Remote Computers Between Groups Automatically

 
 
Ben
Guest
Posts: n/a

 
      02-07-2006
Hi,

We've been using WSUS, for the past year, to update all our servers and
clients. I have setup 3 groups to organise all our computers, 'Servers',
'Office Internal' & 'VPN Clients'. Now when I approve updates, I set
'Servers' and 'Office Internal' to always 'Install', so they are updated
automatically, but 'VPN Clients' usually get 'Detect Only', as I don't want
huge amounts of updates being piped down our VPN connect to dozens of VPN
users. However, some of the remote users are people with laptops, who may
come in to the office occasionally. Is there anyway to automatically set
their group to 'Office Internal' when they're on site, but 'VPN Clients'
when they are dialling-in? It's a shame there isn't some way to configure
different subnets as groups, i.e. everything on 192.168.0.x is internal and
gets updates installed, and everything on 192.168.10.x is VPN and only
detects!

Any advice greatly appreciated

Ben


 
Reply With Quote
 
 
 
 
maximillianx
Guest
Posts: n/a

 
      02-07-2006
You could run a startup script that would detect their subnet, run a reg key
to apply their computers to the 'internal' group, then on shutdown another
script would run, placing them back into the 'VPN' group...

You may have to include some code in both scripts to stop/restart automatic
update service to force the WU agent to recognize the change.

This might require modifying their GPO to not apply a target group setting,
as the GPO would override the reg change. In which case, you would need to
have an OU that would contain only the laptop/traveling computers.

You could then write your startup script to detect if the third octet of
your subnet is 0, then apply computer to internal group, if third octet is
10, then apply computer to VPN group. This is very simplistic, but in
essence, it should do what you want.

Rob


"Ben" <> wrote in message
news:...
> Hi,
>
> We've been using WSUS, for the past year, to update all our servers and
> clients. I have setup 3 groups to organise all our computers, 'Servers',
> 'Office Internal' & 'VPN Clients'. Now when I approve updates, I set
> 'Servers' and 'Office Internal' to always 'Install', so they are updated
> automatically, but 'VPN Clients' usually get 'Detect Only', as I don't
> want huge amounts of updates being piped down our VPN connect to dozens of
> VPN users. However, some of the remote users are people with laptops, who
> may come in to the office occasionally. Is there anyway to automatically
> set their group to 'Office Internal' when they're on site, but 'VPN
> Clients' when they are dialling-in? It's a shame there isn't some way to
> configure different subnets as groups, i.e. everything on 192.168.0.x is
> internal and gets updates installed, and everything on 192.168.10.x is VPN
> and only detects!
>
> Any advice greatly appreciated
>
> Ben
>



 
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
Moving Start Groups lose your items Robert Paresi Windows Vista Security 1 05-21-2007 08:42 PM
Remote networking to Vista Ultimate computers. LJuliet97 Windows Vista Networking 6 02-06-2007 11:27 AM
WMP11 moving and renamin my files automatically....WHAT THE???? StoreThomas Windows Media Player 0 01-31-2007 05:29 PM
How can I update all the computers in my office LAN automatically ? Carl-Henry Windows Update 1 05-16-2004 09:22 PM
How can I update for all computers in LAN automatically ? Thanh Vu Windows Update 1 05-15-2004 12:10 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