Comment on page
Get-RunProfileNames
Gets a management agent's run profile names
Get-RunProfileNames [-MA] <string> [<CommonParameters>]
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
The management agent to get the run profile names from
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.
PS C:\> Get-RunProfileNames ACMA
DI
DS
DIDS
DIFS
FI
FS
FIDS
FIFS
EALL
E1
E10
E100
Last modified 1yr ago