Skip to content

Commit 3b7b602

Browse files
Learn Editor: Update New-CsTeamsMeetingPolicy.md
1 parent 2c82a6e commit 3b7b602

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
127127
[-WhoCanRegister <Object>]
128128
[-EnableRecordingAndTranscriptionCustomMessage <Boolean>]
129129
[-RecordingAndTranscriptionCustomMessageIdentifier <Guid>]
130+
[-AllowMeetingKnowledgeGeneration <Boolean>]
131+
[-MeetingKnowledgeExpirationDays <Int32>]
130132
[<CommonParameters>]
131133
```
132134

@@ -527,7 +529,28 @@ Accept pipeline input: False
527529
Accept wildcard characters: False
528530
```
529531
532+
### -AllowMeetingKnowledgeGeneration
533+
534+
> [!NOTE]
535+
> This feature has not been fully released yet, so the setting will have no effect.
536+
537+
This setting allows admins to control whether an AI-generated meeting knowledge file is created for meetings organized by the user.
538+
539+
540+
```yaml
541+
Type: Boolean
542+
Parameter Sets: (All)
543+
Aliases:
544+
545+
Required: False
546+
Position: Named
547+
Default value: True
548+
Accept pipeline input: False
549+
Accept wildcard characters: False
550+
```
551+
530552
### -AllowMeetingReactions
553+
531554
Set to false to disable Meeting Reactions.
532555
533556
```yaml
@@ -1465,6 +1488,26 @@ Accept pipeline input: False
14651488
Accept wildcard characters: False
14661489
```
14671490

1491+
### -MeetingKnowledgeExpirationDays
1492+
1493+
> [!NOTE]
1494+
> This feature has not been fully released yet, so the setting will have no effect.
1495+
1496+
This setting controls the number of days meeting knowledge data is retained before it is automatically deleted. The default value is 365 days. -1 indicates that meeting knowledge data will never expire.
1497+
1498+
1499+
```
1500+
Type
1501+
Parameter Sets
1502+
Aliases
1503+
1504+
Required
1505+
Position
1506+
Default value
1507+
Accept pipeline input
1508+
Accept wildcard characters
1509+
```
1510+
14681511
### -NewMeetingRecordingExpirationDays
14691512
Specifies the number of days before meeting recordings will expire and move to the recycle bin. Value can be from 1 to 99,999 days.
14701513

0 commit comments

Comments
 (0)