Reporting on Azure AD User objects via Exchange Online cmdlets and using them to grant mailbox permissions

Exchange Online now supports “plain” Azure AD User objects, as in users that are NOT Exchange recipients. Learn how to list them and even use them to grant access to various functionalities! …

Continue readingReporting on Azure AD User objects via Exchange Online cmdlets and using them to grant mailbox permissions

New versions of the Azure AD PowerShell modules released

Yesterday, new versions of both the Azure AD and the Azure AD Preview modules for PowerShell were released over at the PowerShell gallery. As customary, no release notes were published so I went over the list of cmdlets and parameters in hopes of spotting any new additions. For the Azure …

Continue readingNew versions of the Azure AD PowerShell modules released

Some new interesting experiences with Guest users in Office 365

Guest users have been around for a while now in Azure AD/Office 365, and are the cornerstone of collaboration for workloads such as Microosft Teams or SharePoint Online. The access mechanism for Guest users is somewhat similar to “regular” users one, with an actual Azure AD user object being provisioned, albeit with a …

Continue readingSome new interesting experiences with Guest users in Office 365

Pass-through authentication now supports legacy protocols and applications

Azure Active Directory Pass-through authentication, or simply PTA, is a great feature, designed to close the gap between the “same sign-on” and “seamless single sign-on” experience. In other words, it gives you the benefits of the same end-user experience as AD FS, and it ensures that passwords are validated against …

Continue readingPass-through authentication now supports legacy protocols and applications

Bulk disable specific services via the Azure AD PowerShell module

When it comes to bulk operations for Office 365 licenses, for years I have been recommending the approach used by Tino Donderwinkel, a Microsoft PFE. You can find a sample script over at his blog, and the reason why I’m recommending is the way it handles any individually enabled/disabled services in a given SKU. Now, …

Continue readingBulk disable specific services via the Azure AD PowerShell module