diff --git a/FFUDevelopment/BuildFFUVM.ps1 b/FFUDevelopment/BuildFFUVM.ps1 index a337d3e..5da8ecd 100644 --- a/FFUDevelopment/BuildFFUVM.ps1 +++ b/FFUDevelopment/BuildFFUVM.ps1 @@ -13,7 +13,7 @@ This script creates a Windows 10/11 FFU and USB drive to help quickly get a Wind When set to $true, will allow the use of media identified as External Hard Disk media via WMI class Win32_DiskDrive. Default is not defined. .PARAMETER AllowVHDXCaching -When set to $true, will cache the VHDX file and create a config json file that will keep track of the Windows build information, the updates installed, and the logical sector byte size information. Default is $false. +When set to $true, will cache the VHDX file to the $FFUDevelopmentPath\VHDXCache folder and create a config json file that will keep track of the Windows build information, the updates installed, and the logical sector byte size information. Default is $false. .PARAMETER AppsScriptVariables When passed a hashtable, the script will alter the $FFUDevelopmentPath\Apps\InstallAppsandSysprep.cmd file to set variables with the hashtable keys as variable names and the hashtable values their content. @@ -69,6 +69,9 @@ Size of the virtual hard disk for the virtual machine. Default is a 30GB dynamic .PARAMETER DriversFolder Path to the drivers folder. Default is $FFUDevelopmentPath\Drivers. +.PARAMETER ExportConfigFile +Path to a JSON file to export the parameters used for the script. + .PARAMETER FFUCaptureLocation Path to the folder where the captured FFU will be stored. Default is $FFUDevelopmentPath\FFU. diff --git a/FFUDevelopment/Docs/~$ildDeployFFU.docx b/FFUDevelopment/Docs/~$ildDeployFFU.docx new file mode 100644 index 0000000..67b4372 Binary files /dev/null and b/FFUDevelopment/Docs/~$ildDeployFFU.docx differ