Remove-RdsTenant
Removes a tenant.
Syntax
Remove-RdsTenant
[-Name] <String>
[<CommonParameters>]
Description
The Remove-RdsTenant cmdlet removes a tenant in the current context. You must first remove all host pools associated with the tenant before running this command.
Examples
Example 1
PS C:\> Remove-RdsTenant -Name "contoso"
This command removes a tenant in the current context.
Parameters
-Name
The name of the tenant.
Type: | String |
Aliases: | TenantName |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
System.String
Outputs
System.Object