rbalsleyMSFT
06138ebaff
Added $PromptExternalHardDiskMedia as a new variable defaulted to True to prevent accidentental data loss if external hard disks are detected
2024-07-24 17:16:30 -07:00
rbalsleyMSFT
81a3b10a06
added $AllowExternalHardDiskMedia variable and modified USB drive creation code to allow for External hard disks
2024-07-24 10:37:41 -07:00
rbalsleyMSFT
8ba88f4626
Fixed an issue with RAW disks and Clear-Disk
2024-07-23 16:31:16 -07:00
rbalsleyMSFT
3ba0da19f8
Fixed Lenovo driver download issues
2024-07-23 12:38:17 -07:00
rbalsleyMSFT
0a9de96d03
Potential path fix for downloading defender defs for ARM64
2024-07-22 10:55:24 -07:00
rbalsleyMSFT
5600b2fbbd
fixed issues creating deploy media for VMs, cleaned up some old commented code in ApplyFFU.ps1
2024-07-19 19:17:02 -07:00
rbalsleyMSFT
f29e3c4349
added additional winget app logging, removed static linenumber references
2024-07-18 21:35:15 -07:00
Zehadi Alam
ddf9c1f986
Fix Get-Apps function parameter name
2024-07-12 23:46:01 -04:00
Zehadi Alam
ab58b27a1d
Removed checking of appId using result parsing, since appId is already a parameter, added command to remove unprovisioned Notepad++ package, which breaks Sysprep
2024-07-12 23:40:59 -04:00
Zehadi Alam
191c30dd65
Remove New-WinGetSettings, since stable release of WinGet now supports MSStore app downloads
2024-07-12 22:43:10 -04:00
Zehadi Alam
1a444d8e0f
Refactor Install-WinGet function and add architecture parameter and stable WinGet download, modify Confirm-WinGetInstallation to check for stable release, refactor Get-WinGetApp for improved maintainability and readability
2024-07-12 22:40:43 -04:00
Zehadi Alam
f7f52903a4
Refactor Get-StoreApp for improved readability
2024-07-12 00:38:48 -04:00
Zehadi Alam
a9afba9185
Refactor Install-WinGet and New-WinGetSettings for improved readability
2024-07-11 23:32:58 -04:00
Zehadi Alam
325413de13
Moved code into separate functions, refactored existing functions, fixed logical errors in if-statements
2024-07-07 22:27:27 -04:00
Zehadi Alam
146c1601bd
Improved handling of store apps that can't be downloaded
2024-07-05 00:01:06 -04:00
Zehadi Alam
8c897e93fe
Added support for AppList to be in JSON format. WinGet searches now use app ID. Modified InstallAppsandSysprep.cmd to handle packages with no dependencies
2024-07-04 22:57:14 -04:00
rbalsleyMSFT
2423814cc2
changed unattend files for naming the PC for arm64 and modified arm64 store app download logic for dependency handling
2024-07-03 16:30:12 -07:00
Zehadi Alam
95a4664b26
Added handling of win32 apps using the msstore source in winget download command, updated InstallAppsandSysprep.cmd file to use store app license files, and updated AppList.txt with winget prefix, instead of win32
2024-07-02 20:45:14 -04:00
Zehadi Alam
0010c8ad81
Fix typo
2024-07-01 22:39:43 -04:00
Zehadi Alam
d16acce0ab
Add condition to use winget download command without architecture parameter if specifying it leads to no app result
2024-07-01 22:34:03 -04:00
rbalsleyMSFT
dd20eceb55
comment change
2024-07-01 16:23:04 -07:00
rbalsleyMSFT
c30aa90e8b
added architecture and other minor changes for winget app downloads
2024-07-01 16:22:56 -07:00
rbalsleyMSFT
bd4e3a1913
Merge branch '2407.1' of https://github.com/rbalsleyMSFT/FFU into 2407.1
2024-07-01 10:09:34 -07:00
rbalsleyMSFT
7a0dd3435c
Fixed a logic issue when downloading ARM KBs
2024-07-01 10:09:11 -07:00
rbalsleyMSFT
df33e89e37
Merge pull request #32 from zehadialam/feature-app-download-automation
...
Automated Win32 and Store App Downloads and Installs
2024-07-01 09:33:34 -07:00
Zehadi Alam
4af808c939
Invoke Get-Apps function with AppList.txt argument
2024-06-30 20:15:13 -04:00
Zehadi Alam
205b58aaa7
Added cleanup of Win32 and MSStore folders
2024-06-30 19:45:43 -04:00
Zehadi Alam
1729eaddd6
Add AppsList, modified InstallAppsandSysprep.cmd file with store apps installation, and updated Clear-InstallAppsandSysprep function
2024-06-30 19:42:06 -04:00
Zehadi Alam
cafff0b484
Add Get-Apps function
2024-06-30 19:34:03 -04:00
Zehadi Alam
5c77b171f1
Add Get-StoreApp function
2024-06-30 19:33:26 -04:00
Zehadi Alam
36f5350f12
Add Get-Win32App function
2024-06-30 19:32:54 -04:00
Zehadi Alam
45a2c0c29d
Add New-WinGetSettings function
2024-06-30 19:32:18 -04:00
Zehadi Alam
6cfe41f963
Add Install-WinGet function
2024-06-30 19:31:40 -04:00
rbalsleyMSFT
3d13774ee4
initial arm64 support
2024-06-29 21:28:33 -07:00
rbalsleyMSFT
6eca29a506
Docs
2024-06-19 11:07:27 -07:00
rbalsleyMSFT
181eed8f12
docs
2024-06-17 14:40:55 -07:00
rbalsleyMSFT
21ebbdf9c9
initial commit
2024-06-17 12:05:56 -07:00
rbalsleyMSFT
8f81e69159
Modify Resetbase command to use DandIEnv
2024-05-24 18:12:43 -07:00
rbalsleyMSFT
4932777f4f
syntax cleanup
2024-05-24 18:06:06 -07:00
rbalsleyMSFT
12edabf213
Changed version to 2405.1
2024-05-24 15:29:05 -07:00
rbalsleyMSFT
a3faa89ada
Merge branch '2405.1' into feature-reduce-ffu-size
2024-05-24 15:19:31 -07:00
Zehadi Alam
49a9fd49c1
Add Optimize-FFUCaptureDrive function and disk cleanup to InstallAppsandSysprep.cmd file
2024-05-20 20:09:26 -04:00
MKellyCBSD
3f4836b478
Update BuildFFUVM.ps1
...
Adding "-PreventPending" to the "add-windowspackage" command allows the dism cleanup of the winsxs folder command to be moved from the InstallAppsandSysprep.cmd script to right after the updates are added to the vhdx. The end result:
FFU image size before: 11.836GB
FFU image size after: 11.190GB
2024-05-15 15:52:38 -04:00
rbalsleyMSFT
ae59183a19
update issue with downloading latest Windows CU
2024-05-03 15:32:11 -07:00
rbalsleyMSFT
5564473c3b
Merge branch 'main' of https://github.com/rbalsleyMSFT/FFU
2024-04-18 16:11:58 -07:00
rbalsleyMSFT
393de977f2
2404.2 when imaging devices with 4096 logical sector sizes, will set $copydrivers to $true if $installdrivers set to $true
2024-04-18 16:10:16 -07:00
rbalsleyMSFT
79364e334d
Reverted recovery partition code back
2024-04-15 10:53:41 -07:00
rbalsleyMSFT
1c339c56bf
Merge pull request #18 from zehadialam/15-24041
...
Automated Handling of Various ADK Scenarios
2024-04-12 12:33:36 -07:00
rbalsleyMSFT
9e2da741d5
Fix issue with single index wims that don't have a 4th index
2024-04-12 12:27:20 -07:00
rbalsleyMSFT
6fd5a4a41f
Updated UpdateLatestCU to use MU Catalog
2024-04-12 10:48:53 -07:00