Remote Desktop Gateway is a Remote Desktop Services role on Windows Server that is used to provide secure access to remote desktops and published RemoteApps from the Internet via an HTTPS gateway. A server with the RD Gateway role acts as an intermediary between external RDP clients and internal RD services. When using RDGW, users don’t need to configure a VPN to connect to RDS in a corporate network. The standard Remote Desktop Connection client (mstsc.exe) is used to connect. In this article, let’s look at how to deploy Remote Desktop Gateway on Windows Server 2019 (the guide is also applicable for Windows Server 2022/2016 and 2012 R2).
- PowerShellWindows 10Windows Server 2019
How to Manage Windows File Shares Using PowerShell
June 8, 2023The built-in SMBShare PowerShell module allows you to create, configure and manage shared network folders in Windows. In this article, we will look at how to manage file shares (SMB…
- OutlookWindows 7Windows Server 2008 R2
Outlook: Your Server Does Not Support the Connection Encryption Type
January 18, 2023In legacy Windows versions (Windows 7/XP or Windows Server 2008R2/2003) with Outlook 2010/2013/2016/2019, you may see the following error when trying to connect to a mail server:
- ExchangeMicrosoft 365OutlookPowerShell
Configure Auto-Reply (Out of Office) Message in Exchange and Microsoft 365
September 15, 2023An automatic reply feature (Auto-Reply, Out of Office Message/OOF) allows an Exchange user to configure a rule in their mailbox to automatically send a specific message in reply to all…
VMware vCenter Converter Standalone is a free tool from VMware that allows you to convert (migrate) a physical server (computer) to a virtual machine (P2V, Physical-to–Virtual) or move a VM…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Add/Remove Drivers to a Windows WIM/ISO Install Image
June 8, 2023You can simplify the deployment of the operating system on typical workstations (servers) if you add all the necessary drivers to the Drive Store of your Windows install image. In…
- Windows 10Windows 11Windows Server 2019
Configuring RDP/RDS Sessions Limits (Timeouts) on Windows
February 27, 2023When a user closes the RDP/RDS session window in a terminal client (mstsc.exe, RDCMan or Remote Desktop HTML5 web client) by simply clicking the cross in the top right corner…
- PowerShellWindows 10Windows Server 2019
How to Check Who Restarted (Shutdown) Windows Server
June 8, 2023If your company has several system administrators, sometimes you may want to know who rebooted the server. In this article. I will show you how to identify a user who…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Find Duplicate Files Using PowerShell
June 8, 2023For one of the projects, I needed a PowerShell script to find duplicate files in the shared network folder of a file server. There are a number of third-party tools…
PostgreSQL is a free object-relational database management system able to compete with proprietary databases, like Microsoft SQL Server or Oracle. PostgreSQL supports user data, functions, operations, domains, and indexes. In…