New-AddressList: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with "To create a new folder entry in the GAL. <pre> New-AddressList -Name 'Bentley' -DisplayName 'Bentley' -RecipientFilter {((RecipientType -eq 'UserMailbox') -and (City -eq 'Pert...")
(No difference)

Revision as of 01:48, 6 May 2013

To create a new folder entry in the GAL.

New-AddressList -Name 'Bentley' -DisplayName 'Bentley' -RecipientFilter {((RecipientType -eq 'UserMailbox') -and (City -eq 'Perth') -and (Office -eq 'Bentley'))} -Container '\Geographical Address Lists\Australia\Perth'