From 08fb17d13554da9b3167aa2131fb6f93be44d745 Mon Sep 17 00:00:00 2001 From: juliiva Date: Wed, 25 Mar 2026 12:17:55 +0200 Subject: [PATCH] Adding personal attendant policy modifications block info --- .../MicrosoftTeams/New-CsTeamsPersonalAttendantPolicy.md | 2 ++ .../MicrosoftTeams/Remove-CsTeamsPersonalAttendantPolicy.md | 2 ++ .../MicrosoftTeams/Set-CsTeamsPersonalAttendantPolicy.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsPersonalAttendantPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsPersonalAttendantPolicy.md index a2a437a166..567713afc4 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsPersonalAttendantPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsPersonalAttendantPolicy.md @@ -19,6 +19,8 @@ title: New-CsTeamsPersonalAttendantPolicy Use this cmdlet to create a new instance of a Teams Personal Attendant Policy. +When policy modifications are temporarily blocked, new policy instances can be created successfully if the following parameters are kept at their default values (`EnabledUserOverride`): `PersonalAttendant`, `CallScreening`, `CalendarBookings`, `InboundInternalCalls`, `InboundFederatedCalls`, `InboundPSTNCalls`. The **AutomaticTranscription** and **AutomaticRecording** parameters remain fully configurable during this period. + ## SYNTAX ``` diff --git a/teams/teams-ps/MicrosoftTeams/Remove-CsTeamsPersonalAttendantPolicy.md b/teams/teams-ps/MicrosoftTeams/Remove-CsTeamsPersonalAttendantPolicy.md index a472467b17..eff065d5a1 100644 --- a/teams/teams-ps/MicrosoftTeams/Remove-CsTeamsPersonalAttendantPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Remove-CsTeamsPersonalAttendantPolicy.md @@ -19,6 +19,8 @@ title: Remove-CsTeamsPersonalAttendantPolicy Use this cmdlet to remove an existing instance of a Teams Personal Attendant Policy or reset the Global policy instance to the default values. +When policy modifications are temporarily blocked, this cmdlet is not available and policy removal cannot be performed during this period. + ## SYNTAX ``` diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsPersonalAttendantPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsPersonalAttendantPolicy.md index 615ec54416..0a4f8d9cf5 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsPersonalAttendantPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsPersonalAttendantPolicy.md @@ -19,6 +19,8 @@ title: Set-CsTeamsPersonalAttendantPolicy Use this cmdlet to update values in existing Teams Personal Attendant Policies. +When policy modifications are temporarily blocked, only **AutomaticTranscription** and **AutomaticRecording** can be updated. The following parameters are not available for changes during this period: `PersonalAttendant`, `CallScreening`, `CalendarBookings`, `InboundInternalCalls`, `InboundFederatedCalls`, `InboundPSTNCalls`. + ## SYNTAX ```