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.9.21.0 (September 21, 2018)
  • 18.9.20.1 (September 20, 2018)
  • 18.9.20.0 (September 20, 2018)
  • 18.9.14.* (September 14, 2018)
  • 18.9.13.* (September 13, 2018)
  • 18.9.12.* (September 12, 2018)

Was this helpful?

  1. Module
  2. Release Information

2018-09

18.9.21.0 (September 21, 2018)

  • UBR now gathered from the mounted Image Registry

  • Registry Export of OS Properties saved as CurrentVersion.txt

18.9.20.1 (September 20, 2018)

  • Update Catalog contains 4 Setup Updates (1709 and 1803)

  • UBR is now calcuated with DISM

18.9.20.0 (September 20, 2018)

Updating Sources with Robocopy and extracting Setup Component to Sources are causing issues with Upgrade Task Sequences

After applying this OSBuilder Update, you should Update-OSMedia from the original Import-OSMedia. OSBuilds will have to be recreated after OSMedia has been updated

  • Import-OSMedia

    • Modified method for calculating UBR, now gathered through Rollup Package information

  • Update-OSMedia

    • Modified method for calculating UBR, now gathered through Rollup Package information

    • Removed Robocopy of Sources directory

  • Invoke-OSBuildTask

    • Modified method for calculating UBR, now gathered through Rollup Package information

    • Removed Robocopy of Sources directory

Upgrade Error due to Robocopy and Setup Component Extract

18.9.14.* (September 14, 2018)

  • Import-OSMedia

    • UpdateOSMedia parameter added to automatically download Microsoft Updates and to execute Update-OSMedia

  • Update-OSMedia

    • ByName parameter added to prevent GridView selection

    • DownloadUpdates parameter added to automatically download Microsoft Updates that are needed for execution

  • Invoke-OSBuildTask

    • DownloadUpdates parameter added to automatically download Microsoft Updates that are needed for execution

18.9.13.* (September 13, 2018)

  • Resolved an issue where the UBR is not updated properly in ntdll.dll / ntoskrnl.exe

  • Added detection method (Sessions.xml) to determine if a Cumulative Update was installed. This allows for the skipping of a reinstall

18.9.12.* (September 12, 2018)

  • Content

    • Removed Test-Build directory

    • Removed Content\UpdateStacks directory

    • Removed Content\UpdateWindows directory

    • Content\Updates directory contains all updates (Adobe, Component, Cumulative, Setup, Servicing)

    • Content\Provisioning directory has been added, but not used at this time (future)

  • Functions

    • Get-OSBuilder - removed DownloadUpdates parameter

    • Get-OSBuilderUpdates - new function to download all Updates

    • Invoke-OSBuildTask

      • Rename of Invoke-OSBuilderTask

      • OSMedia tasks have been removed

      • ExecutionMode has been removed and replaced with an Execute parameter

      • TestMode has been removed

      • Stepped has been removed

      • Information of the Task is displayed when the Execute parameter is not present

    • New-OSBuildTask

      • Rename of New-OSBuilderTask

      • Used for creating an OSBuild, from OSMedia

    • Update-OSMedia

      • Used to update OSMedia

Previous2018-10Next2018-08

Last updated 5 years ago

Was this helpful?