PowerShell AD Query: Find Computers in Active Directory ─□✕ April 4, 2026May 5, 2026 PowerShell Tips Editor 3 min read PowerShell AD Query: Find Computers in Active Directory Get-ADComputer queries Active Directory for computer objects. Learn to find computers by OS, OU, and last logon date and export inventory reports.
PowerShell Search for Text in Files with Select-String ─□✕ March 3, 2026May 5, 2026 PowerShell Tips Editor 3 min read PowerShell Search for Text in Files with Select-String Select-String is PowerShell’s grep. Learn to search one file, a folder, and recursive directories for any text pattern with line numbers.