Storefront Powershell SDK 2411

Get-STFWebReceiverPinnedLinks

Get the WebReceiver Pinned Links

Syntax

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

Detailed Description

Get the WebReceiver Pinned Links.

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

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

Examples

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

REMARKS

Get the WebReceiver Pinned Links for /Citrix/StoreWeb.

OUTPUT

Enabled                 : True
Links : {Citrix.StoreFront.Model.ReceiverForWeb.Link}
<!--NeedCopy-->
Get-STFWebReceiverPinnedLinks