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
March 17, 2024Windows 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…
In 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 10Windows Server 2019
PowerShell Install-Module Error: Unable to Download from URI
March 15, 2024In 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…
- ExchangePowerShell
How to Delete or Rename Default Mailbox Database in Exchange Server
March 17, 2024When 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
March 15, 2024By 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…
- Azure and Microsoft 365ExchangePowerShell
Get a List of Mailboxes a User Has Access to in Exchange/Microsoft 365
March 15, 2024When 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…
- PowerShellWindows Server 2019Windows Server 2022
Configuring RDS Connection Broker High Availability on Windows Server
March 15, 2024Remote Desktop Connection Broker (RDCB) is a component of the Remote Desktop Services (RDS) role in Windows Server. RD Connection Broker allows you to load-balance the RDS farm servers (when…
- PowerShellWindows Server 2016Windows Server 2019
Tracking and Analyzing Remote Desktop Connection Logs in Windows
March 15, 2024In this article, we’ll describe how to get and audit the RDP connection logs in Windows. The RDP connection logs allow RDS terminal server administrators to get information about which…