IPerf is an open-source command line tool designed to test network throughput between two network hosts. The iPerf allows to generate TCP and UDP traffic (load) between two hosts. You…
Windows Server 2019
- Windows 10Windows Server 2016Windows Server 2019
Enable Two-Factor Authentication (2FA) in Windows with MultiOTP
January 8, 2023In this article, we will show how to implement two-factor authentication (2FA) for users on a Windows domain using the free open-source multiOTP package. MultiOTP is a set of PHP…
- Windows Server 2016Windows Server 2019
How to Remove RD Session Host from Remote Desktop Services Deployment
June 8, 2023To remove an RSDH host from a Remote Desktop Services session collection/farm, you can use the Server Manager graphical console or the Remove-RDSessionHost PowerShell cmdlet.
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Enable and Configure SSH Server on Windows with OpenSSH
June 8, 2023SSH-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…
In classic Windows PowerShell versions (up to 5.1), you could use only the WinRM protocol (WSMan, port 5985/5986) to access remote computers using PSRemoting. In the newer cross-platform versions of…
- 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…
- PowerShellWindows Server 2012 R2Windows Server 2016Windows Server 2019
Migrating RDS Roles (Connection Broker, Web Access) to Another Server
January 18, 2023This guide should help you to migrate (move) Remote Desktop Connection Broker and RDS Web Access roles to another server. In this example, we will migrate the RDS Connection Broker…
- Active DirectoryGroup PoliciesPowerShellWindows 10Windows Server 2019
How to Enable and Configure WinRM (Windows Remote Management) via GPO
June 8, 2023In 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
May 10, 2023You 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
September 7, 2022The 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…