Citrix StoreFront SDK PowerShell Modules

Clear-STFDiagnosticsLogServer

Clear the Always on Tracing log server

Syntax

Clear-STFDiagnosticsLogServer [[-SuppressPropagation] <SwitchParameter>] [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Clears the log server address configured for receiving store service troubleshooting user data.

Parameters

Name Description Required? Pipeline Input Default Value
SuppressPropagation Suppress immediate server group propagation so setting can be propagated as part of a larger configuration change false false  

Input Type

System.Management.Automation.SwitchParameter

Parameter SuppressPropagation: The .NET System.Management.Automation.SwitchParameter value type

Return Values

None

Examples

EXAMPLE 1 Clear the log server

Clear-STFDiagnosticsLogServer
<!--NeedCopy-->

REMARKS

When clearing the log server the removal will be propagated to all servers within the server group

EXAMPLE 2 Clear the log server without propagation

Clear-STFDiagnosticsLogServer -SuppressPropagation
<!--NeedCopy-->

REMARKS

When clearing the log server its removal will be not be propagated to other servers in the group until Publish-STFServerGroupConfiguration is executed.

Clear-STFDiagnosticsLogServer