Exchange 2010 Powershell command to filter users by email address and - Microsoft Community
Windows / Other/Unknown
hi all,
looking advice on using powershell script generate list of users in our exchange. i'd filter out primary smtp address , generate corresponding users mailbox size. have far
get-mailbox | ? {$_.primarysmtpaddress -like "*domain.com"} select displayname,alias,primarysmtpaddress,totalmailboxsize
with list of users generated provides total mailbox size column blank.
any feedback highly appreciated.
thanks.
bl
hi,
your question outside scope of community.
i suggest repost question in technet exchange forums.
https://social.technet.microsoft.com/forums/exchange/en-us/home?category=exchangeserver
and/or here:
https://social.technet.microsoft.com/forums/exchange/en-us/home?forum=exchangesvrgeneral
technet forums:
https://social.technet.microsoft.com/forums/en-us/home
or msdn forums:
https://social.msdn.microsoft.com/forums/en-us/home
cheers.
Windows / Other/Unknown
Comments
Post a Comment