Set-RecordReviewNotificationTemplateConfig
此指令程式只能在雲端式服務中使用。
使用 Set-RecordReviewNotificationTemplateConfig Cmdlet 來設定自訂記錄檢閱通知,以及專案需要檢閱時所傳送的提醒。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
Syntax
Set-RecordReviewNotificationTemplateConfig
-IsCustomizedNotificationTemplate <Boolean>
-IsCustomizedReminderTemplate <Boolean>
[-CustomizedNotificationDataString <String>]
[-CustomizedReminderDataString <String>]
[<CommonParameters>]
Description
若要在安全 & 性合規性 PowerShell 中使用此 Cmdlet,您必須獲指派許可權。 如需詳細資訊,請參閱 Microsoft Purview 合規性入口網站中的權限。
範例
範例 1
Set-RecordReviewNotificationTemplateConfig -IsCustomizedNotificationTemplate $true -CustomizedNotificationDataString "This is the Contoso notification" -IsCustomizedReminderTemplate $true -CustomizedReminderDataString "This is the Contoso reminder"
此範例會設定自訂的檢閱通知文字和檢閱提醒文字。
參數
-CustomizedNotificationDataString
CustomizedNotificationDataString 參數會指定要使用的自訂檢閱通知文字。 如果值包含空格,請使用引號 (") 括住值。
只有當 IsCustomizedNotificationTemplate 參數的值$true時,這個參數的值才有意義。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |
-CustomizedReminderDataString
CustomizedReminderDataString 參數會指定要使用的自訂檢閱提醒文字。 如果值包含空格,請使用引號 (") 括住值。
只有當 IsCustomizedReminderTemplate 參數的值$true時,這個參數的值才有意義。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |
-IsCustomizedNotificationTemplate
IsCustomizedNotificationTemplate 參數會指定是否要使用自訂的檢閱通知,而不是系統預設通知。 有效值為:
- $true:使用自訂的檢閱通知。 您可以使用 CustomizedNotificationDataString 參數來指定通知文字。
- $false:使用預設系統通知。 這是預設值。
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |
-IsCustomizedReminderTemplate
IsCustomizedReminderTemplate 參數會指定是否要使用自訂的檢閱提醒,而不是系統預設提醒:
- $true:使用自訂的檢閱提醒。 您可以使用 CustomizedReminderDataString 參數來指定提醒文字。
- $false:使用預設系統提醒。 這是預設值。
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |