Get-AppvServerPackageDeploymentConfiguration

Returns a set of App-V server dynamic deployment configurations for the packages specified.

Syntax

Get-AppvServerPackageDeploymentConfiguration
   [-Name] <String>
   [[-Version] <String>]
   [<CommonParameters>]
Get-AppvServerPackageDeploymentConfiguration
   [-AppvServerPackage] <PackageVersion>
   [<CommonParameters>]
Get-AppvServerPackageDeploymentConfiguration
   [-PackageID] <Guid>
   [[-VersionID] <Guid>]
   [<CommonParameters>]

Description

The Get-AppvServerPackageDeploymentConfiguration cmdlet returns a set of Microsoft Application Virtualization (App-V) server dynamic deployment configurations for the packages specified.

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

-Name

Specifies the friendly name of the package applied when the package was created. This value is obtained using 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. It can be found in the package manifest or by opening the package on the computer running the 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. If you do not specify a version, the cmdlet acts on all versions saved on 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. If you do not specify a GUID, 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

Inputs

AppvServer.AppvServerPackage

Outputs

String, system.string[]