I've been looking all over for a possible answer to this, and hoping I can find some help here. We use Exchange 2013 Dynamic Distribution lists in the environment (quite heavily too), to simplify user administration within distribution groups based on OU in AD. Here's our problem...
Since the upgrade to Exchange 2013 (from 2010), the preview button for the lists is no longer available in EAC. Based on this TechNet article, these are the steps to get the results using PowerShell:
http://technet.microsoft.com/en-us/library/bb232019(v=exchg.150).aspx
Thing is, this command works on some of our distribution lists, but not others. The lists are identical in configuration within EAC, but some will output the entire "Get-Recipient" output completely ignoring (or bypassing) the $FTE filter.
Is there a way to figure out why some lists work and others don't? (i.e. is there any ETL/Debugging tracing for PowerShell?). Or is there another 'updated' command to get this working?
We are on Exchange 2013 CU3 (have not yet applied SP1).
Thanks in advance!