Kerry CorderoKISS Design - Human Error Prevention
  • Home
  • About
  • Disclaimer
  • Links
Latest
  • Latest
  • Oldest
  • Random
  • A to Z

powershell

Laptops & DesktopsServers

Powershell – Search Computer Names

I wanted a way to server for servers with specific partial names. For example, let us say I’m searching for...
Read More
Laptops & DesktopsServers

Powershell – Export all Windows AD GPO’s

This will dump all GPO’s into HTML files. Get-GPO -all | % { Get-GPOReport -GUID $_.id -ReportType HTML -Path "C:\MyExports\$($_.displayName).html"...
Read More
Security

Windows AD GPP cpassword Exposure

Below I’ll show you how easy it is to get the cpassword.  There are environments where this password could be...
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
Laptops & DesktopsServers

Powershell – Get Network Adapter Information

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

Categories

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

Tags

Akamai 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 HP IP Sla Kali macOS MFA Microsoft IIS Microsoft Windows Netflow NMAP NTP Okta OSPF Packet Capture Palo Alto Palo Alto CLI Ports powershell QOS snmp Splunk SSL Troubleshooting Upgrade Verified VMWare
Copyright © 2022 Kerry Cordero
  • 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 Certificates Cisco Cisco ACI Cisco ASA Cisco ASR Cisco Catalyst Cisco CLI Cisco ISE Cisco Nexus Cisco Stack DDOS Design DNS EIGRP F5 HP IP Sla Kali macOS MFA Microsoft IIS Microsoft Windows Netflow NMAP NTP Okta OSPF Packet Capture Palo Alto Palo Alto CLI Ports powershell QOS snmp Splunk SSL Troubleshooting Upgrade Verified VMWare
Start typing to see results or hit ESC to close
Troubleshooting Palo Alto Verified Microsoft Windows Cisco ASA
See all results