Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 2.21 KB

File metadata and controls

82 lines (60 loc) · 2.21 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.AppV.AppVClientPowerShell.dll-Help.xml
AppvClient
12/20/2016
2.0.0
Set-AppvClientMode

Set-AppvClientMode

SYNOPSIS

Sets the mode in which the client runs.

SYNTAX

Normal

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

Uninstall

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.

EXAMPLES

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
Parameter Sets: Normal
Aliases: 

Required: True
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
Parameter Sets: Uninstall
Aliases: 

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-AppvClientMode