Intune.USB.Creator
1.0.1.315
A module containing tools to assist with the creation of a bootable WinPE USB used to provision devices for enrollment to Intune.
Installation Options
Owners
Copyright
(c) 2020 Ben Reader. All rights reserved.
Package Details
Author(s)
- Ben Reader
Tags
Functions
Dependencies
-
- Microsoft.Graph.Intune (>= 6.1907.1)
- WindowsAutoPilotIntune (>= 4.3.0)
Release Notes
1.0.1.315
- "diskNum" parameter will now correctly (and silently) pass the selected disk number with no user interaction required.
1.0.1.314
- Updated Invoke-Provision to allow driver bootstrapping. Should allow all devices to work seamlessly with the tool. 🍻🍻🍻
1.0.1.313
- Forcing version of PowerShell to 7.0.3 to fix reported problems with WinPE & PowerShell 7.1
1.0.1.312
- Fixes issues with WinPE extraction. (Thanks to Peter C. for troubleshooting this one)
- Fixes issues with multiple autopilot policies not downloading properly.
1.0.1.311
- ImageIndex & DiskNum variables added to allow non-interactive use of module. (Thanks axgch)
1.0.1.309
- USB size check implemented - no smaller than 8gb. (Thanks Rob)
- Autopilot provisioning path now tested (Thanks Rob)
- Removed daily flag from pwsh7 installer ( Thanks jmaystahl)
----
- Adding in warning messages to invoke-provision script.
- Moved Invoke-Provision out of the WinPE media and now pulling from GitHub.
- Updated module dependencies to be auto-installed
- Removed support for Out-ConsoleGridView for less required dependencies
- Improved windows PowerShell compatibility for modules not natively supported in PowerShell 7.
FileList
- Intune.USB.Creator.nuspec
- Private\Test-Admin.ps1
- Private\Expand-Download.ps1
- Private\Get-RemoteFile.ps1
- Private\Test-DiskSpace.ps1
- Intune.USB.Creator.psd1
- Private\Get-AutopilotPolicy.ps1
- Private\Get-WimFromIso.ps1
- Private\Write-ToUSB.ps1
- Intune.USB.Creator.psm1
- Private\Get-DiskToUse.ps1
- Private\Invoke-FileTransfer.ps1
- Public\Publish-ImageToUSB.ps1
- Classes\ImageUSB.psm1
- Private\Get-ImageIndexFromWim.ps1
- Private\Set-USBPartiton.ps1