Home » KBArticles » XenApp 6.5 export all applications to text file using powershell

XenApp 6.5 export all applications to text file using powershell

Ensure you run this on a XA box connected to the farm you want to interrogate and ensure that the XASDK6.5 from citrix is installed from HERE

Run the following command from the XenApp SDK Powershell Prompt:

 

Get-XAApplication | Format-Table -AutoSize -Property BrowserName | Out-File c:pubapps.txt

2 comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.