For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Id (uint)

Tenant ID.

(CommonParameters)

INPUTS

-none-

OUTPUTS

-none-

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

Remove-RASTenant -Id 3

Removes the Tenant with Id 3.

Last updated