Dear Team
I just need to check which mailbox has audit logs enabled in a specific OU only
I can see for one user by the below command
Get-Mailbox UserName | fl "*Audit*"
Can some one help me in filtering this only for a specific OU
I tried this with this its not working
Get-Mailbox -ResultSize Unlimited | ?{_.Auditenabled -Eq False}
I tried specifying only the OU also its not helping me
Im a powershell Beginner and some help on this will be highly appreciated
I just need to check which mailbox has audit logs enabled in a specific OU only
I can see for one user by the below command
Get-Mailbox UserName | fl "*Audit*"
Can some one help me in filtering this only for a specific OU
I tried this with this its not working
Get-Mailbox -ResultSize Unlimited | ?{_.Auditenabled -Eq False}
I tried specifying only the OU also its not helping me
Im a powershell Beginner and some help on this will be highly appreciated
Remember to 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 Check out my latest blog posts on http://exchangequery.com Thanks Sathish (MVP)