JonasKloseBW
ac485f9c87
Update BuildFFUVM.ps1
...
- Update Get-WindowsVersionInfo
- Server Standard is now called 'Srv_Std'
- Server Datacenter is now called 'Srv_Dtc'
- 17763 is matched as Windows Server 2019
- 20348 is matched as Windows Server 2022
- 26100 is matched as Windows Server 2025
- other versions are matched as $DisplayVersion as a fallback
Please remember to update the Windows Server version of 2025 in case it changes until release.
2024-09-23 04:16:57 +02:00
JonasKloseBW
4b33627d19
Update BuildFFUVM.ps1
...
- Fix bug in New-OSPartition
- CompactOS is now avoided on Windows Server
2024-09-23 04:11:15 +02:00
JonasKloseBW
af28624e2d
Update BuildFFUVM.ps1
...
- Update Get-Index to support processing Windows Server images
2024-09-23 04:08:01 +02:00
JonasKloseBW
3457aedf5d
Update BuildFFUVM.ps1
...
- Add support for searching Windows Server SKUs in images in Get-WimIndex
2024-09-23 04:04:13 +02:00
JonasKloseBW
5acac4ba5b
Update BuildFFUVM.ps1
...
- Update Get-LatestWindowsKB to support searching for Windows Server updates
- Improve the HTML regex to return a more precise match by using the $WindowsRelease variable for lookbehind based searching
2024-09-23 04:02:28 +02:00
JonasKloseBW
0b151f9054
Update BuildFFUVM.ps1
...
- Throw error when trying to download Windows Server as it's not possible
2024-09-23 03:55:37 +02:00
JonasKloseBW
cafc45dbba
Update BuildFFUVM.ps1
...
- Add Dell driver download support for Windows Server 2016, 2022 and fall back to 2022 drivers for other Server versions.
2024-09-23 03:53:45 +02:00
JonasKloseBW
e3cbcab6b2
Update BuildFFUVM.ps1
...
- Add script parameters to allow Windows Server image creation
2024-09-23 03:41:40 +02:00
Zehadi Alam
ec7e9a546c
Adjust pattern for URL scraping
2024-09-17 21:08:09 -04:00
Zehadi Alam
7a2aab3204
Adjust install command for MSRT
2024-09-17 20:36:22 -04:00
rbalsleyMSFT
5dcdd2c36f
Clean up the Get-MicrosoftDrivers old code and version change
2024-09-17 14:03:43 -07:00
rbalsleyMSFT
fb0a630bfd
Merge pull request #78 from rbalsleyMSFT/main
...
Merge main to 2410.1
2024-09-17 13:58:55 -07:00
rbalsleyMSFT
47cd0deb03
Merge pull request #77 from rbalsleyMSFT/2409.2
...
2409.2
v2409.2
2024-09-17 13:54:58 -07:00
rbalsleyMSFT
378941cd5c
Two fixes
...
- Fixed an issue with UWP apps downloaded via Winget weren't being fully installed. Added /StubPackageOption:installfull to the dism command
- Fixed an issue with Surface Drivers not downloading
2024-09-17 13:50:16 -07:00
Zehadi Alam
1da28024cc
Add support for updating latest Windows Malicious Software Removal Tool
2024-09-15 00:41:04 -04:00
rbalsleyMSFT
480e6a62b6
Merge pull request #74 from w0/main
...
Added support for relative paths
2024-09-12 12:32:22 -07:00
w0
807456de86
removed unused variable. more format.
2024-09-12 13:57:58 -05:00
w0
c8ef42ab21
Update USBImagingToolCreator.ps1
...
added support for relative paths. formatted script and removed functions from inside if statement.
2024-09-12 13:54:58 -05:00
rbalsleyMSFT
60d147c71d
Update README.md
v2409.1
2024-09-10 11:45:44 -07:00
rbalsleyMSFT
cd36150ddc
Merge pull request #71 from rbalsleyMSFT/2409.1
...
2409.1
2024-09-10 11:44:49 -07:00
rbalsleyMSFT
198a544dbb
update change log
2024-09-10 11:44:12 -07:00
rbalsleyMSFT
40616776eb
- Added VMHostIPAddress and VMSwitchName validation to validate the IP address matches the VMSwitchName
2024-09-07 09:53:14 -07:00
rbalsleyMSFT
20c9cf8ab3
Merge pull request #65 from HedgeComp/Time-to-Complete-Hours
...
Time To Complete Shows Hours if Needed
2024-09-06 11:26:54 -07:00
rbalsleyMSFT
17558f86aa
Merge pull request #64 from HedgeComp/OneDrive-Silent
...
Silently Install Onedrive
2024-09-06 11:26:15 -07:00
rbalsleyMSFT
7408dbb435
Merge branch '2409.1' of https://github.com/rbalsleyMSFT/FFU into 2409.1
2024-09-06 11:24:21 -07:00
rbalsleyMSFT
9c1fc59af9
- Added new variables for the PPKG, Unattend, Autopilot, and PEDrivers validation
2024-09-06 11:24:16 -07:00
HedgeComp
31c785b5da
Update BuildFFUVM.ps1
...
Add Hours to Total Time to complete only if greater than 1 hour
2024-09-06 13:00:09 -04:00
HedgeComp
5b93135ebb
Update BuildFFUVM.ps1
...
Add Silent switch install to Onedrivesetup.exe
2024-09-06 12:57:36 -04:00
rbalsleyMSFT
5f4cf0c66e
Merge pull request #60 from zehadialam/2409.1
...
Fix for Missing Windows Boot Manager Entry
2024-09-06 09:34:11 -07:00
Zehadi Alam
ddbf2b0339
Use bcdedit to set Windows Boot Manager and default Windows boot loader to be first in the display order of UEFI firmware
2024-09-05 17:57:35 -04:00
rbalsleyMSFT
e62d481405
- Remove ValidateScript on InstallDrivers and break it out in a validation block so -Make and -Model can be specified anywhere in the command line
...
- Check for Prefixes.txt file and copy to the USB drive if it exists
- Perform better validation for PPKG, Unattend, Autopilot json, and drivers
- Comment out the Windows Security Platform update as the file has been removed from the MU Catalog.
2024-09-04 17:05:06 -07:00
rbalsleyMSFT
6c07ac8595
Merge branch '2409.1' of https://github.com/rbalsleyMSFT/FFU into 2409.1
2024-09-04 13:20:38 -07:00
rbalsleyMSFT
7d74feec0c
- Fix an issue with removal of Defender/OneDrive/Edge after FFU is complete
...
- Migrate Winget downloads to use Export-WingetPackage cmdlet as per issue Known Issue: Winget downloads fail on Non-English OS #50
- Add better logging when unable to find HDD when applying FFU
2024-09-04 13:20:35 -07:00
rbalsleyMSFT
6b2a4bcb27
Merge pull request #51 from HedgeComp/2408.2
...
Allow Preview CU update
2024-09-04 13:08:58 -07:00
rbalsleyMSFT
6da9ece0d8
Merge pull request #54 from w0/main
...
use ValidateSet for WindowsSKU
2024-08-15 18:59:01 -07:00
w0
dc4438dcf9
use ValidateSet for WindowsSKU
2024-08-15 20:11:41 -05:00
rbalsleyMSFT
e250e2a130
Changed some logging when winget apps can't be found
2024-08-13 16:11:36 -07:00
Doctair
dad51fdf80
updated Docs to relect new $UpdatePreviewCU Parameter
2024-08-12 13:15:16 -04:00
Doctair
d60b0301c5
Remove a temp copy of BUildScript
2024-08-12 10:15:45 -04:00
Doctair
db3e09650a
Add new Parameter for Installing Preview CU from
...
Mircosoft Update Catalog. Recent Windows Pro
not Auto Activating to Enterprise License Bug speared
this idea as its resoleve in lastes Prieview CU.
Parameter is default $False but if set to $true will install
Preivew CU and take precendence over $UpdateLastestCU.
2024-08-12 10:07:41 -04:00
rbalsleyMSFT
bcb9911cd0
Small update to fix a logging issue with script run time duration
2024-08-07 13:01:26 -07:00
rbalsleyMSFT
67e3035c38
Merge pull request #47 from rbalsleyMSFT/2408.1
...
2408.1
v2408.1
2024-08-06 17:57:42 -07:00
rbalsleyMSFT
94dd256889
update docs
2024-08-06 17:55:17 -07:00
rbalsleyMSFT
cc383c84cb
update docs
2024-08-06 17:51:53 -07:00
rbalsleyMSFT
b20b614f5e
update changelog.md and ApplyFFU.ps1 to 2408.1
2024-08-06 17:39:13 -07:00
rbalsleyMSFT
31984e104e
update readme.md
2024-08-06 15:52:35 -07:00
rbalsleyMSFT
94f74a194d
update readme
2024-08-06 15:50:32 -07:00
rbalsleyMSFT
eaa58e6804
update readme
2024-08-06 15:49:26 -07:00
rbalsleyMSFT
351c87ab96
update readme
2024-08-06 15:47:49 -07:00
rbalsleyMSFT
13e2765c3f
update readme
2024-08-06 15:46:42 -07:00