Import-AppvZeroPortalPackage
Imports an App-V package into the ZeroPortal server.
Syntax
Import-AppvZeroPortalPackage -PackagePath <string> [-DeploymentConfigurationPath <string>] [-UserConfigurationPath <string>]
Beschreibung
Equivalent to Import-AppvServerPackage. Optionally applies a deployment and/or user configuration after import.
Parameter
-PackagePath<string>UNC path or HTTP URL to the APPV package.
-DeploymentConfigurationPath<string>Path to a DeploymentConfiguration XML file to apply after import.
-UserConfigurationPath<string>Path to a UserConfiguration XML file to apply after import.
Beispiele
Import-AppvZeroPortalPackage '\\appv01\share\Office2021.appv'
Import-AppvZeroPortalPackage '\\srv\share\App.appv' -DeploymentConfigurationPath 'C:\Configs\Deploy.xml'
Get-ChildItem \\appv01\share\*.appv | Import-AppvZeroPortalPackage