Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Creating a Microsoft 365 Group or Office 365 Group

    Creating a Microsoft 365 Group or Office 365 Group

    May 5, 2025

    Microsoft 365 offers several types of groups; each designed for different collaboration and communication needs:

    1. Microsoft 365 Groups (M365): These are used for collaboration between users both inside and outside your organization. They include a shared mailbox, calendar, SharePoint site, Microsoft Teams and more.
    2. Distribution Groups: These are used for sending email notifications to a group of people. They are ideal for broadcasting information to a set group of people.
    3. Security Groups: These are used for granting access to resources such as SharePoint sites. They help manage permissions and access control.
    4. Mail-enabled Security Groups: These combine the features of security groups and distribution groups, allowing you to grant access to resources and send email notifications to the group members.
    5. Dynamic Distribution Groups: A Dynamic Distribution List (or DDL) is created to expedite the mass sending of email messages and other information to a set of people. As the name suggests, it does not mean to have static members, and the recipient criteria is defined by the set of filters and conditions that are put on it.

    Out of the above group we are interested to know about Microsoft 365 or formerly known as Office 365 group. Let’s start with the following:

    How to Create a Microsoft 365 group (M365 group)?

    Creating a Microsoft 365 Group can be done in several ways, depending on your role and the tools you have access to. Here are the main methods:

    1. Using the Microsoft 365 Admin Center
    2. Go to the Microsoft 365 admin center.
    3. Expand Groups and select Active groups.
    4. Click on +Add a Microsoft 365 group.
    5. Fill in the group details, such as name, description, and privacy settings.
    6. Add owners and members to the group.
    7. Review your settings and click Create group.

    M365admin Pic

    Outlook on the Web

    1. Open Outlook on the web.
    2. In the left pane, select Go to Group >> New mail drops down as shown below:
    3. Enter the group name, description, and privacy settings.
    4. Add members and click Create.

    Owapic

    Outlook Desktop App

    1. Open Outlook.
    2. Go to the Home tab and select New Group.
    3. Enter the group name, description, and privacy settings.
    4. Add members and click Create.

    Outlookpic

    Using Microsoft Teams

    1. Open Microsoft Teams.
    2. Click on Teams in the left sidebar.
    3. Select Join or create a team at the bottom of the Teams list.
    4. Choose Create a team and then from scratch.
    5. Select Private or Public and enter the team’s name and description.
    6. Add members and click Create.

    Teamspic

    Using PowerShell

    For more advanced users, you can use PowerShell to create a Microsoft 365 Group:

    1. Open PowerShell and connect to your Microsoft 365 account.
    2. Use the New-UnifiedGroup cmdlet to create the group. For example:
    New-UnifiedGroup -DisplayName “Group Name” -Alias “groupalias” -EmailAddresses “groupalias@yourdomain.com”
    • Manage Microsoft 365 group using PowerShell:

    Add-UnifiedGroupLinks (ExchangePowerShell) | Microsoft Learn

    Collaboration Features of M365 Group:

    Microsoft 365 Groups offer a variety of collaboration features designed to enhance teamwork and productivity. Here are some of the key features:

    1. Shared Mailbox: Each group gets a shared inbox in Outlook where group conversations are stored. This makes it easy to keep track of discussions and ensures everyone stays in the loop.
    2. Shared Calendar: Groups have a shared calendar for scheduling and managing events. This helps coordinate meetings and deadlines.
    3. SharePoint Document Library: A SharePoint site is created for each group, providing a central location for storing and sharing files. This ensures that all members have access to the latest documents
    4. Planner: Microsoft Planner is integrated with groups, allowing members to create, assign, and track tasks. This helps in managing projects and ensuring that tasks are completed on time
    5. OneNote Notebook: Each group gets a shared OneNote notebook for taking and organizing notes. This is useful for brainstorming sessions, meeting notes, and more
    6. Microsoft Teams Integration: Groups can be connected to Microsoft Teams, providing a hub for chat, video meetings, and collaboration. This integration enhances real-time communication and teamwork
    7. Power BI: Groups can use Power BI to create and share dashboards and reports, making it easier to visualize and analyze data
    8. Viva Engage (formerly Yammer): If the group was created from Viva Engage, members can engage in social networking and community discussions
      1. : Groups can share and manage video content using Microsoft Stream, making it easy to distribute training videos, presentations, and other multimedia content
    9. Project for the Web: If you have Project for the web, groups can use Roadmap to plan and track project progress

    These features collectively provide a comprehensive suite of tools to support collaboration, communication, and project management within your organization.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleHow To Launch Big Complex Projects
    Next Article Submit a new story – Echo JS

    Related Posts

    Development

    GPT-5 is Coming: Revolutionizing Software Testing

    July 22, 2025
    Development

    Win the Accessibility Game: Combining AI with Human Judgment

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-1417 – Proget MDM Information Disclosure Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Response to CISA Advisory (AA25-163A): Ransomware Actors Exploit Unpatched SimpleHelp Remote Monitoring and Management to Compromise Utility Billing Software Provider

    Security

    Mustang Panda Targets Myanmar With StarProxy, EDR Bypass, and TONESHELL Updates

    Development

    Skype is dead — Microsoft drops the call after 14 years of neglect to favor Teams: “We know this is a big deal for our users”

    News & Updates

    Highlights

    CVE-2025-4209 – “Apache HTTP Server Command Injection Vulnerability”

    May 15, 2025

    CVE ID : CVE-2025-4209

    Published : May 15, 2025, 11:15 p.m. | 1 hour, 42 minutes ago

    Description : Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

    Severity: 0.0 | NA

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    CVE-2025-23252 – NVIDIA NVDebug Unrestricted Access Information Disclosure Vulnerability

    June 18, 2025

    OpenBMB Releases MiniCPM4: Ultra-Efficient Language Models for Edge Devices with Sparse Attention and Fast Inference

    June 17, 2025

    My favorite gaming service is 40% off right now (and no, it’s not Xbox Game Pass)

    May 23, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.