export application published xml xenapp


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Add-PSSnapin Citrix*
  2.  
  3.  
  4. Get-XAApplicationReport "BANK MTS" | ?{$_.FolderPath.StartsWith("Applications/Testing")} | Export-Clixml D:\testingApps.xml

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.