You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Admin Templates and winget app platform filtering
Admin Templates (Group Policy) are Windows-only but were passing the
platform filter for all device types because Get-PolicyPlatform returns
"Multi-Platform" for them. Wrapped in a Windows-only guard instead.
Also added winget and microsoftStoreApp types to the Windows app pattern
in Test-AppPlatformCompatibility so these app types are not excluded
from Windows device results.
0 commit comments