Is there a way to setup an update cache server that can deliver to any device in a big network ANY microsoft products, including xbox, windows 10 and 365 products?

Erandipiti 1 Reputation point
2021-06-24T14:48:43.45+00:00

I have a big network with lots of different households connected, and would like to cache all the updates that come through the internet so we don't have to use the bandwidth 5 times for the same update.
That includes Xbox and any microsoft products, it also needs to be transparent for the user since I wont have access to their devices.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,127 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Philippe Levesque 5,681 Reputation points MVP
    2021-06-29T02:05:33.923+00:00

    Hi Erandipiti-67711

    No as these products are not designed to receive update from another source, unlike a Windows OS with WSUS or BranchCache in example.

    Let me explain the basic security restrain that block you or such try; In the SSL handshake the device use to make to connect to an upstream server to update, it validate it's certificate to be sure it's a secure update server. It's done as it's a common strategy virus/malware used to do in the past to try to redirect the update source.

    Redirecting the connection to a reverse proxy but on your side, will make the device connect to you, but the certificate would not be the one from the original source, as you dont have the original private key and can't use the same certificate key pair, thus it break the chain in your case.

    Thanks

    Philippe

    0 comments No comments

  2. Ayokas 1 Reputation point
    2022-04-27T05:45:56.753+00:00

    You can use the LanCache applications. Although created for LAN parties and game launchers in mind they also cache Windows Updates.
    So when the first client loaded the data the second one should be served by the local server instead: https://lancache.net/docs/containers/monolithic/

    However, I didn't try it myself yet.


  3. Ch. Sennhauser 6 Reputation points
    2022-05-03T07:31:19.333+00:00

    Maybe WSUS with BranchCache?
    Does anyone have experience with it?

    Regards
    Christian

    0 comments No comments