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

Get the WebReceiver User Interface options

Syntax

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

Detailed Description

Get the WebReceiver User Interface client options.

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

UserInterface

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

Examples

EXAMPLE 1 Get WebReceiver User Interface options

$receiver = Get-STFWebReceiverService Get-STFWebReceiverUserInterface -WebReceiverService $receiver

REMARKS

Get the WebReceiver User Interface options of the only configured WebReceiver.

OUTPUT

AutoLaunchDesktop : True MultiClickTimeout : 3 EnableAppsFolderView : True WorkspaceControl : Enabled : True AutoReconnectAtLogon : True LogoffAction : Disconnect ShowReconnectButton : True ShowDisconnectButton : True ReceiverConfiguration : Enabled : True DownloadUrl : ServiceRecord/GetDocument/receiverconfig.cr AppShortcuts : Enabled : False AllowSessionReconnect : False UIViews : ShowAppsView : True ShowDesktopsView : True DefaultView : Auto
Get-STFWebReceiverUserInterface