# Get-RASTrustedDomain

## NAME

Get-RASTrustedDomain

## SYNOPSIS

Retrieves the Trusted Domains.

## SYNTAX

**Get-RASTrustedDomain** \[\[-[SiteId](#siteid-string)] *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Retrieves the Trusted Domains.

## PARAMETERS

## SiteId (uint)

Site ID from which to retrieve the list of Trusted Domains.

To obtain the ID of a desired site, use the Get-Sites cmdlet.

```
        Required?                    false

        Position?                    1

        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

[String](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/types/String.md)

## EXAMPLES

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

Get-RASTrustedDomain

Retrieves the list of Trusted Domains.

## RELATED LINKS

-none-
