Get-Appv Status

Gets the status of the App-V service.

Syntax

Get-AppvStatus []

Description

The Get-AppvStatus cmdlet gets the status of the Microsoft Application Virtualization (App-V) service. This cmdlet returns a value of $True or $False for whether App-V is enabled and whether a restart is required.

Examples

Example 1: Get status

PS C:\> Get-AppvStatus

This command gets the status of the App-V service.