Comment on page
Start-ManagementAgent
Starts a management agent run profile
Start-ManagementAgent [-RunProfileName] <String> [[-Async] <SwitchParameter>] [[-ResumeLastRun] <SwitchParameter>] [[-NoProgress] <SwitchParameter>] [-MA] <Object> [<CommonParameters>]
The Start-Management agent cmdlet allows you to start a management run profile, either synchronously or asynchronously. The cmdlet also provides progress estimation for full import, delta sync, full sync and export profiles.
The management agent to start
Required? | True |
Position? | 1 |
Default value | |
Accept pipeline input? | true |
Accept wildcard characters? | false |
The name of the run profile to execute
Required? | True |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
Starts the specified run profile asynchronously. The cmdlet will return immediately and not wait for the run to finish
Required? | False |
Position? | 3 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
Where supported, specifies that the last run should be resumed
Required? | False |
Position? | 4 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
Specifies that the progress bar should not be displayed
Required? | False |
Position? | 5 |
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:\> Start-ManagementAgent -MA ACMA -RunProfileName FI
PS C:\> Start-ManagementAgent -MA ACMA -RunProfileName FI -Async
PS C:\> Start-ManagementAgent -MA ACMA -RunProfileName FI -NoProgress
Last modified 1yr ago