Remove-AppvServerPackage

Remove a package from the App-V Management Server.

Syntax

Remove-AppvServerPackage
      [-Name] <String>
      [[-Version] <String>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AppvServerPackage
      [-AppvServerPackage] <PackageVersion[]>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AppvServerPackage
      [-PackageID] <Guid>
      [[-VersionID] <Guid>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Remove-AppvServerPackage cmdlet removes a package from the Microsoft Application Virtualization (App-V) Management Server.

Examples

1:

Parameters

-AppvServerPackage

Specifies an array of AppVServerPackage objects.

Type:PackageVersion[]
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Specifies the friendly name of the package given when the package was created. This value is obtained from the package manifest.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-PackageID

Specifies the GUID that uniquely identifies the package. The GUID can be found in the package manifest or by opening the package in the App-V sequencer. The package GUID is shared by all versions of a package.

Type:Guid
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Version

Specifies the version of an App-V package in one lineage. If no version is supplied, the operation acts on all versions saved to computer.

Type:String
Position:2
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-VersionID

Specifies a GUID that differentiates a package version from other versions, whether older, newer, or of a completely different lineage. If you do not specify this parameter, the cmdlet operates on all versions of the package.

Type:Guid
Position:2
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

AppvServer.AppvServerPackage

Notes

  • If the packages do not exist, the remove operation fails for those packages. The cmdlet returns the following error: The following packages could not be found on the system <list of packages>.
  • If you do not specify a version, the cmdlet removes all versions of the package.
  • If you do not specify any parameters, the cmdlet removes all packages on the system. The cmdlet returns a warning before it performs this operation.