- Updates
Install-Defaults.ps1
to pass parameters correctly back to the the script when launched from 32-bit PowerShell (e.g.-Language
). Using the script to install language pack support in Autopilot via Intune now works as intended - Return
1
if there's a failure in the script (it was previously passing0
regardless of issues or not) - Remove unneeded try/catch and general code tidy/improvements