How to add group mail in office365

To add a group mail in Office 365, you can follow these steps:

Method 1: Using the Office 365 Admin Center

  1. Sign in to the Office 365 Admin Center with your admin credentials.
  2. Click on "Groups" in the navigation menu.
  3. Click on "New group" and enter the following information:
    • Group name: Enter a name for your group.
    • Group description: Enter a brief description of your group.
    • Group type: Select "Mail-enabled" to create a mail-enabled group.
    • Membership: Choose whether the group is open or closed. If open, anyone can join the group. If closed, you'll need to add members manually.
  4. Click "Create" to create the group.

Method 2: Using PowerShell

  1. Open PowerShell and connect to your Office 365 tenant using the following command:
    Connect-AzureAD
  2. Run the following command to create a new mail-enabled group:
    New-AzureADGroup -DisplayName "Group Name" -MailEnabled $true -MailNickname "GroupNickname"

    Replace "Group Name" and "GroupNickname" with the desired values.

Method 3: Using the Microsoft 365 admin center (formerly Office 365 admin center)

  1. Sign in to the Microsoft 365 admin center with your admin credentials.
  2. Click on "Users" in the navigation menu.
  3. Click on "Groups" and then click on "New group".
  4. Enter the following information:
    • Group name: Enter a name for your group.
    • Group description: Enter a brief description of your group.
    • Group type: Select "Mail-enabled" to create a mail-enabled group.
    • Membership: Choose whether the group is open or closed. If open, anyone can join the group. If closed, you'll need to add members manually.
  5. Click "Create" to create the group.

Adding members to the group

Once you've created the group, you can add members to it using the following methods:

Note: You need to have the necessary permissions to create and manage groups in Office 365. If you're not sure about your permissions, you can check with your Office 365 administrator.