Comment on page
Export-ManagementAgent
Exports a management agent to a file
Export-ManagementAgent [-MA] <String> [-File] <String> [<CommonParameters>]
The Export-ManagementAgent cmdlet exports a management agent to an XML file that can be used to import using the Synchronization Service client
The management agent to export
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
The name of the file to export to
Required? | true |
Position? | 2 |
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:\> Export-ManagementAgent -File "ma.xml" -MA ADMA
Last modified 1yr ago