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

Set-STFWebReceiverDiscoveryService

Set the WebReceiver Discovery Service options

Syntax

Set-STFWebReceiverDiscoveryService [-WebReceiverService] <WebReceiverService> [-RunDiscoveryAtStart] <Boolean> [<CommonParameters>]

Detailed Description

Set the WebReceiver Discovery Service options.

Parameters

Name Description Required? Pipeline Input Default Value
WebReceiverService The WebReceiver service. true true (ByValue)  
RunDiscoveryAtStart Run discovery when the WebReceiver Application Pool starts. true false  

Input Type

Citrix.StoreFront.Model.ReceiverForWeb.WebReceiverService

Parameter WebReceiverService: A .NET class representing the configuration of a StoreFront Web Receiver service

System.Boolean

Parameter RunDiscoveryAtStart: The .NET System.Boolean value type

Return Values

None

Examples

EXAMPLE 1 Set WebReceiver Discovery service options

$receiver = Get-STFWebReceiverService Set-STFWebReceiverAuthenticationManager -WebReceiverService $receiver -RunDiscoveryAtStart $false

REMARKS

Do not run discovery when the WebReceiver Application Pool starts.

Set-STFWebReceiverDiscoveryService