Remove-RASTenant
NAME
Remove-RASTenant
SYNOPSIS
Removes a Tenant.
SYNTAX
Remove-RASTenant -Id <uint> [<CommonParameters>]
Remove-RASTenant [-Name <string>] [<CommonParameters>]
DESCRIPTION
Removes a Tenant.
PARAMETERS
-Name <string> Tenant name.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Id <uint> Tenant ID.
Required? true
Position? named
Default value 0
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 documentation.
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ----------
Remove-RASTenant -Id 3
Removes the Tenant with Id 3.
RELATED LINKS
Last updated