How to migrate GPOs from one ForestA domain to Forest B domain

Ranjit Singh 31 Reputation points
2021-12-03T08:49:59.197+00:00

How to migrate GPOs from one ForestA domain to Forest B domain. Before migrating we want to update UNC path and GPO Delegation. Looking forward for the support and guidance.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Clément BETACORNE 2,496 Reputation points
    2021-12-06T09:43:00.567+00:00

    Hello,

    What you can do for the migration is to backup the GPO from ForestA domain and restore it on ForestB domain however you will have to use what is called a migration table in order to convert the UNC path, more information on Migration table below :
    https://learn.microsoft.com/en-us/previous-versions/windows/desktop/gpmc/using-migration-tables
    https://learn.microsoft.com/en-us/previous-versions/windows/desktop/gpmc/importing-gpos-from-one-production-forest-to-another

    Regarding the GPO delegation part you will have to get the information via PowerShell for example with the Get-GPPermission and do the transformation when importing the new GPOs with a Set-GPPermission

    Regards,

    0 comments No comments

  2. Limitless Technology 39,926 Reputation points
    2021-12-06T09:52:24.88+00:00

    Hi there,

    Try to follow these steps for migrating one forest domain to another forest domain.

    1. On the old/source domain, start GPMC
    2. Expand your GROUP POLICY OBJECTS folder
    3. Right-click on a policy you want to move
    4. Select Backup
    5. Move the backup file to the new/destination domain
    6. Open GPMC on the new/source Domain Controller (DC)
    7. Expand your GROUP POLICY OBJECTS folder
    8. Right-click and select IMPORT SETTINGS.

    Here is a link as well to help you out https://social.technet.microsoft.com/Forums/en-US/9fa7ff87-96f0-48d1-8a24-d30ff4bc06a1/copying-a-gpo-from-one-forest-to-another-forest?forum=winserverGP

    Importing GPOs from one Production Forest to Another
    https://learn.microsoft.com/en-us/previous-versions/windows/desktop/gpmc/importing-gpos-from-one-production-forest-to-another

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.