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
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
Skicka en kommentar