Kerry CorderoKISS IT Design Principle - Human Error Prevention
  • Home
  • About
  • Disclaimer
  • Links
  • See all results
Home
Code
Powershell – Find AD Computers Created within 7 Days

Powershell – Find AD Computers Created within 7 Days

Kerry Cordero
CodeServers
May 19, 2023 1 min read

 

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

 

Tags
Active Directory (AD)PowerShell
Related
Data CenterLoad BalancingServers

Design – Redundancy

Laptops & DesktopsRouting & SwitchingServers

Data Flow – Laptop to Server Communication

CodeSecurityServers

API 101

Code

Python – Find if a DNS Record Exists both Internally and Externally

Previous Powershell – Find All AD Integrated DNS Servers
Next Python – Find IP Location
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