Set-RecordReviewNotificationTemplateConfig

이 cmdlet은 클라우드 기반 서비스에서만 사용할 수 있습니다.

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