Get-AppvZeroPortalPackage
Retrieves App-V packages from the ZeroPortal server.
Syntax
Get-AppvZeroPortalPackage [-Name <string>] [-Version <string>] -PackageID <Guid> [-VersionID <Guid>] [-IncludeManifests]
Beschreibung
Equivalent to Get-AppvServerPackage. Supports name-based search with wildcards or GUID-based lookup.
Parameter
-Name<string>Package name with wildcard (*). Default: all packages.
-Version<string>Version filter (combinable with -Name, wildcard * allowed).
-PackageID<Guid>GUID of the package.
-VersionID<Guid>GUID of the package version (only with -PackageID).
-IncludeManifests<switch>Returns UserPolicy and MachinePolicy XML.
Beispiele
Get-AppvZeroPortalPackage -Name "Office*" | Format-Table
Get-AppvZeroPortalPackage -PackageID '9f0b2d9c-991b-4b5a-8cb3-7ee1bc124d3b'