Citrix Virtual Apps and Desktops SDK

Get-AppLibPackageDiscoveryProfile

Gets the package discovery profiles that are defined in the AppLibrary

Syntax


Get-AppLibPackageDiscoveryProfile [-Uid <Int32>] [-LoggingId <Guid>] [-BearerToken <String>] [-TraceParent <String>] [-TraceState <String>] [-VirtualSiteId <String>] [-AdminAddress <String>] [<CommonParameters>]

<!--NeedCopy-->

Detailed Description

A package discovery can be used by the AppLibrary Service to automatically (or periodically) search for application packages to import into the AppLibrary

Parameters

Name Description Required? Pipeline Input Default Value
Uid The unique identifier of a particular package discovery profile to return false true (ByPropertyName)  
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. false false  
BearerToken Specifies the bearer token assigned to the calling user false false  
TraceParent Specifies the trace parent assigned for internal diagnostic tracing use false false  
TraceState Specifies the trace state assigned for internal diagnostic tracing use false false  
VirtualSiteId Specifies the virtual site the PowerShell snap-in will connect to. false false  
AdminAddress Specifies the address of a XenDesktop controller the PowerShell snap-in will connect to. You can provide this as a host name or an IP address. false false Localhost. Once a value is provided by any cmdlet, this value becomes the default.

Input Type

System.Int32

Numerical data

Return Values

Citrix.Applibrary.Sdk.Packagediscoveryprofile

Information about how, where and when the package discovery will be run

Examples

Example 1


Get-AppLibPackageDiscoveryProfile

<!--NeedCopy-->

Description

Gets all the package discovery profiles that are defined in the AppLibrary Service

Example 2


Get-AppLibPackageDiscoveryProfile -Uid 1

<!--NeedCopy-->

Description

Gets a particular package discovery profile which matches the specified Uid

Get-AppLibPackageDiscoveryProfile