Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down
Loading