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.

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ----------

Remove-RASTenant -Id 3

Removes the Tenant with Id 3.

Last updated