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-STFWebReceiverCommunication

Get the WebReceiver communication settings

Syntax

Get-STFWebReceiverCommunication [-WebReceiverService] <WebReceiverService> [<CommonParameters>]

Detailed Description

Get the WebReceiver communication settings.

Parameters

Name Description Required? Pipeline Input Default Value
WebReceiverService The WebReceiver service. true true (ByValue)  

Input Type

Citrix.StoreFront.Model.ReceiverForWeb.WebReceiverService

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

Return Values

Communication

The .NET Citrix.StoreFront.Model.ReceiverForWeb.Communication reference type

Examples

EXAMPLE 1 Get communication settings

$webReceiver = Get-STFWebReceiverService "/Citrix/StoreWeb" Get-STFWebReceiverCommunication $webReceiver

REMARKS

Get the WebReceiver communication settings for /Citrix/StoreWeb.

OUTPUT

Attempts : 1 Timeout : 00:03:00 Proxy : Enabled : True ProcessName : Fiddler Port : 8888 Loopback : Off LoopbackPortUsingHttp : 80
Get-STFWebReceiverCommunication