StoreFront 1912 LTSR reached end-of-life on 18-Dec-2024. It is recommended that you upgrade to a newer version of StoreFront.

X

Citrix StoreFront SDK PowerShell Modules

Get-STFStoreEnumerationOptions

Get Store enumeration options

Syntax

Get-STFStoreEnumerationOptions [-StoreService] <StoreService> [<CommonParameters>]

Detailed Description

Get the Store options used when enumerating the XenApp and XenDesktop xml services.

Parameters

Name Description Required? Pipeline Input Default Value
StoreService The Store service to query true true (ByValue)  

Input Type

Citrix.StoreFront.Model.Store.StoreService

Parameter StoreService: A .NET class representing the configuration of a StoreFront Store service

Return Values

Enumeration

A .NET class representing the configuration of Enumeration settings in a StoreFront Store service

Examples

EXAMPLE 1 Get Store enumeration settings

$storeservice = Get-STFStoreService Get-STFStoreEnumerationOptions -StoreService $storeservice

REMARKS

Get the enumeration setting from the Store

OUTPUT

EnhancedEnumeration : True MaximumConcurrentEnumerations : 0 MinimumFarmsRequiredForConcurrentEnumeration : 3 RequestFullIconData : FullAndMulti RequestedHighColorIcons : {[small, 16], [medium, 32], [large, 48]} FilterByTypesInclude : FilterByKeywordsInclude : FilterByKeywordsExclude :
Get-STFStoreEnumerationOptions