From ad755db2cb71baa94faded84cf0df7f315c7bb9e Mon Sep 17 00:00:00 2001 From: cerise111 <42087866+cerise111@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:54:29 +0800 Subject: [PATCH] Add RecordingAndTranscriptionAudioNotification in public doc --- .../MicrosoftTeams/New-CsTeamsCallingPolicy.md | 18 ++++++++++++++++++ .../MicrosoftTeams/New-CsTeamsMeetingPolicy.md | 18 ++++++++++++++++++ .../MicrosoftTeams/Set-CsTeamsCallingPolicy.md | 18 ++++++++++++++++++ .../MicrosoftTeams/Set-CsTeamsMeetingPolicy.md | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md index 4ee07a6a0e..ccc8c4dd51 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md @@ -58,6 +58,7 @@ New-CsTeamsCallingPolicy [-Identity] [-WhatIf] [-EnableRecordingAndTranscriptionCustomMessage ] [-RecordingAndTranscriptionCustomMessageIdentifier ] + [-RecordingAndTranscriptionAudioNotification ] [] ``` @@ -833,6 +834,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RecordingAndTranscriptionAudioNotification +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +This attribute controls whether audio notifications will be played in Teams client when recording or transcription starts/stops for applied users/groups. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md index b3f41a56e9..5bebb7dde7 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md @@ -127,6 +127,7 @@ New-CsTeamsMeetingPolicy [-Identity] [-WhoCanRegister ] [-EnableRecordingAndTranscriptionCustomMessage ] [-RecordingAndTranscriptionCustomMessageIdentifier ] + [-RecordingAndTranscriptionAudioNotification ] [] ``` @@ -2023,6 +2024,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RecordingAndTranscriptionAudioNotification +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +This attribute controls whether audio notifications will be played in Teams client when recording or transcription starts/stops for applied users/groups. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216). diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md index 947515c492..78dad4ef5c 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md @@ -56,6 +56,7 @@ Set-CsTeamsCallingPolicy [-Identity] [-ExplicitRecordingConsent ] [-EnableRecordingAndTranscriptionCustomMessage ] [-RecordingAndTranscriptionCustomMessageIdentifier ] + [-RecordingAndTranscriptionAudioNotification ] [-WhatIf] [] ``` @@ -819,6 +820,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RecordingAndTranscriptionAudioNotification +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +This attribute controls whether audio notifications will be played in Teams client when recording or transcription starts/stops for applied users/groups. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WhatIf > Applicable: Microsoft Teams diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index eb9bda396b..3cf53bbd20 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md @@ -132,6 +132,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-WhoCanRegister ] [-EnableRecordingAndTranscriptionCustomMessage ] [-RecordingAndTranscriptionCustomMessageIdentifier ] + [-RecordingAndTranscriptionAudioNotification ] [] ``` @@ -2103,6 +2104,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RecordingAndTranscriptionAudioNotification +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +This attribute controls whether audio notifications will be played in Teams client when recording or transcription starts/stops for applied users/groups. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).