Dynamic Distribution List based on Security Group Membership
I have been following this article about creating a Dynamic Distribution List: http://technet.microsoft.com/en-us/library/bb124560.aspx I want to create a Dynamic DL, based on a user's membership of an existing security group, but with a specific group of words or string in the STREET attribute. This may be simple but i'm still getting to grips with EX2010 PowerShell and get nothing in the Preview. I can't find the correct text to use the Street entry as an identifier. Thx
February 22nd, 2011 8:56pm

On Tue, 22 Feb 2011 17:56:53 +0000, Stuabroad wrote: > > >I have been following this article about creating a Dynamic Distribution List: http://technet.microsoft.com/en-us/library/bb124560.aspx > > > >I want to create a Dynamic DL, based on a user's membership of an existing security group, but with a specific group of words or string in the STREET attribute. > > > >This may be simple but i'm still getting to grips with EX2010 PowerShell and get nothing in the Preview. I can't find the correct text to use the Street entry as an identifier. Have you tried 'StreetAddress -like "Main"'? --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
February 23rd, 2011 5:50am

Set-DynamicDistributionGroup -Identity "Dynamic_DL_Name" -RecipientFilter {((RecipientType -eq 'UserMailbox') -and (memberOfgroup -eq 'CN=ALL_local_Staff,OU=xoxoxox Groups,OU=xoxoxox,DC=xoxoxox,DC=xoxoxo,DC=com'))} Chris Lewis Sr. Windows Engineer
April 28th, 2012 2:30pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics