Kerry CorderoKISS IT Design Principle - Human Error Prevention
  • Home
  • About
  • Disclaimer
  • Links
  • See all results
Home
Active Directory (AD)
Latest
  • Latest
  • Oldest
  • Random
  • A to Z

Active Directory (AD)

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
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

Categories

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

Tags

Active Directory (AD) AWS Azure Best Practices BGP Certificates CISA Cisco Cisco ACI Cisco ASA Cisco ASR Cisco Catalyst Cisco CLI Cisco Nexus Cisco Stack Design DNS EIGRP F5 HTTP(S) IP Addressing and Subnetting IP Sla Kali macOS Microsoft IIS Microsoft SQL Microsoft Windows Netflow Okta OSPF Packet Capture Palo Alto Palo Alto CLI PDF Planning Ports PowerShell python QOS Splunk SSL Structured Cabling TLS Troubleshooting VMWare
To The Top
© 2023 cordero.me • All Rights Reserved

Categories

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

Tags

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