Remove-AppvZeroPortalPackage
Removes an App-V package from the ZeroPortal server.
Syntax
Remove-AppvZeroPortalPackage -Name <string> [-Version <string>] -PackageID <Guid> [-VersionID <Guid>] -PackageGuid <Guid> -VersionGuid <Guid> [-Force]
Beschreibung
Equivalent to Remove-AppvServerPackage.
Parameter
-Name<string>Package name. Wildcard (*) is supported.
-Version<string>Version filter. Combinable with -Name. Wildcard (*) is supported.
-PackageID<Guid>GUID of the package.
-VersionID<Guid>GUID of the package version. Only used with -PackageID.
-PackageGuid<Guid>Package GUID. Accepts pipeline input from Get-AppvZeroPortalPackage.
-VersionGuid<Guid>Version GUID. Accepts pipeline input from Get-AppvZeroPortalPackage.
-Force<switch>Suppresses the confirmation prompt.
Beispiele
Get-AppvZeroPortalPackage "Blender*" | Remove-AppvZeroPortalPackage -Force
Remove-AppvZeroPortalPackage -Name "Blender*"
Remove-AppvZeroPortalPackage -PackageID '08f673b8-2eee-47de-b495-476fa0afb160'