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

PowerShell

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

Categories

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

Tags

AWS Azure Best Practices BGP Certificates CISA Cisco Cisco ACI Cisco ACS Cisco ASA Cisco ASR Cisco Catalyst Cisco CLI Cisco ISE Cisco Nexus Cisco Stack Cisco Wireless DDOS Design DNS EIGRP F5 HP IP Sla Kali Logging macOS Microsoft IIS Microsoft Windows Netflow Okta OSPF Packet Capture Palo Alto Palo Alto CLI PDF Ports PowerShell QOS snmp Splunk SSL Structured Cabling Troubleshooting 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

AWS Azure Best Practices BGP Certificates CISA Cisco Cisco ACI Cisco ACS Cisco ASA Cisco ASR Cisco Catalyst Cisco CLI Cisco ISE Cisco Nexus Cisco Stack Cisco Wireless DDOS Design DNS EIGRP F5 HP IP Sla Kali Logging macOS Microsoft IIS Microsoft Windows Netflow Okta OSPF Packet Capture Palo Alto Palo Alto CLI PDF Ports PowerShell QOS snmp Splunk SSL Structured Cabling Troubleshooting VMWare
Start typing to see results or hit ESC to close
Troubleshooting Palo Alto Microsoft Windows Cisco ASA PDF
See all results