Export Manager of All Microsoft 365 Users using Graph API in PowerShell
We can use the Get-AzureADUser cmdlet from the Azure AD PowerShell module to get user details and use the Get-AzureADUserManager cmdlet to get the …
We can use the Get-AzureADUser cmdlet from the Azure AD PowerShell module to get user details and use the Get-AzureADUserManager cmdlet to get the …
In this blog, we will explore how to get Access Token for Delegated permissions (On behalf of a user) for …
Microsoft Teams provides a collaborative workspace environment within Microsoft 365. Users can use the Teams as a central hub for …
There are many ways to invite external users and add them as guest users in Azure AD. The guest users …
Azure AD Security Groups are Security Principals which can be used to secure objects. In Microsoft 365, we can assign …
Administrators can use the Microsoft Teams Admin center to view and manage Teams and Channels. In this post, we will …
We can use the EWS Managed API to work with items in a mailbox in Exchange and Exchange Online. You …
In SharePoint Online, sharing a site or individual file from a document library is an important requirement for team collaboration. …
Azure AD Sign-In audit logs provide information about the usage of managed applications, user sign-in activities (success and failed log-ins), …
PowerShell supports different features to work with a collection of objects, such as List, Array, and Hashtable. In this post, …