Grant-MsixZeroPortalPackage
Grants an AD group (or SID) access to an MSIX package.
Syntax
Grant-MsixZeroPortalPackage -Id <int> -GroupName <string> -Sid <string> [-AutoDependencies]
Parameters
-AutoDependencies<switch>Also entitle and publish the package's frameworks and runtimes. The dependencies inherit the entitlements of the main package, so the audience is maintained in ONE place; without this the application is entitled but fails to launch on the client because its frameworks are not. Dependencies missing from the catalog are reported as warnings.
Examples
Grant-MsixZeroPortalPackage -Id 42 -GroupName 'APP-Contoso-Users'
Grant-MsixZeroPortalPackage -Id 42 -GroupName 'APP-Contoso-Users' -AutoDependencies