0

i have a powershell application published to citrix. It simple executes a remote batch file Initiator.Bat which then executes apowershell script with following command, Powershell \\server\Taskpad\Script.ps1; then user gets a credential prompt.

Everything is working fine except the big ugly command window openning in the background which i dont want. So i used option "-STA -WindowStyle Hidden", but when i click the application , i does nothing , it closes automatically within a second and credential prompt is not displayed. that option works perfectly in normal windows environment. Please do let me know , what am i doing wrong and how to make it work in citrix?

Evan Anderson
  • 141,881
  • 20
  • 196
  • 331
Darktux
  • 827
  • 5
  • 21
  • 36
  • Does it work as expected when using RDP? Also, is this a published / seamless app, or does the user get a full desktop? – Dan Oct 11 '13 at 19:09
  • Its a published seamless app , it works fine every-time else. – Darktux Oct 12 '13 at 20:02

0 Answers0