LogoLogo
OSDeploy.comTwitterPowerShell GalleryGitHub
  • Overview
  • OSDeploy Home
  • Module
    • Release Information
      • 2019-01
      • 2018-12
      • 2018-11
      • 2018-10
      • 2018-09
      • 2018-08
      • 2018-07
    • Functions
      • Main
        • Get-OSBuilder
          • Set Path
      • Maintenance
        • Repair-OSBuildTask
      • OSBMedia
        • New-OSBMediaISO
        • New-OSBMediaUSB
        • Show-OSBMediaINFO
      • OSBUpdate
        • Get-OSBUpdate
        • New-OSBUpdate
      • OSMedia
        • Get-OSMedia
        • Import-OSMedia
          • Batch Import-OSMedia
        • Update-OSMedia
          • Execute
      • OSBuild
        • New-OSBuildTask
          • Remove Appx Provisioned Package
          • Remove Windows Package
          • Remove Windows Capability
          • Disable Windows Optional Feature
          • Enable Windows Optional Feature
        • New-OSBuildTask (External Content)
          • Features On Demand
          • Language Packs
          • IsoExtract Content
          • Language Interface Packs
          • Language Features On Demand
          • Local Experience Packs
          • PowerShell Scripts
            • Update-OneDriveSetup
        • New-OSBuildTask (WinPE)
          • WinPE DaRT
          • WinPE Drivers
          • WinPE PowerShell Scripts
          • WinPE Extra Files
          • WinPE ADK Packages
        • New-OSBuild
      • PEBuild
        • New-PEBuildTask
          • Recovery
          • WinPE
          • MDT
        • New-PEBuild
    • PowerShell Gallery
    • GitHub
  • Docs
    • Reviews
    • Fan Requests
    • Quick Start
    • Tips
      • Task Naming
      • Verbose Logging
      • OSMedia Archive
      • OSMedia Updating
      • OSMedia Failed UBR Change
      • Windows Setup Wallpaper
    • Articles
      • Latest Latest Cumulative Update (Latest LCU)
      • Update Catalogs
      • Windows Setup with DaRT Remote Connection
      • Offline Servicing
      • Servicing Stacks
      • Work with Languages
      • DISM Cleanup Image Pending Operations
      • Win10 1607 Appx Issues
      • Updating an Updated WIM
      • OSBuilder OS Information
      • What Should I Update?
      • Windows 10 Setup and the ei.cfg
      • Automating Windows Update Downloads
      • Solutions
    • Recycle Bin
      • Instructions
        • Detailed
          • pebuild
            • scripts
              • Set-TimeZone
            • WinPE Types
              • Recovery
              • Recovery DaRT
              • Windows PE
              • MDT
            • Auto ExtraFiles
            • Drivers
              • RegAdd ActivePowerScheme
              • RegAdd AeroLite Theme
              • RegAdd Browse
              • RegAdd PowerShell ExecutionPolicy
            • ExtraFiles
              • Wallpaper
          • Update
      • OSBuilder New-OSBTemplate
      • OSBuild Templates
    • Guides
      • OSBuild Arcade
        • Frogger
      • OSBuild Templates
      • OSBuild Registry
      • Windows 7 SP1
        • Import OSMedia
        • Download Updates
        • NVMe Hotfix
        • Update OSMedia
        • ISO Testing
      • Windows 10 1809 RSAT Capability
      • registry
        • OSBuild Registry REG
          • Certificates
        • OSBuild Registry XML
    • The Basics
      • Requirements
      • Installation
      • Support
      • Get Started
      • Update OSBuilder
      • Import an OS
      • OS Information
      • Update an OS
      • Update an OS (Process)
      • Create External Media
        • Create an ISO
        • Create a USB
      • Create an OSBuild
Powered by GitBook
On this page
  • 18.7.26.1 (July 26, 2018)
  • 18.7.25.* (July 25, 2018)
  • 18.7.24.* (July 24, 2018)
  • 18.7.23.* (July 23, 2018)
  • 18.7.21.* (July 21, 2018)
  • 18.7.19.* (July 19, 2018)
  • 18.7.17.* (July 17, 2018)
  • 18.7.16.* (July 16, 2018)
  • 18.7.15.1 (July 13, 2018)
  • 18.7.15 (July 13, 2018)
  • Changes from Versions prior to 18.7.15
  • Servicing Stacks and Windows Update Downloads
  • Module Update Checking
  • Servicing Stack and Windows Update Checking

Was this helpful?

  1. Module
  2. Release Information

2018-07

Previous2018-08NextFunctions

Last updated 5 years ago

Was this helpful?

18.7.26.1 (July 26, 2018)

  • Create a Bootable OS USB with ​

  • Migrated to updated framework

  • JSON files used for OSBuilder Module version checking has moved to ​

    • Previous versions of OSBuilder cannot check for Updates

  • JSON files used for DownloadUpdates has moved to ​

    • Previous versions of OSBuilder can no longer check for updated Servicing Stacks, Cumulative Updates, and Adobe Security Updates

18.7.25.* (July 25, 2018)

  • Resolved an issue where Winpeshl.ini was not removed from WinPE.wim. If you have created OSBuilds with MSDaRT, they will need to be rebuild or they may fail OS Upgrades

18.7.24.* (July 24, 2018)

  • Windows Server 2016 now supported

  • Added function

18.7.23.* (July 23, 2018)

Due to these changes, Tasks will have to be recreated to support this change.

  • DISM Image Cleanup will now be evaluated to determine if there are Pending Operations. Previously this step was only executed in an OSMedia Task, but it will now work in an OSBuild Task if there is nothing pending

Get-WindowsCapability -Path $mount | Where-Object {$_.state -eq 'InstallPending'}

18.7.21.* (July 21, 2018)

18.7.19.* (July 19, 2018)

  • Online Documentation has not been updated yet to detail the changes. I'll work on that over the weekend. Thanks for understanding!

  • Modified Paths to WindowsUpdates and ServicingStacks

  • TestMode renamed to -ExecutionMode "Test Builds"

  • Operating System names are abbreviated

    • Windows 10 x64 Enterprise 1803 (old format)

    • Win10 x64 Ent 1803 (new format)

    • It is recommended that you rename these manually, or run it through an OSMedia Task again and it will apply the new name format, and update the Sources directory at the same time

  • Abbreviated OS Names consistent throughout OSBuilder

  • Abbreviated OS Names for Servicing Stack and Windows Update downloads will be applied during the next CU Release

  • Added ExecutionMode to Invoke-OSBuilder

    • Information - This will show the information about the selected Task without running it

    • Test Build - Performs a simulation and copies the output to OSBuilder\TestBuilds. Recommend to run this with -Verbose

    • Execute Stepped - This option will enable a "Press Enter to continue" so you can manually manipulate the process

    • Execute - This will execute the Task

  • Added UseLatestSource to Invoke-OSBuilder

    • If you have a Task specifically points to an Operating System (Win10 Ent x64 1803 17134.112), enabling this option will search for a newer UBR and execute with that source.

    • For this to work, make sure your UBR is at the end of your OSMedia source

  • OSMedia and OSBuild Tasks will update the Sources directory of the Media automatically. If you have previously updated an OSMedia, run it through an OSMedia Task again and it will apply the corrections.

  • Enabling NetFX3 in a Task will force a selection for reapplying the Cumulative Update

  • OSBuild Tasks no longer include SSU or CU (unless enabling NetFX3)

  • OSMedia Tasks are specific to updating the SSU, CU, and Sources. No other customizations are allowed. This method allows you to continually update OSMedia without having to use the original source Media from Microsoft

  • Tasks have changed and all previous Tasks will need to be rebuilt. Delete existing ones

18.7.17.* (July 17, 2018)

  • New-OSBuildTask

    • Removed OSMedia ParameterSet

  • New-OSMediaTask

    • Resolved issue where Task Name was not allowed

18.7.16.* (July 16, 2018)

  • Get-OSBuilder

    • DownloadUpdates joins GetServicingStacks and GetWindowsUpdates parameters

    • DownloadUpdates has the option for Latest and Historic Updates. Going forward, Historic will contain previous updates added to OSBuilder

  • Invoke-OSBuilderTask

    • Replaces Invoke-OSBuilder

    • DaRT now added to Windows Setup (Boot.wim Index 2)

  • New-OSBuilderISO

    • Initial Release

    • Allows the creation of an ISO of any OSMedia or OSBuild

  • New-OSBuildTask

    • Replaces the New-OSBuilder OSBuild option

    • CUs are no longer applied to Windows Setup (Boot.wim Index 2) to prevent a setup.exe compatibility issue

  • New-OSMediaTask

    • Replaces the New-OSBuilder OSMedia option

    • CUs are no longer applied to Windows Setup (Boot.wim Index 2) to prevent a setup.exe compatibility issue

If you have previously created OSMedia or OSBuilds and integrated the CU with Windows Setup, it is recommended that you rebuild your media. I will work on a solution for this issue.

18.7.15.1 (July 13, 2018)

  • Corrected an issue in Invoke-OSBuilder.ps1 script error

18.7.15 (July 13, 2018)

  • Initial Public release

Changes from Versions prior to 18.7.15

  • Only Windows 10 Operating Systems can be imported at this time. Support for Windows Server will be in the next week or so

  • UBR (Update Build Revision) is appended to all Builds

  • Directory naming convention convention has changed to the following format

OSMedia: <OS with Edition> <Arch> <Version> <UBR>Example: Windows 10 Enterprise x64 1803 17134.165​Servicing Stacks: <OS> <Architecture> <Build>\<Release Date> <KB> Servicing Stack Update <OS> <Arch> <Version> <Build>\*.msuExample: Windows 10 x64 1709\2018-07-05 KB4339420 Servicing Stack Update Windows 10 x64 1709 16299\*.msu​Cumulative Updates: <OS> <Architecture> <Build>\<Release Date> <KB> Cumulative Update <OS> <Arch> <Version> <UBR>\*.msuExample: Windows 10 x64 1803\2018-07-09 KB4338819 Cumulative Update Windows 10 x64 1803 17134.165\*.msu​Other references to the Pilot format of <OS> <Version> <Arch> should be changed manually to <OS> <Arch> <Version>for consistency

Servicing Stacks and Windows Update Downloads

Now displays the UBR of the download. This can be validated against the OSMedia or OSBuild to ensure proper integration

Module Update Checking

When running Get-OSBuilder, it will automatically check for a newer version and display a message if an update is recommended. Internet connection required for this function to work

Servicing Stack and Windows Update Checking

When running Get-OSBuilder, it will automatically check for newer Servicing Stacks and Windows Updates and display a message if an update is recommended. Internet connection required for this function to work

The notable change in this update is the inclusion of Language Support. For more information, see ​

Corrected an issue where multiple Update directories were being created. ​

New-OSBuilderUSB
osdeploy.com
GitBook
GitHub
GitHub
Show-OSInfo
Work with Languages
Thanks for pointing this out Bruce!