Citrix StoreFront SDK PowerShell Modules

Get-STFWebReceiverAdminNotification

Set the WebReceiver Admin Notification

Syntax

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

Detailed Description

Get the WebReceiver Admin Notification.

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

UserNotification

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

Examples

EXAMPLE 1 Get WebReceiver Admin Notification

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

REMARKS

Get the WebReceiver Admin Notification for /Citrix/StoreWeb.

OUTPUT

Enabled                 : True
Items : {Citrix.StoreFront.Model.ReceiverForWeb.UserNotification}
<!--NeedCopy-->
Get-STFWebReceiverAdminNotification
OSZAR »