Publish RemoteApp through Powershell Script in C#
I have achieved to publish remoteapp by powershell in windows server 2012 R2. The scrit is <div id="pastingspan1"> </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> </div><div>So when I run this script through powershell it is working fine and my remoteapp is published.</div><div> </div><div>I want to achieve this by c# code.</div><div>Can anybody help me on this </div><div></div>