Windows 10 and 11 have a built-in Microsoft Defender Antivirus (quite good, I should say) managed through the Windows Security Center. In some cases, Microsoft Defender or Security control panel…
Using PowerShell for System Administration and Automation Tasks
- PowerShellWindows 10Windows 11
How to Manually Install Windows Updates from CAB and MSU Files
June 8, 2023Windows updates are released as packages with the MSU or CAB file extensions. If the Windows Update service is not working (or disabled), you can manually download and install the…
- AzureMicrosoft 365PowerShell
Enable or Disable MFA for Users in Azure/Microsoft 365
February 20, 2023You 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,…
- 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.…