Jump to content

Monitor Terminal Server Users?


Recommended Posts

Guest Tristan
Posted

I am looking for some sort of software which can monitor users and logs when

the users login and out (some sort of activity monitoring)

 

Any ideas would be much appreciated.

 

Thanks

 

Tris

Guest Vera Noest [MVP]
Posted

Re: Monitor Terminal Server Users?

 

Logon and Logoff Events are recorded in the EventLog on the server,

if you have enabled auditing of security events.

 

It's not completely clear what else you want to monitor.

Check this:

RecordTS - record everything your users are doing on your Terminal

Servers, by Cláudio Rodrigues

http://www.tsfactory.com/page.php?mode=privateview&pageID=4

 

_________________________________________________________

Vera Noest

MCSE, CCEA, Microsoft MVP - Terminal Server

TS troubleshooting: http://ts.veranoest.net

___ please respond in newsgroup, NOT by private email ___

 

"Tristan" <Tristan.Salisbury@bluespier.com> wrote on 06 mar 2008

in microsoft.public.windows.terminal_services:

> I am looking for some sort of software which can monitor users

> and logs when the users login and out (some sort of activity

> monitoring)

>

> Any ideas would be much appreciated.

>

> Thanks

>

> Tris

Guest Tristan
Posted

Re: Monitor Terminal Server Users?

 

We want to be able to run off reports of users logging in during the past

month. We also want to be able to monitor users disk usage.

 

How can you enable the auditing for the security events.

 

Thanks in advance.

Tris

 

"Vera Noest [MVP]" <vera.noest@remove-this.hem.utfors.se> wrote in message

news:Xns9A59E87B66791veranoesthemutforsse@207.46.248.16...

> Logon and Logoff Events are recorded in the EventLog on the server,

> if you have enabled auditing of security events.

>

> It's not completely clear what else you want to monitor.

> Check this:

> RecordTS - record everything your users are doing on your Terminal

> Servers, by Cláudio Rodrigues

> http://www.tsfactory.com/page.php?mode=privateview&pageID=4

>

> _________________________________________________________

> Vera Noest

> MCSE, CCEA, Microsoft MVP - Terminal Server

> TS troubleshooting: http://ts.veranoest.net

> ___ please respond in newsgroup, NOT by private email ___

>

> "Tristan" <Tristan.Salisbury@bluespier.com> wrote on 06 mar 2008

> in microsoft.public.windows.terminal_services:

>

>> I am looking for some sort of software which can monitor users

>> and logs when the users login and out (some sort of activity

>> monitoring)

>>

>> Any ideas would be much appreciated.

>>

>> Thanks

>>

>> Tris

Guest Vera Noest [MVP]
Posted

Re: Monitor Terminal Server Users?

 

In a Group POlicy in your domain, or the local policy.

_________________________________________________________

Vera Noest

MCSE, CCEA, Microsoft MVP - Terminal Server

TS troubleshooting: http://ts.veranoest.net

*----------- Please reply in newsgroup -------------*

 

"Tristan" <Tristan.Salisbury@bluespier.com> wrote on 07 mar 2008:

> We want to be able to run off reports of users logging in during

> the past month. We also want to be able to monitor users disk

> usage.

>

> How can you enable the auditing for the security events.

>

> Thanks in advance.

> Tris

>

> "Vera Noest [MVP]" <vera.noest@remove-this.hem.utfors.se> wrote

> in message

> news:Xns9A59E87B66791veranoesthemutforsse@207.46.248.16...

>> Logon and Logoff Events are recorded in the EventLog on the

>> server, if you have enabled auditing of security events.

>>

>> It's not completely clear what else you want to monitor.

>> Check this:

>> RecordTS - record everything your users are doing on your

>> Terminal Servers, by Cláudio Rodrigues

>> http://www.tsfactory.com/page.php?mode=privateview&pageID=4

>>

>> _________________________________________________________

>> Vera Noest

>> MCSE, CCEA, Microsoft MVP - Terminal Server

>> TS troubleshooting: http://ts.veranoest.net

>> ___ please respond in newsgroup, NOT by private email ___

>>

>> "Tristan" <Tristan.Salisbury@bluespier.com> wrote on 06 mar

>> 2008 in microsoft.public.windows.terminal_services:

>>

>>> I am looking for some sort of software which can monitor users

>>> and logs when the users login and out (some sort of activity

>>> monitoring)

>>>

>>> Any ideas would be much appreciated.

>>>

>>> Thanks

>>>

>>> Tris

Guest Frane
Posted

Re: Monitor Terminal Server Users?

 

Hello Tristan,

 

You can check third party solution on http://www.terminalserviceslog.com

It monitors:

Connection start (date and hour)

User

Duration

IDLE time

Active time

Disconnected session time

Connection end (date and hour)

Status

 

On Mar 6, 2:59 pm, "Tristan" <Tristan.Salisb...@bluespier.com> wrote:

> I am looking for some sort of software which can monitor users andlogswhen

> the users login and out (some sort of activity monitoring)

>

> Any ideas would be much appreciated.

>

> Thanks

>

> Tris

Guest Frane
Posted

Re: Monitor Terminal Server Users?

 

Hello Tristan,

 

You can check third party solution on http://www.terminalserviceslog.com

It monitors:

Connection start (date and hour)

User

Duration

IDLE time

Active time

Disconnected session time

Connection end (date and hour)

Status

 

On Mar 6, 2:59 pm, "Tristan" <Tristan.Salisb...@bluespier.com> wrote:

> I am looking for some sort of software which can monitor users andlogswhen

> the users login and out (some sort of activity monitoring)

>

> Any ideas would be much appreciated.

>

> Thanks

>

> Tris

Guest Frane
Posted

Re: Monitor Terminal Server Users?

 

Hello Tristan,

 

You can check third party solution on http://www.terminalserviceslog.com

It monitors:

Connection start (date and hour)

User

Duration

IDLE time

Active time

Disconnected session time

Connection end (date and hour)

Status

 

On Mar 6, 2:59 pm, "Tristan" <Tristan.Salisb...@bluespier.com> wrote:

> I am looking for some sort of software which can monitor users andlogswhen

> the users login and out (some sort of activity monitoring)

>

> Any ideas would be much appreciated.

>

> Thanks

>

> Tris

  • 2 months later...
Guest RandyH
Posted

Re: Monitor Terminal Server Users?

 

Tristan wrote:

> I am looking for some sort of software which can monitor users and logs

> when the users login and out (some sort of activity monitoring)

>

> Any ideas would be much appreciated.

>

> Thanks

>

> Tris

I use GP LOGON/LOGOFF scripts to record %username% + %computername% +

date + time

 

echo LOGON %computername% - %username% %date% %time% >>

\\ServerName\Sharename\Server\%username%.log

Guest RandyH
Posted

Re: Monitor Terminal Server Users?

 

Tristan wrote:

> I am looking for some sort of software which can monitor users and logs

> when the users login and out (some sort of activity monitoring)

>

> Any ideas would be much appreciated.

>

> Thanks

>

> Tris

I use GP LOGON/LOGOFF scripts to record %username% + %computername% +

date + time

 

echo LOGON %computername% - %username% %date% %time% >>

\\ServerName\Sharename\Server\%username%.log

×
×
  • Create New...