Citrix Virtual Apps and Desktops 2311 SDK

Get-CtxAppVApplication

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

Syntax

Get-CtxAppVApplication
   [-AppVManagementServer] <String>
   [<CommonParameters>]
<!--NeedCopy-->

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.

Examples

EXAMPLE 1

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

Get-CtxAppVApplication -AppVManagementServer "appv-mansrv"
<!--NeedCopy-->

Parameters

-AppVManagementServer

Machine name of the App-V Management Server.

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

You can’t pipe objects to this cmdlet.

Outputs

Citrix.VirtApp.Studio.PowerShellManager.AppVServerApplication

Get-CtxAppVApplication