Citrix Troubleshooting Steps
Tuesday, August 29, 2017
Powershell command to get the inventory for XenApp 6.0
Get-XAApplicationReport * | select DisplayName,FolderPath,Enabled,CommandLineExecutable, @{n="Servers";e={[string]::join("-", $_.ServerNames)}} | Export-Csv Inventory.csv
2 comments:
Nitin Chitkara
November 1, 2017 at 12:43 PM
Before this command run add-pssnain *citrix*
Reply
Delete
Replies
Reply
Charan
February 25, 2020 at 6:06 PM
add-pssnapin citrix.xenapp.commands
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Before this command run add-pssnain *citrix*
ReplyDeleteadd-pssnapin citrix.xenapp.commands
ReplyDelete