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…

AzureAD Application Report

Just sharing PowerShell script that you can utilize to extract all the Applications registered in your AzureAD along with their Secret, Certificate or SAML(SSO) certificate expiration date. You will find multiple of these on internet but none of the report will cover all three aspects which was our requirement. We will further enhance this script…

PowerApps Azure AD connector Permissions

PowerApps Azure AD connector is not like any other connector, it needs Global Administrator rights to register itself and  also require different method (that will go thru in this post) to provide permission to particular users to be able to use this connector in PowerApps and PowerAutomate. To use this connector, following permissions are required.…