| Author |
Topic  |
|
|
Perfessor
Old Timer
  
USA
369 Posts
Status: offline |
Posted - 09/22/2008 : 3:04:20 PM
|
Is there any inexpensive (read - free [or at least cheap enough for my CFO]) programs out that work with Win2K3 that works like SMS to automatically download and push updates out to workstations? I've got both XP and 2K workstations here.
|
Scott Network Systems Analyst MCP, A+, |
|
|
Rambler
Old Timer
  
Czech Republic
585 Posts
Status: offline |
|
|
Perfessor
Old Timer
  
USA
369 Posts
Status: offline |
Posted - 09/22/2008 : 6:41:05 PM
|
| Will that work on standard edition? I have Win2K3 SP2. |
Scott Network Systems Analyst MCP, A+, |
 |
|
|
Rambler
Old Timer
  
Czech Republic
585 Posts
Status: offline |
|
|
Douggg
Major Contributor
   
830 Posts
Status: offline |
Posted - 09/23/2008 : 10:20:14 AM
|
| You can run WSUS on a VM. |
 |
|
|
brbandeira
Old Timer
  
Australia
359 Posts
Status: offline |
Posted - 09/23/2008 : 10:49:09 AM
|
After installing WSUS, just configure the client machines GPO in Active Directory
Administrative Templates Windows components Windows Update |
Bruno Freire MCSA + Security -------- The day has 24 hours, for the rich and for the poor. |
 |
|
|
joe_elway
Honorable But Hopeless Addict
    
Ireland
6673 Posts
Status: offline |
|
|
Perfessor
Old Timer
  
USA
369 Posts
Status: offline |
Posted - 09/23/2008 : 5:41:52 PM
|
| Thanks, all. I'm hoping to set it up to be as unintrusive as possible. Will this force a log off it the user forgets to log off? |
Scott Network Systems Analyst MCP, A+, |
 |
|
|
brbandeira
Old Timer
  
Australia
359 Posts
Status: offline |
Posted - 09/23/2008 : 11:14:29 PM
|
| You have something like that if the computers are in an AD domain with GPO. Check all the GPO’s options to see if they give you what you need. |
Bruno Freire MCSA + Security -------- The day has 24 hours, for the rich and for the poor. |
 |
|
|
mitachu
Honorable But Hopeless Addict
    
United Kingdom
1768 Posts
Status: offline |
Posted - 09/24/2008 : 1:01:18 PM
|
If you're not going to force a reboot then be aware that certain patches will only take effect once a reboot is done. Others will prevent further patches from being applied until a reboot.
|
Tim |
 |
|
|
Perfessor
Old Timer
  
USA
369 Posts
Status: offline |
Posted - 09/24/2008 : 2:51:14 PM
|
| If I can force a reboot, I will. I just wasn't sure if it would force a log off or not. Most users "forget: to log off at night. Some shut down, I'm trying to break them of that habit during the week. |
Scott Network Systems Analyst MCP, A+, |
 |
|
|
JSCLMEDAVE
Honorable But Hopeless Addict
    
USA
4685 Posts
Status: offline |
Posted - 09/24/2008 : 4:02:46 PM
|
quote: Originally posted by Perfessor
If I can force a reboot, I will. I just wasn't sure if it would force a log off or not. Most users "forget: to log off at night. Some shut down, I'm trying to break them of that habit during the week.
I used to run this Scheduled BAT routine at my last site for those users that would forget to logoff at night.
REM Prepares networked workstations for nightly processes REM Makes sure that all workstations are logged off REM REM Last updated: 06/18/2004 REM Last Update BY: LTB REM shutdown /r /f /m \\PCNAME26 /T 02 /c "scheduled maintenance"
Just repeat this line for all of the PCs that you have. The 02 is the seconds that the MSG "scheduled maintenance" will appear before it logs off. There is no one here when this goes off so I am not worried about the 2 seconds...
I created this as a .bat file, then use scheduled task to run it every night at 7pm from the DC...
shutdown ? will give you the info...
You can also use PSSHUTDOWN from Sysinternal. There is a nice script and some info on it here - http://web2.minasi.com/forum/topic.asp?TOPIC_ID=15836 |
Tim-
"Will the woman who left her 9 kids at Wrigley field please come and claim them? - they're beating the Cubs 5-0"
|
 |
|
|
mitachu
Honorable But Hopeless Addict
    
United Kingdom
1768 Posts
Status: offline |
Posted - 09/24/2008 : 4:25:38 PM
|
I had a little script that started up at boot time and read a CSV file containing a list of computer names and a shutdown time for each one. It read the file until it found the line for itself and then created a scheduled task to call the shutdown.exe command. It worked pretty well and allowed me to be granular on what time machines shut themselves down.
|
Tim |
 |
|
|
brbandeira
Old Timer
  
Australia
359 Posts
Status: offline |
Posted - 09/24/2008 : 8:25:44 PM
|
I think these GPO options can be useful for you for now
Computer Configuration -Administrative Templates ---Windows Components -----Windows update -------Specify intranet Microsoft update service location -------Configure Automatic Updates – “Auto download and schedule the install”
Then, force users so they manually restart the clients: -------Re-prompt for restart with scheduled installations – set it to 5 min.
|
Bruno Freire MCSA + Security -------- The day has 24 hours, for the rich and for the poor. |
Edited by - brbandeira on 09/24/2008 8:26:49 PM |
 |
|
| |
Topic  |
|