Citrix StoreFront SDK PowerShell Modules

Clear-STFWebReceiverClientPlugin

Clears the plug-ins definitions configured within the WebReceiver

Syntax

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

Detailed Description

The cmdlet clears the plug-ins definitions as configured within the WebReceiver.

Parameters

Name Description Required? Pipeline Input Default Value
WebReceiverService WebReceiver service to clear of client plug-ins 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 client plugins

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

REMARKS

Clear all plug-ins from the only configured WebReceiver service.

Clear-STFWebReceiverClientPlugin