Get-TSTMGMTAllData

Get all the data within the Management Platform.

Written by Giuseppe

Last published at: August 20th, 2020

Get all the data within the Management Platform


SYNTAX

Get-TSTMGMTAllData

        [-Interface <guid>] [-Timeout <int>]


DESCRIPTION

Get all the data within the Management Platform. You can retrieve Profile, Devices, SIte and all the data within the Management Platform


EXAMPLES

1. create a variable and give it a name. Then pass to the variable any object you want to collect.

$alldata = Get-TSTMGMTAllData

$alldata.Profiles   (shows all the Profiles)  $alldata.Profiles[0]  (shows the first Profiles)

$alldata.Devices  (shows all the Devices )  $alldata.Devices[0]  (shows the first Device)


PARAMETERS


-Interface

The interface ID returned by a previously successful call to Connect-TSTMGMTServer. This parameter is only required if you are connected to 2 or more Management Platform instances at the same time. If this parameter is not specified the connection to the last successful call to Connect-TSTMgmtServer will be used.

Type: Guid
Required: No
Accept Pipeline Input: No


-Timeout

The time allowed in milliseconds for the call to complete before it is deemed to have timed out and is aborted

Type: Int32
Required: No
Accept Pipeline Input: No


INPUTS

None


OUTPUTS

ThinScale.Management.DataObjects.DataObjects