OSDBuilder icon indicating copy to clipboard operation
OSDBuilder copied to clipboard

PowerShell Module

Results 66 OSDBuilder issues
Sort by recently updated
recently updated
newest added

The path looking for DartConfig8.dat is missing the full path. Line 520 in New-PEBuild.ps1. ` } elseif (Test-Path $(Join-Path $(Split-Path $WinPEDart) 'DartConfig8.dat')) {` should be ` } elseif (Test-Path $(Join-Path...

bug

Hi, Would it be possible for Update-OSMedia to update patches from an internal WSUS or SCCM server that has already latest updates downloaded? I don't have direct internet access in...

enhancement

OSDBuilder 19.8.27.0, running under Windows PowerShell on Windows 10 1903 x64. Did an import-osmedia of a fresh off the ISO Server 2019 Desktop Experience. Both KB4506990 and KB4511522 failed with...

Keeps getting this error: VERBOSE: OSDSUS 19.9.26.1 Windows http://osdsus.osdeploy.com/release Cannot convert value "18362." to type "System.Version". Error: "Inputstrengen var ikke i et korrekt format." At C:\Program Files\WindowsPowerShell\Modules\OSDBuilder\19.9.20.0\Public\Get-OSMedia.ps1:336 char:13 + $ObjectProperties...

i used the tool to create an updated ISO and it says KB4512495 was installed . When i went to deploy a new server 2016 image and ran windows updates...

Hi there, when using OSDBuilder I encountered an error. When applying the start layout the copy process fails because of a wrong path. The issue is in OSD-OSBuild.ps1 at line...

Hi, This may be entirely du to my own lack of knowledge on the inner workings of the OSDBuilder... I started working with OSDBuilder in early March and had great...

Does anyone have any workarounds for building the Windows 11 23h2 image as the latest version of OSDBuilder does not support it?

CU was never applied for Win11 because OSUpdate variable was always set to Windows 10. due to a small typo/bug where $WindowsImageMediaName was set to non-existing property of MediaName instead...