Citrix Virtual Apps and Desktops SDK

Get-CtxAppVApplication

Enumerates all published App-V applications for a given Management Server.

Syntax


Get-CtxAppVApplication [-AppVManagementServer] <string> [<CommonParameters>]

<!--NeedCopy-->

Detailed Description

Queries a given Management Server and fetches all published applications for that server. Applications that are published but have no user entitlements are not displayed by this cmdlet.

Parameters

Name Description Required? Pipeline Input Default Value
AppVManagementServer Machine name of the App-V Management Server. true true (ByValue)  

Input Type

Return Values

Citrix.Virtapp.Studio.Powershellmanager.Appvserverapplication

Examples

Example 1


Get-CtxAppVApplication -AppVManagementServer "appv-mansrv"

<!--NeedCopy-->

Description

Displays all applications available from the Management Server “appv-mansrv”.

Get-CtxAppVApplication