Login users using TS

L

Lazo Basic

Can anyone tell me where to attache this line of code so I can see who is
accessing my TS. I dont have AD in place yet.


Append this to logon script: (WHAT LOGON SCRIPT?)

Echo %username% %clientname% %date% %time% >> logon.log
 
M

Matthew Harris [MVP]

Put that in your login script. Put it anywhere you want.

If you don't have a particular logon script, then you can
just throw it into the usrlogon.cmd file that runs on the
terminal server whenever a person logs on through terminal
services.

-M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top