Is there a way to get the name of installed packages for a single user to avoid sysprep failures? Can't find differences in the info provided with "Get-AppxPackage" between one installed for all users and one only for the current.
i've tryied using "Get-AppxPackage", comparing the result with "Get-AppxProvisionedPackage -Online", with "Get-AppxPackage -allusers", trying to find differences with "IsResourcePackage" "IsBundle" "IsFramework"
Something like this worked for me, with the user sid and the full package name, although packageuserinfomation says "Installed(pending removal)". Packageuserinfomation (only with -allusers) is actually a combination of other properties that a format file combines into one string.