Git Product home page Git Product logo

get-updates's Introduction

Get-Updates

About

This script is used to download the latest updates from the Microsoft Updates Catalog. These downloaded updates can then be imported into MDT or applied directly to a WIM, to speed up the installation process of a machine.

Repo: https://github.com/fonta/Get-Updates

Usage

Simply create JSON files for each OS you'd like to download updates for in the OSConfigs folder and run the script. In the JSON file you'll have to configure the name and version of the OS, together with the location where the updates should be downloaded. If you don't configure one of the 4 paths, the script will skip this type of update.

Here's an example json file for Windows Server 2019:

{
    "Name" : "Windows Server 2019",
    "Version" : "1809",
    "StackUpdatePath" : "C:\\Temp\\W2K19\\Stack",
    "CumulativeUpdatePath" : "C:\\Temp\\W2K19\\Cumulative",
    "AdditionalUpdatesPath": "C:\\Temp\\W2K19\\Additional",
    "AdditionalUpdates" : [
        ".NET Framework 3.5 and 4.7.2",
        "Adobe Flash Player"
    ]
}

If you already downloaded the updates, but for some reason would like to download them again and overwrite the existing files, start the script with the -Force parameter.

Proxy Usage

If you'd like to use a proxy, rename the Config.json.example to Config.json and configure the ProxyUrl and ProxyPort. After that, start the script with the -UseProxy parameter.

Logging

Logs will be written to a folder named "Logs" in the root folder of the script.

Requirements

This script uses the LatestUpdate module made by Aaron Parker. Make sure you install this module, or include it in the Modules folder of this script.

Screenshot

Screenshot

get-updates's People

Contributors

fonta avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.