PowerShell HashTable – Everything you need to know

Hashtables in PowerShell can be used to store information in a structured manner. This is done by using key/value pairs allowing you to easily extract the needed information from the hashtable. You can compare a hashtable in PowerShell with an associative array if you want. … Read morePowerShell HashTable – Everything you need to know

How to Convert Shared Mailbox to User Mailbox

Shared mailboxes in Microsoft 365 can be converted (back) to a user mailbox. This can be necessary when you need to access the mailbox directly (from an application or specific device) or accidentally convert the wrong user mailbox to a shared mailbox. Keep in mind … Read moreHow to Convert Shared Mailbox to User Mailbox

How to Convert User Mailbox to Shared Mailbox

When a user leaves the organization you might want to keep the mailbox available so other users can access it. Leaving a user mailbox active requires an Exchange Online license, but when you convert the mailbox to a shared mailbox, a license is not needed. … Read moreHow to Convert User Mailbox to Shared Mailbox

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