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

Export-ManagementAgent

PreviousExport-MetaverseConfigurationNextGet-Connectors

Last updated 2 years ago

Synopsis

Exports a management agent to a file

Syntax

Export-ManagementAgent [-MA] <String> [-File] <String> [<CommonParameters>]

Description

The cmdlet exports a management agent to an XML file that can be used to import using the Synchronization Service client

Parameters

-MA <string>

The management agent to export

Required?

true

Position?

1

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

-File <String>

The name of the file to export to

Required?

true

Position?

2

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

Examples

Export management agent

PS C:\> Export-ManagementAgent -File "ma.xml" -MA ADMA

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

Export-ManagementAgent
about CommonParameters