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

How to Get Mailbox Permissions with PowerShell – including CSV Report

How do you keep track of mailbox permissions in Exchange Online? Adding new permissions is easy and done quickly, but removing obsolete permissions is often forgotten. To keep track we want to get a report with all mailbox folder permissions. … Read moreHow to Get Mailbox Permissions with PowerShell – including CSV Report