@@ -74,24 +74,101 @@ PS C:\> New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage -Language
7474### -Language
7575Define language of the message set. In a meeting, if the organizer has applied a custom message, all participants will use the organizer's policy.
7676
77+ ``` yaml
78+ Type : String
79+ Parameter Sets : (All)
80+ Aliases :
81+ Required : False
82+ Position : Named
83+ Default value : None
84+ Accept pipeline input : False
85+ Accept wildcard characters : False
86+ ` ` `
87+
7788### -InitiatorImplicit
7889Custom message when user is recording or transcription initiator, and recording or transcription consent policy is off for the organizer.
7990
91+ ` ` ` yaml
92+ Type : String
93+ Parameter Sets : (All)
94+ Aliases :
95+ Required : False
96+ Position : Named
97+ Default value : None
98+ Accept pipeline input : False
99+ Accept wildcard characters : False
100+ ` ` `
101+
80102### -ParticipantImplicit
81103Custom message when others in meeting turn on recording or transcription, and consent policy is off for the organizer.
82104
105+ ` ` ` yaml
106+ Type : String
107+ Parameter Sets : (All)
108+ Aliases :
109+ Required : False
110+ Position : Named
111+ Default value : None
112+ Accept pipeline input : False
113+ Accept wildcard characters : False
114+ ` ` `
115+
83116### -InitiatorExplicit
84117Custom message when user is recording or transcription initiator, and consent policy is on for the organizer.
85118
119+ ` ` ` yaml
120+ Type : String
121+ Parameter Sets : (All)
122+ Aliases :
123+ Required : False
124+ Position : Named
125+ Default value : None
126+ Accept pipeline input : False
127+ Accept wildcard characters : False
128+ ` ` `
129+
86130### -ParticipantExplicitRequested
87131Custom message when others turn on recording/transcription, consent policy is on, and consent is required.
88132
133+ ` ` ` yaml
134+ Type : String
135+ Parameter Sets : (All)
136+ Aliases :
137+ Required : False
138+ Position : Named
139+ Default value : None
140+ Accept pipeline input : False
141+ Accept wildcard characters : False
142+ ` ` `
143+
89144### -ParticipantExplicitProvided
90145Custom message when others turn on recording/transcription, consent policy is on, and consent has been given.
91146
147+ ` ` ` yaml
148+ Type : String
149+ Parameter Sets : (All)
150+ Aliases :
151+ Required : False
152+ Position : Named
153+ Default value : None
154+ Accept pipeline input : False
155+ Accept wildcard characters : False
156+ ` ` `
157+
92158### -AgreementDialogue
93159Custom message for the agreement dialog when user interacts (mute, share screen, turn on camera) during recording.
94160
161+ ` ` ` yaml
162+ Type : String
163+ Parameter Sets : (All)
164+ Aliases :
165+ Required : False
166+ Position : Named
167+ Default value : None
168+ Accept pipeline input : False
169+ Accept wildcard characters : False
170+ ` ` `
171+
95172## RELATED LINKS
96173[New-CsTeamsRecordingAndTranscriptionCustomMessage](https://learn.microsoft.com/powershell/module/microsoftteams/new-CsTeamsRecordingAndTranscriptionCustomMessage)
97174
0 commit comments