Add-TSTMGMTProfileRevision

Add a new profile's revision to an existing profile within the Management Console.

Written by Giuseppe

Last published at: August 20th, 2020

Add a new profile revision to an existing profile within the Management Console


SYNTAX

Add-TSTMGMTProfileRevision

        -RevisionNotes <string> -Profile <Profile> -ProfileData <psobject> [-ProfileDescription <string>] [-Interface <guid>] [-Timeout            <int>]


DESCRIPTION

Adds a new profile revision to a specific profile within the Management Platform.


EXAMPLES

1. Add a profile revision called 'Revision from PowerShell'  to a profile called 'VDATest'

$vdaTestProfile | Add-TSTMGMTProfileRevision -ProfileData $newProfileData -RevisionNotes "Revision from PowerShell"


PARAMETERS


-ProfileDescription

        A user-friendly description of this profile

Type: String
Required: No
Accept Pipeline Input: No


-RevisionNotes

        Internal revision notes to describe this profile

Type: String
Required: Yes
Accept Pipeline Input: No



-Profile

        The profile object you are adding the revision to

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


-ProfileData

        Profile data object to be used to create the new revision

Type: ThinKiosk.Configuration.Profile.TKProfile
ThinScale.VDA.Configuration.Profile.TSTVDAProfile IntelliPerform.Configuration.Profile.TLProfile
Required: Yes
Accept Pipeline Input: No


-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.Profile


OUTPUTS

ThinScale.Management.DataObjects.Profile