Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.2 KB

get-appvclientmode.md

File metadata and controls

48 lines (32 loc) · 1.2 KB
description external help file ms.date ms.devlang schema title
Use this topic to help manage MDOP technologies with Windows PowerShell.
Microsoft.AppV.AppVClientPowerShell.dll-Help.xml
12/05/2016
powershell
2.0.0
Get-AppvClientMode

Get-AppvClientMode

SYNOPSIS

Displays the mode for the App-V Client.

SYNTAX

Get-AppvClientMode [<CommonParameters>]

DESCRIPTION

The Get-AppvClientMode cmdlet displays the mode that the Microsoft Application Virtualization (App-V) Client is currently set to. Valid values are Normal and Uninstall.

EXAMPLES

1:


PARAMETERS

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

Microsoft.AppV.AppvClientPowerShell.AppvClientMode

This cmdlet generat AppvClientMode object that describes the current Appv Client mode, either Normal or Uninstall.

NOTES

RELATED LINKS

Set-AppvClientMode