windows server

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 PowerShell to Manage Active Directory at Scale on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

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

How to Use PowerShell to Manage Active Directory at Scale on Windows Server 2012 R2 Managing Active Directory for large organizations requires automation. Clicking through Active Directory Users and Computers to manage thousands of accounts is impractical and error-prone. On Windows Server 2012 R2, the ActiveDirectory PowerShell module provides over 150 cmdlets that cover every […]

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

How to Write Advanced PowerShell Scripts for Windows Server 2012 R2 Administration

How to Write Advanced PowerShell Scripts for Windows Server 2012 R2 Administration PowerShell is the cornerstone of modern Windows Server administration. On Windows Server 2012 R2, PowerShell 4.0 ships by default, bringing with it Desired State Configuration, enhanced remoting, workflow capabilities, and a mature scripting ecosystem. For sysadmins managing dozens or hundreds of servers, mastering […]

Read more
How to Configure Software-Defined Networking Basics on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Software-Defined Networking Basics on Windows Server 2012 R2

How to Configure Software-Defined Networking Basics on Windows Server 2012 R2 Software-Defined Networking (SDN) in Windows Server 2012 R2 is implemented through Hyper-V Network Virtualization (HNV), which allows multiple tenant networks to coexist on a shared physical network fabric while remaining logically isolated. HNV uses NVGRE (Network Virtualization Generic Routing Encapsulation) to encapsulate virtual machine […]

Read more
How to Set Up Site-to-Site VPN with RRAS on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up Site-to-Site VPN with RRAS on Windows Server 2012 R2

How to Set Up Site-to-Site VPN with RRAS on Windows Server 2012 R2 A site-to-site VPN connects two geographically separate networks over the internet as if they were directly connected. Windows Server 2012 R2 RRAS (Routing and Remote Access Service) can act as a VPN gateway for site-to-site connections, establishing persistent encrypted tunnels between a […]

Read more
How to Configure DHCP Failover on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure DHCP Failover on Windows Server 2012 R2

How to Configure DHCP Failover on Windows Server 2012 R2 DHCP Failover is a new feature introduced in Windows Server 2012 R2 that allows two DHCP servers to share a pool of IP addresses for one or more subnets. Before this feature, providing redundant DHCP service required manual IP range splitting (the 80/20 rule) — […]

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