Skip to content

Tag: Office 365

How to Resize a Cloud PC in Windows 365: A Comprehensive Guide

How to Resize a Cloud PC in Windows 365: A Comprehensive Guide This blog post introduces a significant feature in Windows 365: the capability to resize Cloud PCs. It outlines how administrators can now seamlessly adjust the RAM, CPU, and storage of Cloud PCs to meet changing business needs and workload demands without the complex…

Leave a Comment

Harnessing Microsoft Defender for Office 365: Exploring the Explorer Feature

Harnessing Microsoft Defender for Office 365: Exploring the Explorer Feature In today’s online world, staying safe from the ever-changing threats lurking around every digital corner is crucial for businesses everywhere. Think of Microsoft Defender for Office 365 as your digital guardian angel, tirelessly working to shield your team’s favorite collaboration tools from a variety of…

Leave a Comment

Streamlining High Volume Email Management in Microsoft 365 with PowerShell

Streamlining High Volume Email Management in Microsoft 365 with PowerShell I developed the HVEAccountManager.ps1 script to streamline the administration of High Volume Email (HVE) accounts in Microsoft Exchange Online. This script harnesses the capabilities of automation to ease this process, offering a straightforward and effective tool for HVE account management. It exemplifies how automation can…

Leave a Comment

Enhancing Security with Microsoft-Managed Conditional Access Policies

Enhancing Security with Microsoft-Managed Conditional Access Policies Microsoft’s introduction of automatically managed Conditional Access policies within Microsoft Entra marks a significant step forward in simplifying and enhancing security measures for organizations of all sizes. This initiative underscores the commitment to not just react to the cyberthreat landscape but to proactively safeguard user access and identity…

Leave a Comment

SharePoint: Microsoft 365 Archive for Sites – Revolutionizing Data Management

SharePoint: Microsoft 365 Archive for Sites – Revolutionizing Data Management In the digital era, where data grows exponentially, organizations face the challenge of managing inactive data without incurring prohibitive costs or compromising on compliance and security. Microsoft’s innovative solution, Microsoft 365 Archive, now in preview, offers a paradigm shift in managing SharePoint Online sites, aligning…

Leave a Comment

How to Deploy a PowerShell Script via Intune to Remove AnyDesk from Devices

How to Deploy a PowerShell Script via Intune to Remove AnyDesk from Devices In light of recent security concerns, it’s become increasingly important for IT administrators to be able to quickly respond and mitigate potential threats. One such measure could involve the removal of potentially compromised software, like AnyDesk, from all managed devices. This blog…

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 Unblock a User if they were blocked from sending emails in Microsoft 365

How to Unblock a User if they were blocked from sending emails Microsoft 365 Users in your organization might get blocked from sending emails in Microsoft 365 if they exceed one of the outbound sending limits or inbound spam policies. If a user is added to the restricted user list, they will receive the following…

1 Comment

How to request your Office 365 Data to be moved to South African Data Centers

How to request your Office 365 tenant data to be migrated to the South African Data Centers With the launch of the Office 365 services in South Africa, customers in this region can now request that their Office 365 core data at rest be moved to the data centre in South Africa. All new organizations…

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