Managing TAP Access Codes with Microsoft PowerShell Graph Module

Temporary Access Pass (TAP) is a Microsoft Entra ID (Azure AD) feature that allows administrators to create time-limited passcodes for user authentication. These codes are particularly useful in scenarios like onboarding, recovering access, or transitioning to passwordless authentication. Using the Microsoft Graph PowerShell module, you can efficiently manage TAP codes programmatically. Here’s how you can…

Microsoft Graph SDK Upgrade V2 running older Version in Parallel

In the world of software development, upgrading libraries and dependencies is often a necessity to keep up with evolving technologies, security patches, and enhanced functionalities. However, in some cases, it’s not always straightforward to immediately jump to the latest version, especially when dealing with critical components like Microsoft Graph SDK. Microsoft Graph SDK offers powerful…

MgGraph Sdk Extract Role Admins from AzureAD

As everyone in Technical Community is aware that MSOnline and AzureAD modules will be depreciated. We have started working on converting our automated solutions to use Microsoft Graph SDK. This is one of the solutions that utilize MSOL where we have extracted AzureAD roles and their assignments. Extract office 365 Role Admins | Tech Wizard…