In this article, I will teach you how to copy group policy from the active directory (GPO).
To do this, you’ve two methods, either go through the GUI and the Group Policy Management console or use PowerShell.
I’ll show you both methods, then it’s up to you choose which one is best for you.
Method 1. How to Copy Group Policy Management Console
Step 1. From the console, go to the Group Policy Objects folder.
![[Solved] How to Copy Group Policy from Active Directory group policy](https://www.webs360.net/wp-content/uploads/2021/02/how-to-copy-group-policy-01-1024x479.png)
Step 2. On the GPO to clone, right-click and click Copy.
![[Solved] How to Copy Group Policy from Active Directory copy policy](https://www.webs360.net/wp-content/uploads/2021/02/how-to-copy-group-policy-02-1024x480.png)
Step 3. Right click on the Group Policy Objects container and click Paste.
![[Solved] How to Copy Group Policy from Active Directory copy gpo](https://www.webs360.net/wp-content/uploads/2021/02/copy-gpo-10.png)
Step 4. Choose how permissions are copied and click OK.
![[Solved] How to Copy Group Policy from Active Directory copy group policy](https://www.webs360.net/wp-content/uploads/2021/02/how-to-copy-group-policy-03.png)
Step 5. When the copy is complete, click OK to close the window.
![[Solved] How to Copy Group Policy from Active Directory how to copy policy](https://www.webs360.net/wp-content/uploads/2021/02/how-to-copy-group-policy-04.png)
Step 6. The GPO is copied and available in the Group Policy Objects folder, it’s suffixed with the phrase Copy.
![[Solved] How to Copy Group Policy from Active Directory group policy objects](https://www.webs360.net/wp-content/uploads/2021/02/how-to-copy-group-policy-05-1024x478.png)
Method 2. How to Copy Group Policy PowerShell
It’s also possible to copy a Group Policy (GPO) with PowerShell using the command Copy-GPO.
Step 1. You can open a PowerShell as an administrator on a domain controller.
![[Solved] How to Copy Group Policy from Active Directory gpo copy powershell](https://www.webs360.net/wp-content/uploads/2021/02/how-to-copy-group-policy-06.png)
Use the Copy-GPO to Duplicate Group Policy
Syntax:
Copy-GPO -SourceName Name_gpo_source -TargetName Name_of_Copy
Example to copy the GPO GPO_Sample_for_copy:
Copy-GPO -SourceName GPO_Sample_for_copy -TargetName GPO_Sample_for_copy_PowerShell
![[Solved] How to Copy Group Policy from Active Directory how to copy gpo powershell](https://www.webs360.net/wp-content/uploads/2021/02/how-to-copy-group-policy-07.png)
Step 4. If the copy is successful, the return of the command gives the information for the GPO.
![[Solved] How to Copy Group Policy from Active Directory copy gpo with powershell](https://www.webs360.net/wp-content/uploads/2021/02/how-to-copy-group-policy-08.png)
Step 5. It’s possible to verify in the Group Policy Management console that it’s copied with the name that we passed in the parameter
![[Solved] How to Copy Group Policy from Active Directory management console](https://www.webs360.net/wp-content/uploads/2021/02/how-to-copy-group-policy-09-1024x516.png)
Conclusion:
There are two best methods to copy group policy. if you have any questions about this article so you can comment below this post and also contact us at any time.
Check more daily updates to get subscribe to our website and also you can get informational articles and much more etc.