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.
-Id <uint> Tenant ID.
<CommonParameters>
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- EXAMPLE 1 ----------
Get-RASTenant -Name "Tenant 1"
Gets a Tenant Broker with name "Tenant 1".
RELATED LINKS
Last updated