Upgrade for multiple devices from windows 10 to windows 11

Anonymous~Anonymous 0 Reputation points
2025-06-18T11:37:50.48+00:00

Hello, i need to upgrade multiple devices to windows 11 Pro from windows 10 Pro . I tried various options. Like various scripts, schedule task and that didnt work for me. I cant use intune, and dont have SCCM server either in this company that Iam doing upgrade for. I need it to be automatic so users doesnt need to click anything just wait and restart if needed. I know there is Windows Update for businesses, but that need users to click download and accept EULA, but we dont have time for that. It would be best if there is GPO policy specfic for upgrade like this.

I need to it to be compatible with windows 2019 server

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

1 answer

Sort by: Most helpful
  1. Beatrix 880 Reputation points Independent Advisor
    2025-06-19T15:03:59.1433333+00:00

    Hi,

    If you’re looking to upgrade from Windows 10 Pro to Windows 11 Pro silently without using SCCM or Intune but it is important to note that Group Policy alone can’t handle the entire upgrade process. However, you can achieve a fully automated upgrade by combining a custom script, the Windows 11 ISO, and GPO deployment.

    You can download the official Windows 11 ISO from Microsoft here: Download Windows 11

    Once you have the ISO, you can deploy the upgrade script using Group Policy:

    1. Open Group Policy Management on your Windows Server 2019.
    2. Create or edit a GPO linked to the OU containing your target machines.
    3. Navigate to: Computer Configuration > Policies > Windows Settings > Scripts (Startup/Shutdown)
    4. Select Startup, then add your script. You can copy the script to \DomainController\SysVol\YourDomain\Scripts\ and reference it from there.

    This approach allows the upgrade to run silently in the background with minimal user impact.

    Hope this helps!


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.