RE: Distribution List question

2009-07-23 Thread Michael B. Smith
[1] yes [2] on a per d/l basis, yes. From: Brown, Larry [larry.br...@dplinc.com] Sent: Thursday, July 23, 2009 4:27 PM To: MS-Exchange Admin Issues Subject: Distribution List question Exchange 2007 SP1 I have a request from upper management: Which DL’s have Mess

RE: Distribution List question

2009-07-23 Thread Barsodi.John
This works. Just paste it into a .ps1 file and run. Just ran in my environment as I was curious about something similar on our 1100+ DL's. You can mess with the output if you want it to a text file pretty easily using add-content cmdlet if you wanted to do csv or tsv files. ***

Re: Distribution List question

2009-07-23 Thread Eric Woodford
The Quest Powershell cmdlets have a switch that should pull all sub-group members. get-qadgroup "Your DL" -indirect I believe is the formatting.. On Thu, Jul 23, 2009 at 3:00 PM, Michael B. Smith wrote: > [1] yes > > [2] on a per d/l basis, yes. > > -- > *From:* B

RE: Distribution List question

2009-07-24 Thread Campbell, Rob
S-Exchange Admin Issues Subject: RE: Distribution List question This works. Just paste it into a .ps1 file and run. Just ran in my environment as I was curious about something similar on our 1100+ DL's. You can mess with the output if you want it to a text file pretty easily using add-conte

RE: Distribution List question

2009-07-24 Thread Barsodi.John
ampbell, Rob [mailto:rob_campb...@centraltechnology.net] Sent: Friday, July 24, 2009 5:23 AM To: MS-Exchange Admin Issues Subject: RE: Distribution List question That may not give good results. It looks like individual permissions to send to the DL are kept in that attribute, bu

RE: Distribution List question

2009-07-24 Thread Barsodi.John
I see what you're saying Rob on the nested DL. Will look at that after my morning meeting. Thanks, - JB From: Barsodi.John [mailto:john.bars...@igt.com] Sent: Friday, July 24, 2009 7:14 AM To: MS-Exchange Admin Issues Subject: RE: Distribution List question True. Wouldn't be hard

RE: Distribution List question

2009-07-24 Thread Barsodi.John
Write-host -foregroundcolor Darkred " Group: "$grpName } } Write-host "" } $blah.count # Thanks, - JB From: Barsodi.John [mailto:john.bars...@igt.com] Sent: Friday, July 24, 2009 8:02 AM To: MS-Exchange Admin Issues Subject: RE: Distribution List questio

RE: Distribution List question

2009-07-28 Thread Brown, Larry
Thanks for the help everyone From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] Sent: Friday, July 24, 2009 8:23 AM To: MS-Exchange Admin Issues Subject: RE: Distribution List question That may not give good results. It looks like individual