Hi all,
try to get mailboxfolderstatistic for all mailboxes that contains items larger than 25 MB With the following command:
Get-mailbox -Resultsize Unlimited | get-mailboxfolderstatistics -includeanalysis -FolderScope All {Size -gt '25MB'}| Select-Object name,itemsinfolder,TopSubject,TopSubjectSize,topsubjectCount,topsubjectPath | export-csv c:\25mb.csv
But i get Error :
The input Object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its Properties do not match any of rhte parameters that take pipline input.
Any ideas?Im not so good at pws.
thanks!
Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work