Set-AppvServerPackage
Applies a dynamic deployment or user configuration file to a package.
Syntax
Set-AppvServerPackage
[-AppvServerPackage] <PackageVersion>
[[-Groups] <String[]>]
[[-DynamicDeploymentConfigurationPath] <String>]
[[-DynamicUserConfigurationPath] <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AppvServerPackage
[[-Groups] <String[]>]
[-Name] <String>
[[-Version] <String>]
[[-DynamicDeploymentConfigurationPath] <String>]
[[-DynamicUserConfigurationPath] <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AppvServerPackage
[[-Groups] <String[]>]
[-PackageID] <Guid>
[[-VersionID] <Guid>]
[[-DynamicDeploymentConfigurationPath] <String>]
[[-DynamicUserConfigurationPath] <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Set-AppvServerPackage cmdlet applies a dynamic deployment or user configuration file to a package.
Only one deployment configuration can be entitled to a package.
Multiple user configuration files can be applied to a package to specific Active Directory group entitlements.
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 |
-DynamicDeploymentConfigurationPath
Specifies the path to a dynamic deployment configuration file for the specified Microsoft Application Virtualization (App-V) package. The cmdlet uses the dynamic deployment configuration file to override the default behavior provided in the package's manifest.
If you do not specify this parameter, the App-V agent assign the Default Machine Policy to the App-V package to be added.
Type: | String |
Position: | 3 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DynamicUserConfigurationPath
Specifies the path to a dynamic user configuration file for the specified App-V package. The cmdlet uses the user policy file to override the default behavior provided in the package manifest. If you do not specify this parameter, the default user policy will be applied to the package.
Type: | String |
Position: | 4 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Groups
Specifies an array of names of Active Directory groups.
Type: | String[] |
Position: | 2 |
Default value: | None |
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. It 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 specific 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 specific lineage. If you do not specify a version, the cmdlet acts on all versions saved on the 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 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 |
-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 cmdlet cannot find a package cannot be found, the cmdlet returns the following error: The specified package could not be found on the system. The cmdlet fails the operation.
- If you specify an invalid group, the cmdlet returns the following error: The provided entitlements are not valid. The cmdlet fails the operation.
- If you do not specify version information, the cmdlet acts on all available versions of the package.
- Do not specify Active Directory entitlements when supplying a deployment configuration. If so, the cmdlet returns an error.
- Do not set both deployment configuration and user configuration at the same time.