Virtualization

How to Set Up CentOS Stream 10 with KVM Virtualization — step-by-step CentOS Stream 10 tutorial on Progressive Robot

How to Set Up CentOS Stream 10 with KVM Virtualization

Introduction Setting up set up centos stream 10 with kvm virtualization on a CentOS Stream 10 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Set Up CentOS Stream 10 with KVM Virtualization, with all the commands you need, the SELinux and firewalld considerations to […]

Read more
How to Configure VLAN Tagging on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure VLAN Tagging on Windows Server 2016

How to Configure Windows Server 2016 VLAN Tagging Virtual Local Area Networks (VLANs) segment a single physical network into multiple logical networks, providing traffic isolation, improved security, and better bandwidth management. Windows Server 2016 supports VLAN tagging both on physical network adapters and on Hyper-V virtual switches, allowing servers and virtual machines to participate in […]

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

How to Set Up NAT on Windows Server 2016

How to Set Up Windows Server 2016 NAT Network Address Translation (NAT) allows multiple devices on a private network to share a single public IP address when connecting to the internet. Windows Server 2016 supports NAT in two ways: through the Routing and Remote Access Service (RRAS), which provides enterprise-grade NAT with logging and policy […]

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

How to Set Up Privileged Access Workstations on Windows Server 2016

How to Set Up Windows Server 2016 Privileged Access Workstation A Privileged Access Workstation (PAW) is a dedicated, hardened workstation used exclusively for administrative tasks. The PAW concept is a Microsoft best practice for protecting high-value accounts and systems from credential theft and lateral movement. By separating privileged administration from everyday user activity, a PAW […]

Read more
How to Configure Device Guard on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Device Guard on Windows Server 2016

How to Configure Windows Server 2016 Device Guard Device Guard is a Windows Server 2016 security feature that uses hardware virtualization and code integrity policies to ensure only trusted, signed code runs on a system. It consists of two components: Configurable Code Integrity (CCI), which enforces a whitelist of trusted code, and Virtualization-Based Security (VBS), […]

Read more
How to Enable Credential Guard on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Enable Credential Guard on Windows Server 2016

How to Set Up Windows Server 2016 Credential Guard Credential Guard is a Windows Server 2016 virtualization-based security (VBS) feature that protects Windows credential hashes and Kerberos tickets from theft. It uses hardware virtualization to isolate the Local Security Authority Subsystem Service (LSASS) process in a separate, secure execution environment called the Secure Kernel, making […]

Read more
How to Configure User Account Control on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure User Account Control on Windows Server 2016

How to Configure Windows Server 2016 User Account Control User Account Control (UAC) is a security feature in Windows Server 2016 that helps prevent unauthorized changes to the operating system by prompting for confirmation or credentials when administrative tasks are performed. UAC separates the standard user token from the administrator token, ensuring that even users […]

Read more
How to Configure an iSCSI Target on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure an iSCSI Target on Windows Server 2016

How to Configure Windows Server 2016 iSCSI Target iSCSI (Internet Small Computer Systems Interface) allows servers to present block storage over a standard TCP/IP network, enabling shared storage for Hyper-V clusters, file servers, and other workloads without expensive dedicated SAN hardware. Windows Server 2016 includes a built-in iSCSI Target Server role that allows any server […]

Read more
How to Configure Live Migration in Hyper-V on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Live Migration in Hyper-V on Windows Server 2016

How to Configure Windows Server 2016 Live Migration Live Migration allows you to move running virtual machines from one Hyper-V host to another with zero downtime, making it essential for hardware maintenance, load balancing, and disaster recovery scenarios. Windows Server 2016 introduces several improvements to Live Migration, including compressed and SMB transport modes and virtual […]

Read more
How to Create a Virtual Machine in Hyper-V on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Create a Virtual Machine in Hyper-V on Windows Server 2016

How to Set Up Windows Server 2016 Virtual Machine Creating and configuring virtual machines (VMs) in Windows Server 2016 Hyper-V is a fundamental skill for any system administrator. This guide provides a comprehensive walkthrough of VM creation, hardware configuration, operating system installation, and post-setup tasks using both PowerShell and Hyper-V Manager. Prerequisites Hyper-V role installed […]

Read more
CHAT