Get-RASSiteAccessAddresses

NAME

Get-RASSiteAccessAddresses

SYNOPSIS

Retrieves the Access Addresses of a Site.

SYNTAX

Get-RASSiteAccessAddresses [Id (uint)] [(CommonParameters)]

DESCRIPTION

Retrieves the Access Addresses of a Site.

PARAMETERS

Id (uint)

Id of the Site from which to retrive the Access Addresses

(CommonParameters)

INPUTS

-none-

OUTPUTS

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

Last updated