Get-CsUserActivitiesReport

This cmdlet is available only in the cloud-based service.

This cmdlet was deprecated in January, 2018. For information about the available replacement Microsoft Graph reports in Microsoft 365, see the subtopics of Working with Microsoft 365 usage reports in Microsoft Graph.

Use the Get-CsUserActivitiesReport cmdlet to view number and type of activities that a use participated in while connected to Skype for Business Online in your cloud-based organization.

For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax.

Syntax

Get-CsUserActivitiesReport
   [-EndDate <DateTime>]
   [-ResultSize <Unlimited>]
   [-StartDate <DateTime>]
   [-UserName <String>]
   [<CommonParameters>]

Description

You can use the Get-CsUserActivitiesReport to query information about activities in Skype for Business Online by all users or a specified user for the last 3 months. For the reporting period you specify, the cmdlet returns the following information:

  • UserName
  • LastLogonTime
  • LastActivityTime
  • TotalP2PSessions
  • TotalP2PIMSessions
  • TotalP2PAudioSessions
  • TotalP2PVideoSessions
  • TotalP2PApplicationSharingSessions
  • TotalP2PAudioSessionMinutes
  • TotalP2PVideoSessionMinutes
  • TotalOrganizedConferences
  • TotalOrganizedIMConferences
  • TotalOrganizedAVConferences
  • TotalOrganizedApplicationSharingConferences
  • TotalOrganizedWebConferences
  • TotalOrganizedDialInConferences
  • TotalOrganizedAVConferenceMinutes
  • TotalParticipatedConferences
  • TotalParticipatedIMConferences
  • TotalParticipatedAVConferences
  • TotalParticipatedApplicationSharingConferences
  • TotalParticipatedWebConferences
  • TotalParticipatedDialInConferences
  • TotalParticipatedAVConferenceMinutes
  • TotalPlacedPSTNCalls
  • TotalReceivedPSTNCalls
  • TotalPlacedPSTNCallMinutes
  • TotalReceivedPSTNCallMinutes
  • TotalMessages
  • TotalTransferredFiles

You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet.

Examples

Example 1

Get-CsUserActivitiesReport -StartDate 01/01/2015 -EndDate 01/31/2015

This example shows the activity for all users for the month of January.

Parameters

-EndDate

The EndDate parameter specifies the end date of the date range.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online

-ResultSize

The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.

Type:Unlimited
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online

-StartDate

The StartDate parameter specifies the start date of the date range.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online

-UserName

The UserName parameter filters the results by user. You identify the user by their account (for example, laura@contoso.com).

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online