Get-MgUser: Get Entra ID users with PowerShell

In this article, I’ll show you how to use Get-MgUser cmdlet to retrieve Entra ID user details from Microsoft 365. I’ll show you examples of how to get all Entra ID users or query for specific users with the filter parameter. Contents Get-AzureADUser vs Get-MgUser When managing users in Microsoft’s cloud services, you will come … Read more

How to use Get-Mailbox (With Examples)

In this guide, you will learn how to use the get-mailbox command to view Exchange mailboxes and details. The Get-Mailbox cmdlet works with both on-premises Exchange and Exchange online. Contents What is Get-Mailbox Get-Mailbox is a PowerShell cmdlet that retrieves information about mailboxes found in an Exchange organization or Microsoft 365 tenant. This command can … Read more

Enable Online Archive in Office 365

In this guide, you will learn how to enable the online archive feature for Office 365 users. The online archive in Office 365, also known as In-Place Archive, is a feature that provides additional storage space to store older or less frequently accessed emails. You basically get more email storage at no additional cost, plus … Read more

How to Check Mailbox size in Office 365

In this post, you will learn how to check the Office 365 mailbox size for single and all users. Knowing your mailbox sizes is useful for many reasons, such as help manage storage quotas, plan for storage optimization, and migration planning and more. Contents Notes: Check Mailbox Size in Exchange Admin Center Thats it! As … Read more

How to Install Microsoft Graph PowerShell Module

In this post, you will learn how to install the Microsoft Graph PowerShell Module. In addition, I’ll show you how to verify the install, check available commands and connect to MS Graph. The MS-Graph PowerShell module allows you to manage Microsoft 365 services from the command line such as, creating users, managing groups, device management … Read more