Get-RASDevicesInfo

NAME

Get-RASDevicesInfo

SYNOPSIS

Retrieves Devices Info.

SYNTAX

Get-RASDevicesInfo [SiteId** (uint)] [Timeout (uint)] [(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.

Timeout (uint)

The total number of seconds where the retrieval of devices will timeout.

Default: 60 seconds, Accepted values: 60-300 seconds

(CommonParameters)

INPUTS

-none-

OUTPUTS

DevicesInfo

EXAMPLES

---------- EXAMPLE 1 ----------

Get-DevicesInfo -SiteId 5

Get info of all devices from site with Id 5

-none-

Last updated