Get-AppvStatus
Get-AppvStatus is accessible with the help of AppVClient module. To configure AppVClient, go through this link.
Synopsis
Gets the status of the App-V service.
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.
Syntax
Get-AppvStatus []
——————-Example 1——————-
Get status
PS C:\> Get-AppvStatus
This command gets the status of the App-V service.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Get-AppvStatus
You can also read about
- Disable-Appv
- Enable-Appv
Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.