Get-RASTenant

NAME

Get-RASTenant

SYNOPSIS

Retrieves information about one or multiple Tenants.

SYNTAX

Get-RASTenant -Id (uint)** [(CommonParameters)]

Get-RASTenant [Name (string)]** [(CommonParameters)]

DESCRIPTION

Retrieves information about one or multiple Tenants.

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

Tenant

EXAMPLES

**---------- EXAMPLE 1 ----------

Get-RASTenant -Name "Tenant 1"

Gets a Tenant Broker with name "Tenant 1".

Last updated