New-EmailAddressPolicy
適用版本: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1
上次修改主題的時間: 2009-05-12
使用 New-EmailAddressPolicy 指令程式,可建立新的電子郵件地址原則。
語法
New-EmailAddressPolicy -Name <String> -EnabledPrimarySMTPAddressTemplate <String> -IncludedRecipients <Nullable> [-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>] [-Priority <EmailAddressPolicyPriority>] [-TemplateInstance <PSObject>] [-UseRusServer <String>] [-WhatIf [<SwitchParameter>]]
New-EmailAddressPolicy -Name <String> -EnabledEmailAddressTemplates <ProxyAddressTemplateCollection> -RecipientFilter <String> [-Confirm [<SwitchParameter>]] [-DisabledEmailAddressTemplates <ProxyAddressTemplateCollection>] [-DomainController <Fqdn>] [-Priority <EmailAddressPolicyPriority>] [-TemplateInstance <PSObject>] [-UseRusServer <String>] [-WhatIf [<SwitchParameter>]]
New-EmailAddressPolicy -Name <String> -EnabledPrimarySMTPAddressTemplate <String> -RecipientFilter <String> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-Priority <EmailAddressPolicyPriority>] [-TemplateInstance <PSObject>] [-UseRusServer <String>] [-WhatIf [<SwitchParameter>]]
New-EmailAddressPolicy -Name <String> -EnabledEmailAddressTemplates <ProxyAddressTemplateCollection> -IncludedRecipients <Nullable> [-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>]] [-DisabledEmailAddressTemplates <ProxyAddressTemplateCollection>] [-DomainController <Fqdn>] [-Priority <EmailAddressPolicyPriority>] [-TemplateInstance <PSObject>] [-UseRusServer <String>] [-WhatIf [<SwitchParameter>]]
詳細描述
使用 New-EmailAddressPolicy 指令程式,可建立新的電子郵件地址原則並套用它。新的電子郵件地址原則會建立在 Active Directory 目錄服務中的 Microsoft Exchange 組織組態容器之下。
若要執行 New-EmailAddressPolicy 指令程式,必須對您使用的帳戶委派下列項目:
- Exchange 組織系統管理員角色
如需管理 Exchange Server 2007 所需之權限、委派角色及權利的相關資訊,請參閱權限考量。
參數
參數 | 必要 | 類型 | 描述 | ||
---|---|---|---|---|---|
EnabledEmailAddressTemplates |
必要 |
Microsoft.Exchange.Data.ProxyAddressTemplateCollection |
EnabledEmailAddressTemplates 參數可指定已納入電子郵件地址原則並已啟用的 Proxy 位址。以逗號分隔多個值。每一個 Proxy 位址的網域部份都需要符合現有公認的網域。 |
||
EnabledPrimarySMTPAddressTemplate |
必要 |
System.String |
EnabledPrimarySMTPAddressTemplate 參數會指定要啟用並納入電子郵件地址原則的 Proxy 位址。每一個 Proxy 位址的網域部份都需要符合現有公認的網域。 |
||
IncludedRecipients |
必要 |
System.Nullable |
IncludedRecipients 參數可篩選用來設定電子郵件地址原則的收件者。AllRecipients 值只能單獨使用。當 IncludedRecipients 參數的多個值以逗號隔開時,會套用 OR 布林運算子。 |
||
Name |
必要 |
System.String |
Name 參數會指定電子郵件地址原則的名稱。 |
||
RecipientFilter |
必要 |
System.String |
RecipientFilter 參數會指定要納入電子郵件地址原則的收件者篩選器。如果使用下列任一篩選器參數,就不可以使用此參數。
如需可過濾內容的相關資訊,請參閱 -RecipientFilter 參數的可過濾內容。 |
||
ConditionalCompany |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCompany 參數會依據公司進行篩選。它可以接受使用逗點分隔的清單輸入的多個值。 |
||
ConditionalCustomAttribute1 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute1 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute10 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute10 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute11 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute11 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute12 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute12 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute13 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute13 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute14 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute14 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute15 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute15 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute2 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute2 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute3 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute3 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute4 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute4 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute5 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute5 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute6 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute6 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute7 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute7 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute8 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute8 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalCustomAttribute9 |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalCustomAttribute9 參數指定自訂的屬性。您可以使用這些屬性來儲存其他資訊。 |
||
ConditionalDepartment |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalDepartment 參數會依據部門進行篩選。它可以接受使用逗點分隔的清單輸入的多個值。 |
||
ConditionalStateOrProvince |
選用 |
Microsoft.Exchange.Data.MultiValuedProperty |
ConditionalStateOrProvince 參數會依據州或省進行篩選。它可以接受使用逗點分隔的清單輸入的多個值。 |
||
Confirm |
選用 |
System.Management.Automation.SwitchParameter |
Confirm 參數會使得命令暫停處理,並要求確認命令將進行的動作之後才會繼續處理。您不需要為 Confirm 參數指定任何值。 |
||
DisabledEmailAddressTemplates |
選用 |
Microsoft.Exchange.Data.ProxyAddressTemplateCollection |
DisabledEmailAddressTemplates 參數可定義納入電子郵件地址原則並停用的 Proxy 地址。它可以接受使用逗點分隔的清單輸入的多個值。 |
||
DomainController |
選用 |
Microsoft.Exchange.Data.Fqdn |
若要指定將此組態變更寫入至 Active Directory 之網域控制站的網域全名 (FQDN),請在命令中加入 DomainController 參數。 |
||
Priority |
選用 |
Microsoft.Exchange.Data.Directory.SystemConfiguration.EmailAddressPolicyPriority |
Priority 參數可根據此參數的引數,讓目前的優先順序高於指定的優先順序。 |
||
TemplateInstance |
選用 |
System.Management.Automation.PSObject |
對 TemplateInstance 參數提供現有的物件時,命令會使用該物件之組態,在本機或目標伺服器上建立該物件的實際複寫。 |
||
UseRusServer |
選用 |
System.String |
UseRusServer 參數會指示此命令,使用通訊清單服務執行所在的指定信箱伺服器來取得並設定信箱及 Active Directory 使用者屬性。 通訊清單服務是 Exchange System Attendant 服務的一個元件。通訊清單服務會在 Active Directory 中建立並維護 Exchange 的特定屬性。您可以使用特定資訊 (如通訊清單成員資格與電子郵件地址),透過通訊清單服務來更新網域中的收件者物件。 |
||
WhatIf |
選用 |
System.Management.Automation.SwitchParameter |
WhatIf 參數指示命令模擬它將對物件採取的動作。使用 WhatIf 參數,則不需要套用任何變更,就能檢視變更。您不需要為 WhatIf 參數指定任何值。 |
輸入類型
傳回類型
錯誤
錯誤 | 描述 |
---|---|
例外狀況
例外狀況 | 描述 |
---|---|
範例
下列程式碼是 New-EmailAddressPolicy 命令的範例。
New-EmailAddressPolicy -Name "MyPolicy" -IncludedRecipients MailboxUsers -EnabledPrimarySMTPAddressTemplate SMTP:@contoso.com
若要確保您目前閱讀的是最新資訊,並尋找其他的 Exchange Server 2007 說明文件,請造訪 Exchange Server 技術資源中心.