August 07, 2009
Quick Powershell for XenApp
Posted by: tony : Category: Uncategorized
I honestly haven’t had anything interesting to write about so here’s a quick and dirty Powershell script for XenApp Commands (Powershell for XenApp) which you can download from My Citrix.
I’ve always found it annoying that there was no real quick way to get a list of all your apps and which users or groups have access.
get-xaapplications | get-xaapplicationreport | select browsername, account
With that being said…I suck with Powershell but I’m trying to learn as much as I can about it. I’ve never been a savvy scripting, programmatic kinda guy…something I’d like to change!
