Visual Studio Code is a very feature-rich and versatile text editor that can benefit both developers and system administrators. You can use VS Code to edit your PowerShell scripts, configuration…
Windows 10
- Windows 10Windows 11Windows Server 2016
Getting Started with Windows Recovery Environment (WinRE)
July 7, 2023The Windows Recovery Environment (WinRE) is a minimal operating system based on the Windows Preinstallation Environment (WinPE) image that includes a number of tools to repair, reset and diagnose Windows.…
- Group PoliciesWindows 10Windows 11
How to Backup and Copy Local Group Policy Settings to Another Computer
July 7, 2023Group Policies are used to centrally configure settings for computers and users in Windows. If your computers are joined to a Windows domain, you can use domain GPOs to bring…
- Questions and AnswersWindows 10Windows 11Windows Server 2019
How to Reset a Local Administrator Password on Windows
July 5, 2023It can happen that you have forgotten your Windows login password and can no longer log on to your computer. This article shows you how to reset a forgotten password…
- PowerShellWindows 10Windows Server 2019
Check for Open (Listening) Ports with PowerShell
July 5, 2023In PowerShell, you can use the Test-NetConnection cmdlet to check whether a port is available (open) on a remote computer. You can use this cmdlet to check the response and…
Remote users can connect to their Windows 10 and 11 computers through the Remote Desktop Services (RDP). All you need to do is enable Remote Desktop, grant the user RDP…
- Questions and AnswersWindows 10Windows Server 2019
Printer Settings Could Not Be Saved, Operation Not Supported
June 26, 2023I encountered a strange error when trying to change the shared network printer settings or to change the current driver: Printer settings could not be saved. This operation is not…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Install Remote Server Administration Tools (RSAT) on Windows
June 26, 2023The Remote Server Administration Tools (RSAT) allow you to remotely manage roles and features on Windows Server hosts from a Windows workstation. RSAT includes graphical MMC snap-ins, command line tools,…
- Group PoliciesWindows 10Windows 11Windows Server 2019
How to Reset the Group Policy Settings on Windows
June 23, 2023Group Policy Object (GPO) is a handy tool for fine-tuning the user and the operating system environment in Windows. Both domain GPOs (if the computer is a member of an…
- Active DirectoryPowerShellWindows 10Windows Server 2019
How to Get a List of Local Administrators on Computers
September 20, 2023In this article, we will look at how to get a list of users and groups that have local administrator rights on Windows workstations and servers on your network.