Grant-AppvServerConnectionGroup
Entitles a connection group.
Syntax
Grant-AppvServerConnectionGroup
[-AppvServerConnectionGroup] <SerializableConnectionGroup>
[-Groups] <String[]>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Grant-AppvServerConnectionGroup
[-Groups] <String[]>
[-Name] <String>
[[-Version] <Int32>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Grant-AppvServerConnectionGroup
[-Groups] <String[]>
[-GroupID] <Guid>
[[-VersionID] <Guid>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Grant-AppvServerConnectionGroup cmdlet entitles an existing connection group.
Examples
1:
Parameters
-AppvServerConnectionGroup
Specifies the package group object.
Type: | SerializableConnectionGroup |
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 |
-GroupID
Specifies the GUID of specific package group.
Type: | Guid |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Groups
Specifies an array of strings containing the names of Active Directory groups.
Type: | String[] |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies the name of the package group.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Version
Specifies the version of the specified package group.
Type: | Int32 |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VersionID
Specifies the version GUID of the package group.
Type: | Guid |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
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.AppvServerConnectionGroup
Notes
- If the cmdlet cannot find a package group, the cmdlet returns the following error: The specified package group 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 operates on all available versions of the group.
- When entitling a package group, the cmdlet adds all entitlements to the individual packages themselves. The cmdlet returns all the packages in the group and any newly added entitlements.