hello I'm having problem with Powershell exchange. that will searh for all mail box looking for keyword.
thank you so much.
this is what im working with.
Get-Mailbox -ResultSize Unlimited | Foreach{ Search-Mailbox -Identity $_.Identity -SearchQuery{Subject:"test"} -out-file -filepath c:\test.txt}