Welcome to InfoTech Ninja

IT professional writing about cybersecurity, cloud & DevOps, automation, networking, and systems administration. Real-world guides for real-world problems.

#Cybersecurity #Cloud #Automation #Networking #SysAdmin

Latest Articles

Implement and Manage IPAM (IP Address Management)

Learn how to implement and manage IPAM (IP Address Management) on Windows Server. This step-by-step guide covers installing the IPAM feature, provisioning with Group Policy-based provisioning, configuring server discovery, setting servers to Managed status, applying IPAM GPOs with Invoke-IpamGpoProvisioning, retrieving data, and using the IP address space, DHCP scope, and DNS zone management capabilities.

Implement Domain Name System Security Extension (DNSSEC)

Learn how to implement DNSSEC on Windows Server to protect against man-in-the-middle DNS attacks. This step-by-step guide covers the Zone Signing Wizard, configuring Key Signing Keys (KSK) and Zone Signing Keys (ZSK) with RSA-SHA-256, enabling NSEC3 and Trust Anchor distribution, verifying the padlock icon, and best practices for key rotation and monitoring.

Configure DNS Forwarding: Regular and Conditional Forwarders

Learn how to configure DNS forwarding in Windows Server DNS Manager. This step-by-step guide covers regular forwarding (offloading all external queries to public DNS servers like 8.8.8.8) and conditional forwarding (routing domain-specific queries to designated DNS servers), including the DNS resolution order and Active Directory replication for conditional forwarders.

Configuring Group Managed Service Accounts (gMSA)

Learn how to configure Group Managed Service Accounts (gMSA) in Active Directory. This step-by-step guide covers creating the KDS Root Key, creating and installing the gMSA with New-ADServiceAccount and Install-ADServiceAccount, verifying with Test-ADServiceAccount, and configuring Services.msc to use the account with automatic password rotation.

Configure and Manage Active Directory Sites and Services

Learn how to configure Active Directory Sites and Services for a multi-site environment. This step-by-step guide covers creating AD sites, configuring site links with costs, setting the replication interval and schedule, mapping IP subnets to sites, and managing site link bridging for efficient domain controller replication.

Permanently Delete Objects from the Active Directory Recycle Bin

Learn how to permanently delete objects from the Active Directory Recycle Bin using PowerShell. This guide explains why the ADAC GUI cannot permanently delete recycled objects and shows the exact Get-ADObject and Remove-ADObject commands to safely and irreversibly remove an AD object before its tombstone lifetime expires.