Cmdlet Size Values

Exchange cmdlets that accept a size value support various unit prefixes such as kilobytes (KB), megabytes (MB), gigabytes (GB) or terabytes (TB). When setting a user’s mailbox quota, for example, the following two cmdlet produce the same result:

Set-Mailbox “user” -ProhibitSendQuota 1024MB -UseDatabaseQuotaDefaults $False
Set-Mailbox “user” -ProhibitSendQuota 1GB -UseDatabaseQuotaDefaults $False

 

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top