Remove-RdsTenantGroup

Removes a tenant group.

Syntax

Remove-RdsTenantGroup
      [-Name] <String>
      [<CommonParameters>]

Description

The Remove-RdsTenantGrouop cmdlet removes a tenant group. You must first remove all tenants associated with the tenant group before running this command.

Examples

Example 1

PS C:\> Remove-RdsTenantGroup -Name "contosoTenantGroup"

This command removes a tenant group.

Parameters

-Name

The name of the tenant group.

Type:String
Aliases:TenantGroupName
Position:0
Default value:None
Accept pipeline input:True
Accept wildcard characters:False

Inputs

System.String

Outputs

System.Object