Tag: Windows Server

Systems Admin

How to Check FSMO Roles in Active Directory

Three reliable ways to check FSMO role holders in Active Directory: the netdom query FSMO command, the Get-ADForest/Get-ADDomain PowerShell cmdlets (and the Get-ADInfo.ps1 script), and the GUI walkthrough across Active Directory Schema, Active Directory Domains and Trusts, and Active Directory Users and Computers.

8 min read
Read More →
Systems Admin

Enable the Active Directory Recycle Bin

Step-by-step guide to enabling the Active Directory Recycle Bin forest-wide using Active Directory Administrative Center. Covers prerequisites, the irreversible nature of the change, GUI and PowerShell verification, restoring deleted objects with Restore-ADObject, and follow-up hardening like Protect from accidental deletion.

9 min read
Read More →
Systems Admin

Install Active Directory Domain Services on Windows Server

Step-by-step guide to installing the Active Directory Domain Services (AD DS) role on Windows Server and promoting the machine to the first Domain Controller in a new forest. Covers the Add Roles and Features wizard, the Configuration Wizard, DSRM password, DNS delegation warning, paths, the auto-generated PowerShell script, and post-promotion verification.

10 min read
Read More →
Systems Admin

Configure Nested Virtualization on Hyper-V

Learn how to configure nested virtualization on Hyper-V so you can run Hyper-V inside a virtual machine. This step-by-step guide covers connecting to the guest VM, attempting Hyper-V role installation (and understanding the error), shutting down the VM, running Set-VMProcessor -ExposeVirtualizationExtensions on the physical host, restarting the VM, installing the Hyper-V role successfully, and verifying the nested Hyper-V Manager is operational. Includes best practices for memory allocation, performance overhead, and processor compatibility.

7 min read
Read More →
Systems Admin

Configure File Screens with FSRM on Windows Server

Learn how to configure File Screens using File Server Resource Manager (FSRM) on Windows Server. This step-by-step guide covers installing the FSRM role, understanding File Screens, File Screen Templates, and File Groups, creating a reusable template with Active or Passive screening, applying the screen to a specific folder, testing the block behavior, and modifying or deleting file screens. Includes best practices for rolling out screening policies without disrupting users.

8 min read
Read More →
Systems Admin

Standalone DHCP Server Configuration (Without Domain Joined)

Learn how to install and configure a standalone DHCP server on Windows Server without Active Directory. This step-by-step guide covers verifying the static IP, installing the DHCP Server role via Server Manager, skipping AD authorization in the post-install wizard, creating a scope with IP range exclusions and lease duration, configuring scope options (gateway and DNS), activating the scope, verifying client IP assignment with ipconfig, viewing address leases, and creating reservations from the console.

10 min read
Read More →
Systems Admin

Implement DHCP High Availability

Learn how to implement DHCP high availability on Windows Server using DHCP failover. This guide covers Load Balance and Hot Standby failover modes, preparing and authorizing the secondary DHCP server, running the Configure Failover Wizard to set relationship name, MCLT, mode, and shared secret, verifying scope synchronization on the secondary server, testing failover behavior, managing Replicate Scope and Replicate Relationship operations, and configuring firewall rules for TCP port 647.

7 min read
Read More →