Kerry Cordero
  • Home
  • About
  • Disclaimer
  • Links
Latest
  • Latest
  • Oldest
  • Random
  • A to Z

Code

Code

MacOS shebang for Bash Scripts

This will allow you to run Bash scripts from ZSH by just doing ./{script}. Shebang – From the CLI, add... Read More
CloudCodeData CenterLaptops & DesktopsLoad BalancingRouting & SwitchingSecurityServersVOIPWireless

Common Ports

CloudCodeData CenterLaptops & DesktopsLoad BalancingRouting & SwitchingSecurityVOIPWireless

Always be on the Lookout for Product Updates/Changes

What I mean by this, is keep an eye out for emails, alerts within the product, etc… for updates.... Read More
Code

Powershell – Dump all AD Email Addresses

Get-ADUser -Filter * -Properties DisplayName, EmailAddress, Title | select DisplayName, EmailAddress, Title | Export-CSV "C:\Scripts\Email_Addresses.csv"... Read More
Code

Powershell – Find Active XP, 2000, 2003 devices in the Domain

These scripts are an easy way to see if there are any older Windows devices in your domain. You can... Read More
Code

Common HTTP Response Codes

Code

Useful Powershell Commands

I’ll try to keep adding to this list.... Read More
CodeLaptops & DesktopsServers

Windows Powershell giving “is not digitally signed” error

I was getting this error: File C:\Scripts\XXXXXX.ps1 cannot be loaded. The file C:\Scripts\XXXXXX.ps1 is not digitally signed. You cannot run... Read More
Code

Powershell – Get Domain Admins

Get-ADGroupMember "Domain ADmins" | Get-AdUser -Property LastLogonDate | select name,distinguishedName,LastLogonDate... Read More
Code

Powershell – Find AD Active Users Password Expirations

Find Active Users with PW Expires Date/Time: Import-Module ActiveDirectory Get-ADUser -SearchBase "DC=cordero,DC=me" -filter {Enabled -eq $True -and PasswordNeverExpires -eq $False}... Read More
Load More

Categories

  • Cloud (8)
  • Code (12)
  • Data Center (34)
  • Laptops & Desktops (48)
  • Load Balancing (12)
  • Routing & Switching (90)
  • Security (91)
  • Servers (48)
  • Uncategorized (2)
  • VOIP (7)
  • Wireless (11)

Tags

Akamai AWS Azure Best Practices BGP Cisco Cisco ACI Cisco ACS Cisco AnyConnect Cisco ASA Cisco ASR Cisco Catalyst Cisco CCIE Cisco CLI Cisco ISE Cisco Nexus Cisco Stack DDOS Design DNS EIGRP F5 HP IP Sla Kali macOS MFA Microsoft Windows Netflow NMAP NTP Okta OSPF Packet Capture Palo Alto Palo Alto CLI Ports powershell python QOS snmp Splunk Troubleshooting VMWare WLC
© Kerry Cordero 2020. All Rights Reserved.
  • Home
  • About
  • Disclaimer
  • Links

Categories

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

Tags

Akamai AWS Azure Best Practices BGP Cisco Cisco ACI Cisco ACS Cisco AnyConnect Cisco ASA Cisco ASR Cisco Catalyst Cisco CCIE Cisco CLI Cisco ISE Cisco Nexus Cisco Stack DDOS Design DNS EIGRP F5 HP IP Sla Kali macOS MFA Microsoft Windows Netflow NMAP NTP Okta OSPF Packet Capture Palo Alto Palo Alto CLI Ports powershell python QOS snmp Splunk Troubleshooting VMWare WLC
Start typing to see results or hit ESC to close
Troubleshooting Palo Alto Microsoft Windows Cisco ASA Cisco CLI
See all results