archiveFebruary 2022

Remote Desktop Setup
Desktop

Remote Desktop Setup

Microsoft Remote Desktop Services allows users to access centralized applications and workstations in the data center remotely. Microsoft RDS is the new expanded and renamed Microsoft Terminal Services. In this post I will document the implementation of RDS in my home lab using an ‘all-in-one’ configuration. vBoring Blog Series: Server...
Connecting a computer to a server
Server

Connecting a computer to a server

In a network of computers, the server is the computer responsible for providing information and services to client workstations. Generally, it has more storage, memory and processing power than an average desktop or laptop computer. Connecting to a server is essential for accessing files and resources, performing backups, and responding...
SQL Server Firewall Ports to Open
Port

SQL Server Firewall Ports to Open

Scenario 1 SQL Server instance is running on default port 1433 TCP/IP. So you need to add TCP/IP 1433 in exception list of Windows Firewall. Access Windows Firewall exception frame, go to exceptions tab and click Add Port... button. A frame will appear as shown below, provide parameters with any...