Powershell to find AD Users with Notes Field ( info ) in Active Directory that’s not empty

Get-Aduser -Filter * -Properties info | Select Name,info  | Where {$_.info -ne $NULL
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...