Mehul Sant

Mehul Sant

  • NA
  • 226
  • 117.5k

Publish RemoteApp through Powershell Script in C#

May 20 2016 7:48 AM
I have achieved to publish remoteapp by powershell in windows server 2012 R2. The scrit is&nbsp;<div id="pastingspan1">&nbsp;</div><div>New-RDRemoteApp -alias AppLauncher -DisplayName AppLauncher -FilePath "C:\Program Files (x86)\ABC\AppLauncher\AppLauncher.exe" -ShowInWebAccess 1 -CommandLineSetting Allow -CollectionName RemoteApps -ConnectionBroker EDCSRV61.PTPLQA.LOCAL</div><div>&nbsp;</div><div>So when I run this script through powershell it is working fine and my remoteapp is published.</div><div>&nbsp;</div><div>I want to achieve this by c# code.</div><div>Can anybody help me on this&nbsp;</div><div></div>

Answers (2)