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
Exchange
Last Comment
John Nau
8/22/2022 - Mon
Will Szymkowski
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.
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.