Stop-CcLogging

The Stop-CcLogging cmdlet stops generating the incoming and outgoing call log for a Skype for Business Cloud Connector Edition appliance.

Stop-CcLogging [-RemoveCache]

Examples

Example 1

The following example stops generating the incoming and outgoing call log:

Stop-CcLogging

Example 2

The next example stops generating the incoming and outgoing call log and cleans up the cache files:

Stop-CcLogging -RemoveCache

Detailed Description

The Stop-CcLogging cmdlet stops logging of incoming and outgoing calls on an appliance. By default, logging will automatically stop after four hours.

Parameters

Parameter Required Type Description
RemoveCache
Optional
System.Management.Automation.SwitchParameter
Removes the logging cache files.

Input Types

None. The Stop-CcLogging cmdlet does not accept pipelined input.

Return Types

None

See also

Search-CcLog

Start-CcLogging