Set-AppvClientMode

Sets the mode the client is running in.

Syntax

Set-AppvClientMode
   [-Normal]
   [<CommonParameters>]
Set-AppvClientMode
   [-Uninstall]
   [<CommonParameters>]

Description

The Set-AppvClientMode cmdlet sets the mode the client is running in. By default, the cmdlet is set to Normal and the Microsoft Application Virtualization (App-V) Client runs normally. If the Uninstall parameter is specified, the App-V Client prevents all client activity from happening which includes adding and publishing packages, along with creating virtual environments.

Examples

1:

Parameters

-Normal

Indicates that the App-V Client functions normally. This means all adding and publishing of App-V packages and creating of Virtual environments will function normally.

Type:SwitchParameter
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Uninstall

Indicates that prevents the App-V Client from adding and publishing packages or creating any virtual environments. This is set to enable an uninstall of the App-V Client to properly occur.

Type:SwitchParameter
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False