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 Whitelist an Email Address in Office 365

Threat policies in Exchange Online prevent phishing emails and malware from ending up in the user’s mailbox. But sometimes legitimate emails end up in the spam folder as well. Although users can mark them as a safe sender manually in … Read moreHow to Whitelist an Email Address in Office 365

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