Search for: Practical PowerShell

865 Results

Practical Graph: Using Dynamic Entra ID Administrative Units

Dynamic Azure AD administrative units are like dynamic Azure AD groups in that they have a membership rule to calculate their membership. Azure AD uses the rule to find members regularly, so the administrative unit never goes out of date. That is, assuming the properties of Azure AD user accounts are maintained and up to date.

Continue Reading Practical Graph: Using Dynamic Entra ID Administrative Units

Top Ten PowerShell Tips for Microsoft 365 Management: Part Two

If you are stuck using your on-premises resources to manage a cloud infrastructure, it is an opportune time to change that with the availability of tools and functions that are now available. In this article, we focus on how to use PowerShell to manage Microsoft 365. In addition, we consider how to use cloud services to manage PowerShell code, testing, security controls, and more. 

Continue Reading Top Ten PowerShell Tips for Microsoft 365 Management: Part Two

9 Must-Read Practical 365 Posts from 2022

Here’s to another year of practical advice on all things Microsoft! Practical 365 is wrapping up the year with a whopping 200+ articles, focusing on topics such as PowerShell, Exchange, Azure AD, Teams, and much more. This article shares 9 must-read posts, recommended by Steve Goodman, Tony Redmond, and Paul Robichaux.

Continue Reading 9 Must-Read Practical 365 Posts from 2022

Create Your Own Adaptive Retention Policies with PowerShell and Azure Automation

Adaptive retention policies are great, but they require high-end Office 365 or Microsoft 365 licenses. The solution is to build your own version using PowerShell and Azure Automation. The code is reasonably straightforward and is a practical example of how to replicate a Microsoft 365 feature in your own way.

Continue Reading Create Your Own Adaptive Retention Policies with PowerShell and Azure Automation

Practical Protection: Demystifying Defender

A thorough understanding of what Defender for Office 365 can do is important as you consider how best to protect your tenant. In this edition of Practical Protection, Paul deep dives into the umbrella brand of Microsoft Defender and its individual products.

Continue Reading Practical Protection: Demystifying Defender

Practical Graph: Ways to Send Email via the Microsoft Graph

For those wanting to eliminate the SMTP AUTH protocol, Microsoft has three ways to send email using Graph APIs. This article looks at how to use the Send-MgUserMail cmdlet and compares it to the Send-MgUserMessage cmdlet (covered in depth in a previous article). Our conclusion is that you'll probably end up using Send0-MgUserMail because it's easier to use.

Continue Reading Practical Graph: Ways to Send Email via the Microsoft Graph