Get Microsoft Graph API Access Token using ClientID and ClientSecret
In some cases, apps or users might want to acquire Microsoft Graph access token by using the ClientID (Azure AD …
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 …
Office 365 Tenant ID is a globally unique identifier (GUID) value for your Azure AD Tenant. You can find your …
You can get a list of all public folders with the Exchange powershell cmdlet Get-PublicFolder and you can easily extract …
Public folders are used to share information and collaborate with other people in your organization. Once the admin enables public …
Problem You might have received the below error when you use SharePoint Rest API to retrieve list items. Code: Microsoft.SharePoint.SPQueryThrottledException …
Problem You might have received the below error when you try to connect SPO site using Connect-SPOService cmdlet. Connect-SPOService : …
Problem You might have received the below error when you try to connect your SharePoint Online site using Connect-SPOService cmdlet. …
In this post, I am going to share Powershell script to find and retrieve the list of Azure AD Integrated …
Problem You might have received the error “Invalid value specified for property ‘mailNickname’ of resource ‘User’” error when you create …