Get-Mailbox -ResultSize Unlimited | where-object {$_.haspicture -eq $false} | select-object Name, UserPrincipalName, HasPicture | format-list
Categories: Exchange, PowerShell