New-RDSGroup

NAME

New-RDSGroup

SYNOPSIS

Creates a new RD Session Host server group.

SYNTAX

New-RDSGroup [-Name] <string> [[-SiteId] <uint>] [-RDSObject <RDS[]>] [<CommonParameters>]

DESCRIPTION

Creates a new RD Session Host server group. Individual servers can be added to the group using the Add-RDSGroupMember cmdlet.

PARAMETERS


-Name <string>
Group name.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-SiteId <uint>
Site ID in which to create the group.

If the parameter is omitted, the site ID of the Licensing Server will be used.

        Required?                    false
        Position?                    1
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-RDSObject <RDS[]>
A list of RD Session Host servers (an array of objects of type RDS) to add to the group.

An RDS object representing an RD Session Host server is obtained using the Get-RDS cmdlet.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

<CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). 

INPUTS



OUTPUTS

PSAdmin.RDSGroup

EXAMPLES


---------- EXAMPLE 1 ----------

New-RDSGroup "My RDS Group"

Creates a new RD Session Host server group with the specified name.

RELATED LINKS

Parallels RAS v16.0