Set-AppvClientMode
Sets the mode in which the client runs.
Syntax
Set-AppvClientMode
[-Normal]
[<CommonParameters>]
Set-AppvClientMode
[-Uninstall]
[<CommonParameters>]
Description
The Set-AppvClientMode cmdlet sets the mode in which the client runs. 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 and creating virtual environments.
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 function normally.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Uninstall
Indicates that this cmdlet 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 correctly occur.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |