Forum Discussion

Rafael Geromo's avatar
Rafael Geromo
Copper Contributor
May 03, 2017
Solved

Office 365 Reports - Missing Data

Hello.

I'm just new here. Hope someone can help me with my concern.
We are trying to export reports using powershell. We do this on a weekly and on a monthly basis.
It was working fine before. Until we noticed that some of the reports do not contain the latest data or somehow seized to produce the new dates.

 

Reports are:
A. SharePoint - Tenant Storage Metrics (daily)
B. Skype for Business - Peer-to-peer (daly)
C. SharePoint - Team Sites Deployed (monthly)
D. SharePoint - Team Sites Storage (monthly)
E. Mail - Types of Mailbox Connection (monthly)

 

Powershell:
A. Get-SPOTenantStorageMetricReport -ReportType Daily -StartDate $startwk -EndDate $endwk | Select Date, Used

B. Get-CsP2PSessionReport -ReportType Daily -StartDate $startwk -EndDate $endwk |Select-Object Date, TotalP2PSessions, P2PIMSessions, P2PAudioSessions, P2PVideoSessions, P2PApplicationSharingSessions, P2PFileTransferSessions

C. Get-SPOTeamSiteDeployedReport -ReportType Monthly -StartDate $FirstDay -EndDate $LastDay | Select Date, Active, Inactive

D. Get-SPOTeamSiteStorageReport -ReportType Monthly -StartDate $FirstDay -EndDate $LastDay | Select Date, Used

E. Get-ConnectionByClientTypeDetailReport -ReportType Monthly -StartDate $global:Start -EndDate $global:End -ResultSize Unlimited | Select WindowsLiveID, UserName, ClientType, Count

 

As we look on the Reports via GUI - Old Admin Center, it seems that the data capturing has stopped to certain dates (like only upto Feb 2017 for SP, Apr 2017 for SfB, and Jan 2017 for Mail.)

 

Have we missed anything? Anyone experiencing the same delays in the reports? Thanks in advance.

Resources