microsoft / SurfaceDeploymentAccelerator

Surface Deployment Accelerator (SDA) is a script-driven tool to create Windows images (WIM) for test or deployment that are similar in configuration to Bare Metal Recovery (BMR) images, minus certain preinstalled applications like the Surface UWP application.
MIT License
77 stars 25 forks source link

Implement Push-Button reset features #36

Open eogmau opened 2 years ago

eogmau commented 2 years ago

Hi guys,

Great tool, used it to create an base Image for our Surface devices before provisioning them with Windows Autopilot WhiteGlove. The reason we used this tool is that 50% of our Surface devices will fail to provision with Microsoft factory Image due to TPM firmware

This tool will benefit from the Push-Button reset features that will run a ScanState capture of the installed apps like O365 and save them to the C:\Recovery\Customizations folder which will allow a Wipe of the device and return to base image with installed O365 apps.

Thanks.