Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2012-11-15
Use the New-GlobalAddressList cmdlet to create a global address list (GAL).
Syntax
New-GlobalAddressList -Name <String>
[-ConditionalCompany <MultiValuedProperty>]
[-ConditionalCustomAttribute1 <MultiValuedProperty>]
[-ConditionalCustomAttribute10 <MultiValuedProperty>]
[-ConditionalCustomAttribute11 <MultiValuedProperty>]
[-ConditionalCustomAttribute12 <MultiValuedProperty>]
[-ConditionalCustomAttribute13 <MultiValuedProperty>]
[-ConditionalCustomAttribute14 <MultiValuedProperty>]
[-ConditionalCustomAttribute15 <MultiValuedProperty>]
[-ConditionalCustomAttribute2 <MultiValuedProperty>]
[-ConditionalCustomAttribute3 <MultiValuedProperty>]
[-ConditionalCustomAttribute4 <MultiValuedProperty>]
[-ConditionalCustomAttribute5 <MultiValuedProperty>]
[-ConditionalCustomAttribute6 <MultiValuedProperty>]
[-ConditionalCustomAttribute7 <MultiValuedProperty>]
[-ConditionalCustomAttribute8 <MultiValuedProperty>]
[-ConditionalCustomAttribute9 <MultiValuedProperty>]
[-ConditionalDepartment <MultiValuedProperty>]
[-ConditionalStateOrProvince <MultiValuedProperty>] [-Confirm
[<SwitchParameter>]] [-DomainController <Fqdn>]
[-IncludedRecipients <None | MailboxUsers | Resources |
MailContacts | MailGroups | MailUsers | AllRecipients>]
[-Organization <OrganizationIdParameter>]
[-RecipientContainer <OrganizationalUnitIdParameter>]
[-WhatIf [<SwitchParameter>]]
|
New-GlobalAddressList -Name <String> [-Confirm
[<SwitchParameter>]] [-DomainController <Fqdn>]
[-Organization <OrganizationIdParameter>]
[-RecipientContainer <OrganizationalUnitIdParameter>]
[-RecipientFilter <String>] [-WhatIf
[<SwitchParameter>]]
|
Detailed Description
The GAL is created under the Microsoft Exchange Organization configuration container in Active Directory.
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Global address lists" entry in the Mailbox Permissions topic.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Name |
Required |
System.String |
The Name parameter specifies the name of the new GAL. |
ConditionalCompany |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCompany parameter specifies the company attribute on the GAL. |
ConditionalCustomAttribute1 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute10 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute11 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute12 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute13 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute14 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute15 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute2 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute3 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute4 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute5 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute6 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute7 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute8 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalCustomAttribute9 |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalCustomAttribute1 to
ConditionalCustomAttribute15 parameters specify filters for
recipients' custom attributes. For example, if you set the
ConditionalCustomAttribute1 value to |
ConditionalDepartment |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalDepartment parameter specifies the department attribute on the GAL. |
ConditionalStateOrProvince |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ConditionalStateOrProvince parameter specifies the attribute in the GAL for the state or province. It takes multiple values as a comma-delimited list. |
Confirm |
Optional |
System.Management.Automation.SwitchParameter |
The Confirm switch causes the command to pause processing and requires you to acknowledge what the command will do before processing continues. You don't have to specify a value with the Confirm switch. |
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that writes this configuration change to Active Directory. |
IncludedRecipients |
Optional |
Microsoft.Exchange.Data.Directory.Recipient.WellKnownRecipientType |
The IncludedRecipients parameter sets the included recipients in the GAL. |
Organization |
Optional |
Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter |
This parameter is available for multi-tenant deployments. It isn't available for on-premises deployments. For more information about multi-tenant deployments, see Multi-Tenant Support. The Organization parameter specifies the organization in which you'll perform this action. This parameter doesn't accept wildcard characters, and you must use the exact name of the organization. |
RecipientContainer |
Optional |
Microsoft.Exchange.Configuration.Tasks.OrganizationalUnitIdParameter |
The RecipientContainer parameter filters the recipients used to build the dynamic distribution group based on their location in Active Directory. The value of the RecipientContainer parameter can be the canonical name of an organizational unit (OU) or a domain. If a value for the RecipientContainer parameter isn't specified, the default search filter is the location of the dynamic distribution group in Active Directory. |
RecipientFilter |
Optional |
System.String |
The RecipientFilter parameter specifies the recipients contained in the GAL. The RecipientFilter parameter can't be used if any of the following parameters are specified:
For more information about the filterable properties, see Filterable Properties for the -RecipientFilter Parameter. |
WhatIf |
Optional |
System.Management.Automation.SwitchParameter |
The WhatIf switch instructs the command to simulate the actions that it would take on the object. By using the WhatIf switch, you can view what changes would occur without having to apply any of those changes. You don't have to specify a value with the WhatIf switch. |
Input Types
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.
Return Types
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.
Examples
EXAMPLE 1
This example creates the GAL NewGAL.
Copy Code | |
---|---|
New-GlobalAddressList -Name NewGAL |
EXAMPLE 2
This example creates the GAL_AgencyB GAL by using the RecipientFilter parameter to include all mailbox users whose custom attribute 15 equals AgencyB.
Copy Code | |
---|---|
New-GlobalAddressList -Name GAL_AgencyB -RecipientFilter {((RecipientType -eq "UserMailbox") -and (CustomAttribute15 -eq "AgencyB"))} |