-
-
Recent Posts
RSS Feed
Recent Comments
- Vasil Michev on Connecting to Exchange Online PowerShell by passing an access token
- Piyumi Perera on Connecting to Exchange Online PowerShell by passing an access token
- Vasil Michev on Connecting to Exchange Online PowerShell by passing an access token
- Piyumi Perera on Connecting to Exchange Online PowerShell by passing an access token
- Vasil Michev on How to add a shared mailbox as additional account in Outlook (2022 version)
Categories
Category Archives: Azure AD
Conditional access policies add more granular controls for external users
As part of a new preview functionality, Microsoft is introducing an expanded set of controls for Conditional access policies, revolving around granularly including/excluding specific guest users. You will find the new controls as part of the Users and groups > … Continue reading
Posted in Azure AD, Graph API, Microsoft 365, Office 365
1 Comment
Ownerless group policy cmdlets replacement
Microsoft introduced the Ownerless group policy feature few months back, which Tony covered in detail over at Practical 365. Interestingly, back when the feature was still in preview, we got a set of Exchange Online PowerShell cmdlets to get its … Continue reading
Posted in Azure AD, Exchange Online, Graph API, Microsoft 365, Office 365, PowerShell
Leave a comment
Querying and updating report anonymization settings via the Graph API
Most of you are probably aware that Microsoft introduced an anonymization setting for the usage reports a while back. Toggling said setting, which you can find under the Microsoft 365 admin center > Settings > Org settings > Reports > … Continue reading
Posted in Azure AD, Graph API, Microsoft 365, Office 365, PowerShell
Leave a comment
Find tenantId by domain name and vice versa by leveraging the Graph API
I’m back from vacation and catching up on stuff, including the Graph API changelog. One interesting bit that caught my attention was the addition of the tenantInformation resource type and two methods related to it, namely: findTenantInformationByDomainName and findTenantInformationByTenantId. The … Continue reading
Posted in Azure AD, Graph API, Microsoft 365, Office 365
Leave a comment
Generate a report of Azure AD role assignments via the Graph API or PowerShell
A while back, I published a short article and script to illustrate the process of obtaining a list of all Azure AD role assignments. The examples therein use the old MSOnline and Azure AD PowerShell modules, which are now on … Continue reading
Posted in Azure AD, Graph API, Microsoft 365, Office 365, PowerShell
2 Comments