DNS

How to Configure DNS Resolution on SLES 15 — step-by-step SUSE Linux Enterprise 15 tutorial on Progressive Robot

How to Configure DNS Resolution on SLES 15

Introduction This tutorial covers How to Configure DNS Resolution on SLES 15 on SLES 15. SLES 15 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 15 system is up to date: zypper refresh […]

Read more
How to Configure LDAP Security on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure LDAP Security on Windows Server 2019

Introduction to LDAP Security LDAP (Lightweight Directory Access Protocol) is the protocol that applications use to query and modify Active Directory. By default, Windows Server 2019 domain controllers accept LDAP connections on port 389 without requiring signing or channel binding, making them vulnerable to man-in-the-middle attacks where an attacker can intercept and relay LDAP authentication. […]

Read more
How to Configure Active Directory Trust Relationships on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Active Directory Trust Relationships on Windows Server 2019

Introduction to Active Directory Trust Relationships Active Directory trust relationships allow users in one domain or forest to access resources in another domain or forest. Trusts are directional—a trust between Domain A and Domain B means users in Domain A can authenticate to Domain B (or vice versa, depending on direction). Windows Server 2019 supports […]

Read more
How to Set Up Read-Only Domain Controllers on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Read-Only Domain Controllers on Windows Server 2019

Introduction to Read-Only Domain Controllers A Read-Only Domain Controller (RODC) is a domain controller that hosts a read-only copy of the Active Directory database. RODCs were designed specifically for branch office scenarios where physical security cannot be guaranteed. If an RODC is stolen or compromised, the damage is limited because it holds no writable copy […]

Read more
How to Configure Active Directory Replication on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Active Directory Replication on Windows Server 2019

Introduction to Active Directory Replication Active Directory is a distributed database. In a multi-domain-controller environment, changes made on one DC must propagate to all other DCs in the domain. This process is called replication. Windows Server 2019 uses two replication topologies: intrasite replication (within a site, using RPCs over TCP/IP, triggered within seconds) and intersite […]

Read more
How to Set Up PowerShell Remoting on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up PowerShell Remoting on Windows Server 2019

Introduction to PowerShell Remoting PowerShell Remoting enables administrators to run commands and scripts on remote Windows Server 2019 machines as if they were running locally. Based on the WS-Management protocol (WinRM) and the Web Services for Management (WSMan) standard, PowerShell Remoting provides encrypted, authenticated remote management over HTTP (port 5985) or HTTPS (port 5986). Unlike […]

Read more
How to Configure WMI on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure WMI on Windows Server 2019

Introduction to WMI on Windows Server 2019 Windows Management Instrumentation (WMI) is a core Windows infrastructure technology that provides a standardized interface for managing and monitoring Windows systems. WMI implements the Distributed Management Task Force (DMTF) Common Information Model (CIM) standard, making it an industry-standard approach to system management. On Windows Server 2019, WMI exposes […]

Read more
How to Set Up SNMP on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up SNMP on Windows Server 2019

Introduction to SNMP on Windows Server 2019 Simple Network Management Protocol (SNMP) is a standard protocol for monitoring and managing network devices and servers. On Windows Server 2019, the SNMP service allows network monitoring systems such as Nagios, Zabbix, PRTG, SolarWinds, and Cacti to query the server for operational data including system information, network interface […]

Read more
How to Configure Event Log Management on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Event Log Management on Windows Server 2019

Introduction to Event Log Management on Windows Server 2019 Windows Event Log is the centralized logging system in Windows Server 2019 that records system events from the operating system, applications, security subsystem, and applications. Effective event log management involves configuring appropriate log sizes, setting up log forwarding for centralized collection, filtering events for analysis, creating […]

Read more
How to Set Up Privileged Access Management on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Privileged Access Management on Windows Server 2019

Introduction to Privileged Access Management Privileged Access Management (PAM) is a security practice and set of technologies designed to protect privileged accounts and limit the attack surface exposed by administrative access. On Windows Server 2019, PAM can be implemented using Microsoft Identity Manager (MIM) PAM, which is the enterprise-grade solution, or through a layered approach […]

Read more
CHAT