Export-ManagementAgent
Synopsis
Exports a management agent to a file
Syntax
Export-ManagementAgent [-MA] <String> [-File] <String> [<CommonParameters>]
Description
The Export-ManagementAgent 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>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.
Examples
Export management agent
PS C:\> Export-ManagementAgent -File "ma.xml" -MA ADMA
Last updated