I wanted a way to server for servers with specific partial names. For example, let us say I’m searching for servers with the word print in it name. Maybe I’m looking for print servers so we can take advantage of “PrintNightmare” :).
Get-ADComputer -Filter "Name -like '*print*'" -Properties OperatingSystem | Select-Object Name, OperatingSystem