# Get-RASDevicesInfo.md

## NAME

Get-RASDevicesInfo

## SYNOPSIS

Retrieves Devices Info.

## SYNTAX

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

## DESCRIPTION

Retrieves a single or list of Devices info.

## PARAMETERS

## SiteId (uint)

Site ID from which to retrieve the Devices Info.

If the parameter is omitted, the site ID of the Licensing Server will be used.

```
        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

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

## EXAMPLES

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

Get-DevicesInfo -SiteId 5

Get info of all devices from site with Id 5

## RELATED LINKS

-none-
