Watch Pre-recorded Live Shows Here
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Mehul Sant
1.9k
226
106.9k
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 <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>
Reply
Answers (
2
)
if statement c# & sql...
How to lock the thread in c#