Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mailboxes

Management With PowerShell

Mailboxes

by  Zelandakh  Posted    (Edited  )
Get-mailboxes in the organisation
Get-mailboxes *zel* will return all mailboxes with ôzelö in the name
Get-mailboxes zel* will return all mailboxes with ôzelö at the start
Set-mailbox ôZelandakhö ûprohibitsendquota 1000 will set my mailbox quota to 1000 bytes
Set-mailbox ôZelandakhö ûprohibitsendquota 2GB will set my mailbox quota to 2GB (yes, GB works and so does MB)
Set-mailbox ôZelandakhö ûprohibitsendquota unlimited will set my mailbox quota to unlimited
Inflexible to type that for each useràsoà
Get-mailboxes servername ûEq E2007.domainname.com | Set-mailbox ûprohibitsendquota 6GB will set a 6GB mailbox send quota for all users on that server
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top