Get MFA Status of Office 365 users with Microsoft Graph

Keeping track of your user’s MFA Status is important to keep your tenant protected. For now, we can still use the Msol module for this in PowerShell, but Microsoft is planning to retire this module. So I have recreated my successful MFA Status script with … Read moreGet MFA Status of Office 365 users with Microsoft Graph

Set-Mailbox – Change Mailbox settings with PowerShell

The Set-Mailbox cmdlet in PowerShell allows us to change mailbox settings in Exchange Server and Exchange Online. We can use the cmdlet for example to change mailbox quotas, add an alias to the mailbox, set folder permissions, or even change the mailbox language. In this … Read moreSet-Mailbox – Change Mailbox settings with PowerShell

How to Add User to Group in PowerShell with Add-ADGroupMember

When you need to add multiple users to an Active Directory group then using PowerShell is really your best option. Instead of looking up all the users manually, you can quickly add users to the group with PowerShell. Adding or removing users from AD groups … Read moreHow to Add User to Group in PowerShell with Add-ADGroupMember