Technical Tip: How to transfer a FortiManager script from one ADOM to another ADOM
| Description | This article describes how to transfer FortiManager Scripts from one ADOM to another ADOM. |
| Scope | FortiManager. |
| Solution | In some scenarios, FortiManager may have a lot of scripts that need to be transferred to another ADOM.
The following is the scenario: FortiManager scripts from the 'root' ADOM need to be transferred to the 'ADOM_74' ADOM, so that the 'ADOM_74' ADOM is able to use the same scripts.
Use the CLI command below to perform it, instead of copying CLI syntax and creating it.
execute fmscript copy <Source_ADOM_Name> <Script_Name> <Destination_ADOM_Name>
Example:
execute fmscript copy root kentest ADOM_74
After that, go to another ADOM and verify the copied scripts.
Before the result:
After the result:
Notes: The CLI command is only available:
|


