Get-RASSite
Last updated
Last updated
Get-RASSite
Retrieves information about one or multiple sites.
Get-RASSite [[-] (uint)]** [()]
Get-RASSite [[-] (string)]** [()]
Retrieves information about one or multiple sites.
The cmdlet returns an array of objects of type Site.
To see the complete list of object properties, use the Format-List cmdlet (see examples).
The name of the site for which to retrieve the information.
The ID of the site from which to retrieve the information.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASSite | Format-List
Retrieves the list of all available sites.
The Format-List cmdlet formats the display output to include all available site properties. **---------- EXAMPLE 2 ----------
Get-RASSite "My-Site"
Retrieves information about the site specified by name. **---------- EXAMPLE 3 ----------
Get-RASSite -Id 1
Retrieves information about the site specified by ID.