Kerry CorderoKISS IT Design Principle - Human Error Prevention
  • Home
  • About
  • Disclaimer
  • Links
  • See all results
Home
Code
Oldest
  • Latest
  • Oldest
  • Random
  • A to Z

Code

CodeLaptops & DesktopsServers

Windows Powershell giving “execution of scripts is disabled” error

I was getting an error when I went to run a PowerShell script.  This was the error: PS C:\> .\kerrys-script.ps1...
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
Code

Powershell – Get Domain Admins

Get-ADGroupMember "Domain ADmins" | Get-AdUser -Property LastLogonDate | select name,distinguishedName,LastLogonDate...
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

Useful Powershell Commands

I’ll try to keep adding to this list....
Read More
Code

Python – Cisco CLI Config Changer

Here’s a script I worked on to help make changes to a Cisco devices via CLI. It’s an easy way...
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

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
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
CloudCodeData CenterLaptops & DesktopsLoad BalancingRouting & SwitchingSecurityServersVOIPWireless

Common Ports

Load 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