Unpublish-AppvServerConnectionGroup
Unpublishes connection groups.
Syntax
Unpublish-AppvServerConnectionGroup
[-AppvServerConnectionGroup] <SerializableConnectionGroup>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Unpublish-AppvServerConnectionGroup
[-Name] <String>
[[-Version] <Int32>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Unpublish-AppvServerConnectionGroup
[-GroupID] <Guid>
[[-VersionID] <Guid>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Unpublish-AppvServerConnectionGroup cmdlet unpublishes the specified connection groups.
Examples
Example 1: Unpublish one version of a group
PS C:\> Unpublish-AppvServerConnectionGroup -Name "OfficePlugIns" -Version 2
This command unpublishes version 2 of the single group named OfficePlugIns.
Parameters
-AppvServerConnectionGroup
Specifies the connection 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 |
-Name
Specifies the name of the package group.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Version
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 the connection groups, the cmdlet returns the following error: The following connection group(s) could not be found on the system. The cmdlet lists the packages. The cmdlet fails the operation.
- If you do not specify version information, the cmdlet unpublishes all existing versions of the package group.
- If you do not specify any parameters, the cmdlet unpublishes all the package groups and subsequent versions on the system.