You can use the built-in Send-MailMessage cmdlet to send SMTP e-mails from PowerShell. You can use this cmdlet to send e-mails in PowerShell version 2.0 and newer (previously you can…
Windows 11
- Questions and AnswersWindows 10Windows 11Windows Server 2019
Internet Time Synchronization Failed on Windows
March 6, 2023A 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
February 28, 2023You 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…
- Questions and AnswersWindows 10Windows 11
Security Tab Missing from File/Folder Properties in Windows
February 20, 2023I 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 11
How to Force Remove a Printer That Won’t Uninstall on Windows
November 24, 2023I 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…
- PowerShellWindows 10Windows 11
How to Uninstall or Disable Microsoft Edge on Windows 10/11
June 8, 2023The Microsoft Edge browser is installed by default on Windows 11 and all new Windows 10 builds (and Windows Server 2022/2019). If you have another browser installed on the computers…
Modern builds of Windows 10 and Windows 11 come with the Microsoft Edge browser preinstalled, which should replace the deprecated Internet Explorer (how to remove IE on Windows). Some users…
The Microsoft Edge browser is used by default to view PDF files on Windows 10 and 11, even if you have another program installed on your computer to open the…
- Active DirectoryQuestions and AnswersWindows 10Windows 11Windows Server 2022
Join a Windows Computer to an Active Directory Domain
February 3, 2023This article describes how to join a Windows 10/11 or Windows Server 2022/2019/2016 computer to an on-premises Active Directory domain.
- PowerShellWindows 10Windows 11Windows Server 2019
Using Previous Command History in PowerShell Console
January 31, 2023By default, Windows saves all of the commands that you type in the PowerShell console to a text log file. This allows you to re-run any command and view the…