How to Register and Configure Azure AD Application from Azure AD Portal
In this post, we will explore how to create a new application (App registrations) in Azure Active Directory, configure required …
In this post, we will explore how to create a new application (App registrations) in Azure Active Directory, configure required …
The user’s last successful sign-in time provides potential insights into the user’s continued need for access to Microsoft 365 resources. …
In this post, we are going to share Graph API based PowerShell script to get calendar meeting events from a …
In this article, we will explain how to create a new Azure AD application, configure API permissions, create an Enterprise …
In Powershell, you can easily get Azure AD user details using the Azure AD Powershell command Get-AzureADUser. In some cases, …
We can use the Send-MailMessage cmdlet to send email using powershell and you can use Send mail API endpoint to …
We can easily hide Office 365 Groups from Global Address List (GAL) by using the Set-UnifiedGroup cmdlet by setting the property HiddenFromAddressListsEnabled …
In some cases, apps or users might want to acquire Microsoft Graph access token by using the ClientID (Azure AD …
Problem Recieived the below error when I try to get Microsoft Graph access token with my Azure AD Application using …
In this post, I am going to share Powershell script to find and retrieve the list of Azure AD Integrated …