Get List of Registered Azure AD Applications using PowerShell
In this post, I am going to share powershell script to find and retrieve the list of Azure AD applications …
In this post, I am going to share powershell script to find and retrieve the list of Azure AD applications …
Microsoft using Office 365 Group as a base service for other products like Planner, MS Teams, Yammer, etc… , so …
In Office 365 cloud world, users need to use their UPN (UserPrincipalName) as main login name to sign-in into any …
In the Windows On-Premises Active Directory, users can either use samAccountName or User Principal Name (UPN) to login into AD …
We may fall in a situation to get a list of Office 365 users with a specific license plan to …
The Azure Active Directory Authentication Library (ADAL) enables client application developers to authenticate users to cloud Azure AD or on-premises …
In this post I am going to write PowerShell script to check if a given office 365 user is licensed …
In this post I am going to share PowerShell script to export enabled Azure AD users and disabled (sign-in blocked) …
In this post I am going to share PowerShell script to check if a given office 365 user is blocked …
In this post, I am going to explain how to consume Microsoft Graph endpoints in Powershell and provide a sample …