New
#1
Powershell removal of ALL modern apps EXCEPT specified.
Looking for a way to use powershell to remove every modern/metro app except those specified in a list.
I assume you'd have to use get-appxpackage to list all apps installed, then select ones that aren't in the list.
(the list would just include what's included by Windows by default)
The purpose is for removal of OEM installed apps from new laptops.