You can enable, disable, or get the Multi-Factor Authentication (MFA) status for users in your Azure/Microsoft 365 tenant using Azure Portal, Microsoft 365 Admin Center, or PowerShell. In this article,…
PowerShell
- PowerShellWindows 10Windows 11
Fix: You’ll Need a New App to Open This Windows Defender Link
April 27, 2022Sometimes you may see that the Windows Security settings window not opening in Windows 10 or 11. When trying to open Windows Security (Windows Defender) from the Settings menu (Settings…
- Active DirectoryPowerShell
How to Reset an Active Directory User Password with PowerShell and ADUC
June 8, 2023In this article, we will look at how to change (reset) the password of one or multiple Active Directory users using the Active Directory Users and Computers graphical snap-in (ADUC),…
- PowerShellWindows 8Windows Server 2012 R2
PowerShell Install-Module Error: Unable to Download from URI
January 18, 2023In earlier Windows versions (Windows 8.1, Windows Server 2012 R2), you may see the Unable to download from URI error when trying to install modules from the PowerShell Gallery using…
- AzureMicrosoft 365PowerShell
How to Reset User Password in Azure Active Directory (Microsoft 365)
June 8, 2023If an Azure Active Directory user forgets his password, an Azure (Microsoft 365) tenant administrator can reset it in several ways: using the Azure Portal, through PowerShell, or by enabling…
When you install a new Exchange Server 2019/2016/2013/2010 with the mailbox role, the default mailbox database is automatically created. The database is created in the Exchange installation folder (C:\Program Files\Microsoft\Exchange…
- Active DirectoryGroup PoliciesPowerShellWindows Server 2019
How to Allow or Deny Workstation Logons for AD Users
June 8, 2023By default, when you create new Active Directory users, they are automatically added to the Domain Users group. In its turn, the Domain Users group is added to the local…
- ExchangeMicrosoft 365Office 365PowerShell
Get a List of Mailboxes a User Has Access to in Exchange/Microsoft 365
February 10, 2023When auditing mailbox permissions in an Exchange Server organization or Microsoft 365 tenant (Exchange Online), the administrator needs to find all the mailboxes that a particular user has access to.…
- PowerShellWindows 10Windows 11Windows Server 2016Windows Server 2019
How to Configure NIC Teaming on Windows Server 2019/2016 and Windows 10
June 8, 2023NIC Teaming (or Load Balancing/Failover – LBFO, or NIC bonding) allows joining multiple physical network adapters (NICs) into a single logical network card. In this article, we’ll show how to…
- Group PoliciesPowerShellWindows Server 2019
Managing Group Policies (GPO) in Active Directory with PowerShell
February 27, 2023The primary tool to manage Group Policy Objects (GPOs) in an Active Directory domain is the graphic Group Policy Management Console (GPMC.msc). In order to automate and improve the performance…