Commit Graph

  • 49b742b47b Added Logic for FFU Selection to Check for Integer or 'A' Doctair 2024-08-02 11:35:18 -04:00
  • 7f79e50f72 Merge pull request #44 from HedgeComp/2408.1 rbalsleyMSFT 2024-07-31 10:56:55 -07:00
  • 39b9d06d21 Correct Logic for Dirve letters and add Dirve Info to the write-host selection for Disks. Doctair 2024-07-30 16:11:07 -04:00
  • 047881934a Add Logic to catch the disk selection of USB External drives so that it will not accept a Letter Doctair 2024-07-30 13:57:54 -04:00
  • 689808eca7 commented some variables rbalsleyMSFT 2024-07-26 16:22:31 -07:00
  • 70571a3b49 Fixed an issue where Efisys_noprompt.bin was being used for deployment media. This should only be used for capture media rbalsleyMSFT 2024-07-26 16:04:53 -07:00
  • 06138ebaff Added $PromptExternalHardDiskMedia as a new variable defaulted to True to prevent accidentental data loss if external hard disks are detected rbalsleyMSFT 2024-07-24 17:16:30 -07:00
  • 81a3b10a06 added $AllowExternalHardDiskMedia variable and modified USB drive creation code to allow for External hard disks rbalsleyMSFT 2024-07-24 10:37:41 -07:00
  • 8ba88f4626 Fixed an issue with RAW disks and Clear-Disk rbalsleyMSFT 2024-07-23 16:31:16 -07:00
  • 9d4b66851a Merge pull request #42 from rbalsleyMSFT/2407.2 v2407.2 rbalsleyMSFT 2024-07-23 12:41:32 -07:00
  • 3ba0da19f8 Fixed Lenovo driver download issues rbalsleyMSFT 2024-07-23 12:38:17 -07:00
  • 6826f854ae updated drivers info rbalsleyMSFT 2024-07-22 14:45:35 -07:00
  • afa524091c adding authentication info when downloading store apps via Winget rbalsleyMSFT 2024-07-22 14:42:41 -07:00
  • f14c7f2b00 Update README.md rbalsleyMSFT 2024-07-22 14:19:24 -07:00
  • e1aac7ba9d Merge pull request #40 from rbalsleyMSFT/2407.1 v2407.1 rbalsleyMSFT 2024-07-22 13:48:34 -07:00
  • 2e7ab9a052 change log updates for 2407.1 rbalsleyMSFT 2024-07-22 13:46:53 -07:00
  • 0a9de96d03 Potential path fix for downloading defender defs for ARM64 rbalsleyMSFT 2024-07-22 10:55:24 -07:00
  • 50c61dd328 Added AppList_InboxAppsSample.json rbalsleyMSFT 2024-07-22 10:34:33 -07:00
  • 39a919bada Changed AppList.json file name to AppList_Sample.json to not force the sample apps to install automatically. rbalsleyMSFT 2024-07-22 10:31:53 -07:00
  • 5600b2fbbd fixed issues creating deploy media for VMs, cleaned up some old commented code in ApplyFFU.ps1 rbalsleyMSFT 2024-07-19 19:17:02 -07:00
  • 1d26781dc1 Merge branch '2407.1' of https://github.com/rbalsleyMSFT/FFU into 2407.1 rbalsleyMSFT 2024-07-18 21:35:18 -07:00
  • f29e3c4349 added additional winget app logging, removed static linenumber references rbalsleyMSFT 2024-07-18 21:35:15 -07:00
  • bd8d0efd66 Merge pull request #39 from zehadialam/minor-fixes rbalsleyMSFT 2024-07-17 14:27:09 -07:00
  • 5616082275 Add conditional check to not run clear-disk on new drives that are uninitialized Zehadi Alam 2024-07-17 00:14:00 -04:00
  • 8100df3d24 Add diskpart commands to assign GPT attributes to recovery partition Zehadi Alam 2024-07-16 23:43:35 -04:00
  • a5c38fd09b modified VM deployment iso cmd scripts and fixed appx license file issue rbalsleyMSFT 2024-07-16 18:48:43 -07:00
  • 88ef8f70a1 Merge branch '2407.1' of https://github.com/rbalsleyMSFT/FFU into 2407.1 rbalsleyMSFT 2024-07-15 22:55:33 -07:00
  • 74fd71161b Added files for VM Deployment for testing rbalsleyMSFT 2024-07-15 22:55:24 -07:00
  • 8aa79dd134 Merge branch '2407.1' of https://github.com/rbalsleyMSFT/FFU into 2407.1 rbalsleyMSFT 2024-07-15 09:40:16 -07:00
  • e4e499e796 create unattend files for x64 and arm64 rbalsleyMSFT 2024-07-15 09:36:14 -07:00
  • f6c3c0b6c3 create unattend files for x64 and arm64 depending on windows architecture rbalsleyMSFT 2024-07-13 08:38:09 -07:00
  • 60ac2e4af0 Merge pull request #38 from zehadialam/feature-app-download-automation rbalsleyMSFT 2024-07-12 22:49:22 -07:00
  • ddf9c1f986 Fix Get-Apps function parameter name Zehadi Alam 2024-07-12 23:46:01 -04:00
  • ab58b27a1d Removed checking of appId using result parsing, since appId is already a parameter, added command to remove unprovisioned Notepad++ package, which breaks Sysprep Zehadi Alam 2024-07-12 23:40:59 -04:00
  • 191c30dd65 Remove New-WinGetSettings, since stable release of WinGet now supports MSStore app downloads Zehadi Alam 2024-07-12 22:43:10 -04:00
  • 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 Zehadi Alam 2024-07-12 22:40:43 -04:00
  • f7f52903a4 Refactor Get-StoreApp for improved readability Zehadi Alam 2024-07-12 00:38:48 -04:00
  • a9afba9185 Refactor Install-WinGet and New-WinGetSettings for improved readability Zehadi Alam 2024-07-11 23:32:58 -04:00
  • ecf3794f92 Merge pull request #37 from MKellyCBSD/USBImagingToolCreator.ps1 rbalsleyMSFT 2024-07-10 12:56:28 -07:00
  • c0bcfd8bf2 Update USBImagingToolCreator.ps1 Mike Kelly 2024-07-10 15:52:09 -04:00
  • 98babb3ad2 Merge pull request #36 from MKellyCBSD/USBImagingToolCreator.ps1 rbalsleyMSFT 2024-07-10 09:45:51 -07:00
  • ab0b7f67ec Update USBImagingToolCreator.ps1 Mike Kelly 2024-07-09 15:40:22 -04:00
  • 6d85e3ef62 Rename BuildUSBDrives.ps1 to USBImagingToolCreator.ps1 Mike Kelly 2024-07-09 15:38:33 -04:00
  • a91a417a08 Merge pull request #35 from mhaley/patch-1 rbalsleyMSFT 2024-07-09 09:28:30 -07:00
  • 67cc8c1225 Update BuildUSBDrives.ps1 Mike Kelly 2024-07-09 11:29:58 -04:00
  • 3f0377fbf9 Assign drive letter to recovery partition before modification Matthew Haley 2024-07-08 13:45:44 -07:00
  • 325413de13 Moved code into separate functions, refactored existing functions, fixed logical errors in if-statements Zehadi Alam 2024-07-07 22:27:27 -04:00
  • 174c16ecb6 Add files via upload Mike Kelly 2024-07-05 11:48:39 -04:00
  • 146c1601bd Improved handling of store apps that can't be downloaded Zehadi Alam 2024-07-05 00:01:06 -04:00
  • 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 Zehadi Alam 2024-07-04 22:57:14 -04:00
  • 2423814cc2 changed unattend files for naming the PC for arm64 and modified arm64 store app download logic for dependency handling rbalsleyMSFT 2024-07-03 16:30:12 -07:00
  • c39c30c970 Merge pull request #34 from zehadialam/feature-app-download-automation rbalsleyMSFT 2024-07-02 19:04:14 -07:00
  • 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 Zehadi Alam 2024-07-02 20:45:14 -04:00
  • 0e6d65bf2f Merge pull request #33 from zehadialam/feature-app-download-automation rbalsleyMSFT 2024-07-01 22:19:10 -07:00
  • 0010c8ad81 Fix typo Zehadi Alam 2024-07-01 22:39:43 -04:00
  • d16acce0ab Add condition to use winget download command without architecture parameter if specifying it leads to no app result Zehadi Alam 2024-07-01 22:34:03 -04:00
  • dd20eceb55 comment change rbalsleyMSFT 2024-07-01 16:23:04 -07:00
  • c30aa90e8b added architecture and other minor changes for winget app downloads rbalsleyMSFT 2024-07-01 16:22:56 -07:00
  • bd4e3a1913 Merge branch '2407.1' of https://github.com/rbalsleyMSFT/FFU into 2407.1 rbalsleyMSFT 2024-07-01 10:09:34 -07:00
  • 7a0dd3435c Fixed a logic issue when downloading ARM KBs rbalsleyMSFT 2024-07-01 10:09:11 -07:00
  • df33e89e37 Merge pull request #32 from zehadialam/feature-app-download-automation rbalsleyMSFT 2024-07-01 09:33:34 -07:00
  • 4af808c939 Invoke Get-Apps function with AppList.txt argument Zehadi Alam 2024-06-30 20:15:13 -04:00
  • 205b58aaa7 Added cleanup of Win32 and MSStore folders Zehadi Alam 2024-06-30 19:45:43 -04:00
  • 1729eaddd6 Add AppsList, modified InstallAppsandSysprep.cmd file with store apps installation, and updated Clear-InstallAppsandSysprep function Zehadi Alam 2024-06-30 19:42:06 -04:00
  • cafff0b484 Add Get-Apps function Zehadi Alam 2024-06-30 19:34:03 -04:00
  • 5c77b171f1 Add Get-StoreApp function Zehadi Alam 2024-06-30 19:33:26 -04:00
  • 36f5350f12 Add Get-Win32App function Zehadi Alam 2024-06-30 19:32:54 -04:00
  • 45a2c0c29d Add New-WinGetSettings function Zehadi Alam 2024-06-30 19:32:18 -04:00
  • 6cfe41f963 Add Install-WinGet function Zehadi Alam 2024-06-30 19:31:40 -04:00
  • 3d13774ee4 initial arm64 support rbalsleyMSFT 2024-06-29 21:28:33 -07:00
  • 21c5fa931f Merge pull request #28 from rbalsleyMSFT/2406.1 v2406.1 rbalsleyMSFT 2024-06-19 13:41:16 -07:00
  • 7214b1b8c2 docs rbalsleyMSFT 2024-06-19 13:39:45 -07:00
  • ef24b59a0c docs rbalsleyMSFT 2024-06-19 13:38:55 -07:00
  • 910918b421 docs rbalsleyMSFT 2024-06-19 13:36:41 -07:00
  • 30685dbced docs rbalsleyMSFT 2024-06-19 13:32:57 -07:00
  • 7c8e09d4e8 docs rbalsleyMSFT 2024-06-19 13:01:40 -07:00
  • e04ed8cf1c docs rbalsleyMSFT 2024-06-19 12:59:00 -07:00
  • c8362d972b docs rbalsleyMSFT 2024-06-19 12:58:18 -07:00
  • 32ae035d49 Merge branch '2406.1' of https://github.com/rbalsleyMSFT/FFU into 2406.1 rbalsleyMSFT 2024-06-19 12:57:33 -07:00
  • d74f8451d5 docs rbalsleyMSFT 2024-06-19 12:57:21 -07:00
  • 8ee7cf022c Delete Test rbalsleyMSFT 2024-06-19 12:50:15 -07:00
  • f931a75636 Create Test rbalsleyMSFT 2024-06-19 12:49:06 -07:00
  • 63617897f3 docs rbalsleyMSFT 2024-06-19 12:44:25 -07:00
  • f10433d575 docs rbalsleyMSFT 2024-06-19 12:43:21 -07:00
  • fd951ea52d docs rbalsleyMSFT 2024-06-19 12:38:01 -07:00
  • 6eca29a506 Docs rbalsleyMSFT 2024-06-19 11:07:27 -07:00
  • 181eed8f12 docs rbalsleyMSFT 2024-06-17 14:40:55 -07:00
  • 08e354ad17 updated version in applyffu.ps1 rbalsleyMSFT 2024-06-17 12:08:01 -07:00
  • 21ebbdf9c9 initial commit rbalsleyMSFT 2024-06-17 12:05:56 -07:00
  • e8ba334732 Merge pull request #26 from rbalsleyMSFT/2405.1 v2405.1 rbalsleyMSFT 2024-05-24 18:24:07 -07:00
  • ff46c10d79 Update README.md rbalsleyMSFT 2024-05-24 18:22:21 -07:00
  • 4d9e1c1f88 Update README.md rbalsleyMSFT 2024-05-24 18:21:08 -07:00
  • d5b81bc482 Update README.md rbalsleyMSFT 2024-05-24 18:18:39 -07:00
  • 8f81e69159 Modify Resetbase command to use DandIEnv rbalsleyMSFT 2024-05-24 18:12:43 -07:00
  • 4932777f4f syntax cleanup rbalsleyMSFT 2024-05-24 18:06:06 -07:00
  • 12edabf213 Changed version to 2405.1 rbalsleyMSFT 2024-05-24 15:29:05 -07:00
  • 1978736133 Merge pull request #25 from zehadialam/feature-reduce-ffu-size rbalsleyMSFT 2024-05-24 15:20:14 -07:00
  • a3faa89ada Merge branch '2405.1' into feature-reduce-ffu-size rbalsleyMSFT 2024-05-24 15:19:31 -07:00
  • fc8648eb65 Merge pull request #24 from MKellyCBSD/Move-location-of-Clean-Up-the-WinSxS-Folder-command rbalsleyMSFT 2024-05-24 15:15:31 -07:00
  • 49a9fd49c1 Add Optimize-FFUCaptureDrive function and disk cleanup to InstallAppsandSysprep.cmd file Zehadi Alam 2024-05-20 20:09:26 -04:00