New-ReportSubmissionRule
此指令程式只能在雲端式服務中使用。
使用 New-ReportSubmissionRule Cmdlet 在雲端式組織中建立報表提交規則。 報表提交規則會識別傳送使用者報告訊息所在的報告信箱。
注意:如果規則已存在 (Get-ReportSubmissionRule Cmdlet 會傳回輸出) ,您就無法使用此 Cmdlet。 若要刪除現有的規則並重新開始,請先使用 Remove-ReportSubmissionRule Cmdlet。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
Syntax
New-ReportSubmissionRule
[-Name] <String>
-ReportSubmissionPolicy <ReportSubmissionPolicyIdParameter>
[-Comments <String>]
[-Confirm]
[-Enabled <Boolean>]
[-SentTo <RecipientIdParameter[]>]
[-WhatIf]
[<CommonParameters>]
Description
只有在下列語句成立時,才能使用此 Cmdlet:
- 報表提交規則不存在 (Get-ReportSubmissionRule Cmdlet 不會傳回任何輸出) 。
- 報表提交原則 (Get-ReportSubmissionPolicy Cmdlet 傳回輸出) 。
SentTo 參數會識別報告信箱的電子郵件地址。 您的組織只需要報表提交規則,才能使用 Microsoft 或 Outlook 中的協力廠商報告工具,將使用者回報的郵件傳送至報告信箱 (Microsoft 整合式報告體驗已開啟) 。
當您在 Microsoft 365 Defender 入口網站中設定報告信箱的電子郵件地址時 https://security.microsoft.com/securitysettings/userSubmission ,也會在 *-ReportSubmissionPolicy Cmdlet 中設定相同的電子郵件地址:
- 在 Outlook 中使用 Microsoft 報表工具的 Microsoft 整合式報告:ReportJunkAddresses、ReportNotJunkAddresses 和 ReportPhishAddresses (這三者都必須是相同的值) 。
- 在 Outlook 中使用協力廠商報告工具的 Microsoft 整合式報告:ThirdPartyReportAddresses。
當您使用此 Cmdlet 來設定報告信箱的電子郵件地址時,*-ReportSubmissionPolicy Cmdlet 中的對應參數不會更新。
您必須已獲指派權限,才能執行此指令程式。 雖然本主題已列出這個指令程式的所有參數,不過,如果某些參數並未包含在指派給您的權限中,您可能就無法存取這些參數。 若要尋找在組織中執行任何 Cmdlet 或參數所需的權限,請參閱 Find the permissions required to run any Exchange cmdlet。
範例
範例 1
New-ReportSubmissionRule -Name DefaultReportSubmissionRule -ReportSubmissionPolicy DefaultReportSubmissionPolicy -SendTo "userreportedmessages@contoso.onmicrosoft.com"
此範例會建立報表提交規則。 報告信箱為 userreportedmessages@contoso.onmicrosoft.com 。
參數
-Comments
Comments 參數會指定規則的資訊註解,例如規則的用途或其隨時間的變更情形。 註解的長度不可超過 1024 個字元。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-Confirm
Confirm 參數會指定要顯示或隱藏確認提示。 這個參數對 Cmdlet 的影響取決於 Cmdlet 是否需要確認才能繼續作業。
- 例如,具破壞性的 Cmdlet (例如 Remove-* Cmdlet) 內建暫停,可強制您在繼續之前確認命令。 對於這些 Cmdlet,您可以使用以下確切語法來略過確認提示:
-Confirm:$false
。 - 其他大部分的 Cmdlet (例如,New-* 和 Set-* Cmdlet) 沒有內建暫停。 在使用這些 Cmdlet 時,指定不含任何值的 Confirm 參數會引入強迫您認可命令後才繼續作業的暫停。
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-Enabled
Enabled 參數會指定規則是啟用還是停用。 有效值為:
- $true:已啟用規則。 這是預設值。
- $false:已停用規則。
建立規則之後,請使用 Enable-ReportSubmissionRule 和 Disable-ReportSubmissionRule Cmdlet 來啟用或停用規則。
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-Name
Name 參數會指定報表提交規則的名稱。 自動建立規則時,規則的名稱會是 DefaultReportSubmissionRule。 建議您使用此值以避免混淆。
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-ReportSubmissionPolicy
ReportSubmissionPolicy 參數會指定與此規則相關聯的報表提交原則。 唯一可用的原則名為 DefaultReportSubmissionPolicy。
Type: | ReportSubmissionPolicyIdParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-SentTo
SentTo 參數會指定傳送使用者報告郵件之Exchange Online中報告信箱的電子郵件地址。
只有在啟用 Microsoft 整合式報告體驗,且使用者回報的郵件傳送至報告信箱時,此參數的值才有意義,如 *-ReportSubmissionPolicy Cmdlet 中所設定, (下列其中一個案例) :
- 在 Outlook 中使用 Microsoft 報表工具啟用 Microsoft 整合式報告:
-EnableThirdPartyAddress $false -ReportJunkToCustomizedAddress $true -ReportNotJunkToCustomizedAddress $true -ReportPhishToCustomizedAddress $true
。 - 在 Outlook 中使用協力廠商報告工具啟用 Microsoft 整合式報告:
-EnableReportToMicrosoft $false -EnableThirdPartyAddress $true -ReportJunkToCustomizedAddress $false -ReportNotJunkToCustomizedAddress $false -ReportPhishToCustomizedAddress $false
。
如果您在Microsoft 365 Defender入口網站中設定報告信箱的電子郵件地址,*-ReportSubmissionPolicy Cmdlet 中的下列參數會設定為相同的值:
- 在 Outlook 中使用 Microsoft 報表工具的 Microsoft 整合式報告:ReportJunkAddresses、ReportNotJunkAddresses 和 ReportPhishAddresses (這三者都必須是相同的值) 。
- 在 Outlook 中使用協力廠商報告工具的 Microsoft 整合式報告:ThirdPartyReportAddresses。
當您使用此 Cmdlet 來設定報告信箱的電子郵件地址時,*-ReportSubmissionPolicy Cmdlet 中的相關參數值不會更新,這不會影響報告信箱的功能。 您應該更新 *-ReportSubmissionPolicy Cmdlet 中的相關值,以取得一致性並避免混淆。
Type: | RecipientIdParameter[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-WhatIf
WhatIf 參數會模擬命令的動作。 使用此參數時,您不需要實際套用變更即可檢視可能會發生的變更。 您不需要使用此參數指定值。
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |