Get-AppvServerPackageUserConfiguration
Returns App-V Server Dynamic user configurations applied to a user group for a set of packages.
Syntax
Get-AppvServerPackageUserConfiguration
-Group <String>
[-Name] <String>
[<CommonParameters>]
Get-AppvServerPackageUserConfiguration
[-AppvServerPackage] <PackageVersion>
-Group <String>
[<CommonParameters>]
Get-AppvServerPackageUserConfiguration
-Group <String>
[-PackageID] <Guid>
[[-VersionID] <Guid>]
[<CommonParameters>]
Get-AppvServerPackageUserConfiguration
-Group <String>
[[-Version] <String>]
[<CommonParameters>]
Description
The Get-AppvServerPackageUserConfiguration cmdlet returns a set of Microsoft Application Virtualization (App-V) Server Dynamic user configurations (Strings) applied to a given user group for specified packages.
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 |
-Group
Specifies the name of the Active Directory group.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
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 a GUID that uniquely identifies the package. This 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 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 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
Type: | Guid |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
AppvServer.AppvServerPackage
Outputs
String[]