Get-TSTMGMTProfile

Get the details of an existing profile from the Management Platform.

Written by Giuseppe

Last published at: August 20th, 2020

Get the details of an existing profile from the Management Platform.


SYNTAX

Get-TSTMGMTProfile

        [-ProfileName <string>] [-ProfileId <guid>] [-Force] [-Interface <guid>]


DESCRIPTION

Retrieve the details of an existing profile from the Management Platform. You can specify a fully qualified profile name or a ProfileId.


EXAMPLES

1. Get a profile details using a ProfileId

         Get-TSTMGMTProfile -ProfileId 'DBE31183-4524-47B3-9A6C-471225E8B7A8'    



        2. Get profile details using a ProfileName instead

        Get-TSTMGMTProfile -ProfileName '\Profiles\Powershell\Testing Powershell'  


PARAMETERS


-ProfileName

The fully qualified name of the profile

Type: String
Required: No
Accept Pipeline Input: No


-ProfileId

        The GUID of the profile (only required if ProfileName is not supplied)

Type: Guid
Required: No
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


-Force

         If multiple objects are found with the same name, the first retrieved will be used otherwise the call will fail

Type: SwitchParameter
Required: No
Accept Pipeline Input: No


INPUTS

None


OUTPUTS

 ThinScale.Management.DataObjects.Profile