Report on partial license assignments via the Graph SDK for PowerShell

In this article, we explore a simple PowerShell script to report on “partial” license assignments in Microsoft 365, that is licenses for which one or more “important” service plan has been toggled off. There can be various reasons for a service plan to be disabled, but since some plans have more importance than others, highlighting such scenarios allows organizations to potentially switch the users in question to a different (and cheaper) license. Or to re-evaluate whether the need for disabling the specific service plan still exists. …

Continue readingReport on partial license assignments via the Graph SDK for PowerShell

How to manage Entra ID’s banned password list via the Graph SDK for PowerShell

Entra ID’s password protection feature was introduced back in 2018, adding support for a banned password list, the smart lockout controls and integration with on-premises AD. Programmatic access to the feature was enabled via directory settings templates, which at the time were exposed via the Azure AD Preview PowerShell module, …

Continue readingHow to manage Entra ID’s banned password list via the Graph SDK for PowerShell