- Update AppX packages in
Remove-AppxApps.ps1
to better support Windows 11 - Add
-AppxMode
parameter toInstall-Defaults.ps1
that acceptsAllow
orBlock
- this tellsRemove-AppxApps.ps1
to operate inAllowList
orBlockList
mode, rather than the previous approach that would automatically runBlockList
mode on a VM andAllowList
mode on physical hardware - Removes copy of
desktop-config.json
to set Teams defaults - this hasn't been having the intended result