Edit

Share via


Remove-RdsTenantGroup

Removes a tenant group.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:TenantGroupName

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

System.String

Outputs

System.Object