Get-MgUser: How to Get and Export Azure AD users with PowerShell

Get MgUser

Starting from Dec 2022 we will need to use the Get MgUser cmdlet to get and export our Azure AD users. Get-MgUser is part of the Microsoft Graph SDK for PowerShell. It allows us to interact with all Microsoft Services … Read moreGet-MgUser: How to Get and Export Azure AD users with PowerShell

How to Install Microsoft Graph Module in PowerShell

The Microsoft Graph API allows us to interact with all Microsoft services through a single source. To do this from PowerShell, we always had to install different modules and make different connections. This is no longer necessary with the Microsoft … Read moreHow to Install Microsoft Graph Module in PowerShell

Get AzureADUser – How to Find and Export Azure AD Users with PowerShell

Just like with the on-premise Active Directory can we manage our users in Azure AD with PowerShell. For this, we will need to use the Get AzureADUser cmdlet in Powershell. This cmdlet is part of the PowerShell AzureAD Module. When … Read moreGet AzureADUser – How to Find and Export Azure AD Users with PowerShell

Get-ADUser – How to Find and Export AD Users with PowerShell

The Active Directory is our main source when it comes to managing user accounts. The management console is great for looking up a single user, but when we need more, then the Get-ADUser cmdlet in PowerShell is much more powerful. … Read moreGet-ADUser – How to Find and Export AD Users with PowerShell