Dressurausbildung Daniel Köck

Dresssurausbildung Koeck

Stern inaktivStern inaktivStern inaktivStern inaktivStern inaktiv
 

OSDBuilder is a PowerShell module to help you perform Offline Servicing to a Windows Operating System Image. By using an Offline method of configuring an Operating System, it can then be imported in MDT or SCCM and used like any other OS Deployment. This includes being able to use in an Upgrade Task Sequence, which you cannot do with a Captured Image.

The main difference between OSDBuilder and other scripted methods for Servicing a Windows Image Offline is that OSDBuilder creates an answer file called a Task (think Task Sequence). Since the Task has all the information it needs to update the Windows Image, there is no interaction necessary, and as long as the content (updates) are updated regularly, the Task can be repeated as needed.

Since the configuration is also saved in a Task, it is possible to select multiple tasks to run, and they will execute one right after another. This makes performing a monthly update take a few minutes to kick off. After a few hours, everything will be complete!

Website

 

Brain Dumps and basic commands for me:

Install OSDBuilder &  Import the Operating System

Install-Module -Name OSDBuilder -Force
Import-Module -Name OSDBuilder -Force

Import-OSMedia

Update-OSMedia -Download -Execute 

New-OSBuildTask -TaskName Build-060419 -EnableNetFX3

New-OSBuild -ByTaskName Build-060419-Execute

 

Anleitungen:

Quick Start Guide Windows 10 WaaS Servicing Updates via OSDBuilder

This webcast provides a deep-dive and demo walk-through of OSDBuilder PowerShell module.

 

Copyright © winxperts4all.com. All Rights Reserved.