Wednesday, July 9, 2014

PowerShell Command to search user session in Citrix Farm



PowerShell Command to search user session in Citrix Farm


Get-XASession | Where-Object {$_.ACCOUNTNAME -EQ "abc\nitin"}

Where abc is domain name and nitin is user name.
   

No comments:

Post a Comment