Where can I get the source of the windows server image

Javier Huertas Muñiz 1 Reputation point
2022-01-18T01:02:22.82+00:00

I'm working on a host/server image automation and I was wondering where could I get the windows server image from the source itself and download that last patched image using the automation without any manual step in between, and what would be the access to get it

Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 15,411 Reputation points MVP Volunteer Moderator
    2022-01-18T02:51:03.477+00:00

    Hi @Javier Huertas Muñiz

    1. Downloaded the Windows Server 2019 Standard x64.ISO and execute below cmd:

    dism /Get-WimInfo /WimFile:D:\sources\install.wim

    1. Type Dism.exe /online /Cleanup-Image /StartComponentCleanup & press Enter in elevated cmd prompt

    Then you can running this cmd- Dism /Online /Cleanup-Image /RestoreHealth command

    If the Answer is helpful, please click Accept Answer and up-vote, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

  2. Limitless Technology 39,926 Reputation points
    2022-01-19T19:59:59.197+00:00

    Hi @Javier Huertas Muñiz

    The versions available from Microsoft are always containing the last Build published.

    For windows Server: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server
    For Windows clients: https://www.microsoft.com/en-us/software-download/

    Hope this helps with your query,

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

    0 comments No comments

  3. Juan Sobrado - MSFT 421 Reputation points Microsoft Employee
    2022-01-21T03:40:16.103+00:00

    Hello @Javier Huertas Muñiz

    To automate the process of servicing offline images (install.wim) you will need SCCM or MDT. If you opt to use manual method please check the following document: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-operating-system-package-servicing-command-line-options?view=windows-11#syntax

    note: you will need to first mount the install.wim to be serviced. For more information: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-operating-system-package-servicing-command-line-options?view=windows-11#syntax

    Let us know your comments,

    Regards,
    Juan Sobrado

    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.