共用方式為


Set-CMEmailNotificationComponent

變更電子郵件通知元件的組態設定。

語法

Set-CMEmailNotificationComponent
   [-EnableEmailNotification]
   [-Port <Int32>]
   -SendFrom <String>
   -SmtpServerFqdn <String>
   -TypeOfAuthentication <AuthenticationMethod>
   [-UserName <String>]
   [-UseSsl <Boolean>]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-CMEmailNotificationComponent
   [-DisableEmailNotification]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Set-CMEmailNotificationComponent Cmdlet 會變更 Configuration Manager 中電子郵件通知元件的組態設定。 您可以為每個 Configuration Manager 月台設定電子郵件通知元件,以設定警示的電子郵件訂閱。

注意事項

從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>。 如需詳細資訊,請 參閱開始使用

範例

範例 1:啟用電子郵件通知

PS XYZ:\> Set-CMEmailNotificationComponent -SiteSystemServerName "cmcen-dist02.tsqa.corp.contoso.com" -SiteCode "CM2" -EnableEmailNotification $True -MstpServerFqdn "mail.corp.contosco.com" -Port 25 -TypeOfAuthentication DefaultServiceAccount -SendFrom "evan.narvaez@contoso.com"

此命令會啟用 Configuration Manager 的電子郵件通知。 命令會指定 Configuration Manager 使用伺服器上具有月臺碼 CM2 的 Configuration Manager 月臺,cmcen-dist02.tsqa.corp.contoso.com 裝載電子郵件通知的月台系統角色。 命令會指定 Configuration Manager 針對電子郵件伺服器使用名為 mail.corp.contosco.com 的伺服器,並指定傳送電子郵件警示的傳出 SMTP 連接埠。 命令會指定 Configuration Manager 使用預設服務帳戶向 SMTP 伺服器驗證月台伺服器,並指定 Configuration Manager 從電子郵件地址 evan.narvaez@contoso.com傳送電子郵件警示。

範例 2:停用電子郵件通知

PS XYZ:\> Set-CMEmailNotificationComponent -SiteSystemServerName "cmcen-dist02.tsqa.corp.contoso.com" -EnableEmailNotification $False

此命令會在名為 cmcen-dist02.tsqa.corp.contoso.com 的月臺伺服器上停用 Configuration Manager 的電子郵件通知。

範例 3:設定電子郵件通知的傳出 SMTP 連接埠

PS XYZ:\> Set-CMEmailNotificationComponent -SiteSystemServerName "cmcen-dist02.tsqa.corp.contoso.com" -Port 27

此命令會設定 Configuration Manager 用來將名為 cmcen-dist02.tsqa.corp.contoso.com 之站台伺服器上的電子郵件警示傳送至埠 27 的傳出 SMTP 連接埠。

參數

-Confirm

執行 Cmdlet 之前提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-DisableEmailNotification

表示已停用電子郵件通知。

類型:SwitchParameter
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DisableWildcardHandling

此參數會將通配符視為常值字元值。 您無法將其與 ForceWildcardHandling 結合。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-EnableEmailNotification

指出 Configuration Manager 使用 SMTP 伺服器來傳送電子郵件警示。

類型:SwitchParameter
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ForceWildcardHandling

此參數會處理通配符,並可能導致非預期的行為 (不建議) 。 您無法將其與 DisableWildcardHandling 結合。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Port

指定傳送電子郵件警示的傳出SMTP埠。

類型:Int32
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SendFrom

指定 Configuration Manager 傳送電子郵件警示的電子郵件位址。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SmtpServerFqdn

指定 SMTP 伺服器的 FQDN) (完整功能變數名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-TypeOfAuthentication

指定 Configuration Manager 向 SMTP 伺服器驗證站台伺服器的方法。 此參數可接受的值為:

  • 匿名
  • DefaultServiceAccount
  • 其他
類型:AuthenticationMethod
接受的值:Anonymous, DefaultServiceAccount, Other
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-UserName

指定要向 CONFIGURATION Manager 傳送電子郵件警示的 SMTP 伺服器進行驗證的用戶名稱。 此參數也會指定 SMTP 伺服器連線帳戶。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-UseSsl

類型:Boolean
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 時會發生什麼情況。 Cmdlet 不會執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None