Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Sys Admin   (RSS)

Blank IIS Manager on Microsoft Office SharePoint Server 2007 Servers

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.
Posted by rodgerjt | 1 Comments

Deploy a Scheduled Task to Shutdown a Server at a Sepecified Date & Time

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
Posted by rodgerjt | 0 Comments
 
Page view tracker