Jump to content

Recommended Posts

Posted (edited)

Don't forget to add the 'ResultSize' parameter if you have over 1,000 mailboxes.

 

Get-Mailbox -ResultSize Unlimited | Where {-not(Get-Clutter -Identity $_.Alias).IsEnabled} | ForEach { Set-Clutter -Identity $_.Alias -Enable $false }

Edited by Arthur

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...