In the Windows 10/11 GUI, only the lightweight interface for configuring VPN connections is available, which does not allow you to configure some VPN settings. You can use both the…
Windows 10
- LinuxWindows 10Windows 11
Install Windows Subsystem for Linux (WSL 2) on Windows 10/11
October 25, 2023Windows Subsystem for Linux (WSL) allows you to run native apps, write scripts, and run bash Linux commands and scripts directly from within Windows without the need for emulators or…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Enable and Configure SSH Server on Windows with OpenSSH
March 16, 2024SSH-server based on the OpenSSH package is part of the operating system in all modern versions of Windows. In this article, we’ll show you how to install and configure the…
- Active DirectoryPowerShellWindows 10Windows 11Windows Server 2019
Find Windows OS Versions and Builds in Active Directory
February 20, 2023Let’s look at several ways to inventory versions and builds of Windows OSs in an Active Directory domain (it is especially relevant for Windows 10). If you haven’t any tools…
- Active DirectoryGroup PoliciesPowerShellWindows 10Windows Server 2019
How to Enable and Configure WinRM (Windows Remote Management) via GPO
August 9, 2024In this article, we will show how to enable and configure Windows Remote Management (WinRM) on domain computers using Group Policy (GPO). Windows Remote Management is an implementation of the…
- PowerShellWindows 10Windows 11Windows Server 2016Windows Server 2019
Configuring SFTP (SSH FTP) Server on Windows
March 17, 2024You can use the built-in OpenSSH package in Windows to easily enable secure file transfers between the client and Windows server using the SFTP (Secure FTP) protocol. In this article,…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
Start Menu or Taskbar Search Not Working in Windows 10/11
March 17, 2024The Start Menu search feature is used more often in Windows 10 and 11 than in previous OS versions. You can use Windows Start Menu search to quickly find an…
When a user searches using the Start menu in Windows 10 or Windows 11, the search results show suggestions from the local computer (files, apps, settings) and search results from…
- Group PoliciesWindows 10Windows Server 2019
Fix: Group Policy Processing Error in Windows
March 17, 2024I encountered a strange problem when applying new GPO settings on one of the computers. To diagnose the problem, I updated GPO settings manually using the gpupdate /force command and…
- PowerShellWindows 10Windows Server 2019
Configure PowerShell Remoting (WinRM) for Non-Domain (Workgroup) Computers
March 15, 2024PowerShell Remoting is a great tool that allows you to connect and run commands on remote computers via WinRM. If computers are joined to the Active Directory domain, then PSRemoting…