A number of techniques applied in PowerShell or other management tools can run Windows servers more effectively, harden them, and improve their performance.
Fine-tuning Windows servers doesn't have to be a complex process. Easily manageable commands and settings can have a great effect. In this article, I look at 11 practical tips for Windows servers.
1. Remote Desktop Settings
In many organizations, employees use the Remote Desktop tool, usually activated in the server's graphical user interface or from the Server Core text-based menu. On servers with a graphical user interface, the quickest way to find the settings is to call sysdm.cpl. However, you can also enable the remote desktop from the registry with the settings found in the HKLM | SYSTEM | CurrentControlSet | Control | Terminal Server
key. With this approach, you can activate Remote Desktop by importing registry entries. The most important entry is fDenyTSConnection
. A value of 0
activates Remote Desktop, and a value of 1
disables it. To see which users are connected to a server (Figure 1), run the command:
qwinsta /server:<server name>
Figure 1: Remote Desktop Protocol connections are displayed by the qwinsta command.
To deny access to certain users, use group policies. To block access to the Remote Desktop Services (e.g., for local administrators), you should manage the
...
Use Express-Checkout link below to read the full article (PDF).
Windows Server 2016 automatically prefers IPv6 addresses, if available, but the manual configuration steps differ from IPv4 and necessitate new tools. Here's how to approach IPv6 in your daily admin work.
Windows is no longer the system for mouse pushers. In the latest server version, the default installation installs without a GUI, and management via PowerShell is a part of everyday life for Windows administrators.
Windows is no longer the system for mouse pushers. In the latest server version, the default installation installs without a GUI, and management via PowerShell is a part of everyday life for Windows administrators.