Get-TSTMGMTLicenseData

Get the license's information assigned to the Management Platform.

Written by Giuseppe

Last published at: October 28th, 2021

Get the license's information assigned to the Management Platform.


SYNTAX

Get-TSTMGMTLicenseData

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


DESCRIPTION

Get the license information assigned to the Management Platform.


EXAMPLES

1. Get the details of all license assigned to the Management Platform.

$alldata = Get-TSTMGMTAllData 
$alldata.Licenses

                                                                                                                                       


2. Get the details of the first license assigned to the Management Platform

$alldata.Licenses[0] | Get-TSTMGMTLicenseData 


PARAMETERS


-License

 License to retrieve

Type: ThinScale.Management.DataObjects.License
Required: Yes
Accept Pipeline Input: Yes


-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

ThinScale.Management.DataObjects.License


OUTPUTS

ThinScale.Management.PowerShell.LicenseData