Welcome to MSDN Blogs Sign in | Join | Help

September 2007 - Posts

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

SharePoint Portal Server 2003 Service Pack 3 & Windows SharePoint Services Service Pack 3 available for download

Description of SharePoint Portal Server 2003 Service Pack 3 http://support.microsoft.com/?id=923644 Issues that are fixed in SharePoint Portal Server 2003 by SharePoint Portal Server 2003 Service Pack 3 http://support.microsoft.com/?id=938795 SharePoint

Quick Way To Create Hundreds of User Accounts in AD

I just had to create a few hundred user accounts in a test AD environment and the easiest way I new of is to use the DSADD USER cmd line tool. DSADD ships with Windows Server 2003 under the C:\Windows\System32 directory. In these examples, I'm creating
Posted by rodgerjt | 0 Comments
 
Page view tracker