Disconnect Notification

  • Thread starter Thread starter chris seiter
  • Start date Start date
C

chris seiter

Guest
Windows 2003 server

Is there any way I can receive an e-mail notification when all connections
currently open are in the "disconnected" state? We're getting into our
company's busy season and updates need to be applied as quickly as possible,
but I can't reboot if someone has an active connection.
 
Re: Disconnect Notification

You can use WTS APIs to query the state of all sessions and any mailing
application such as smartmail to send an email when all sessions are
disconnected.

More details on WTS APIs are at:
http://msdn2.microsoft.com/en-us/library/aa383833.aspx

--
Thanks,
Priya.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

"chris seiter" <chrisseiter@discussions.microsoft.com> wrote in message
news:4650C9D9-250F-434B-8B5A-6A743DC4FB10@microsoft.com...
> Windows 2003 server
>
> Is there any way I can receive an e-mail notification when all connections
> currently open are in the "disconnected" state? We're getting into our
> company's busy season and updates need to be applied as quickly as
> possible,
> but I can't reboot if someone has an active connection.
 
Re: Disconnect Notification

Wow... I'll give it a shot. Thanks.

"Priya Raghavan [MSFT]" wrote:

> You can use WTS APIs to query the state of all sessions and any mailing
> application such as smartmail to send an email when all sessions are
> disconnected.
>
> More details on WTS APIs are at:
> http://msdn2.microsoft.com/en-us/library/aa383833.aspx
>
> --
> Thanks,
> Priya.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "chris seiter" <chrisseiter@discussions.microsoft.com> wrote in message
> news:4650C9D9-250F-434B-8B5A-6A743DC4FB10@microsoft.com...
> > Windows 2003 server
> >
> > Is there any way I can receive an e-mail notification when all connections
> > currently open are in the "disconnected" state? We're getting into our
> > company's busy season and updates need to be applied as quickly as
> > possible,
> > but I can't reboot if someone has an active connection.

>
>
 
Back
Top