Citrix StoreFront SDK PowerShell Modules

Get-STFStoreEnumerationOptions

Get Store enumeration options

Syntax

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

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
<!--NeedCopy-->

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                      :
<!--NeedCopy-->
Get-STFStoreEnumerationOptions