Skip to content

Commit 7ef65bf

Browse files
authored
Update Get-CsUserCallingSettings.md
1 parent 1ecaaa9 commit 7ef65bf

File tree

1 file changed

+16
-29
lines changed

1 file changed

+16
-29
lines changed

teams/teams-ps/teams/Get-CsUserCallingSettings.md

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,14 @@ IsForwardingEnabled : True
4141
ForwardingType : Immediate
4242
ForwardingTarget :
4343
ForwardingTargetType : Voicemail
44-
ForwardingDelay : 00:00:00
4544
IsUnansweredEnabled : False
46-
IsSafeForward : False
4745
UnansweredTarget :
4846
UnansweredTargetType : Voicemail
4947
UnansweredDelay : 00:00:20
5048
Delegates :
5149
Delegators :
5250
CallGroupOrder : InOrder
5351
CallGroupTargets : {}
54-
CallGroupDelay :
5552
GroupMembershipDetails :
5653
GroupNotificationOverride :
5754
```
@@ -68,17 +65,14 @@ IsForwardingEnabled : True
6865
ForwardingType : Simultaneous
6966
ForwardingTarget : [email protected]
7067
ForwardingTargetType : SingleTarget
71-
ForwardingDelay : 00:00:00
7268
IsUnansweredEnabled : True
73-
IsSafeForward : False
7469
UnansweredTarget :
7570
UnansweredTargetType : Voicemail
7671
UnansweredDelay : 00:00:20
7772
Delegates :
7873
Delegators :
7974
CallGroupOrder : InOrder
8075
CallGroupTargets : {}
81-
CallGroupDelay :
8276
GroupMembershipDetails :
8377
GroupNotificationOverride :
8478
```
@@ -96,17 +90,14 @@ IsForwardingEnabled : True
9690
ForwardingType : Simultaneous
9791
ForwardingTarget :
9892
ForwardingTargetType : Group
99-
ForwardingDelay : 00:00:00
10093
IsUnansweredEnabled : True
101-
IsSafeForward : False
10294
UnansweredTarget :
10395
UnansweredTargetType : Voicemail
10496
UnansweredDelay : 00:00:20
10597
Delegates :
10698
Delegators :
10799
CallGroupOrder : InOrder
108100
CallGroupTargets : {[email protected]}
109-
CallGroupDelay :
110101
GroupMembershipDetails : CallGroupOwnerId:[email protected]
111102
GroupNotificationOverride : Mute
112103
```
@@ -119,8 +110,9 @@ CallGroupOwnerId NotificationSetting
119110
120111
```
121112

122-
This example shows that [email protected] has simultaneous ringing set to his/her call group (ForwardingTargetType) and that the call group contains [email protected] (CallGroupTargets).
123-
The call group is defined to ring members in the order listed in the call group (CallGroupOrder).
113+
This example shows that [email protected] has simultaneous ringing set to his/her call group (ForwardingTargetType) and that the call group contains [email protected]
114+
(CallGroupTargets). The call group is defined to ring members in the order listed in the call group (CallGroupOrder).
115+
124116
You can also see that [email protected] is a member of [email protected]'s call group (GroupMembershipDetails), that [email protected] defined the call group with Ring
125117
notification for [email protected] (NotificationSetting) and that [email protected] has decided to turn off call notification for call group calls (GroupNotificationOverride).
126118

@@ -135,17 +127,14 @@ IsForwardingEnabled : True
135127
ForwardingType : Simultaneous
136128
ForwardingTarget :
137129
ForwardingTargetType : MyDelegates
138-
ForwardingDelay : 00:00:00
139130
IsUnansweredEnabled : True
140-
IsSafeForward : True
141131
UnansweredTarget :
142132
UnansweredTargetType : Voicemail
143133
UnansweredDelay : 00:00:20
144134
Delegates : Id:[email protected]
145135
Delegators :
146136
CallGroupOrder : InOrder
147137
CallGroupTargets : {}
148-
CallGroupDelay :
149138
GroupMembershipDetails :
150139
GroupNotificationOverride : Ring
151140
```
@@ -154,15 +143,13 @@ GroupNotificationOverride : Ring
154143
```
155144
```output
156145
157-
IsActive : True
158-
CreatedDate : 14-10-2021 09:46:00
159146
MakeCalls : True
160147
ManageSettings : True
161148
ReceiveCalls : True
162149
```
163150

164-
This example shows that [email protected] has simultaneous ringing set to his/her delegates (ForwardingTargetType). [email protected] is the only delegate (Delegates) and that user
165-
has all the permissions you can have as a delegate (Delegates).
151+
This example shows that [email protected] has simultaneous ringing set to his/her delegates (ForwardingTargetType). [email protected] is the only delegate (Delegates) and
152+
that user has all the permissions you can have as a delegate (Delegates).
166153

167154
### Example 5
168155
```powershell
@@ -171,20 +158,17 @@ Get-CsUserCallingSettings -Identity [email protected]
171158
```output
172159
SipUri : sip:[email protected]
173160
IsForwardingEnabled : False
174-
ForwardingType : Simultaneous
161+
ForwardingType : Immediate
175162
ForwardingTarget :
176163
ForwardingTargetType : Voicemail
177-
ForwardingDelay : 00:00:00
178164
IsUnansweredEnabled : True
179-
IsSafeForward : True
180165
UnansweredTarget :
181166
UnansweredTargetType : Voicemail
182167
UnansweredDelay : 00:00:20
183168
Delegates :
184169
Delegators : Id:[email protected]
185170
CallGroupOrder : InOrder
186171
CallGroupTargets : {}
187-
CallGroupDelay :
188172
GroupMembershipDetails :
189173
GroupNotificationOverride : Ring
190174
```
@@ -193,15 +177,13 @@ GroupNotificationOverride : Ring
193177
```
194178
```output
195179
196-
IsActive : True
197-
CreatedDate : 14-10-2021 09:46:56
198180
MakeCalls : True
199181
ManageSettings : True
200182
ReceiveCalls : True
201183
```
202184

203-
This example shows that [email protected] is a delegate of [email protected] (Delegators) and that [email protected] has given [email protected] all the permissions you can have as a delegate (Delegators).
204-
185+
This example shows that [email protected] is a delegate of [email protected] (Delegators) and that [email protected] has given [email protected] all the permissions you can
186+
have as a delegate (Delegators).
205187

206188

207189
## PARAMETERS
@@ -233,9 +215,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
233215
### System.Object
234216
235217
## NOTES
236-
The cmdlet is available in Teams PowerShell module 2.6.1-preview or later.
237-
238-
You might see raw identities, i.e. ObjectId's, for identities used in the output. It is a known issue that we are working to fix.
218+
The cmdlet is available in Teams PowerShell module 3.0.1-preview.
239219
240220
## RELATED LINKS
241221
222+
[Set-CsUserCallingSettings](Set-CsUserCallingSettings.md)
223+
224+
[New-CsUserCallingDelegate](New-CsUserCallingDelegate.md)
225+
226+
[Set-CsUserCallingDelegate](Set-CsUserCallingDelegate.md)
227+
228+
[Remove-CsUserCallingDelegate](Remove-CsUserCallingDelegate.md)

0 commit comments

Comments
 (0)