Skip to content

Commit 5f09e4e

Browse files
authored
Update Get-CsPersonalAttendantSettings.md
1 parent 62bc5dd commit 5f09e4e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsPersonalAttendantSettings.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@ This cmdlet shows the personal attendant settings for a user.
3535
```
3636
Get-CsPersonalAttendantSettings -Identity [email protected]
3737
```
38+
```output
39+
IsPersonalAttendantEnabled : True
40+
DefaultLanguage : en-US
41+
DefaultVoice : Female
42+
CalleeName : User1
43+
DefaultTone : Formal
44+
IsBookingCalendarEnabled : False
45+
IsNonContactCallbackEnabled : False
46+
IsCallScreeningEnabled : False
47+
AllowInboundInternalCalls : True
48+
AllowInboundFederatedCalls : False
49+
AllowInboundPSTNCalls : False
50+
IsAutomaticTranscriptionEnabled : False
51+
IsAutomaticRecordingEnabled : False
52+
```
3853

3954
This example shows that [email protected] has personal attendant enabled (personal attendant communicates in English). Personal attendant will refer to its owner as User1.
4055
Personal attendant is only enabled for inbound Teams calls from the user's domain. Additional capabilities are turned off.

0 commit comments

Comments
 (0)