Place your unattend.xml sysprep answer file in this folder and run prep_ref_vm.ps1 to prepare your reference VM for imaging.

prep_ref_vm.ps1 must be run 
	a) from a PowerShell session with admin privileges and
	b) from its existing location on the psimage share.

Do NOT copy it to the local machine. Connect to the share in the Administrator PowerShell session either
	a) using a UNC path or 
	b) mapping the share to a drive letter
and run the file from its original network location there.

You may have to change the PowerShell execution policy first.

sysprep may fail because an app is installed for a user but not provisioned for all users. Run remove_app.ps1 to
	a) view setuperr.log to find out why sysprep failed
	b) list installed apps
	c) remove an installed app

With the initial release of Windows 11, you typically have to perform the following actions before sysprep will be successuful.
	a) install all updates to free up reserved storage
	b) remove OneDriveSync and WebExperience since they are not provisioned for all users
