I need to figure out a way to search all our mailboxes and find any messages for the last week which contain a *.zip attachment.
Has anyone else done this already? I don't see any options in new-mailboxsearch or new-mailboxexport
Maybe I can combine some commands and do a client side filter
Example: (Search for all Attachments in the past few days) | where-object {$_.attachment -like *.zip}
However, since this will be client side filtering, it have a feeling it will be very slow.
Bobby Pendino