How to enable Password Writeback in Azure AD

Password Writeback isn’t enabled by default in an Azure AD Hybrid environment. Password changes or resets need to be done on-premise and can’t be done in Office 365. For the user experience, it’s more convenient that they can reset or change their password also in … Read moreHow to enable Password Writeback in Azure AD

Azure AD Password Policy – Complete Guide

Azure AD Password policies help you to secure your Microsoft 365 tenant. The policy defines how strong a password must be when they expire, and how many logins attempts a user can do before they are locked out. With cloud-only accounts, you can’t change the … Read moreAzure AD Password Policy – Complete Guide

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 Change Signature in Outlook

Signatures in Outlook are a great way to share your contact information with your customers. But sometimes you need to change the email signature in Outlook. You may want to edit your contact details or maybe even select a completely different signature. In this article, … Read moreHow to Change Signature in Outlook

How to Disable MFA in Office 365 Quickly with PowerShell

There are different reasons why you might want to disable MFA in Office 365. A user may have lost their phone or you want to migrate to a different MFA system. No matter what the reason is, we can quickly disable MFA for single or … Read moreHow to Disable MFA in Office 365 Quickly with PowerShell

Hornetsecurity 365 Total Protection review

#sponsored Phishing emails are becoming more effective and sophisticated these days. Even with awareness training, some users still recognize them too late, causing potential harm to your data. Therefore, it’s important to keep our Microsoft 365 inboxes clean from phishing and malware emails. To do … Read moreHornetsecurity 365 Total Protection review

How to Install Azure AD module in PowerShell

When you want to use PowerShell to interact with your Azure AD environment you will need to install the Azure AD Module. This module allows you to manage your whole Azure Active Directory with PowerShell. Good to know up front is that the Azure AD … Read moreHow to Install Azure AD module in PowerShell

Get AzureADUser – How to Find and Export Azure AD Users with PowerShell

Just like with the on-premise Active Directory can we manage our users in Azure AD with PowerShell. For this, we will need to use the Get AzureADUser cmdlet in Powershell. This cmdlet is part of the PowerShell AzureAD Module. When using Microsoft 365 your users … Read moreGet AzureADUser – How to Find and Export Azure AD Users with PowerShell