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
Servers
Latest
  • Latest
  • Oldest
  • Random
  • A to Z

Servers

CloudData CenterLaptops & DesktopsLoad BalancingRouting & SwitchingSecurityServersVOIPWireless

BCP – Business Continuity Planning

Business Continuity Planning (BCP) for IT Networking is a crucial aspect of ensuring the availability and resilience of network infrastructure...
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
CloudData CenterLaptops & DesktopsLoad BalancingRouting & SwitchingSecurityServersWireless

Certificates Self Signed vs 3rd Party

Here’s an explanation of the importance of self-signed certificates and third-party certificates in the context of certificate chains: Self-Signed Certificates:...
Read More
CloudSecurityServers

SAML

SAML (Security Assertion Markup Language) is an XML-based open standard used for exchanging authentication and authorization data between parties, primarily...
Read More
CloudData CenterLaptops & DesktopsLoad BalancingRouting & SwitchingServers

Architect – M&A Basic Plan for IT Network Migration

Migrating overlapping IT networks can be a complex task that requires careful planning and execution to ensure a smooth transition....
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
CloudSecurityServers

DNS for App Dev Prod and Non-Prod

When it comes to building out DNS Fully Qualified Domain Names (FQDNs) for application development, it’s important to consider the...
Read More
Servers

Microsoft SQL Availability Groups

WHAT IS IT Microsoft SQL Server AlwaysOn Availability Groups (AG) is a high-availability and disaster-recovery feature that provides an enterprise-level...
Read More
Servers

Powershell – Viewing and Logging IIS Sessions

The commands below are helpful when troubleshooting and could be beneficial when designing for scalability. They can easily be scripted...
Read More
Load More

Categories

  • AI
  • Business Management
  • 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 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 LAG Microsoft IIS Microsoft SQL Microsoft Windows OSPF Packet Capture Palo Alto Palo Alto CLI PDF Planning Ports PowerShell python QOS Splunk SSL Storage Structured Cabling TCP 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

  • AI
  • Business Management
  • 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 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 LAG Microsoft IIS Microsoft SQL Microsoft Windows OSPF Packet Capture Palo Alto Palo Alto CLI PDF Planning Ports PowerShell python QOS Splunk SSL Storage Structured Cabling TCP TLS Troubleshooting Upgrade VMWare
Start typing to see results or hit ESC to close
Troubleshooting Palo Alto Microsoft Windows F5 Cisco
See all results