MIM Sync Service
Documentation Home
  • Home
  • Disclaimer
  • Installation
    • Getting Started
    • Downloads
  • Usage
    • Cmdlet Reference
      • Clear-RunHistory
      • Clear-FullSyncWarning
      • Disconnect-CSObject
      • Export-MetaverseConfiguration
      • Export-ManagementAgent
      • Get-Connectors
      • Get-CSObject
      • Get-Disconnectors
      • Get-LastRunDetails
      • Get-MAStatistics
      • Get-MVSchema
      • Get-MVObject
      • Get-MVConfiguration
      • Get-ManagementAgent
      • Get-PendingImports
      • Get-PendingImportAdds
      • Get-PendingImportDeletes
      • Get-PendingImportUpdates
      • Get-PendingExports
      • Get-PendingExportAdds
      • Get-PendingExportDeletes
      • Get-PendingExportRenames
      • Get-PendingExportUpdates
      • Get-RunProfiles
      • Get-RunProfileNames
      • Join-CSObject
      • New-MVObject (Project-MVObject)
      • New-MVQuery
      • Set-DisconnectorState
      • Set-MVProvisioningRulesExtension
      • Start-ManagementAgent
      • Stop-ManagementAgent
      • Sync-CSObject
      • Wait-ManagementAgent
Powered by GitBook
On this page
  • Synopsis
  • Syntax
  • Description
  • Parameters
  • Examples
  • Start a management agent
  • Start a management agent asynchronously
  • Start a management agent, without displaying progress information
  1. Usage
  2. Cmdlet Reference

Start-ManagementAgent

PreviousSet-MVProvisioningRulesExtensionNextStop-ManagementAgent

Last updated 2 years ago

Synopsis

Starts a management agent run profile

Syntax

Start-ManagementAgent [-RunProfileName] <String> [[-Async] <SwitchParameter>] [[-ResumeLastRun] <SwitchParameter>] [[-NoProgress] <SwitchParameter>] [-MA] <Object> [<CommonParameters>]

Description

The 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.

Parameters

-MA <Object>

The management agent to start

Required?

True

Position?

1

Default value

Accept pipeline input?

true

Accept wildcard characters?

false

-RunProfileName <String>

The name of the run profile to execute

Required?

True

Position?

2

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

-Async <SwitchParameter>

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

-ResumeLastRun <SwitchParameter>

Where supported, specifies that the last run should be resumed

Required?

False

Position?

4

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

-NoProgress <SwitchParameter>

Specifies that the progress bar should not be displayed

Required?

False

Position?

5

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

Examples

Start a management agent

PS C:\> Start-ManagementAgent -MA ACMA -RunProfileName FI

Start a management agent asynchronously

PS C:\> Start-ManagementAgent -MA ACMA -RunProfileName FI -Async

Start a management agent, without displaying progress information

PS C:\> Start-ManagementAgent -MA ACMA -RunProfileName FI -NoProgress

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

Start-Management agent
about CommonParameters