Sample implementation of the "Windows Update Services: Server-Server" protocol.
Перейти к файлу
microsoft-github-policy-service[bot] e63f20dd73
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 18:21:29 +00:00
build Merge code for v3 of the library. Complete object model for update metadata, simplified interfaces for manipulating updates via code, unified server and client sync code base. 2022-05-06 17:01:11 -07:00
docs Move GetCategories method from update source to categories source 2022-05-07 15:35:21 -07:00
src Fix exceptions in the upsync tool raised while running with redirected console output. Console cursor location cannot be modified while running with console redirection; in such cases, the tool will print a new line instead of clearing the current line. 2022-10-13 14:04:30 -07:00
.gitignore Initial commit 2019-06-25 10:48:16 -07:00
LICENSE Initial commit 2019-06-25 10:48:22 -07:00
README.md Merge code for v3 of the library. Complete object model for update metadata, simplified interfaces for manipulating updates via code, unified server and client sync code base. 2022-05-06 17:01:11 -07:00
SECURITY.md Microsoft mandatory file 2023-06-02 17:38:18 +00:00

README.md

Windows Update Services ServerServer Sync Protocol

Provide a C# implementation (.NET Core) of the Microsoft Update Server-Server sync protocol, both client and server.

Use this library to

  • programmatically browse the Microsoft Update catalog
  • sync updates locally and run advanced queries on update metadata
  • export updates to WSUS
  • run an upstream update server in ASP.NET Core and serve updates to downstream WSUS servers
  • run an update server in ASP.NET Core and serve updates Windows Update clients

Reference the library in your project

Visual Studio 2022 with .Net Core development tools is required to build the solution provided at build\microsoft-update.sln

Use the library

Please refer to the API documentation for help on using the library.

Code samples

Use the upsync utility

The upsync command line utility is provided as a sample for using the library. Upsync can be used to browse Microsoft's update catalog, sync updates locally and serve them to Windows Update clients or downstream WSUS servers.

You can build upsync in Visual Studio; it builds from the same solution as the library.

Or download and unzip upsync from https://github.com/microsoft/update-server-server-sync/releases

See upsync examples

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.