[Export] [XenApp] [Powershell] Export a list of all XenApp published applications via Powershell
[Export] [XenApp] [Powershell] Export a list of all XenApp published applications via Powershell
XenApp 6.x:
Add-PSSnapin *citrix*
Get-XAApplicationReport * | Select BrowserName, {($_.ServerNames | Sort) -join ", "} | Export-csv c:\tmp\XA-AppReport.csv
XenApp 7.x:
Add-PSSnapin *citrix*
Get-Brokerapplication | Select-Object PublishedName,ApplicationName,ServerNames,AssociatedUserNames,BrowserName | Export-csv c:\tmp\XA-AppReport.csv
/image%2F0881799%2F20140610%2Fob_a8c7fe_logo2.jpg)
Commenter cet article