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

Enable-STFStoreDelegation

Enable a Store to performing delegated authentication.

Syntax

Enable-STFStoreDelegation [-StoreService] <StoreService> [<CommonParameters>]

Detailed Description

Enable a Store to performing delegated authentication.

Parameters

Name Description Required? Pipeline Input Default Value
StoreService Store service 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

None

Examples

EXAMPLE 1 Enable delegated authentication for the specified store.

$storeService = Get-STFStoreService Enable-STFStoreDelegation $storeService

REMARKS

Enable delegated authentication for the specified store.

Enable-STFStoreDelegation