Update to Get-SCCDataExport

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