Comments on: Powershell to get the list of Hidden Mailbox and DL in the Exchange Organization/2009/06/30/powershell-to-get-the-list-of-hidden-mailbox-and-dl-in-the-exchange-organization/Microsoft Exchange & OWA Resources, Information - Optimize, Support, Manage | How-To | Guides | Reference | AdminFri, 01 Aug 2014 14:51:17 +0000hourly1http://wordpress.com/By: Rob Walker/2009/06/30/powershell-to-get-the-list-of-hidden-mailbox-and-dl-in-the-exchange-organization/#comment-5109Fri, 01 Aug 2014 14:51:17 +0000/?p=585#comment-5109In reply to Dontu Worryboutit.

Any way to get this done in Exchange 2013 – the command does not work

]]>
By: Dontu Worryboutit/2009/06/30/powershell-to-get-the-list-of-hidden-mailbox-and-dl-in-the-exchange-organization/#comment-3042Mon, 14 Apr 2014 14:58:05 +0000/?p=585#comment-3042Got a typo in that first command there:
Get-Mailbox -ResultSize unlimited |Where{$_.HiddenFromAddressListEnabled -eq $true} <—you have Liss instead of List

]]>
By: John/2009/06/30/powershell-to-get-the-list-of-hidden-mailbox-and-dl-in-the-exchange-organization/#comment-1111Thu, 08 Nov 2012 19:34:19 +0000/?p=585#comment-1111HiddenFromAddressLissEnabled is missing the letter “t”
should be HiddenFromAddressListsEnabled

]]>