Commit ed47c7cb by JR Dalrymple

Added detail to command

parent 27de9dff
...@@ -5,3 +5,6 @@ Requires XenApp SDK installed on XenApp server doing the monitoring ...@@ -5,3 +5,6 @@ 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 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') } The command that does the gett'n: Get-XASession -full | where-object { ($_.ApplicationState -eq 'Active') }
Get-XASession -full | where-object { ($_.ApplicationState -eq 'Active') } | select Acco
untName, BrowserName
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