Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
I've been tinkering around a little with this, hoping to bring some better updates (so maybe you can see who is generating your data exports and go smack them around).
I've got a few updated fields added to the tool, so be sure to go check it out!
Since the object is exported to the console, remember, you can do WHATEVER YOU WANT TO with it, like:
$Exports | ? { $_.ExportedBytes -gt 0 }
$SummaryByUser = $Exports | Group-Object -Property CreatedBy
$Exports | ? { $_.StartTime -gt (Get-Date).AddDays(-14) }
Here's the link: https://gallery.technet.microsoft.com/Get-SCCExportDataSize-1dc80e88