Set-AppvClientMode
Set-AppvClientMode is accessible with the help of AppVClient module. To configure AppVClient, go through this link.
Synopsis
Sets the mode in which the client runs.
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 |
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 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Syntax
Set-AppvClientMode [-Normal] [<CommonParameters>]
Set-AppvClientMode [-Uninstall] [<CommonParameters>]
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Set-AppvClientMode
You can also read about
- Get-AppvClientMode