Skip to content

Commit a1dc95a

Browse files
JensTrierdariomws
andauthored
Update teams/teams-ps/teams/New-CsUserCallingDelegate.md
Co-authored-by: Dario Woitasen <[email protected]>
1 parent 106648c commit a1dc95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teams/teams-ps/teams/New-CsUserCallingDelegate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This cmdlet adds a new delegate with given permissions for the specified user.
3232

3333
### Example 1
3434
```powershell
35-
New-CsUserCallingSettings -Identity [email protected] -Delegate [email protected] -MakeCalls $true -ReceiveCalls $true -ManageSettings $true
35+
New-CsUserCallingDelegate -Identity [email protected] -Delegate [email protected] -MakeCalls $true -ReceiveCalls $true -ManageSettings $true
3636
```
3737
This example shows adding the delegate [email protected] with all permissions set to true for [email protected].
3838

0 commit comments

Comments
 (0)