PowerShell |
Export-ReplicatorSettings | |
Purpose |
Exports Replicator settings to a configuration file. | |
Edition |
All | |
Comment |
Passwords are not exported. You must add any necessary passwords to the exported settings file before you can import the settings. | |
|
FileName |
The file to export the configuration settings to. If you do not specify a file, then settings are exported to ReplicatorSettings.xml in the current folder. |
|
AppendToExisting |
Add the exported settings to an existing file. |
|
OverwriteExisting |
Replace an existing file with the exported settings. This is the default behavior. |
|
CustomBoundOnly |
Only exports Replication Maps that use custom binding. |
Export-ReplicatorSettings -FileName "C:\Test.xml"
None
[[-FileName] <String>]
[[-AppendToExisting] [<SwitchParameter>]]
[[-OverwriteExisting] [<SwitchParameter>]]
[[-CustomBoundOnly] [<SwitchParameter>]]
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center