< Back

Get-AppvClientApplication

Tue Jan 29, 2019 9:24 pm

NAME Get-AppvClientApplication



SYNOPSIS

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





SYNTAX

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





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 [<SwitchParameter>]

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



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Name [<String>]

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



Required? false

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Version [<String>]

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.



Required? false

Position? 2

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<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

Microsoft.AppV.AppvClientPowerShell.AppvClientApplication







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.







RELATED LINKS

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

Get-AppvClientConfiguration