Mail Services

How to Configure System Center Operations Manager on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure System Center Operations Manager on Windows Server 2016

How to Set Up Windows Server 2016 Operations Manager System Center Operations Manager (SCOM) is Microsoft’s enterprise monitoring platform for Windows Server, Linux, network devices, and applications. SCOM uses management packs containing pre-built knowledge about specific technologies to automatically discover components, apply monitoring rules, generate alerts, and produce performance data. Deployed on Windows Server 2016, […]

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

How to Configure an SMTP Server on Windows Server 2016

How to Configure Windows Server 2016 SMTP Server An SMTP (Simple Mail Transfer Protocol) server on Windows Server 2016 allows the server to send outbound email messages — for example, for application alerts, scheduled task notifications, or as a relay for internal applications. Windows Server 2016 includes an SMTP Server feature that can be configured […]

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

How to Configure Windows Firewall on Windows Server 2016

How to Set Up Windows Server 2016 Windows Firewall Windows Firewall with Advanced Security is a host-based firewall built into Windows Server 2016. It provides bi-directional traffic filtering, connection security rules, and integration with IPsec. Properly configuring the firewall is essential for securing your server against unauthorized access while allowing legitimate traffic to pass. This […]

Read more
How to Implement Just-In-Time (JIT) Administration on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Implement Just-In-Time (JIT) Administration on Windows Server 2019

Introduction to Just-In-Time Administration Just-In-Time (JIT) Administration is a privileged access management practice where elevated permissions are granted only for the duration required to complete a specific task—typically minutes or hours—after which they are automatically revoked. This eliminates standing privileges: administrators no longer have persistent Domain Admin or local admin rights that an attacker can […]

Read more
How to Configure Edge Transport Server for Email on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Edge Transport Server for Email on Windows Server 2019

Overview of Edge Transport Server for Email An Edge Transport server sits in the DMZ between the internet and your internal Exchange organization. It handles inbound and outbound SMTP, anti-spam filtering, antivirus scanning, address rewriting, and connector configuration without being a domain member, thereby limiting what an attacker gains if the edge server is compromised. […]

Read more
How to Use PowerShell to Manage Active Directory at Scale on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Use PowerShell to Manage Active Directory at Scale on Windows Server 2019

Introduction: Managing Active Directory at Scale with PowerShell When an Active Directory environment grows to thousands of users, hundreds of groups, and dozens of OUs, the graphical tools become a bottleneck. PowerShell and the ActiveDirectory module—installed by default on Windows Server 2019 domain controllers and available on member servers via RSAT—provide the primitives for bulk […]

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

How to Write Advanced PowerShell Scripts for Windows Server 2019 Administration

Introduction to Advanced PowerShell Scripting for Windows Server 2019 Windows Server 2019 ships with PowerShell 5.1 by default, and PowerShell 7.x can be installed side-by-side. Advanced scripting on this platform goes well beyond one-liners. A professional administrator writes scripts that are modular, error-tolerant, self-documenting, and safe to run in production. This guide covers the patterns […]

Read more
How to Use Robocopy for Scheduled File Backups on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Use Robocopy for Scheduled File Backups on Windows Server 2019

Introduction to Robocopy for Scheduled File Backups on Windows Server 2019 Robocopy (Robust File Copy for Windows) is a command-line tool built into Windows Server 2019 that provides enterprise-grade file copying and synchronization capabilities. It supports multi-threaded parallel copy operations, ACL (Access Control List) preservation, VSS-aware backup mode (bypassing file locks), retry on failure, incremental […]

Read more
How to Configure Storage Reports with FSRM on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Storage Reports with FSRM on Windows Server 2019

Introduction to Storage Reports with FSRM on Windows Server 2019 File Server Resource Manager (FSRM) Storage Reports provide detailed analytical reports about storage usage on Windows Server 2019 file servers. These reports help administrators understand how storage is being consumed, identify large or unnecessarily duplicated files, find files that have not been accessed recently, report […]

Read more
How to Configure Scheduled Task-Based Backup Scripts on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Scheduled Task-Based Backup Scripts on Windows Server 2019

Introduction to Scheduled Task-Based Backup Scripts on Windows Server 2019 While enterprise backup solutions like Veeam or Azure Backup provide comprehensive protection, many organizations also use custom PowerShell and batch scripts for targeted, supplemental backups — backing up specific application data, configuration files, database exports, or IIS content on a schedule. Windows Task Scheduler is […]

Read more
CHAT