Windows NT need some warnings

  • Thread starter Thread starter dummy1
  • Start date Start date
D

dummy1

Hi ..
I have a terminal server that co-worked log into for
EPR applications. The problem that I am running into is that I need to
KNOW when they log on, on some kind of warning or sound.


Does anyone have any suggestions on this?
 
dummy1 wrote:
> Hi ..
> I have a terminal server that co-worked log into for
> EPR applications. The problem that I am running into is that I need to
> KNOW when they log on, on some kind of warning or sound.
>
>
> Does anyone have any suggestions on this?
>
>

Write a script to run on the TS (on USRLOGON.CMD) to send you a message
(NET SEND I think) once they logon.
Just check the username logging in and if it matches the guy you want,
do a NET SEND.

--
Cláudio Rodrigues
CEO, TSFactory Inc.

Microsoft MVP
Windows Server - Terminal Services
http://www.tsfactory.com
 
Back
Top