Search-CcLog

The Search-CcLog cmdlet searches the incoming and outgoing call logs in the Skype for Business Cloud Connector Edition appliance log directory.

Search-CcLog [[-StartTime] <datetime>] [[-EndTime] <datetime>] [[-FileName] <string>]

Examples

Example 1

The following example searches the incoming and outgoing call logs in the appliance log directory using the default file name:

Search-CcLog -StartTime "8/31/2012 8:00AM" -EndTime "8/31/2012 6:00PM"

Example 2

The next example searches the incoming and outgoing call logs using the given file path and name:

Search-CcLog -StartTime "8/31/2012 8:00AM" -EndTime "8/31/2012 6:00PM" -FileName "C:\Log\LogFile.log"

Detailed Description

The Search-CsClsLogging cmdlet provides a command line option for searching the log files generated by the centralized logging service.

Parameters

Parameter Required Type Description
StartTime
Required
System.Datetime
Beginning date and time for the log entries to be searched. Specified in local time zone.
EndTime
Required
System.Datetime
Ending date and time for the log entries to be searched. Specified in local time zone.
FileName
Required
System.String
Specifies the full path of the text file containing the search results.

Input Types

None. The Search-CcLog cmdlet does not accept pipelined input.

Return Types

None

See also

Start-CcLogging

Stop-CcLogging