< Back

Repair-AppvClientConnectionGroup

Tue Jan 29, 2019 9:25 pm

NAME Repair-AppvClientConnectionGroup



SYNOPSIS

Resets the user package settings for the connection group.





SYNTAX

Repair-AppvClientConnectionGroup [-ConnectionGroup] <AppvClientConnectionGroup> [-Extensions] [-Global] [-UserState] [<CommonParameters>]



Repair-AppvClientConnectionGroup [-GroupId] <Guid> [-VersionId] <Guid> [-Extensions] [-Global] [-UserState] [<CommonParameters>]



Repair-AppvClientConnectionGroup [-Name] <String> [-Extensions] [-Global] [-UserState] [<CommonParameters>]





DESCRIPTION

The Repair-AppvClientConnectionGroup cmdlet resets the user settings of the connection group. Resetting the settings causes permanent loss of any

user-specific application settings in the package. The settings are reset to their original state when the connection group was originally added

to the system.





PARAMETERS

-ConnectionGroup <AppvClientConnectionGroup>

Specifies an App-V Connection Group object.



Required? true

Position? 1

Default value none

Accept pipeline input? true(ByValue)

Accept wildcard characters? false



-Extensions [<SwitchParameter>]

Indicates that the cmdlet repairs the extension points of a connection group only, and does not delete the user state of the connection group.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Global [<SwitchParameter>]

Indicates that this cmdlet resets user settings for the specified packages for all users on the computer. Usage of the Global parameter

requires administrative credentials.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-GroupId <Guid>

Specifies the group ID of specific connection group.



Required? true

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

Specifies the name of the Microsoft Application Virtualization (App-V) Connection Group.



Required? true

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-UserState [<SwitchParameter>]

Indicates that the cmdlet deletes the user state of the connection group only, and does not perform a repair on the extension points.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-VersionId <Guid>

Specifies a GUID that differentiates a connection group version from other versions, whether older, newer, or of a different lineage. If you

do not specify this parameter, the cmdlet operates on all versions of the connection group.



Required? true

Position? 2

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Microsoft.AppvAgent.AppvClientConnectionGroup







OUTPUTS









Example 1: Repair a named connection group



PS C:\\> Repair-AppvClientConnectionGroup -Name "MyGroup"



This command repairs the connection group named MyGroup.





Example 2: Repair a connection group by using its ID



PS C:\\> Repair-AppvClientConnectionGroup -GroupID 793afd37-bd68-4ea1-859a-669f6afd0aa8



This command repairs the connection group that has the group ID 793afd37-bd68-4ea1-859a-669f6afd0aa8.





Example 3: Repair all connection groups that have names that match a string



PS C:\\> Get-AppvClientConnectionGroup -Name "MyGr*" | Repair-AppvClientConnectionGroup



This command finds all of the connection groups that have the string MyGr in the name, and then repairs them.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=827719

Add-AppvClientConnectionGroup

Disable-AppvClientConnectionGroup

Enable-AppvClientConnectionGroup

Get-AppvClientConnectionGroup

Mount-AppvClientConnectionGroup

Remove-AppvClientConnectionGroup

Stop-AppvClientConnectionGroup