Re: Log report on clients
- From: "super pippo" <superpippo1@xxxxxxxxx>
- Date: 23 Mar 2006 15:41:27 -0800
A different solution than using Windows Auditing would be to use a
quick logon script that would write a small note in your event viewer
(application node) the username, clientname, servername date and time
of logoff and logon:
Set sho = CreateObject("Wscript.Shell")
set sysi = createobject("ADSystemInfo")
strUser=sysi.UserName
set objUser=GetObject("LDAP://" & strUser)
sClientName = sho.ExpandEnvironmentStrings ("%ClientName%")
sho.LogEvent 4,"User " & objUser.samaccountName & " has logged on at "
& now & " from Terminal " & sClientName
The above script could also track reconnections and disconnections
using ReconnAct from http://www.loginconsultants.nl, very nice little
tool (be careful though because if your AD is configured to run logon
script synchronously you'll need to find a different way to fire it).
.
- References:
- Re: Log report on clients
- From: Vera Noest [MVP]
- Re: Log report on clients
- Prev by Date: Re: 2000 TS License - Multiple Licenses and Long Lasting Licenses
- Next by Date: Re: Need quick answer on TS with DNS, WINS and DHCP
- Previous by thread: Re: Log report on clients
- Next by thread: Re: Terminal Services Licensing question
- Index(es):
Relevant Pages
|