Track license renewal and sessions

  • Thread starter Thread starter Jateen
  • Start date Start date
J

Jateen

Is it possible to track when licences are renewed? The
licence manager shows when the licence was originally
issued and when it expires but how can I find out when the
licence was renewed or reissued. TS is supposed to renew
a licence within 7 days of expiration if the user logs on
within that 7 days...am I correct?

Then how can I keep a log of all sessions. I'd like to
monitor which users are logging in, from what machines and
what date and time. Also how are they terminating their
session.

Thanks
 
If you want to audit connections, then turn on autiding in
your group policies.

If you just want to see who is logging in, just append
this command to the end of your login script:

Echo %UserName% %ClientName% %Date% %Time% >> logon.log

-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

Back
Top