Get-RunProfileNames

Synopsis

Gets a management agent's run profile names

Syntax

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

Description

The Get-RunProfileNames cmdlet returns a list of run profile names for the management agent. These names can be used in calls to the Start-ManagementAgent cmdlet

Parameters

-MA <string>

The management agent to get the run profile names 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

Clear the entire run history

PS C:\> Get-RunProfileNames ACMA
DI
DS
DIDS
DIFS
FI
FS
FIDS
FIFS
EALL
E1
E10
E100

Last updated