RDS Collection - Alias

Kristian Leth 41 Reputation points
2020-09-15T12:01:04.3+00:00

Hi,

We are facing some issues with the default RemoteDesktop Powershell Module, since we cant define an UserGroup in the New-RDSessionCollection cmdlet, meaning that Domain Users is defined by default. Untill we can issue the Set-RDSessionCollectionConfiguration, all our endusers can see the new RDS collection.

We have worked around this issue, by importing the RDManagement Module (Import-Module C:\Windows\System32\ServerManagerInternal\RDManagement)
This module gives us the cmdlet New-RDSHCollection, where we can define a user group in the creation process

All of this is working just fine, but im curious about the Alias that is created for each collection.
Could we simply generate a random identifier for the Alias parameter, and insert this ?
Is that Alias used for anything else, than just being an Alias?

Example:

New-RDSHCollection -RDManagementServer connectionbroker.domain.com -Name "Comany ABC123" -User $Users -RDSHServer "rdsh.domain.com" -CollectionAlias "ABC123"

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,267 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,390 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karlie Weng 14,721 Reputation points Microsoft Vendor
    2020-09-16T09:10:50.163+00:00

    Hello,

    As far as I understand, it is just an alias, like the name of the collection.

    A session collection holds the apps and desktops you want to make available to users.
    The collection name will only be displayed to users coming through Remote Desktop Web Access.

    25201-image.png

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards
    Karlie