Open PowerShell, right-click in the upper-left corner, and click properties. From the properties, you can change the colors, font, and much more.
How to create a conditional access policy that requires multi-factor authentication (MFA) for all cloud apps through PowerShell
To add conditional access through PowerShell, you can use the Azure AD PowerShell module (learn how to install), which allows you to manage Azure AD using cmdlets in a PowerShell environment. Below is an example of how to create a conditional access policy that requires multi-factor authentication (MFA) for all […]
How to change the UPN of a user in Azure Active Directory through PowerShell
You can use the Set-MsolUserPrincipalName cmdlet in the Azure Active Directory PowerShell module (click to learn how to install) to change the User Principal Name (UPN) of a user in the Azure Active Directory (AAD). The UPN is the name that identifies a user in an Active Directory environment and […]
How to install the Azure Active Directory PowerShell module
You can install the Azure Active Directory PowerShell module by using the following steps: Open Windows PowerShell as an administrator (1). Run the command: Install-Module -Name AzureAD (2). If you see a prompt to install NuGet, type Y, and press Enter. If you see a prompt to install the module […]
How to enable MRS proxy through Exchange Management Shell
MRS (Mailbox Replication Service) is a service in Microsoft Exchange Server that is responsible for replicating mailbox data between mailbox servers. The MRS Proxy service is a component of MRS allowing mailbox moves to be performed between servers that are in separate Active Directory sites. This can be useful in […]
How to reset a user’s password from the O365 portal
As an administrator, you can reset the password for any user in your Office 365 organization through the Microsoft 365 admin center. Here’s how: Go to the Microsoft 365 admin center (https://admin.microsoft.com). Sign in using your administrator account. In the left navigation, go to Users (1) > Active users (2). […]
Enable and disable Azure security defaults
Azure Security Defaults is a feature in Azure that helps protect Azure resources by enabling a set of built-in security controls. You can Enable or Disable: Sign in to the Azure portal. Select All services in the left-hand menu, and then search for and select Azure Active Directory. Then click […]
How to enable IRM for SharePoint online
To enable Information Rights Management (IRM) for SharePoint Online, follow the below: Login to the admin portal (admin.microsoft.com) and go to the SharePoint Online administration center: Click on “settings” in the left-hand navigation and then click at the bottom of the page where it says “Can’t find the setting you’re […]
Set a password expiration policy in Office 365 portal
To set a password expiration policy in the Office 365 portal, follow the below: Sign in to the Office 365 admin portal (admin.microsoft.com) using your administrator account. Click Settings -> Org settings -> Security & Privacy and select Password expiration policy Untick the “Set passwords to never expire” and set […]
How to activate In-Place Archiving in Office 365
To activate In-Place Archiving in Office 365, you will need to follow these steps: Sign in to the Office 365 portal, go to the Exchange Admin center: Select the user whose mailbox you want to enable In-Place Archiving for, click on the “Others” tab and scroll down to click the […]