Use Get-MgUser with Microsoft Graph PowerShell
The old Azure AD module will soon be deprecated, so you need to use the MS Graph PowerShell module to get the user information. With the Get-MgUser cmdlet, you can get and export all Azure AD user...
View ArticleHow to configure SPF DKIM and DMARC for Microsoft 365
To prevent spam, spoofing, phishing attacks, and other email security risks from your domain, it’s essential to set up SPF, DKIM, and DMARC. The three email authentication methods help authenticate...
View ArticleRemove MgUser with Microsoft Graph PowerShell
When you remove an Azure AD user account, it will remain in the recycle bin for 30 days. After these 30 days, Azure AD automatically deletes the user account. We will show you how to remove and...
View ArticleRestore Azure AD users with Microsoft Graph PowerShell
A recently deleted Azure AD user will remain available in the Azure AD recycle bin for 30 days. Within these 30 days, you can fully restore an Azure AD user account. If you create a CSV file, you can...
View ArticleUpdate Azure AD users with Microsoft Graph PowerShell
Sometimes, you need to add or change a single or multiple Azure AD user information. We will show you how to update one property and multiple properties for a single Azure AD user. Also, we will bulk...
View ArticleConfigure Microsoft 365 quarantine retention period to 30 days
Some email messages get quarantined and remain in the default Microsoft anti-spam inbound policy for only 15 days. You should change the quarantine retention days to the maximum days in the Microsoft...
View ArticleManage focused inbox in Microsoft 365 using PowerShell
The Focused Inbox will replace the Clutter feature in Outlook. It places your most important emails under the Focused tab and the rest in the Other tab. You can enable or disable the focused inbox...
View ArticleHow to disable Outlook reactions
Organizations want to turn off reactions to emails in Microsoft Outlook to avoid distractions. Microsoft gave us an option to disable Outlook reactions. You can disallow reactions to any email sent...
View ArticleManage Microsoft 365 users password
Microsoft recommends to set the Microsoft 365 password expiration policy to never expire because password expiration requirements do more harm than good. When users get a message or notification to...
View ArticleExport Microsoft 365 users password report
You can check the password expiration policy for your entire organization in the Microsoft 365 admin center. It does not show a list of all the individual users. To get detailed password information...
View ArticleHow to import Google contacts to Outlook
You can export your Gmail contacts to a CSV file and import them into Outlook. It’s essential to save the CSV file correctly to read the non-English characters of the Google contacts. If you don’t,...
View ArticleConfigure Conditional Access policy
Microsoft recommends to set up an MFA with a Conditional Access policy when you have Microsoft Entra ID P1/P2 license. This means you need to disable the security defaults and per-user MFA first so...
View ArticleChange Microsoft 365 primary SMTP address
A licensed mailbox can have multiple email addresses, but each mailbox has only one primary SMTP address. You can change the name and domain of your primary SMTP address for single and multiple...
View ArticleManage Microsoft 365 users recycle bin
A deleted user account will be kept in the Microsoft Entra ID recycle bin for 30 days by default. It’s described as soft-delete because you can restore a Microsoft 365 user account. After 30 days,...
View ArticleHow to remove Full Access mailbox permission
If a user with Full Access mailbox permission has left the organization, you need to revoke all their mailbox permissions. To bulk remove all mailbox permissions of a single user, it’s faster to use...
View ArticleHow to use Get-Mailbox in PowerShell
To display Microsoft 365 mailbox information for a single user, you can get all the available properties with PowerShell. It’s also faster to view specific information for multiple or all mailboxes....
View ArticleHow to export Full Access mailbox permission
You can export a list of users with Full Access permission to a licensed Microsoft 365 mailbox. This way you can see which users can open the Microsoft 365 mailbox and behave as the mailbox owner. In...
View ArticleBulk import contacts to Microsoft 365 using PowerShell
We like to add new contacts, also known as external contacts in Microsoft 365. These are suppliers, customers, and business partners. Using PowerShell scripts will simplify and streamline the process...
View ArticleHow to assign Full Access mailbox permission
You can assign a user Full Access permission to another mailbox. It’s possible to assign mailbox permissions to single, multiple, or bulk all licensed user mailboxes, shared mailboxes, or groups. In...
View ArticleHow to block Top-Level Domain in Microsoft 365
Organizations get numerous unwanted emails from various domains in their junk mail. It’s best to block all these emails by blocking the Top-Level Domain URL or domain URL in their message. You can...
View Article