Monday, 16 June 2014

Exchange 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

No comments:

Post a Comment

Azure Resource Support for Availability Zone

Over the years, an increasing number of services are consumed in the cloud and as architects one of the key considerations is designing the ...