Weekly Tip 9

Save stale computer objects in AD as a variable:

import-module activedirectory
$date = (get-date).adddays(-120)
$comps = get-adcomputer -SearchBase “” -properties * -Filter ‘lastlogondate -lt $date

You can grab specific information, such as object name, by changing the last line to:
$comps = (get-adcomputer -SearchBase “” -properties * -Filter ‘lastlogondate -lt $date).Name

Share:

Facebook
Twitter
LinkedIn
Picture of Matt Tinney

Matt Tinney

Professional IT executive & business leader having decades of experience with Microsoft technologies delivering modern-day cloud & security solutions.

Contact Us

=
On Key

More Posts

WME Cybersecurity Briefings No. 024
Cyber Security

WME Security Briefing 28 August 2024

GhostWrite Vulnerability in T-Head CPUs Exposes Devices to Unrestricted Access Overview A critical architectural flaw in T-Head’s XuanTie C910 and C920 RISC-V CPUs was uncovered by recent research from the CISPA Helmholtz Center for Information Security. Dubbed GhostWrite, the vulnerability

Click Here to Read Full Article »
Be assured of everything

Get WME Services

Stay ahead of the competition with our Professional IT offerings.

=