Remove-AppvZeroPortalConnectionGroup

Removes an App-V connection group.

Syntax

Remove-AppvZeroPortalConnectionGroup -Name <string> -GroupGuid <Guid> [-Force]

Description

Equivalent to Remove-AppvServerConnectionGroup.

Parameters

-Name <string>

Connection group name. Wildcard (*) is supported.

-GroupGuid <Guid>

GUID of the connection group. Accepts pipeline input from Get-AppvZeroPortalConnectionGroup.

-Force <switch>

Suppresses the confirmation prompt.

Examples

Remove-AppvZeroPortalConnectionGroup -Name 'OldGroup' -Force
Get-AppvZeroPortalConnectionGroup -Name "Old*" | Remove-AppvZeroPortalConnectionGroup