Link to home
Start Free TrialLog in
Avatar of Cav IT
Cav ITFlag for South Africa

asked on

Set-Mailbox user@domain.com -RulesQuota:256kb

Good Day

Trying to increase the default size of 32kb for rules in exchange 2010 to 256kb with powershell.

Here is the command I am trying to run.
Set-Mailbox "user@domain.com" -RulesQuota:256kb

Getting the following error.

The term 'Set-Mailbox' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
 spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:12
It looks like it is not happy with the name format, how should I enter the name of the mailbox?
Avatar of arroryn
arroryn
Flag of United Kingdom of Great Britain and Northern Ireland image

I think there is just a basic syntax error here. I think you just need to take out the speech marks? Try that with a -whatif
ASKER CERTIFIED SOLUTION
Avatar of Rajitha Chimmani
Rajitha Chimmani
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Nice catch Rajitha.