Citrix StoreFront SDK PowerShell Modules

Get-STFWebReceiverGacs

Get the WebReceiver global app configuration service settings.

Syntax

Get-STFWebReceiverGacs [-WebReceiverService] <WebReceiverService> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Get the WebReceiver global app configuration service 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

Gacs

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

Examples

EXAMPLE 1 Get WebReceiver Gacs

$webReceiver = Get-STFWebReceiverService "/Citrix/StoreWeb"
Get-STFWebReceiverGacs -WebReceiverService $webReceiver
<!--NeedCopy-->

REMARKS

Get the WebReceiver Gacs settings.

OUTPUT

Enabled                 : True
Gacs : {Citrix.StoreFront.Model.ReceiverForWeb.Gacs}
<!--NeedCopy-->
Get-STFWebReceiverGacs