Comment on Tutorial - Steps to Create Shared Mailbox in office 365 By Ashley
Comment Added by : Emiley
Comment Added at : 2013-01-11 03:56:02
Comment on Tutorial : Steps to Create Shared Mailbox in office 365 By Ashley
This is an old method although it works. The better method is as follows I am using [email protected] as an example:
1. First create a new-mailbox with type set as shared.
New-Mailbox -Name "HR" -Alias hr -Shared
2. Then set the mailbox size to 5GB (This is very imp)
Set-Mailbox hr -ProhibitSendReceiveQuota 5GB -ProhibitSendQuota 4.75GB -IssueWarningQuota 4.5GB
3. Then login to your 365 exchange admin console and create a security group as follows:
3.1 Select My Organization > Users & Groups > Distribution Groups > New.
3.2 Specify a display name, alias, and e-mail address. In this example, we'll use Hr Staff, hrDG, and [email protected]
3.3 Select the Make this group a security group check box.
In the Ownership section, click Add to add an owner, if necessary.
3.4 In the Membership section, click Add.
3.5 In the Select Members page, select the users you want to add. When you are finished, click OK.
3.6 On the New Group page, click Save.
4. Now give access to the hr mailbox to this security group
Add-MailboxPermission "HR" -User hrDG -AccessRights FullAccess
5. Finally give SendAs permission
Add-RecipientPermission "HR" -Trustee hrDG -AccessRights SendAs
Thats it you are done. So next time you want to add another user to this group, just add the user to the security group. This way it is easier to mange next time.
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. WHY You are using such huge code for suspending an
View Tutorial By: pavan kurariya at 2010-01-14 00:35:55
2. Please
Can you help me ^-^
I use th
View Tutorial By: HNO11 at 2011-03-28 11:08:28
3. My Friend,
Thank you so much for ex
View Tutorial By: Bikash at 2010-05-30 00:15:26
4. the article is very useful...!
View Tutorial By: pravin salame at 2011-05-20 11:58:28
5. Many thanks for this tutorial - it has saved me so
View Tutorial By: Ehsan at 2011-11-20 23:12:21
6. u hav done Nice job..
View Tutorial By: Rakesh at 2012-10-01 16:00:14
7. Nice explanation with appropriate example
View Tutorial By: VL at 2009-04-09 06:17:37
8. i want to know java coding
View Tutorial By: carmela azarce at 2012-08-08 02:47:13
9. Hi,
Thanks a lot to the writer of t
View Tutorial By: Bhushan at 2007-04-27 04:56:00
10. Thanks.
View Tutorial By: Joe at 2011-12-07 11:41:14