New-RdsTenantGroup
Creates a new tenant group.
Syntax
New-RdsTenantGroup
[-Name] <String>
[-FriendlyName <String>]
[-Description <String>]
[<CommonParameters>]
Description
Creates a new tenant group within the deployment.
Examples
Example 1
PS C:\> New-RdsTenantGroup -Name "contosoTenantGroup"
TenantGroupName Description FriendlyName
--------------- ----------- ------------
contosoTenantGroup
This command creates a new tenant group in Windows Virtual Desktop.
Parameters
-Description
A 512 character string that describes the TenantGroup to help administrators. Any character is allowed
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-FriendlyName
A 256 character string that is intended for display to end users. Any character is allowed.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
The name of the tenant, which must be unique in Windows Virtual Desktop.
Type: | String |
Aliases: | TenantGroupName |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
System.String
Outputs
Microsoft.RDInfra.RDManagementData.RdMgmtTenantGroup