If you are experiencing a opening a blank IIS 6.0 server manager snapin and/or seeing Event IDs 7076, 6398, and 6482 in the App Log, check out KB 946517 for a hotfix for a recent issue found with the IIS 6.0 ADSI Provider.
Read More...
schtasks /create /S servername /RU SYSTEM /TR "shutdown /s /t 60 /f /d p:0:0" /SD 10/02/2007 /ST 19:07:00 /SC ONCE /TN ADHOC-SHUTDOWN /Z /F This will create a scheduled task on the remove server "servername" called "ADHOC-SHUTDOWN" that will run the command
Read More...