Link to home
Start Free TrialLog in
Avatar of John Nau
John Nau

asked on

Exchange 2007 command line

This I very simple!  I need to find the commands to increase the size of the mailbox of a user and anything else that goes long with the like send and receive size and the issue warning, but I cannot find a simple list of commands and how to.

Does anyone know of  a simple place to find the simple command syntax

Its within exchange 2007

Thanks
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

The following cmdlets can accomplish this...
Set-Mailbox
Set-CASMailbox

For Full Syntax use the below as an example..
get-help set-mailbox -full

This will provide all of the parameters that you can use and also provides examples.

Will.
ASKER CERTIFIED SOLUTION
Avatar of Minecraft_ Enderman
Minecraft_ Enderman

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
Avatar of John Nau
John Nau

ASKER

Thanks