rajukiran99 Posted December 7, 2012 Posted December 7, 2012 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
Max_Power Posted December 7, 2012 Posted December 7, 2012 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
rajukiran99 Posted December 10, 2012 Author Posted December 10, 2012 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
sukh Posted December 10, 2012 Posted December 10, 2012 Somthing like this - Set User Features and Mailbox Limits after Linked Mailbox Conversion | Exchange Dictionary
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now