Get-RunProfileNames
Synopsis
Gets a management agent's run profile names
Syntax
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
Last updated