Skip to main content
WinterSnowYap
Staff
Staff
February 27, 2026

Technical Tip: How to transfer a FortiManager script from one ADOM to another ADOM

  • February 27, 2026
  • 0 replies
  • 107 views
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
execute fmscript copy root kentest2 ADOM_74
execute fmscript copy root kentest3 ADOM_74

 

202602_FMG_CopyScript_001 - Edit.png

 

After that, go to another ADOM and verify the copied scripts.

 

Before the result:

 

202602_FMG_CopyScript_002 - EditA.png

 

After the result:

 

202602_FMG_CopyScript_002 - EditB.png

 

Notes:

The CLI command is only available:

  • In FortiManager version 7.6.5 & above.
  • For users with 'Super_User' Administrator profiles.