Get-RunProfiles

Synopsis

Gets a management agent's run profiles

Syntax

Get-RunProfiles [-MA] <string> [<CommonParameters>]

Description

The Get-RunProfiles cmdlet returns a list of run profiles for the management agent

Parameters

-MA <string>

The management agent to get the run profiles from

Required?

true

Position?

1

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.

Examples

Get the run profiles from the specified management agent

PS C:\> Get-RunProfiles ADMA
ID                   : 135bd4d5-ccb2-4b2a-850c-538be9b648af
Name                 : DI
CreationTime         : 4/03/2016 5:51:33 PM
LastModificationTime : 15/04/2016 1:00:07 PM
Version              : 3
RunSteps             : {Delta import}

ID                   : c4f13355-4c78-4a8b-8148-3b4918fcf7d0
Name                 : DIDS
CreationTime         : 4/03/2016 5:51:33 PM
LastModificationTime : 15/04/2016 1:00:07 PM
Version              : 3
RunSteps             : {Delta import, Delta synchronization}

ID                   : cd8a30fc-2aa2-456b-848e-9b3e2c6c6fc1
Name                 : DIDSC
CreationTime         : 17/04/2016 8:46:02 AM
LastModificationTime : 17/04/2016 8:46:02 AM
Version              : 1
RunSteps             : {Delta import and delta synchronization}

ID                   : 9ae6ce0e-8226-42b9-9518-c67917049237
Name                 : DIFS
CreationTime         : 4/03/2016 5:51:33 PM
LastModificationTime : 15/04/2016 1:00:07 PM
Version              : 3
RunSteps             : {Delta import, Full synchronization}

ID                   : 7b78f9c6-f161-446b-be42-7e721c309c71
Name                 : DS
CreationTime         : 4/03/2016 5:51:33 PM
LastModificationTime : 15/04/2016 1:00:07 PM
Version              : 3
RunSteps             : {Delta synchronization}

ID                   : a5e799f3-37e7-4598-823e-fb78bd8f5314
Name                 : E1
CreationTime         : 4/03/2016 5:51:33 PM
LastModificationTime : 15/04/2016 1:00:07 PM
Version              : 3
RunSteps             : {Export}

Last updated