Jump to content

Recommended Posts

Posted

Hi All -

 

I would like to set the recipient limts to "0" for a list of users in a excel file for the value "smtp address" in exchange 2007

Could you please let me know how can i do the same using the power shell command.

[TABLE=width: 283]

[TR]

[TD]SMTPAddress[/TD]

[TD]RecipientLimits[/TD]

[/TR]

[/TABLE]

 

[email protected] 0

Posted

Welcome to Edugeek

 

This should work for individual but not sure how to apply that to a spreadsheet.

Set-Mailbox -Identity "xyx" -RecipientLimits 0

 

You can apply a similar line to a group of users if they have something in common within exchange

Posted

Thanks !

Hi Mate -

Thanks for your answer.

I have a requirment to set the recipeint limit for a list of users. Was curious to know if the same can be achieved using a power shell script rather than doing it manually for around 300+ users.

Note: There is nothing unique "common" for the list of users

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...