TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Mehul Sant
NA
226
119.1k
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#