Skip to content

Commit 715878a

Browse files
authored
Update Get-CsPersonalAttendantSettings.md
1 parent 325bd3a commit 715878a

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed

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

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,6 @@ 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-
```
5338

5439
This example shows that [email protected] has personal attendant enabled (personal attendant communicates in English). Personal attendant will refer to its owner as User1.
5540
Personal attendant is only enabled for inbound Teams calls from the user's domain. Additional capabilities are turned off.
@@ -58,21 +43,6 @@ Personal attendant is only enabled for inbound Teams calls from the user's domai
5843
```
5944
Get-CsPersonalAttendantSettings -Identity [email protected]
6045
```
61-
```output
62-
IsPersonalAttendantEnabled : True
63-
DefaultLanguage : en-US
64-
DefaultVoice : Female
65-
CalleeName : User1
66-
DefaultTone : Formal
67-
IsBookingCalendarEnabled : True
68-
IsNonContactCallbackEnabled : False
69-
IsCallScreeningEnabled : False
70-
AllowInboundInternalCalls : True
71-
AllowInboundFederatedCalls : False
72-
AllowInboundPSTNCalls : False
73-
IsAutomaticTranscriptionEnabled : False
74-
IsAutomaticRecordingEnabled : False
75-
```
7646

7747
This example shows that [email protected] has personal attendant enabled. In addition to previously mentioned capabilities, personal attendant is able to access personal bookings calendar,
7848
fetch the user's availability and schedule callbacks on behalf of the user. Calendar operations are enabled for all incoming callers. user1 must specify the bookings link in Teams Personal Attendant settings.
@@ -81,43 +51,13 @@ fetch the user's availability and schedule callbacks on behalf of the user. Cale
8151
```
8252
Get-CsPersonalAttendantSettings -Identity [email protected]
8353
```
84-
```output
85-
IsPersonalAttendantEnabled : True
86-
DefaultLanguage : en-US
87-
DefaultVoice : Female
88-
CalleeName : User1
89-
DefaultTone : Formal
90-
IsBookingCalendarEnabled : True
91-
IsNonContactCallbackEnabled : True
92-
IsCallScreeningEnabled : False
93-
AllowInboundInternalCalls : True
94-
AllowInboundFederatedCalls : True
95-
AllowInboundPSTNCalls : True
96-
IsAutomaticTranscriptionEnabled : False
97-
IsAutomaticRecordingEnabled : False
98-
```
9954

10055
This example shows that [email protected] has personal attendant enabled. In addition to previously mentioned capabilities, personal attendant is enabled for all incoming calls: the user's domain, other domains and PSTN.
10156

10257
### Example 4
10358
```
10459
Get-CsPersonalAttendantSettings -Identity [email protected]
10560
```
106-
```output
107-
IsPersonalAttendantEnabled : True
108-
DefaultLanguage : en-US
109-
DefaultVoice : Female
110-
CalleeName : User1
111-
DefaultTone : Formal
112-
IsBookingCalendarEnabled : True
113-
IsNonContactCallbackEnabled : True
114-
IsCallScreeningEnabled : True
115-
AllowInboundInternalCalls : True
116-
AllowInboundFederatedCalls : True
117-
AllowInboundPSTNCalls : True
118-
IsAutomaticTranscriptionEnabled : False
119-
IsAutomaticRecordingEnabled : False
120-
```
12161

12262
This example shows that [email protected] has personal attendant enabled. In addition to previously mentioned capabilities, personal attendant is enabled to evaluate the call's context and pass the info to the user.
12363

0 commit comments

Comments
 (0)