Get-AppvClientApplication

Get-AppvClientApplication is accessible with the help of AppVClient module. To configure AppVClient, go through this link.

Synopsis

Returns applications that are part of App-V Client Packages.

Description

The Get-AppvClientApplication cmdlet returns a set of applications that are part of Microsoft Application Virtualization (App-V) Client Packages, based on the criteria provided.

Parameters

-All

Indicates that the cmdlet returns all applications that have been added to the computer, not just those that are visible to the current user.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-Name

Specifies the name of the application. This value is obtained from the package manifest.

Type:String
Position:0
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-Version

Specifies the version of the application. If you do not specify this parameter, the cmdlet operates on all available versions of the applications on the target computer.

Type:String
Position:1
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Syntax

Get-AppvClientApplication [[-Name] <String>] [[-Version] <String>] [-All] [<CommonParameters>]

——————-Example 1——————-
Get a version of an application for the current user
PS C:\> Get-AppvClientApplication -Name “AppName” -Version 1
This command gets the application on the client that is published to the user and has the name AppName and is version 1.

——————-Example 2——————-
Get all applications
PS C:\> Get-AppvClientApplication -All
This command gets all of the applications on the client.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Get-AppvClientApplication

Get-Command Get-AppvClientApplication powershell script command cmdlet appv client

You can also read about

  • Get-AppvClientConfiguration

To know more PowerShell cmdlets(Commands) on AppVClient click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *