This 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 role from Windows Server 2012 R2 host to Windows Server 2019. We will also look at the specifics of migrating the RD Web Access role.
- 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…
- Windows 7Windows Server 2008 R2
Adding USB 3.0 and NVMe Drivers to Windows 7 Install Media
November 16, 2022The Windows 7 RTM distribution doesn’t support USB 3.0 and NVME controllers out-of-the-box, and you can encounter some problems when installing Windows 7 on a computer/laptop having USB 3.0/3.1 ports…
- 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…
- Hyper-VPowerShellWindows Server 2016Windows Server 2019
Hyper-V Virtual Machine Stuck in Stopping/Starting State
May 10, 2023If your virtual machine running on Hyper-V is stuck for some reason, stopped responding, and doesn’t start/stop/reset after clicking the corresponding buttons in the Hyper-V Manager console, you can force-stop…
- PowerShellWindows 10Windows 11
Disable Web Search Results in Windows 10/11 Start Menu
February 27, 2023When 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
February 27, 2023I 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
February 3, 2023PowerShell 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…
- PowerShellWindows 10Windows Server 2019
How to Run Multiple Commands in One Line in PowerShell and CMD
June 8, 2023In this quick note, I’ll show you how to run multiple cmd or PowerShell commands in one line. Sometimes you have to do this when you invoke PowerShell commands from…