$mailbox = Get-Mailbox -RecipientTypeDetails UserMailbox -ResultSize Unlimited |where-object {$_.haspicture -ne $True} $mailbox.count $mailbox | select Displayname, userprincipalna me | export-csv C:\junk\userswi thNOpics.csv
Hello, Could you please let me know how do run the script against the members of a specific distribution group and its sub-members? Thank you. Regards, Pooriya