XenApp and XenDekstop 7.x: How to export current active session state

XenApp and XenDekstop 7.x: How to export current active session state

book

Article ID: CTX224569

calendar_today

Updated On:

Description

How to export current active session state

Resolution

Get-BrokerSession -MaxRecordCount 2000 | Where-Object {$_.SessionState -eq 'Active'} | Select-Object -Property UserName

Problem Cause

how-to question