New-TSTMGMTProfileObject

Create a new profile object within the Management Platform.

Written by Giuseppe

Last published at: August 20th, 2020

Create a new profile object within the Management Platform


SYNTAX

New-TSTMGMTProfileObject

        -ProfileType {ThinKiosk | IntelliPerform | SecureRemoteWorker | ThinScaleVDA}


DESCRIPTION

Create a new profile object within the Management Platform. You can create a ThinKiosk, IntelliPerform, Secure Remote Worker or ThinScale VDA profile


EXAMPLES

1.  Create a new ThinKiosk profile object

        $tkProfile = New-TSTMGMTProfileObject -ProfileType 'ThinKiosk'


PARAMETERS


-ProfileType

        The ThinScale product the profile is associated with ('ThinKiosk','IntelliPerform','SecureRemoteWorker','ThinScaleVDA')

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


INPUTS

None


OUTPUTS

ThinKiosk.Configuration.Profile.TKProfile

ThinScale.VDA.Configuration.Profile.TSTVDAProfile

IntelliPerform.Configuration.Profile.TLProfile