Skip to content

Tag: Microsoft Teams

Introducing Working Time Management in Microsoft Intune (Quiet Time): Prioritizing Employee Well-being in Shift-Based Roles

Introducing Working Time Management in Microsoft Intune (Quiet Time): Prioritizing Employee Well-being in Shift-Based Roles The boundary between personal time and work hours has grown increasingly thin, especially with mobile access to work apps like Microsoft Teams. This is particularly challenging for shift-based employees in healthcare, retail, and logistics. With Microsoft Intune’s new Working Time…

Leave a Comment

Enhanced Security in Microsoft Teams: New Controls to Block External Access in Trial-Only Tenants

Enhanced Security in Microsoft Teams: New Controls to Block External Access in Trial-Only Tenants Overview Microsoft Teams continues to evolve with enhanced security measures to safeguard communications. A significant update is on the horizon that introduces a new admin control aimed at strengthening defenses against malicious activities through Teams trial-only tenants. Starting from July 29,…

Leave a Comment

Identifying Public vs. Private Microsoft 365 Groups

Introduction In the realm of enterprise security, understanding the visibility and access controls of your organization’s resources is paramount. This is especially true for Microsoft 365 Groups, which play a crucial role in collaboration across various Microsoft services. In this post, we’ll explore a PowerShell script I’ve developed to distinguish between public and private Microsoft…

Leave a Comment

How to prevent Microsoft Teams Guest users from inviting Guests.

How to prevent Microsoft Teams Guest users from inviting Guests. In this short post, we will look at how to prevent guest users in Microsoft Teams from inviting guests. To get started navigate to https://portal.azure.com From the admin portal, click on Azure Active Directory. Click on User Settings Under External users, click on Manage external…

6 Comments

Add Microsoft Teams Members using PowerShell

Add Microsoft Teams Members using PowerShell In this post, we will look at how to add Teams Members using PowerShell. To find out how to create a Team using PowerShell view the following post: http://www.thatlazyadmin.com/create-new-microsoft-team-using-powershell/ To get started, we need to first get the Teams GroupId as this will be used to add the new…

Leave a Comment

Create new Microsoft Team using PowerShell

Create new Microsoft Team using PowerShell In this post, we will go through the steps for how to create a new Microsoft Team. To gets started the Microsoft Teams PowerShell module needs to be installed first, steps on how to install the Microsoft Teams PowerShell module can be found here: http://www.thatlazyadmin.com/install-microsoft-teams-powershell-module/ Once the Microsoft Teams…

Leave a Comment

How to Restrict Users from Creating new Microsoft Teams and Office 365 Groups

The following process will prevent users in your Office 365 Tenant from creating Office 365 groups and new Microsoft Teams. To get started you will have to create a new group in Office 365 and this group will be used to manage who can create Office 365 groups in the organisation. Office 365 groups is…

7 Comments

Microsoft Teams can’t chat with external Domains

Microsoft Teams can’t chat with external Domains When users in your organisation try to chat with users outside of your organisation, they receive the following message in Microsoft Teams. “We can’t set up the conversation because your organisations are not set up to talk to each other” To allow your users to communicate / chat with…

Leave a Comment