Storefront Powershell SDK 2402

Get-STFWebReceiverAppProtection

Get the WebReceiver App Protection settings

Syntax

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

Detailed Description

Get the WebReceiver App Protection 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

AppProtection

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

Examples

EXAMPLE 1 Get App Protection settings

$receiver = Get-STFWebReceiverService
			Get-STFWebReceiverAppProtection -WebReceiverService $receiver
<!--NeedCopy-->

REMARKS

Get the App Protection settings.

OUTPUT

Enabled : On
<!--NeedCopy-->
Get-STFWebReceiverAppProtection