The built-in SSH client appeared in Windows 10 and Windows Server 2019. Ssh.exe can be used to securely connect to Linux/UNIX servers, VMWare ESXi hosts and other devices instead of…
Windows 10
- PowerShellWindows 10Windows Server 2016
CHKDSK: How to Check and Repair Hard Drive Errors in Windows 10?
March 29, 2021CHKDSK.exe (check disk) is a classical built-in Windows tool for checking hard drives for errors. The chkdsk allows you to check your disk and file system for physical and logical…
In Windows 10 1903/1909 I have found several strange bugs related to configured VPN connections. The first problem: when trying to connect to a remote VPN L2TP server, a VPN…
- Group PoliciesWindows 10Windows Server 2016
Securing RDP Connections with Trusted SSL/TLS Certificates
August 27, 2020In this article we’ll show how to use trusted SSL/TLS certificates to secure RDP connections to Windows computers or servers in an Active Directory domain. We will use trusted SSL…
- PowerShellWindows 10Windows Server 2012 R2Windows Server 2016
How to View and Close Open Files in Windows Server SMB Share?
October 20, 2022Windows file server administrators often have to force close the shared files that are open simultaneously by multiple users. This usually happens if the desktop software doesn’t work as expected,…
- Active DirectoryWindows 10Windows Server 2016
Unable to Access SYSVOL and NETLOGON folders from Windows 10
May 10, 2023I noticed some strange things when trying to access SYSVOL and NETLOGON folders in the domain from Windows 10/Windows Server 2016. When I tried to access the domain by the…
The built-in Windows Remote Desktop Connection (RDP) client (mstsc.exe) saves the remote computer name (or IP address) and the username that is used to login after each successful connection to…
Mbr2gpt.exe is a new built-in Windows 10 console tool that allows you to convert a disk with the MBR (Master Boot Record) partition table to a GPT (GUID Partition Table)…
The setup.exe installer in a Windows 10 install image has quite a large number of the command-line parameters that administrators may be interested in to automate and manage a Windows…
- PowerShellWindows 10Windows Server 2016
RDP Brute Force Protection with PowerShell and Windows Firewall Rules
May 10, 2023I have had an idea to write a simple PowerShell script to automatically block (blacklist) IP addresses, on which RDP brute-force attempts or continuous RDP attacks are detected, in Windows…