I Need to Export in on Report to CSV or HTML this result of two scripts in power shell on Exchange 2010.
--------------------
Get-Mailbox | Select-Object DisplayName, IssueWarningQuota
and
; Get-MailboxStatistics -server MYSERVER | Select-Object DisplayName, TotalItemSize, Itemcount, StorageLimitStatus, Database, IssueWarningQuota | Export-Csv Reporte.csv -notypeinformation