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. it was so nice .................i can easily solve
View Tutorial By: pravin at 2012-07-14 06:15:33
2. it's really Nice Clock
View Tutorial By: Mido at 2007-09-09 08:45:49
3. Hi all this program is working very fine .... i ha
View Tutorial By: Ashish at 2009-03-25 04:28:25
4. sir please check the program in for loop
View Tutorial By: vc ramreddy at 2009-09-28 23:35:10
5. can't build the 2nd code in netbeans,here is the
View Tutorial By: arshavin at 2010-04-14 23:19:33
6. good.....not bad. .show me more programs.
View Tutorial By: saranya at 2011-12-07 08:49:39
7. How to connect Oracle java cloud service database(
View Tutorial By: prakash at 2015-08-27 16:19:04
8. Good explanation about Iterator. But Object declar
View Tutorial By: Prasad at 2008-12-22 23:20:59
9. Good explanation with simple language and style. N
View Tutorial By: Ismail. MC at 2009-03-31 04:46:04
10. good!
View Tutorial By: rey.ryan at 2009-03-14 05:49:28