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
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. how can i give me a assign value to mutldimentiona
View Tutorial By: shinde datta at 2013-01-12 10:41:15
2. very excellent1!!!!!!!!!!!!!!!!!!!!!!!!!!!
View Tutorial By: santosh manchala at 2010-10-10 13:07:07
3. answer of comment No, 17
#include&l
View Tutorial By: Rashid Jabbar at 2012-09-16 20:23:11
4. Hi, i am new java, and i want to become gud develo
View Tutorial By: amit at 2012-02-16 12:21:25
5. it giving me error in following statment (using wi
View Tutorial By: prathamesh at 2007-03-16 05:57:20
6. I am suffering with the same error as of ganesh...
View Tutorial By: Sri Bhavani at 2008-09-30 00:18:38
7. The above code given for sending SMS through your
View Tutorial By: ROHAN at 2008-10-17 00:55:46
8. How to use it
View Tutorial By: Ted at 2011-12-23 07:23:20
9. thaks sir for giving information about adding int
View Tutorial By: vijay kumar at 2012-10-10 04:59:05
10. Hello, I have been using a very similar code on de
View Tutorial By: Rod at 2011-11-13 15:09:52