Publish-AppvServerPackage

Publish a package.

Syntax

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

Description

The Publish-AppvServerPackage cmdlet publishes a package. All connected publishing servers push the specified packages to entitled users.

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:False
Accept pipeline input:True
Accept wildcard characters:False

-PackageID

Specifies the package GUID that uniquely identifies the package. The GUID can be found in the package manifest or by opening the package in the Microsoft Application Virtualization (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 cmdlet 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 version ID that differentiates a package version from other versions, whether older, newer, or of a completely different lineage. If this parameter is not specified, 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 specified packages do not exist, the publish 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 publishes all versions of the package.
  • If you do not specify any parameters, the cmdlet publishes all packages on the computer. The cmdlet returns a warning before it runs this operation.