Citrix StoreFront SDK PowerShell Modules

Clear-STFWebReceiverSiteStyle

Clears any custom colors and logos, reverting them to the defaults

Syntax

Clear-STFWebReceiverSiteStyle [-WebReceiverService] <WebReceiverService> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Clears any custom colors and logos that were configured using Set-STFWebReceiverSiteStyle, resetting them to defaults.

Parameters

Name Description Required? Pipeline Input Default Value
WebReceiverService The WebReceiver service to clear 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

None

Examples

EXAMPLE 1 Clear the customized site style

$webReceiver = Get-STFWebReceiverService
Clear-STFWebReceiverSiteStyle -WebReceiverService $webReceiver
<!--NeedCopy-->

REMARKS

Clear the customized site style of the only configured Receiver.

Clear-STFWebReceiverSiteStyle