web server

How to Set Up Work Folder Sync with AD Integration on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up Work Folder Sync with AD Integration on Windows Server 2016

Introduction Work Folders is a Windows Server 2016 role service that allows users to synchronise work files from corporate servers to their personal devices — PCs, laptops, and mobile devices — without requiring a VPN connection. Unlike folder redirection, Work Folders keeps a local copy of data on each device and syncs changes automatically when […]

Read more
How to Install Nginx via AIX Toolbox on IBM AIX 7.2 — step-by-step IBM AIX 7.2 tutorial on Progressive Robot

How to Install Nginx via AIX Toolbox on IBM AIX 7.2

Introduction IBM AIX 7.2 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.2 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to install nginx via aix toolbox on ibm aix 7.2 […]

Read more
How to Install and Configure Apache HTTP Server on IBM AIX 7.2 — step-by-step IBM AIX 7.2 tutorial on Progressive Robot

How to Install and Configure Apache HTTP Server on IBM AIX 7.2

Introduction IBM AIX 7.2 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.2 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to install and configure apache http server on ibm aix […]

Read more
How to Set Up a PKI Infrastructure with AD CS on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up a PKI Infrastructure with AD CS on Windows Server 2016

Introduction Active Directory Certificate Services (AD CS) on Windows Server 2016 provides a complete Public Key Infrastructure (PKI) platform for issuing and managing digital certificates used by SSL/TLS, smart card authentication, email signing, IPsec, code signing, and more. A two-tier PKI hierarchy — an offline Root CA and an online Issuing CA — is the […]

Read more
How to Set Up Windows Remote Management for Ansible Control on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up Windows Remote Management for Ansible Control on Windows Server 2016

Introduction Ansible is a powerful agentless IT automation platform that can manage Windows Server 2016 hosts via WinRM (Windows Remote Management). Unlike Linux automation over SSH, Ansible reaches Windows servers through WinRM using NTLM or Kerberos authentication. This guide covers configuring Windows Server 2016 as a fully managed Ansible node — enabling WinRM with HTTPS, […]

Read more
How to Configure a DSC Pull Server on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure a DSC Pull Server on Windows Server 2016

Introduction PowerShell Desired State Configuration (DSC) Pull Server on Windows Server 2016 provides a centralised configuration management service. Target nodes automatically pull their configuration MOF files and report compliance status back, enabling drift detection and automatic remediation at scale. Installing Pull Server Prerequisites Install required features and modules: Install-WindowsFeature DSC-Service, Web-Server -IncludeManagementTools Install-Module xPSDesiredStateConfiguration -Force […]

Read more
How to Write Advanced PowerShell Scripts for Windows Server 2016 Administration — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Write Advanced PowerShell Scripts for Windows Server 2016 Administration

Introduction Advanced PowerShell scripting transforms Windows Server 2016 administration from a manual, time-intensive process into a streamlined, automated workflow. This guide covers advanced scripting patterns, error handling, modules, and real-world automation scenarios every Windows Server 2016 administrator should master. PowerShell Execution Policy and Script Signing Before deploying advanced scripts, configure an appropriate execution policy and […]

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

How to Set Up Work Folders on Windows Server 2016

How to Set Up Work Folders for Data Synchronisation on Windows Server 2016 Work Folders is a role service in Windows Server 2016 that allows users to synchronise work files between their devices and a centralised server, similar in concept to consumer services such as Dropbox or OneDrive, but hosted entirely within your own infrastructure. […]

Read more
How to Configure Remote Access VPN with SSTP on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Remote Access VPN with SSTP on Windows Server 2016

How to Configure Remote Access VPN with SSTP on Windows Server 2016 Secure Socket Tunneling Protocol (SSTP) is a VPN protocol that encapsulates Point-to-Point Protocol (PPP) traffic within an SSL/TLS channel over TCP port 443. Because SSTP uses HTTPS, it traverses most firewalls and proxy servers without requiring special firewall rules beyond standard HTTPS access. […]

Read more
How to Configure Network Load Balancing (NLB) on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Network Load Balancing (NLB) on Windows Server 2016

How to Configure Network Load Balancing (NLB) on Windows Server 2016 Network Load Balancing (NLB) is a Windows Server feature that distributes incoming TCP/IP network traffic across multiple servers, improving availability and scalability of services such as web servers, terminal services, and VPN gateways. NLB works at Layer 4 (transport layer) and does not require […]

Read more
CHAT