Kerry CorderoKISS IT Design Principle - Human Error Prevention
  • Home
  • About
  • Disclaimer
  • Guides and Slides
    • AWS Well-Architected Framework
    • Facebook – Running BGP in the Data Center at Scale
    • Microsoft – Experiences with BGP in Large Scale Data Centers
    • Palo Alto PCNSE Study Guide
  • IP Calculator
  • Links
  • Contact
  • See all results
Home
Active Directory (AD)
Latest
  • Latest
  • Oldest
  • Random
  • A to Z

Active Directory (AD)

Servers

DNS – Domain Ownership in Microsoft Active Directory (Don’t use .local or UnOwned Domains)

Using a domain name within Microsoft Active Directory (AD) is pivotal, not just for routing and architectural considerations. Still, it...
Read More
SecurityServers

Powershell – Get List of Users that Belong to a Specific Group

Group = Web Admins Get-ADGroupMember -Identity "Web Admins" | Where-Object {$_.objectClass -eq "user"} | Select-Object Name, SamAccountName...
Read More
Laptops & DesktopsServers

Data Flow – DNS Resolution with AD and F5 BIG-IP DNS

1. Local Cache Check: You attempt to access a website (say, `app.lb.cordero.me`) on your Windows AD-managed laptop. Your operating system...
Read More
CodeServers

Powershell – Find AD Computers Created within 7 Days

  $lastWeek = (Get-Date).AddDays(-7) Get-ADComputer -Filter { whenCreated -ge $lastWeek }  ...
Read More
CodeServers

Powershell – Find FSMO Roles

To find the Flexible Single Master Operations (FSMO) roles in an Active Directory (AD) environment using PowerShell, you can use...
Read More
Servers

Designing Windows AD DNS for Multi-Site Environments

Designing Windows Active Directory DNS (AD DNS) for a multi-site company is a process that should balance a few crucial...
Read More
Laptops & DesktopsServers

Data Flow – Windows AD DNS with Conditional Forwarders

Here’s a simplified breakdown of the data flow that occurs when a client computer in an Active Directory (AD) environment...
Read More
CodeServers

Powershell – Find all AD Domain Controllers

  Get-ADDomainController -Filter * | Select-Object Name, IPv4Address, Site, OperatingSystem  ...
Read More
CodeServers

Powershell – Find All AD Integrated DNS Servers

    $dnsServers = (Resolve-DnsName -Name e-ins.net -Type NS).NameHost Resolve-DnsName -Name _ldap._tcp.dc._msdcs.e-ins.net -Type SRV | Where-Object {$_.NameTarget -in $dnsServers}  ...
Read More
Code

Powershell – Find What AD Group a User is a Member Of

  Get-ADUser -Identity "kcordero" -Properties MemberOf | Select-Object -ExpandProperty MemberOf  ...
Read More
Load More

Categories

  • Business Management
  • Cloud
  • Code
  • Data Center
  • Laptops & Desktops
  • Load Balancing
  • Routing & Switching
  • Security
  • Servers
  • Uncategorized
  • VOIP
  • Wireless

Tags

Active Directory (AD) API AWS Azure Best Practices BGP Certificates Cisco Cisco ACI Cisco ASA Cisco ASR Cisco Catalyst Cisco CLI Cisco ISE Cisco Nexus Cisco Stack DDOS Design DNS EIGRP F5 HTTP(S) IP Addressing and Subnetting Logging macOS Microsoft IIS Microsoft SQL Microsoft Windows OSPF Packet Capture Palo Alto Palo Alto CLI PDF Planning Ports PowerShell python QOS Splunk SSL Structured Cabling TLS Troubleshooting Upgrade VMWare
© 2025 cordero.me • All Rights Reserved
  • Home
  • About
  • Disclaimer
  • Guides and Slides
    • AWS Well-Architected Framework
    • Facebook – Running BGP in the Data Center at Scale
    • Microsoft – Experiences with BGP in Large Scale Data Centers
    • Palo Alto PCNSE Study Guide
  • IP Calculator
  • Links
  • Contact

Categories

  • Business Management
  • Cloud
  • Code
  • Data Center
  • Laptops & Desktops
  • Load Balancing
  • Routing & Switching
  • Security
  • Servers
  • Uncategorized
  • VOIP
  • Wireless

Tags

Active Directory (AD) API AWS Azure Best Practices BGP Certificates Cisco Cisco ACI Cisco ASA Cisco ASR Cisco Catalyst Cisco CLI Cisco ISE Cisco Nexus Cisco Stack DDOS Design DNS EIGRP F5 HTTP(S) IP Addressing and Subnetting Logging macOS Microsoft IIS Microsoft SQL Microsoft Windows OSPF Packet Capture Palo Alto Palo Alto CLI PDF Planning Ports PowerShell python QOS Splunk SSL Structured Cabling TLS Troubleshooting Upgrade VMWare
Start typing to see results or hit ESC to close
Troubleshooting Palo Alto Microsoft Windows F5 Cisco
See all results