Guest slawrie Posted October 5, 2007 Posted October 5, 2007 I have a server I would like to schedule to restart each weekend and send a notification of the restart. Does anyone have any experience with this? Steve
Guest Jabez Gan [MVP] Posted October 5, 2007 Posted October 5, 2007 Re: Auto Restart of Server You can actually script this. Use the command 'shutdown' (for the auto restart) and 'net send' (for the notification to the user). But I wouldn't use net send (since this would require you to enable Messenger service on all clients thus users might receive spam notifications. -- Jabez Gan Microsoft MVP: Windows Server - File Storage "slawrie" <slawrie@discussions.microsoft.com> wrote in message news:F87B0C2A-81CF-426A-B197-358DA2C29D86@microsoft.com... >I have a server I would like to schedule to restart each weekend and send a > notification of the restart. Does anyone have any experience with this? > > Steve
Recommended Posts