DNS

How to Set Up AD FS 3.0 for Single Sign-On on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up AD FS 3.0 for Single Sign-On on Windows Server 2012 R2

How to Set Up AD FS 3.0 for Single Sign-On on Windows Server 2012 R2 Active Directory Federation Services 3.0 on Windows Server 2012 R2 delivers enterprise Single Sign-On capabilities, allowing users to authenticate once with their corporate Active Directory credentials and access multiple applications — both on-premises and cloud-hosted — without re-entering credentials. AD […]

Read more
How to Configure Cross-Forest Trusts in Active Directory on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Cross-Forest Trusts in Active Directory on Windows Server 2012 R2

How to Configure Cross-Forest Trusts in Active Directory on Windows Server 2012 R2 Cross-forest trusts enable users in one Active Directory forest to access resources in another forest, enabling collaboration between organizations, supporting merger and acquisition scenarios, and allowing resource sharing between separate business units with independent IT governance. Windows Server 2012 R2 supports several […]

Read more
How to Configure SAML SSO with AD FS 3.0 on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure SAML SSO with AD FS 3.0 on Windows Server 2012 R2

How to Configure SAML SSO with AD FS 3.0 on Windows Server 2012 R2 Active Directory Federation Services 3.0 (AD FS 3.0), included with Windows Server 2012 R2, enables SAML 2.0 and WS-Federation based Single Sign-On for web applications and cloud services. Organizations use AD FS to federate their on-premises Active Directory identity to external […]

Read more
How to Set Up Windows Server 2012 R2 as a DSC Node — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up Windows Server 2012 R2 as a DSC Node

How to Set Up Windows Server 2012 R2 as a DSC Node Once a DSC Pull Server is operational, the next step is configuring managed nodes to pull their configurations automatically. Each managed server runs a Local Configuration Manager (LCM) — the DSC engine built into PowerShell — that handles pulling configurations, applying them, and […]

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

How to Configure a DSC Pull Server on Windows Server 2012 R2

How to Configure a DSC Pull Server on Windows Server 2012 R2 Desired State Configuration (DSC) is a PowerShell-based configuration management platform built into Windows Server 2012 R2. In push mode, an administrator pushes configurations directly to individual nodes. In pull mode, nodes periodically contact a central Pull Server to retrieve their configuration and report […]

Read more
How to Configure PowerShell Just Enough Administration (JEA) on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure PowerShell Just Enough Administration (JEA) on Windows Server 2012 R2

How to Configure PowerShell Just Enough Administration (JEA) on Windows Server 2012 R2 Just Enough Administration (JEA) is a PowerShell security technology that enables role-based access to administrative functions without granting full administrator privileges. Rather than making a helpdesk technician a local administrator to restart a service, JEA creates a constrained PowerShell endpoint where the […]

Read more
How to Use Terraform to Provision Infrastructure on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Use Terraform to Provision Infrastructure on RHEL 9

Terraform’s power lies in its ability to provision real cloud infrastructure — virtual machines, networks, databases, DNS records, load balancers, and Kubernetes clusters — using declarative configuration. A Terraform configuration describes the desired end state, and Terraform calculates and executes the actions needed to reach that state. Key concepts in practice are: resources (infrastructure objects […]

Read more
How to Install Terraform on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install Terraform on RHEL 9

Terraform is HashiCorp’s open-source Infrastructure as Code (IaC) tool that allows provisioning and managing cloud infrastructure (VMs, databases, networks, DNS records, Kubernetes clusters) using declarative configuration files. Unlike Ansible (which is primarily a configuration management tool that executes tasks imperatively), Terraform maintains a state file that tracks the real-world infrastructure it manages — allowing it […]

Read more
How to Set Up iSCSI Initiator on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up iSCSI Initiator on Windows Server 2012 R2

How to Set Up iSCSI Initiator on Windows Server 2012 R2 The iSCSI Initiator allows Windows Server 2012 R2 to connect to iSCSI storage targets — shared storage devices that expose block-level storage over a standard IP network. iSCSI is widely used for connecting servers to SAN (Storage Area Network) devices, NAS appliances with iSCSI […]

Read more
CHAT