diff --git a/inkcanvas/docfx.json b/inkcanvas/docfx.json index 9e9c9cc73f..e3425fab86 100644 --- a/inkcanvas/docfx.json +++ b/inkcanvas/docfx.json @@ -80,6 +80,7 @@ "uhfHeaderId": "MSDocsHeader-M365-IT", "ms.topic": "reference", "ms.devlang": "powershell", + "ms.service": "ink-canvas-powershell", "feedback_system": "Standard", "feedback_product_url": "https://github.com/MicrosoftDocs/office-docs-powershell/issues" }, diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md index 0be68e70e1..3c8f7a33e6 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help. Locale: en-US manager: bulenteg Module Name: MicrosoftTeams -ms.date: 02/26/2025 +ms.date: 07/13/2025 ms.reviewer: alejandramu online version: https://learn.microsoft.com/powershell/module/microsoftteams/new-csteamsmeetingpolicy schema: 2.0.0 @@ -129,6 +129,8 @@ New-CsTeamsMeetingPolicy [-Identity] [-WhoCanRegister ] [-EnableRecordingAndTranscriptionCustomMessage ] [-RecordingAndTranscriptionCustomMessageIdentifier ] + [-AllowMeetingKnowledgeGeneration ] + [-MeetingKnowledgeExpirationDays ] [] ``` @@ -534,6 +536,25 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AllowMeetingKnowledgeGeneration +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. + +This setting allows admins to control whether an AI-generated meeting knowledge file is created for meetings organized by the user. + + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: True +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AllowMeetingReactions Set to false to disable Meeting Reactions. @@ -1493,6 +1514,24 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -MeetingKnowledgeExpirationDays +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. + +This setting controls the number of days meeting knowledge data is retained before it is automatically deleted. The default value is 1825 days. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 1825 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NewMeetingRecordingExpirationDays 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. diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index 1ea3376123..292429401c 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md @@ -6,7 +6,7 @@ Locale: en-US manager: bulenteg Module Name: MicrosoftTeams ms.author: tomkau -ms.date: 02/26/2025 +ms.date: 07/13/2025 ms.reviewer: alejandramu online version: https://learn.microsoft.com/powershell/module/microsoftteams/set-csteamsmeetingpolicy schema: 2.0.0 @@ -134,6 +134,8 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-WhoCanRegister ] [-EnableRecordingAndTranscriptionCustomMessage ] [-RecordingAndTranscriptionCustomMessageIdentifier ] + [-AllowMeetingKnowledgeGeneration ] + [-MeetingKnowledgeExpirationDays ] [] ``` @@ -582,6 +584,25 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AllowMeetingKnowledgeGeneration +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. + +This setting allows admins to control whether an AI-generated meeting knowledge file is created for meetings organized by the user. + + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: True +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AllowMeetingReactions Set to false to disable Meeting Reactions. @@ -1533,6 +1554,24 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -MeetingKnowledgeExpirationDays +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. + +This setting controls the number of days meeting knowledge data is retained before it is automatically deleted. The default value is 1825 days. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 1825 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NewMeetingRecordingExpirationDays 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. Value can also be -1 to set meeting recordings to never expire.