Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Setting Mailbox Quota Limits in Exchange 2007 throught Powershell

    http://smtpport25.wordpress.com/2009/03/31/setting-mailbox-quota-limits-in-exchange-2007-throught-powershell/ Command to set MailBox Quota limits on all the stores in Exchange 2007 environment. Get-Mailboxdatabase | Set-mailboxdatabase -ProhibitSendReceiveQuota 2GB -ProhibitSendQuota 1GB -IssueWarningQuota...
    Posted to Exchange (Forum) by Krishna on 06-01-2009
    Filed under: Mailbox Quota, Storage limit
  • Powershell to get Mailboxes lists who’s Mailbox Quota limits is not get as Default

    For various reason we increase the mailbox of the user or reduce from the default size which is applied throught mailbox store policy. If you want to get the list of users who is not set to default Quota limits. Below command helps you to get the same Get-Mailbox -ResultSize unlimited |Where{($_.UseDatabaseQuotaDefaults...
    Posted to Exchange (Forum) by Krishna on 06-30-2009
    Filed under: Mailbox Quota, not set, user list
  • Powershell to get the list of mailbox whos Maxed Quota limits

    Powershell to get the list of mailbox whos Maxed Quota limits You may need to get the list of users who mailbox has reached the Quota limits. This information may help you to understand for capacity planning and understanding the datagrowth of the mailbox Below poweshell helps you the list of mailbox...
    Posted to Exchange (Forum) by Krishna on 06-30-2009
    Filed under: Mailbox Quota, warning, prohibitsend, Maxed out, issuewarning
Page 1 of 1 (3 items)
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.