for example at the supporters clubs
Add OU for

Labels: active, directory, helpdesk, organizational, units, w2k, windows
net stop wuauserv
regsvr32 %windir%\system32\wups2.dll
or 64bit
regsvr32 %windir%\syswow64\wups2.dll
net start wuauserv
Method 1: Register the Wups2.dll file in Windowssee: http://support.microsoft.com/kb/943144
To register the Wups2.dll file in Windows, follow these steps:
1. Stop the Automatic Updates service. To do this, follow these steps:
a. Click Start, click Run, type cmd, and then click OK.
b. At the command prompt, type the following command, and then press ENTER:
net stop wuauserv
2. Register the Wups2.dll file. To do this, follow these steps:
a. At the command prompt, type the following command, and then press ENTER:
regsvr32 %windir%\system32\wups2.dll
Note For a computer that is running Windows XP Professional x64 Edition,
type the following command, and then press ENTER:
regsvr32 %windir%\syswow64\wups2.dll
b. Click OK on each verification message that you receive.
3. Start the Automatic Updates service. To do this, type the following command
at the command prompt, and then press ENTER:
net start wuauserv
4. Exit the command prompt. To do this type exit, and then press ENTER.

net time /SETSNTP:ntp.cs.mu.OZ.AU
net time \\wam /SETSNTP:ntp.cs.mu.OZ.AU
net time \\svr00 /SETSNTP:ntp.cs.mu.OZ.AU
W2k: w32tm -s
XP: w32tm /resync
Why can't I use the Windows 2000 Scheduled Task Wizard to schedule a new task with SYSTEM account credentials?
If you attempt to specify the SYSTEM account when you use the
Scheduled Task Wizard to create a new task, Win2K will display the
following error message:
The attempt to log on to the account associated with the task failed, therefore, the task did not run.
The specific error is: 0x80070057: The parameter is incorrect.
Verify that the task's Run-as name and password are valid and try
again.
This error message results from a bug in the Win2K Scheduled Task
Wizard. To work around this problem, use the AT command to schedule
your tasks--the AT command automatically uses SYSTEM account
credentials to run tasks. If you subsequently use the Scheduled Task
Wizard to modify an existing task that you created with the AT command,
you'll have to enter alternative credentials for the task, and the task
will no longer run under the SYSTEM account.
see



e.g shutdown\shutdown \\s004 /r /y /c "Restarting computer for maintance pb..."
O:\wpb\system\scripts>shutdown\shutdown /?
Release 2.0. 1993 Microsoft Corporation.
Usage: SHUTDOWN [/?] [\\Computer] [/L] [/A] [/R] [/T:xx] ["Msg"] [/Y] [/C]
/? Shows this screen.
\\Computer Specifies a remote computer to shutdown.
/L Specifies a local shutdown.
/A Abortes a systemshutdown. This is only possible during the
timeout period.If this switch is used, all other are ignored.
/R Specifies that the machine should reboot after shutdown.
/T:xx Sets the timer for system shutdown in seconds.[20 sec. default]
"Msg" Specifies an additional message
/Y Answer all following questinons with yes
/C Forces running applications to close.
ATTENTION: If you use the /C parameter NT ignores the
applications option to save data which may
have changed. You will see no File-Save dialog
box, because NT will force the application to
close. This will result in a loss of all data
not previously saved !!!