The following error may occur when you use the built-in RDP client (mstsc.exe) to connect to the desktop of a remote computer: Remote Desktop Connection An authentication error has occurred.…
Windows 10
- PowerShellWindows 10Windows 11Windows Server 2022
How Show a Pop-Up or Balloon Notification with PowerShell
April 10, 2024You can use PowerShell to show pop-up or toast messages to notify Windows users about important events. To get information from the user or confirm an action, you can use…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2016
Using WMI Filters to Target Group Policies in Active Directory
June 5, 2024Group Policy (GPO) WMI Filters allow you to create additional conditions that define the computers to which you want to apply GPO settings. For example, you can use a WMI…
- PowerShellWindows 10Windows Server 2019
Adding Multiple IP Addresses (Aliases) to a Single Network Adapter
April 27, 2024Windows allows to assign multiple IP addresses (aliases) to a single physical network adapter. This can be useful when you want to run multiple websites with unique IP addresses on…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
FTP Server Quick Setup on Windows 10/11 and Windows Server
March 16, 2024In this step-by-step guide, we’ll look at how to install and configure an FTP server for easy file transfer on Windows Server. The built-in FTP server is available in all…
- PowerShellWindows 10Windows 11Windows Server 2022
Managing Printers and Drivers on Windows with PowerShell
October 11, 2024With PowerShell, you can automate common printer and printer driver management tasks in Windows. This guide explains how to create, delete, or share a printer from the PowerShell console; set…
The Mandatory Profiles feature in Windows allows to create read-only user profiles. A mandatory profile is a special pre-configured type of roaming profile that doesn’t save changes made by the…
- PowerShellWindows 10Windows 11Windows Server 2019
Downloading (Transferring) Large Files Using PowerShell and BITS
April 10, 2024If you need to download (transfer) a large file to a remote computer without overloading the network channel, we recommend using the BITS protocol. BITS (Background Intelligent Transfer service) is…
- Windows 10Windows Server 2019
Fix: Clock Reverts to Wrong Time After Computer (Server) Reboot
March 12, 2024In this article, we’ll consider why the system clock displays incorrect time and date after a shutdown, restart or resuming from hibernation of a laptop/computer/server. Time is reset each time…
Today we’ll talk about opportunities for managing printers and their drivers from the command prompt in Windows 10/ 8.1 and Windows Server 2012 R2/ 2016. We will consider how to…