# Get-RASTenant

## NAME

Get-RASTenant

## SYNOPSIS

Retrieves information about one or multiple Tenants.

## SYNTAX

**Get-RASTenant** -[Id](#id-string) *(uint)*\*\* \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Get-RASTenant** \[[Name](#name-string) *(string)*]\*\* \[*(*[*CommonParameters*](#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](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/tenant)

## EXAMPLES

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

Get-RASTenant -Name "Tenant 1"

Gets a Tenant Broker with name "Tenant 1".

## RELATED LINKS

* [New-RASTenant](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/new-rastenant)
* [Set-RASTenant](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rastenant)
* [Remove-RASTenant](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-rastenant)
