# Get-RASSiteAccessAddresses

## NAME

Get-RASSiteAccessAddresses

## SYNOPSIS

Retrieves the Access Addresses of a Site.

## SYNTAX

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

## DESCRIPTION

Retrieves the Access Addresses of a Site.

## PARAMETERS

## Id (uint)

Id of the Site from which to retrive the Access Addresses

```
        Required?                    false

        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

[SiteAccessAddress](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/siteaccessaddress)

## EXAMPLES

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

Get-RASSiteAccessAddresses -SiteId 1

Retrieves the Access Addresses of Site 1

If SiteId is not provided the Access Addresses of the License site are retrieved

## RELATED LINKS

* [Get-RASSite](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rassite)
* [Get-RASHALB](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rashalb)
* [Get-RASGateway](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rasgateway)
* [Get-RASCustomRoute](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rascustomroute)
