You can use the open-source usbipd-win project to access a computer’s physical USB devices from the Windows Subsystem for Linux (WSL2) or Hyper-V virtual machine. This tool allows you to…
Windows 10
- PowerShellWindows 10Windows 11Windows Server 2019
Send-MailMessage: Sending E-mails with PowerShell
March 17, 2024You can use the built-in Send-MailMessage cmdlet to send SMTP e-mails from PowerShell (previously you can use the .Net System.Net.Mail class to send e-mail messages). Send-MailMessage allows you to send…
- Group PoliciesPowerShellWindows 10Windows Server 2019
Clear Cache and Temp Files in User Profiles on Windows (RDS) with PowerShell and GPO
March 21, 2023Windows Server RDS farm administrators are often faced with the problem of running out of space on a system drive due to a large amount of user data. This article…
- Questions and AnswersWindows 10Windows 11Windows Server 2019
Internet Time Synchronization Failed on Windows
March 15, 2024A time synchronization error may occur in Windows when your computer fails to automatically synchronize its local time with the time.microsoft.com time servers on the Internet. If your computer’s time…
- Windows 10Windows 11Windows Server 2019
Copy/Paste Not Working in Remote Desktop (RDP) Clipboard
March 17, 2024You can use the clipboard in an RDP session to copy/paste text and files between a local computer and a remote host (this can be either a Windows workstation or…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2019
How to Disable NTLM Authentication in Windows Domain
March 16, 2024NTLM (NT LAN Manager) is a legacy Microsoft authentication protocol that dates back to Windows NT. Although Microsoft introduced the more secure Kerberos authentication protocol back in Windows 2000, NTLM…
- Active DirectoryGroup PoliciesQuestions and AnswersWindows 10Windows Server 2019
Group Policy Management in Active Directory
March 17, 2024Active Directory Group Policies allow you to centrally apply the same settings for multiple computers and/or domain users and greatly simplify configuration management in an AD domain environment. The Group…
- Questions and AnswersWindows 10Windows 11
Security Tab Missing from File/Folder Properties in Windows
March 13, 2024I faced the following issue: the Security tab in the properties of files and folders in Windows Explorer is no longer displayed on one of the computers running Windows 10.…
- PowerShellQuestions and AnswersWindows 10Windows Server 2019
Export-CSV: Output Data to CSV File Using PowerShell
March 15, 2024You can use the Export-CSV cmdlet in PowerShell to export data arrays to CSV files. In this article, we will show you how to export data to a CSV file…
- PowerShellQuestions and AnswersWindows 10Windows 11
How to Force Remove a Printer That Won’t Uninstall on Windows
March 15, 2024I have often encountered situations where Windows could not remove installed printers. A printer may not appear in the Windows Control Panel (but it may be available in the Print…