Skip to content

Commit

Permalink
Set-MailboxQuota.ps1 updated
Browse files Browse the repository at this point in the history
README.md updated
Parameters reordered, PowerShell hygiene
  • Loading branch information
Apoc70 committed Apr 20, 2017
1 parent d8c50ee commit 8059fa5
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 176 deletions.
File renamed without changes.
36 changes: 17 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
# Set-MailboxQuota.ps1
Set default mailbox and mailbox database quotas per Exchange Server 2013/2016 mailbox or mailbox database

##Description
## Description
This script configures the IssueWarning, ProhibitSend and ProhibitSendAndReceive attributes for Exchange Server 2013/2016 databases

##Inputs
MailboxMaxSize
## Inputs
### MailboxMaxSize
Maximum mailbox size (aka Prohibit Send and Receive) in GB

ProhibitSendPercent
### ProhibitSendPercent
Prohibit send % of maximum mailbox size (default = 90)

IssueWarningPercent
### IssueWarningPercent
Issue warning % of maximum mailbox size (default = 80)

AllDatabases
### AllDatabases
Apply quotas to all Exchange Server 2013 mailbox databases

EmailAddress
### EmailAddress
Email address of user mailbox to apply quotas to

##Outputs
None

##Examples
## Examples
```
.\Set-MailboxQuota.ps1 -MaxMailboxSize 1GB -AllDatabases
```
Expand All @@ -34,27 +32,27 @@ et all Exchange 2013 databases to 1GB max mailbox size and use default percentag
```
Set max mailbox size to 10Gb for a dedicated user and use default percentage (90%/80%) for prohibit send and issue warning

##TechNet Gallery
## TechNet Gallery
Find the script at TechNet Gallery
* https://gallery.technet.microsoft.com/Set-mailbox-quotas-at-c972c3f3

##Blog Post
Corresponding blog post
## Blog Post

* https://www.granikos.eu/en/justcantgetenough/PostId/214/set-mailbox-quotas-at-database-or-mailbox-level-the-simple-way


##Credits
## Credits
Written by: Thomas Stensitzki

Stay connected:

* My Blog: http://justcantgetenough.granikos.eu
* Twitter: https://twitter.com/stensitzki
* Twitter: https://twitter.com/stensitzki
* LinkedIn: http://de.linkedin.com/in/thomasstensitzki
* Github: https://github.com/Apoc70
* Github: https://github.com/Apoc70

For more Office 365, Cloud Security and Exchange Server stuff checkout services provided by Granikos

* Blog: http://blog.granikos.eu/
* Website: https://www.granikos.eu/en/
* Twitter: https://twitter.com/granikos_de
* Blog: http://blog.granikos.eu/
* Website: https://www.granikos.eu/en/
* Twitter: https://twitter.com/granikos_de
Loading

0 comments on commit 8059fa5

Please sign in to comment.