SlideShare una empresa de Scribd logo
1 de 35
Shared Mailbox - Office 365




10/13/2012          o365info.com           1
Shared Mailbox - Office 365
      In this video we will learn about:
      • What are the characters of: Shared Mailbox in an office 365
         environment.
      • How to create and managed Shared Mailbox in an office
         365 environment.

      Additional resources
      • At the bottom of the video, you can find a link to:
             – An article that includes all of the PowerShell commands that are
               used in the Video clip.
             – The PowerPoint presentation.

10/13/2012                         o365info.com                                   2
Shared Mailbox - Office 365
      The video includes 2 parts:
      Part 1/2
      • General information about: Shared Mailbox
      • Create the Shared Mailbox
      • Set Shared Mailbox size
      • Assign permissions to Shared Mailbox
             – “Full Access” and “Send As” permissions
      Part 2/2
      • Assign permissions to Distribution Group
      • Access Shared Mailbox
      • Shared Mailbox Management (using PowerShell)


10/13/2012                          o365info.com         3
Part 1/2 - Shared Mailbox

10/13/2012     o365info.com       4
Shared Mailbox - Office 365
                              Remote PowerShell
        The Basic assumption is that:
        You know how to create Remote PowerShell session to Exchange
        online.

        In case that you are not familiar with the steps for creating the
        remote PowerShell session, watch the video clip:

        Connect to Exchange online by using Remote PowerShell

        (You can find a link to the article and the video at the bottom of this
        video).
10/13/2012                       o365info.com                                     5
Shared Mailbox - Office 365
                        Shared Mailbox ?

       Shared Mailbox, as the name implies, serve for
       storing “Public data” that we want to share between
       organization users.
       • (In the current time, Exchange online doesn’t
         support the option of: Public Folder.
         Shared Mailbox could be used as an alternative
         solution).

10/13/2012               o365info.com                        6
Shared Mailbox - Office 365
                 Few facts about: Shared Mailbox              Step 1

      1. There is no option for creating Shared Mailbox by
      using the office 365 Web based interface.
      (The New version of office 365 will include an option
      to use Web interface).

      The only option for creating Shared Mailbox is:
      By using PowerShell commands.

10/13/2012               o365info.com                              7
Shared Mailbox - Office 365
                 Few facts about: Shared Mailbox             Step 1

      2. Shared Mailbox is a special Mailbox, that doesn’t
      require a license.
      If we want to use the option of “no license” for the
      Shared Mailbox, the maximum Mailbox size should
      be: 5GB.



10/13/2012                o365info.com                            8
Shared Mailbox - Office 365
                 Few facts about: Shared Mailbox       Step 1

      3. There is no limitation for number of Shared
      Mailbox that can be created.
      We can create Shared Mailboxes for each
      department, for a specific project etc.




10/13/2012               o365info.com                       9
Shared Mailbox - Office 365
                   Few facts about: Shared Mailbox                    Step 1
      4. We cannot configure outlook profile for the Shared Mailbox
      (Because by default, Shared Mailbox doesn’t have a license).

      • The way that we use, for accessing the Shared Mailbox
        content is:
         – Outlook mail client: by adding the Shared Mailbox as
           “Additional Mailbox” to the Outlook mail profile.
         – OWA mail Client: by using the option of “open other user
           Mailbox”.


10/13/2012                   o365info.com                                  10
Shared Mailbox - Office 365
                 Few facts about: Shared Mailbox           Step 1

      5. Assign permission to a User/Distribution Group
      • We can assign Mailbox permission to: user or to a
        Distribution Group.
      • We cannot assign permission to “Standard
        Distribution group”.
      • To be able to assign permissions to “Group”, we will
        need to configure the Distribution Group also as a
        “Security Group”.
10/13/2012               o365info.com                           11
Shared Mailbox - Office 365
                      Shared Mailbox “Work Flow” Process     Step 1

                    • Create the Shared Mailbox
             One
                    • Set Shared Mailbox size to 5GB
             Two
             Thre   • Assign permissions to Shared Mailbox
              e
                    • Access Shared Mailbox
             Four
10/13/2012                      o365info.com                      12
Shared Mailbox - Office 365
                        Naming convention                   Step 1
      We will use the following Naming convention for the
      demonstration purpose:

      • Shared Mailbox Name:
        We will use the name: “Office Mailbox” for the Shared
        Mailbox. When referencing the Shared Mailbox, we will
        use the Shared Mailbox Alias: OfficeMailbox
      • User name:
        We will assign permission to the user: BobW
10/13/2012                o365info.com                           13
Step 1
             Create the Shared Mailbox




10/13/2012         o365info.com          14
Shared Mailbox - Office 365
                    Create the Shared Mailbox            Step 1

      The PowerShell command that we use for creating
      Shared Mailbox is:

       New-Mailbox -Name <Shared Mailbox Name> –Shared




10/13/2012                o365info.com                        15
Step 2
             Set Shared Mailbox size




10/13/2012       o365info.com          16
Shared Mailbox - Office 365
                   Set Shared Mailbox size to 5GB          Step 2

      By default, Shared Mailbox doesn't require a license,
      as long as the Shared Mailbox Size is: 5GB
      The PowerShell command that we use for setting the
      Shared Mailbox size to 5GB is:

        Set-Mailbox <Shared Mailbox Name>
        -ProhibitSendReceiveQuota 5GB -ProhibitSendQuota
        4.75GB -IssueWarningQuota 4.5GB


10/13/2012                 o365info.com                         17
Step
             Assign permissions to Shared Mailbox




10/13/2012              o365info.com                18
Shared Mailbox - Office 365
              Assigning permissions to Shared                 Step
              Mailbox
      Permissions “Type” (Mailbox Permissions)
      The permissions that we need to assign for the Shared
      Mailbox are:

      • “Full Access” permissions: for enabling users to add the
        Shared Mailbox as “Additional Mailbox”, to their
        Outlook Profile.
      • “Send As” permissions: for enabling users to send email
        using the Shared Mailbox email address.
10/13/2012                 o365info.com                              19
Shared Mailbox - Office 365
                   Assigning permissions to Shared              Step
                   Mailbox
      1. Assign “Full Access” Permissions
      The PowerShell command that we use for assigning
      “Full Access” Permissions is:

             Add-MailboxPermission <Shared Mailbox Name>
             -User <UserGroup Name> -AccessRights FullAccess
             -InheritanceType all




10/13/2012                    o365info.com                             20
Shared Mailbox - Office 365
                   Assigning permissions to Shared             Step
                   Mailbox
      2. Assign “Send As” Permissions
      The PowerShell command that we use for assigning
      “Send As” Permissions is:
             Add-RecipientPermission <Shared Mailbox Name>
             -Trustee <UserGroup Name> -AccessRights SendAs




10/13/2012                    o365info.com                            21
Shared Mailbox - Office 365

                Part 2/2


10/13/2012       o365info.com        22
Step A
             Assign permissions to Distribution Group



10/13/2012                o365info.com                  23
Shared Mailbox - Office 365
             Assigning permissions to Shared                 Step
             Mailbox
      Assign permissions to Distribution Group
      • To be able to assign permission to: “Standard
        Distribution Group”, we will need to configure the
        Distribution Group as a Security Group.




10/13/2012               o365info.com                               24
Shared Mailbox - Office 365
                 Assign permissions to Shared                Step
                 Mailbox
      Assign permissions to Distribution Group
      • In case that we need to assign permission to
        existing Distribution Group, at the current time, it’s
        Not possible to change a Distribution Group to a
        Security Group.
      • The only option is to: create a new Distribution
        Group, and mark the DG as a Security Group when
        you create it.
10/13/2012                o365info.com                              25
Step 4
             Access Shared Mailbox




10/13/2012       o365info.com        26
Shared Mailbox - Office 365
               Assign permissions to Shared               Step
               Mailbox
      AutoMap Feature - assign “Full Access” permission
      to a user
      • When we assign “Full Access” permission to a user
        for: “other Mailbox”, The AutoMap Feature,
        Automatically adds the “Additional Mailbox” to the
        user outlook Mail Profile.


10/13/2012               o365info.com                            27
Shared Mailbox - Office 365
               Assign permissions to Shared               Step
               Mailbox
      AutoMap Feature - assign “Full Access” permission
      to a Distribution Group
      • When we assign “Full Access” permission to Group
        for: “other Mailbox”, The AutoMap Feature is not
        “Activated”.
      • Technically, we will need to manually add the
        Shared Mailbox for each of the Group Members.

10/13/2012              o365info.com                             28
Shared Mailbox - Office 365
                  Assign permissions to Shared                 Step

      Assign “FullMailbox Permissions to Group +
                   Access”
      “Activate” the AutoMap feature
      To avoid this default, we can use a “Little trick”, by
      using a PowerShell command that “extract” group
      members to a “user list”, and in the next step, assign
      the “Full Access” permission separately, for each of
      the Group members.

10/13/2012                o365info.com                                29
Shared Mailbox - Office 365
                   Assign permissions to Shared                Step
                   Mailbox
      Assign “Full Access” Permissions to Group + “activate”
      the AutoMap feature
      The PowerShell command that we can use for
      “Activating” the AutoMap feature when assigning “Full
      Access” permission to distribution group is:
             $DL = Get-distributiongroupmember <Group Name>|
             Select-Object -ExpandProperty Name foreach
             ($Member in $DL) { Add-MailboxPermission -
             Identity <Shared Mailbox Name> -User $Member -
             AccessRights FullAccess -InheritanceType all }
10/13/2012                   o365info.com                             30
Shared Mailbox - Office 365
                       Access Shared Mailbox     Step 4

      “Access” to the Shared Mailbox could be
      implemented by:

      1. Using the Outlook Mail Client.
      2. Using the OWA Mail Client.



10/13/2012                o365info.com                31
Step 5
             Shared Mailbox Management (using PowerShell)




10/13/2012                  o365info.com                    32
Shared Mailbox - Office 365
                 Additional PowerShell options - Shared Mailbox   Step 5

      • Display “Full Access” permissions for Shared Mailbox


             Get-Mailboxpermission <Shared Mailbox Name>


      • Display “Send As” permissions for Shared Mailbox

             Get-RecipientPermission <Shared Mailbox Name>


10/13/2012                     o365info.com                            33
Shared Mailbox - Office 365
                 Additional PowerShell options - Shared Mailbox   Step 5

      • Display all of the existing Shared Mailboxes
             Get-Mailbox -RecipientTypeDetails SharedMailbox


      • Convert Shared Mailbox to Regular Mailbox
             Set-Mailbox <Shared Mailbox Name> –Type Regular




10/13/2012                     o365info.com                            34
Connect to Office 365 by using Remote PowerShell
      That's all for today
      Addition relevant videos are:
      • Shared Mailbox - Office 365 Part 2/2
      • Connect to Office 365 by using Remote PowerShell
      • Connect to Exchange online by using Remote PowerShell
      • Connect to Exchange online and Office 365 By using a script


             Come visit me at my Web Site
                          o365info.com
10/13/2012                      o365info.com                          35

Más contenido relacionado

Destacado

het ABC van de sociale media
het ABC van de sociale mediahet ABC van de sociale media
het ABC van de sociale mediakwb_eensgezind
 
Excel lifts show
Excel lifts showExcel lifts show
Excel lifts showEXCELLIFTS
 
LEVICK Weekly - Aug 3 2012
LEVICK Weekly - Aug 3 2012LEVICK Weekly - Aug 3 2012
LEVICK Weekly - Aug 3 2012LEVICK
 
09 state of the art of the management of advanced and recurrent ovarian cancer
09   state of the art of the management of advanced and recurrent ovarian cancer09   state of the art of the management of advanced and recurrent ovarian cancer
09 state of the art of the management of advanced and recurrent ovarian cancerONCOcare
 
Mali
MaliMali
MaliDWC_1
 
Porody sobak 2
Porody sobak 2Porody sobak 2
Porody sobak 2Ivakina
 
LR Прайс лист 08.2012
LR Прайс лист 08.2012LR Прайс лист 08.2012
LR Прайс лист 08.2012t575ae
 
диетическое питание при заболеваниях органов пищеварения
диетическое питание при заболеваниях органов пищеварениядиетическое питание при заболеваниях органов пищеварения
диетическое питание при заболеваниях органов пищеваренияMarta Butkevic
 
Prop 37 on Facebook
Prop 37 on FacebookProp 37 on Facebook
Prop 37 on FacebookAli Partovi
 
LR Каталог продукции 2012
LR Каталог продукции 2012LR Каталог продукции 2012
LR Каталог продукции 2012t575ae
 
Máquinas de Combustão Interna – Ciclo Otto
Máquinas de Combustão Interna – Ciclo OttoMáquinas de Combustão Interna – Ciclo Otto
Máquinas de Combustão Interna – Ciclo OttoAlbert Oliveira
 
HPCC Systems Engineering Summit Presentation - Collaborative Research with FA...
HPCC Systems Engineering Summit Presentation - Collaborative Research with FA...HPCC Systems Engineering Summit Presentation - Collaborative Research with FA...
HPCC Systems Engineering Summit Presentation - Collaborative Research with FA...HPCC Systems
 

Destacado (16)

het ABC van de sociale media
het ABC van de sociale mediahet ABC van de sociale media
het ABC van de sociale media
 
Excel lifts show
Excel lifts showExcel lifts show
Excel lifts show
 
LEVICK Weekly - Aug 3 2012
LEVICK Weekly - Aug 3 2012LEVICK Weekly - Aug 3 2012
LEVICK Weekly - Aug 3 2012
 
edtechkids
edtechkidsedtechkids
edtechkids
 
09 state of the art of the management of advanced and recurrent ovarian cancer
09   state of the art of the management of advanced and recurrent ovarian cancer09   state of the art of the management of advanced and recurrent ovarian cancer
09 state of the art of the management of advanced and recurrent ovarian cancer
 
Royalties & Audits
Royalties & AuditsRoyalties & Audits
Royalties & Audits
 
Mali
MaliMali
Mali
 
Porody sobak 2
Porody sobak 2Porody sobak 2
Porody sobak 2
 
LR Прайс лист 08.2012
LR Прайс лист 08.2012LR Прайс лист 08.2012
LR Прайс лист 08.2012
 
диетическое питание при заболеваниях органов пищеварения
диетическое питание при заболеваниях органов пищеварениядиетическое питание при заболеваниях органов пищеварения
диетическое питание при заболеваниях органов пищеварения
 
Prop 37 on Facebook
Prop 37 on FacebookProp 37 on Facebook
Prop 37 on Facebook
 
Expocicion Western
Expocicion WesternExpocicion Western
Expocicion Western
 
Music magazine photography
Music magazine photographyMusic magazine photography
Music magazine photography
 
LR Каталог продукции 2012
LR Каталог продукции 2012LR Каталог продукции 2012
LR Каталог продукции 2012
 
Máquinas de Combustão Interna – Ciclo Otto
Máquinas de Combustão Interna – Ciclo OttoMáquinas de Combustão Interna – Ciclo Otto
Máquinas de Combustão Interna – Ciclo Otto
 
HPCC Systems Engineering Summit Presentation - Collaborative Research with FA...
HPCC Systems Engineering Summit Presentation - Collaborative Research with FA...HPCC Systems Engineering Summit Presentation - Collaborative Research with FA...
HPCC Systems Engineering Summit Presentation - Collaborative Research with FA...
 

Más de Eyal Doron

How to simulate spoof e mail attack and bypass spf sender verification - 2#2
How to simulate spoof e mail attack and bypass spf sender verification - 2#2How to simulate spoof e mail attack and bypass spf sender verification - 2#2
How to simulate spoof e mail attack and bypass spf sender verification - 2#2Eyal Doron
 
How does sender verification work how we identify spoof mail) spf, dkim dmar...
How does sender verification work  how we identify spoof mail) spf, dkim dmar...How does sender verification work  how we identify spoof mail) spf, dkim dmar...
How does sender verification work how we identify spoof mail) spf, dkim dmar...Eyal Doron
 
Dealing with the threat of spoof and phishing mail attacks part 6#9 | Eyal ...
Dealing with the threat of spoof and phishing mail attacks   part 6#9 | Eyal ...Dealing with the threat of spoof and phishing mail attacks   part 6#9 | Eyal ...
Dealing with the threat of spoof and phishing mail attacks part 6#9 | Eyal ...Eyal Doron
 
Why our mail system is exposed to spoof and phishing mail attacks part 5#9 |...
Why our mail system is exposed to spoof and phishing mail attacks  part 5#9 |...Why our mail system is exposed to spoof and phishing mail attacks  part 5#9 |...
Why our mail system is exposed to spoof and phishing mail attacks part 5#9 |...Eyal Doron
 
What is the meaning of mail phishing attack in simple words part 4#9 | Eyal...
What is the meaning of mail phishing attack in simple words   part 4#9 | Eyal...What is the meaning of mail phishing attack in simple words   part 4#9 | Eyal...
What is the meaning of mail phishing attack in simple words part 4#9 | Eyal...Eyal Doron
 
What is so special about spoof mail attack part 3#9 | Eyal Doron | o365info.com
What is so special about spoof mail attack  part 3#9 | Eyal Doron | o365info.comWhat is so special about spoof mail attack  part 3#9 | Eyal Doron | o365info.com
What is so special about spoof mail attack part 3#9 | Eyal Doron | o365info.comEyal Doron
 
What are the possible damages of phishing and spoofing mail attacks part 2#...
What are the possible damages of phishing and spoofing mail attacks   part 2#...What are the possible damages of phishing and spoofing mail attacks   part 2#...
What are the possible damages of phishing and spoofing mail attacks part 2#...Eyal Doron
 
Dealing with a spoof mail attacks and phishing mail attacks a little story ...
Dealing with a spoof mail attacks and phishing mail attacks   a little story ...Dealing with a spoof mail attacks and phishing mail attacks   a little story ...
Dealing with a spoof mail attacks and phishing mail attacks a little story ...Eyal Doron
 
Exchange In-Place eDiscovery & Hold | Introduction | 5#7
Exchange In-Place eDiscovery & Hold | Introduction  | 5#7Exchange In-Place eDiscovery & Hold | Introduction  | 5#7
Exchange In-Place eDiscovery & Hold | Introduction | 5#7Eyal Doron
 
Mail migration to office 365 measure and estimate mail migration throughput...
Mail migration to office 365   measure and estimate mail migration throughput...Mail migration to office 365   measure and estimate mail migration throughput...
Mail migration to office 365 measure and estimate mail migration throughput...Eyal Doron
 
Mail migration to office 365 factors that impact mail migration performance...
Mail migration to office 365   factors that impact mail migration performance...Mail migration to office 365   factors that impact mail migration performance...
Mail migration to office 365 factors that impact mail migration performance...Eyal Doron
 
Mail migration to office 365 optimizing the mail migration throughput - par...
Mail migration to office 365   optimizing the mail migration throughput - par...Mail migration to office 365   optimizing the mail migration throughput - par...
Mail migration to office 365 optimizing the mail migration throughput - par...Eyal Doron
 
Mail migration to office 365 mail migration methods - part 1#4
Mail migration to office 365   mail migration methods - part 1#4Mail migration to office 365   mail migration methods - part 1#4
Mail migration to office 365 mail migration methods - part 1#4Eyal Doron
 
Smtp relay in office 365 environment troubleshooting scenarios - part 4#4
Smtp relay in office 365 environment   troubleshooting scenarios - part 4#4Smtp relay in office 365 environment   troubleshooting scenarios - part 4#4
Smtp relay in office 365 environment troubleshooting scenarios - part 4#4Eyal Doron
 
Stage migration, exchange and autodiscover infrastructure part 1#2 part 35#36
Stage migration, exchange and autodiscover infrastructure  part 1#2  part 35#36Stage migration, exchange and autodiscover infrastructure  part 1#2  part 35#36
Stage migration, exchange and autodiscover infrastructure part 1#2 part 35#36Eyal Doron
 
Autodiscover flow in an office 365 environment part 3#3 part 31#36
Autodiscover flow in an office 365 environment  part 3#3  part 31#36Autodiscover flow in an office 365 environment  part 3#3  part 31#36
Autodiscover flow in an office 365 environment part 3#3 part 31#36Eyal Doron
 
Autodiscover flow in an exchange hybrid environment part 1#3 part 32#36
Autodiscover flow in an exchange hybrid environment  part 1#3  part 32#36Autodiscover flow in an exchange hybrid environment  part 1#3  part 32#36
Autodiscover flow in an exchange hybrid environment part 1#3 part 32#36Eyal Doron
 
Autodiscover flow in an exchange on premises environment non-active director...
Autodiscover flow in an exchange on premises environment  non-active director...Autodiscover flow in an exchange on premises environment  non-active director...
Autodiscover flow in an exchange on premises environment non-active director...Eyal Doron
 
Autodiscover flow in an exchange on premises environment non-active director...
Autodiscover flow in an exchange on premises environment  non-active director...Autodiscover flow in an exchange on premises environment  non-active director...
Autodiscover flow in an exchange on premises environment non-active director...Eyal Doron
 
Autodiscover flow in an exchange on premises environment non-active director...
Autodiscover flow in an exchange on premises environment  non-active director...Autodiscover flow in an exchange on premises environment  non-active director...
Autodiscover flow in an exchange on premises environment non-active director...Eyal Doron
 

Más de Eyal Doron (20)

How to simulate spoof e mail attack and bypass spf sender verification - 2#2
How to simulate spoof e mail attack and bypass spf sender verification - 2#2How to simulate spoof e mail attack and bypass spf sender verification - 2#2
How to simulate spoof e mail attack and bypass spf sender verification - 2#2
 
How does sender verification work how we identify spoof mail) spf, dkim dmar...
How does sender verification work  how we identify spoof mail) spf, dkim dmar...How does sender verification work  how we identify spoof mail) spf, dkim dmar...
How does sender verification work how we identify spoof mail) spf, dkim dmar...
 
Dealing with the threat of spoof and phishing mail attacks part 6#9 | Eyal ...
Dealing with the threat of spoof and phishing mail attacks   part 6#9 | Eyal ...Dealing with the threat of spoof and phishing mail attacks   part 6#9 | Eyal ...
Dealing with the threat of spoof and phishing mail attacks part 6#9 | Eyal ...
 
Why our mail system is exposed to spoof and phishing mail attacks part 5#9 |...
Why our mail system is exposed to spoof and phishing mail attacks  part 5#9 |...Why our mail system is exposed to spoof and phishing mail attacks  part 5#9 |...
Why our mail system is exposed to spoof and phishing mail attacks part 5#9 |...
 
What is the meaning of mail phishing attack in simple words part 4#9 | Eyal...
What is the meaning of mail phishing attack in simple words   part 4#9 | Eyal...What is the meaning of mail phishing attack in simple words   part 4#9 | Eyal...
What is the meaning of mail phishing attack in simple words part 4#9 | Eyal...
 
What is so special about spoof mail attack part 3#9 | Eyal Doron | o365info.com
What is so special about spoof mail attack  part 3#9 | Eyal Doron | o365info.comWhat is so special about spoof mail attack  part 3#9 | Eyal Doron | o365info.com
What is so special about spoof mail attack part 3#9 | Eyal Doron | o365info.com
 
What are the possible damages of phishing and spoofing mail attacks part 2#...
What are the possible damages of phishing and spoofing mail attacks   part 2#...What are the possible damages of phishing and spoofing mail attacks   part 2#...
What are the possible damages of phishing and spoofing mail attacks part 2#...
 
Dealing with a spoof mail attacks and phishing mail attacks a little story ...
Dealing with a spoof mail attacks and phishing mail attacks   a little story ...Dealing with a spoof mail attacks and phishing mail attacks   a little story ...
Dealing with a spoof mail attacks and phishing mail attacks a little story ...
 
Exchange In-Place eDiscovery & Hold | Introduction | 5#7
Exchange In-Place eDiscovery & Hold | Introduction  | 5#7Exchange In-Place eDiscovery & Hold | Introduction  | 5#7
Exchange In-Place eDiscovery & Hold | Introduction | 5#7
 
Mail migration to office 365 measure and estimate mail migration throughput...
Mail migration to office 365   measure and estimate mail migration throughput...Mail migration to office 365   measure and estimate mail migration throughput...
Mail migration to office 365 measure and estimate mail migration throughput...
 
Mail migration to office 365 factors that impact mail migration performance...
Mail migration to office 365   factors that impact mail migration performance...Mail migration to office 365   factors that impact mail migration performance...
Mail migration to office 365 factors that impact mail migration performance...
 
Mail migration to office 365 optimizing the mail migration throughput - par...
Mail migration to office 365   optimizing the mail migration throughput - par...Mail migration to office 365   optimizing the mail migration throughput - par...
Mail migration to office 365 optimizing the mail migration throughput - par...
 
Mail migration to office 365 mail migration methods - part 1#4
Mail migration to office 365   mail migration methods - part 1#4Mail migration to office 365   mail migration methods - part 1#4
Mail migration to office 365 mail migration methods - part 1#4
 
Smtp relay in office 365 environment troubleshooting scenarios - part 4#4
Smtp relay in office 365 environment   troubleshooting scenarios - part 4#4Smtp relay in office 365 environment   troubleshooting scenarios - part 4#4
Smtp relay in office 365 environment troubleshooting scenarios - part 4#4
 
Stage migration, exchange and autodiscover infrastructure part 1#2 part 35#36
Stage migration, exchange and autodiscover infrastructure  part 1#2  part 35#36Stage migration, exchange and autodiscover infrastructure  part 1#2  part 35#36
Stage migration, exchange and autodiscover infrastructure part 1#2 part 35#36
 
Autodiscover flow in an office 365 environment part 3#3 part 31#36
Autodiscover flow in an office 365 environment  part 3#3  part 31#36Autodiscover flow in an office 365 environment  part 3#3  part 31#36
Autodiscover flow in an office 365 environment part 3#3 part 31#36
 
Autodiscover flow in an exchange hybrid environment part 1#3 part 32#36
Autodiscover flow in an exchange hybrid environment  part 1#3  part 32#36Autodiscover flow in an exchange hybrid environment  part 1#3  part 32#36
Autodiscover flow in an exchange hybrid environment part 1#3 part 32#36
 
Autodiscover flow in an exchange on premises environment non-active director...
Autodiscover flow in an exchange on premises environment  non-active director...Autodiscover flow in an exchange on premises environment  non-active director...
Autodiscover flow in an exchange on premises environment non-active director...
 
Autodiscover flow in an exchange on premises environment non-active director...
Autodiscover flow in an exchange on premises environment  non-active director...Autodiscover flow in an exchange on premises environment  non-active director...
Autodiscover flow in an exchange on premises environment non-active director...
 
Autodiscover flow in an exchange on premises environment non-active director...
Autodiscover flow in an exchange on premises environment  non-active director...Autodiscover flow in an exchange on premises environment  non-active director...
Autodiscover flow in an exchange on premises environment non-active director...
 

Último

GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 

Último (20)

GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 

Shared mailbox office 365 (o365info.com)

  • 1. Shared Mailbox - Office 365 10/13/2012 o365info.com 1
  • 2. Shared Mailbox - Office 365 In this video we will learn about: • What are the characters of: Shared Mailbox in an office 365 environment. • How to create and managed Shared Mailbox in an office 365 environment. Additional resources • At the bottom of the video, you can find a link to: – An article that includes all of the PowerShell commands that are used in the Video clip. – The PowerPoint presentation. 10/13/2012 o365info.com 2
  • 3. Shared Mailbox - Office 365 The video includes 2 parts: Part 1/2 • General information about: Shared Mailbox • Create the Shared Mailbox • Set Shared Mailbox size • Assign permissions to Shared Mailbox – “Full Access” and “Send As” permissions Part 2/2 • Assign permissions to Distribution Group • Access Shared Mailbox • Shared Mailbox Management (using PowerShell) 10/13/2012 o365info.com 3
  • 4. Part 1/2 - Shared Mailbox 10/13/2012 o365info.com 4
  • 5. Shared Mailbox - Office 365 Remote PowerShell The Basic assumption is that: You know how to create Remote PowerShell session to Exchange online. In case that you are not familiar with the steps for creating the remote PowerShell session, watch the video clip: Connect to Exchange online by using Remote PowerShell (You can find a link to the article and the video at the bottom of this video). 10/13/2012 o365info.com 5
  • 6. Shared Mailbox - Office 365 Shared Mailbox ? Shared Mailbox, as the name implies, serve for storing “Public data” that we want to share between organization users. • (In the current time, Exchange online doesn’t support the option of: Public Folder. Shared Mailbox could be used as an alternative solution). 10/13/2012 o365info.com 6
  • 7. Shared Mailbox - Office 365 Few facts about: Shared Mailbox Step 1 1. There is no option for creating Shared Mailbox by using the office 365 Web based interface. (The New version of office 365 will include an option to use Web interface). The only option for creating Shared Mailbox is: By using PowerShell commands. 10/13/2012 o365info.com 7
  • 8. Shared Mailbox - Office 365 Few facts about: Shared Mailbox Step 1 2. Shared Mailbox is a special Mailbox, that doesn’t require a license. If we want to use the option of “no license” for the Shared Mailbox, the maximum Mailbox size should be: 5GB. 10/13/2012 o365info.com 8
  • 9. Shared Mailbox - Office 365 Few facts about: Shared Mailbox Step 1 3. There is no limitation for number of Shared Mailbox that can be created. We can create Shared Mailboxes for each department, for a specific project etc. 10/13/2012 o365info.com 9
  • 10. Shared Mailbox - Office 365 Few facts about: Shared Mailbox Step 1 4. We cannot configure outlook profile for the Shared Mailbox (Because by default, Shared Mailbox doesn’t have a license). • The way that we use, for accessing the Shared Mailbox content is: – Outlook mail client: by adding the Shared Mailbox as “Additional Mailbox” to the Outlook mail profile. – OWA mail Client: by using the option of “open other user Mailbox”. 10/13/2012 o365info.com 10
  • 11. Shared Mailbox - Office 365 Few facts about: Shared Mailbox Step 1 5. Assign permission to a User/Distribution Group • We can assign Mailbox permission to: user or to a Distribution Group. • We cannot assign permission to “Standard Distribution group”. • To be able to assign permissions to “Group”, we will need to configure the Distribution Group also as a “Security Group”. 10/13/2012 o365info.com 11
  • 12. Shared Mailbox - Office 365 Shared Mailbox “Work Flow” Process Step 1 • Create the Shared Mailbox One • Set Shared Mailbox size to 5GB Two Thre • Assign permissions to Shared Mailbox e • Access Shared Mailbox Four 10/13/2012 o365info.com 12
  • 13. Shared Mailbox - Office 365 Naming convention Step 1 We will use the following Naming convention for the demonstration purpose: • Shared Mailbox Name: We will use the name: “Office Mailbox” for the Shared Mailbox. When referencing the Shared Mailbox, we will use the Shared Mailbox Alias: OfficeMailbox • User name: We will assign permission to the user: BobW 10/13/2012 o365info.com 13
  • 14. Step 1 Create the Shared Mailbox 10/13/2012 o365info.com 14
  • 15. Shared Mailbox - Office 365 Create the Shared Mailbox Step 1 The PowerShell command that we use for creating Shared Mailbox is: New-Mailbox -Name <Shared Mailbox Name> –Shared 10/13/2012 o365info.com 15
  • 16. Step 2 Set Shared Mailbox size 10/13/2012 o365info.com 16
  • 17. Shared Mailbox - Office 365 Set Shared Mailbox size to 5GB Step 2 By default, Shared Mailbox doesn't require a license, as long as the Shared Mailbox Size is: 5GB The PowerShell command that we use for setting the Shared Mailbox size to 5GB is: Set-Mailbox <Shared Mailbox Name> -ProhibitSendReceiveQuota 5GB -ProhibitSendQuota 4.75GB -IssueWarningQuota 4.5GB 10/13/2012 o365info.com 17
  • 18. Step Assign permissions to Shared Mailbox 10/13/2012 o365info.com 18
  • 19. Shared Mailbox - Office 365 Assigning permissions to Shared Step Mailbox Permissions “Type” (Mailbox Permissions) The permissions that we need to assign for the Shared Mailbox are: • “Full Access” permissions: for enabling users to add the Shared Mailbox as “Additional Mailbox”, to their Outlook Profile. • “Send As” permissions: for enabling users to send email using the Shared Mailbox email address. 10/13/2012 o365info.com 19
  • 20. Shared Mailbox - Office 365 Assigning permissions to Shared Step Mailbox 1. Assign “Full Access” Permissions The PowerShell command that we use for assigning “Full Access” Permissions is: Add-MailboxPermission <Shared Mailbox Name> -User <UserGroup Name> -AccessRights FullAccess -InheritanceType all 10/13/2012 o365info.com 20
  • 21. Shared Mailbox - Office 365 Assigning permissions to Shared Step Mailbox 2. Assign “Send As” Permissions The PowerShell command that we use for assigning “Send As” Permissions is: Add-RecipientPermission <Shared Mailbox Name> -Trustee <UserGroup Name> -AccessRights SendAs 10/13/2012 o365info.com 21
  • 22. Shared Mailbox - Office 365 Part 2/2 10/13/2012 o365info.com 22
  • 23. Step A Assign permissions to Distribution Group 10/13/2012 o365info.com 23
  • 24. Shared Mailbox - Office 365 Assigning permissions to Shared Step Mailbox Assign permissions to Distribution Group • To be able to assign permission to: “Standard Distribution Group”, we will need to configure the Distribution Group as a Security Group. 10/13/2012 o365info.com 24
  • 25. Shared Mailbox - Office 365 Assign permissions to Shared Step Mailbox Assign permissions to Distribution Group • In case that we need to assign permission to existing Distribution Group, at the current time, it’s Not possible to change a Distribution Group to a Security Group. • The only option is to: create a new Distribution Group, and mark the DG as a Security Group when you create it. 10/13/2012 o365info.com 25
  • 26. Step 4 Access Shared Mailbox 10/13/2012 o365info.com 26
  • 27. Shared Mailbox - Office 365 Assign permissions to Shared Step Mailbox AutoMap Feature - assign “Full Access” permission to a user • When we assign “Full Access” permission to a user for: “other Mailbox”, The AutoMap Feature, Automatically adds the “Additional Mailbox” to the user outlook Mail Profile. 10/13/2012 o365info.com 27
  • 28. Shared Mailbox - Office 365 Assign permissions to Shared Step Mailbox AutoMap Feature - assign “Full Access” permission to a Distribution Group • When we assign “Full Access” permission to Group for: “other Mailbox”, The AutoMap Feature is not “Activated”. • Technically, we will need to manually add the Shared Mailbox for each of the Group Members. 10/13/2012 o365info.com 28
  • 29. Shared Mailbox - Office 365 Assign permissions to Shared Step Assign “FullMailbox Permissions to Group + Access” “Activate” the AutoMap feature To avoid this default, we can use a “Little trick”, by using a PowerShell command that “extract” group members to a “user list”, and in the next step, assign the “Full Access” permission separately, for each of the Group members. 10/13/2012 o365info.com 29
  • 30. Shared Mailbox - Office 365 Assign permissions to Shared Step Mailbox Assign “Full Access” Permissions to Group + “activate” the AutoMap feature The PowerShell command that we can use for “Activating” the AutoMap feature when assigning “Full Access” permission to distribution group is: $DL = Get-distributiongroupmember <Group Name>| Select-Object -ExpandProperty Name foreach ($Member in $DL) { Add-MailboxPermission - Identity <Shared Mailbox Name> -User $Member - AccessRights FullAccess -InheritanceType all } 10/13/2012 o365info.com 30
  • 31. Shared Mailbox - Office 365 Access Shared Mailbox Step 4 “Access” to the Shared Mailbox could be implemented by: 1. Using the Outlook Mail Client. 2. Using the OWA Mail Client. 10/13/2012 o365info.com 31
  • 32. Step 5 Shared Mailbox Management (using PowerShell) 10/13/2012 o365info.com 32
  • 33. Shared Mailbox - Office 365 Additional PowerShell options - Shared Mailbox Step 5 • Display “Full Access” permissions for Shared Mailbox Get-Mailboxpermission <Shared Mailbox Name> • Display “Send As” permissions for Shared Mailbox Get-RecipientPermission <Shared Mailbox Name> 10/13/2012 o365info.com 33
  • 34. Shared Mailbox - Office 365 Additional PowerShell options - Shared Mailbox Step 5 • Display all of the existing Shared Mailboxes Get-Mailbox -RecipientTypeDetails SharedMailbox • Convert Shared Mailbox to Regular Mailbox Set-Mailbox <Shared Mailbox Name> –Type Regular 10/13/2012 o365info.com 34
  • 35. Connect to Office 365 by using Remote PowerShell That's all for today Addition relevant videos are: • Shared Mailbox - Office 365 Part 2/2 • Connect to Office 365 by using Remote PowerShell • Connect to Exchange online by using Remote PowerShell • Connect to Exchange online and Office 365 By using a script Come visit me at my Web Site o365info.com 10/13/2012 o365info.com 35