Previous Topic: ism-updateUpToDateSystems Command--Reapply a Policy (Funclet)Next Topic: ism-deletePolicyTemplate Command--Delete a Policy Template (Funclet)


ism-copyPolicyTemplate Command--Copy a Policy Template (Funclet)

The ism-copyPolicyTemplate command creates a policy template by copying from an existing policy template.

This command has the following format:

ism-copyPolicyTemplate -templateName templateName
-templateType templateType
-templateOs templateOs
-newName newName
-templateName templateName

Specifies the name of the template.

-templateType templateType

Specifies the policy template type.

-templateOs templateOs

Specifies the policy template operating system.

-newName newName

Defines the new name of the copied policy template.

Example: Copy a Policy Template

This example creates a new copy of the selected policy template, test 1. The copy is created with the new name test 2.

ism-copyPolicyTemplate -templateName test1 -templateType SystemEDGE -templateOs windows -newName test2