Citrix Daas SDK

Get-AppLibAppVApplicationInfo

Enumerates information for a given application in a given package

Syntax

Get-AppLibAppVApplicationInfo
   -PackageGuid <String>
   -ApplicationId <Int32>
   [-LibraryId <Int32>]
   [-Property <String[]>]
   [-LoggingId <Guid>]
   [<CitrixCommonParameters>]
   [<CommonParameters>]
<!--NeedCopy-->

Description

Allows you to query application information about single admin appv package. Currently only fetching filetype associations is supported. See example

Examples

EXAMPLE 1

Fetches all the file type associations for the given application

Get-AppLibAppVApplicationInfo -PackageGuid "7796B8F3-713A-446F-840D-18E5171AB21A" -ApplicationId 14
<!--NeedCopy-->

Parameters

-PackageGuid

The package Guid

Type: String
Aliases: packageId
Position: Named
Default value: None
Required: True
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: True

-ApplicationId

The AppV application Id

Type: Int32
Position: Named
Default value: None
Required: True
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-LibraryId

The Application Library Id

Type: Int32
Position: Named
Default value: None
Required: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Property

The property parameter is reserved for future use. Currently only FileTypeAssociations are supported.

Type: String[]
Position: Named
Default value: None
Required: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-LoggingId

Specifies the identifier of the high-level operation this cmdlet call forms a part of. Citrix Studio and Director typically create high-level operations. PowerShell scripts can also wrap a series of cmdlet calls in a high-level operation by way of the Start-LogHighLevelOperation and Stop-LogHighLevelOperation cmdlets.

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

CitrixCommonParameters

This cmdlet supports the common Citrix parameters: -AdminAddress, -AdminClientIP, -BearerToken, -TraceParent, -TraceState and -VirtualSiteId. For more information, see about_CitrixCommonParameters.

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

Object with required information wihtin object as properties

Notes

Currently only fetching file type associations are supported.

Get-AppLibAppVApplicationInfo