New-TSTMGMTDevice

Add a a new device to the Management Platform.

Written by Giuseppe

Last published at: August 20th, 2020

Add a new Device within the Management Platform


SYNTAX

New-TSTMGMTDevice

-DeviceName <string> -DeviceType {ThinKiosk | IntelliPerform | SecureRemoteWorker | ThinScaleVDA} [-ParentId <guid>]    [-Force] [-Interface <guid>] [-Timeout <int>]

New-TSTMGMTDevice

        -DeviceName <string> -DeviceType {ThinKiosk | IntelliPerform | SecureRemoteWorker | ThinScaleVDA} -ParentFolder         <Folder> [-ParentId <guid>] [-Interface <guid>] [-Timeout <int>]    


DESCRIPTION

Adds a new device to the Management Platform. You can specify a fully qualified or relative name of the device to create


EXAMPLES

1. Create a device called 'W10' of type ThinKiosk into a folder called 'Testing PowerShell' using ParentId

        New-TSTMGMTDevice -DeviceName 'W10' -DeviceType 'ThinKiosk' -ParentId 'D661EBF9-8793-4FA8-BB5E-BD5BFD62B072' 


PARAMETERS


-DeviceName

Fully qualified or relative name of the device to create

Type: String
Required: Yes
Accept Pipeline Input: No


-DeviceType

The ThinScale product this device will be using ('ThinKiosk','IntelliPerform','SecureRemoteWorker','ThinScaleVDA')

Type: String
Required: Yes
Accept Pipeline Input: No
Accepted values: ThinKiosk, IntelliPerform, SecureRemoteWorker, ThinScaleVDA


-ParentId

         The GUID of the folder the device is to be created in (only required if DeviceName is not supplied) 

Type: Guid
Required: No
Accept Pipeline Input: No


-ParentFolder

         Parent Folder object

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


-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


-Force

         If the path for the new device does not exist then it will be created

Type: SwitchParameter
Required: No
Accept Pipeline Input: No


INPUTS

ThinScale.Management.DataObjects.Folder


OUTPUTS

ThinScale.Management.DataObjects.Device