Commit 27de9dff by JR Dalrymple

Just getting rolling - should be fun

parents
Powershell script used for passive logging of Citrix user sessions
Requires XenApp SDK installed on XenApp server doing the monitoring
Will also require a service on the nagios host for each user you wish to have monitored
The command that does the gett'n: Get-XASession -full | where-object { ($_.ApplicationState -eq 'Active') }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment