OSD
OSD copied to clipboard
OSD Shared Functions
Hi, I'm really struggling with the documentation on this. I want to automate the install as much as possible using a custom autounattend.xml file but I can't get it to...
# Pull Request: Fix: Add error handling for Invoke-WebRequest HEAD check ## Change Summary Added error handling around the HTTP `HEAD` request in `Save-WebFile.ps1` to prevent execution when the source...
## Summary (Revised on 2025-10-06) This pull request consolidates previous commits and introduces a comprehensive revision to improve clarity and maintainability. Rather than adding new features, it focuses on preserving...
**Describe the bug** When trying to extract the driver using `Invoke-OSDCloudDriverPackCM`, if a filename has a dot in it, it will not get extracted due to the code splitting it...
**Describe the bug** Downloading driver packs whether for WinPE or offline USB produces the error: ``` InvalidOperation: C:\Program Files\PowerShell\Modules\OSD\25.10.22.2\Public\Functions\Other\Save-WebFile.ps1:145 Line | 145 | $localExists ` | ~~~~~~~~~~~~~~ | Could not...
Hello, i would like to ask you, if there could be file check for wim download like it is for example for drivers. Meaning : In case i am using...
**Description** When parsing Lenovo’s catalogv2.xml, OSDCloud currently adds both NVIDIA-only and full SCCM driver pack URLs for the same model/OS. Because the NVIDIA-only packs have newer dates, OSDCloud’s selection logic...
**Describe the bug** **To Reproduce** Run Invoke-OSDCloudIPU **Expected behavior** IPU Runs **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: Windows...
**Is your feature request related to a problem? Please describe.** We use our own PXE system to deploy the ISO we created with OSD to local disk and boot from...
- Modified the logic to select USB volumes by checking for NTFS file system. - Expanded the file system label matching to include 'USB-Data' along with 'OSDCloud' and 'BHIMAGE'. -...