< Back

Get-AppvStatus

Tue Jan 29, 2019 9:24 pm

NAME Get-AppvStatus



SYNOPSIS

Gets the status of the App-V service.





SYNTAX

Get-AppvStatus [<CommonParameters>]





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.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









Example 1: Get status



PS C:\\>Get-AppvStatus



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







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=827712

Disable-Appv

Enable-Appv