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
Code
Powershell – Find AD Computers Created within 7 Days

Powershell – Find AD Computers Created within 7 Days

Kerry Cordero
CodeServers
1 min read

 

$lastWeek = (Get-Date).AddDays(-7)
Get-ADComputer -Filter { whenCreated -ge $lastWeek }

 

Tags
Active Directory (AD)PowerShell
Related
Servers

HTTP Status Code and IIS Configuration Troubleshooting Guide

Laptops & DesktopsServers

DNS Troubleshooting Guide

Laptops & DesktopsServers

DNS, SFTP, and FTPS: Why Firewalls Handle These Protocols Differently

Code

Protected: Python – Use an Existing Spreadsheet to get the IP and DNS Names

Previous Powershell – Find All AD Integrated DNS Servers
Next Python – Find IP Location with IPSTACK API (Geolocation)
© 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

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

Tags

Active Directory (AD) API 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 Logging macOS Microsoft IIS Microsoft SQL Microsoft Windows OSPF Packet Capture Palo Alto Palo Alto CLI PDF Planning Ports PowerShell python QOS Splunk SSL Structured Cabling TLS Troubleshooting Upgrade VMWare
Start typing to see results or hit ESC to close
Troubleshooting Palo Alto Microsoft Windows F5 Cisco
See all results