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
  • Stop a management agent
  1. Usage
  2. Cmdlet Reference

Stop-ManagementAgent

PreviousStart-ManagementAgentNextSync-CSObject

Last updated 2 years ago

Synopsis

Stops the execution of a management agent run profile

Syntax

Stop-ManagementAgent [[-Async] <SwitchParameter>] [-MA] <Object> [<CommonParameters>]

Description

The cmdlet stops any run in progress on the specified management agent

Parameters

-MA <string>

The name of the management agent to stop

Required?

true

Position?

1

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

-Async <SwitchParameter>

Specifies that the cmdlet should not wait for the stop operation to complete before returning

Required?

False

Position?

2

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

Examples

Stop a management agent

PS C:\> Stop-ManagementAgent ACMA

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

Stop-ManagementAgent
about CommonParameters