Import-MsixZeroPortalPackage

Imports an MSIX/APPX package (or bundle) from a repository path.

Syntax

Import-MsixZeroPortalPackage -PackagePath <string> [-Architecture <string[]>]

Parameters

-PackagePath <string>

Server-side path to the .msix/.appx/.msixbundle/.appxbundle file.

-Architecture <string[]>

For bundles: member architectures to import (e.g. 'x64','arm64'). Empty = all non-stub.

Examples

Import-MsixZeroPortalPackage -PackagePath '\\files01\repo\Contoso.App.msixbundle' -Architecture x64