Publish RDS RemoteApp from network share / UNC

You guessed right…. we have some PowerShell magic to do.
A oneliner that works very well:
New-RDRemoteApp -Alias “AliasOfApp” -CollectionName MyCollection -DisplayName “NameDisplayedOnRDWeb” -FilePath “UNCPathToProgram” -IconPath “UNCPathToProgramOrIconfile” -ShowInWebAccess 1 -UserGroups “Domain\SecurityGroup” -ConnectionBroker FQDN_Of_CB

After a while the RemoteApp will appear in the GUI as well

Kommentarer