Skip to content

Commit 50d6183

Browse files
authored
Merge branch 'master' into islubin-patch-12
2 parents 8b3e8c6 + 3cc1776 commit 50d6183

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

skype/skype-ps/skype/Set-CsUser.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ In Example 2, all the users in the Finance department have their accounts enable
5959
In this command, the `Get-CsUser` cmdlet and the LdapFilter parameter are first used to return a collection of all the users who work in the Finance department.
6060
That information is then piped to the `Set-CsUser` cmdlet, which enables Enterprise Voice for each account in the collection.
6161

62+
### -------------------------- Example 3 --------------------------
63+
```
64+
Set-CsUser -Identity "Pilar Ackerman" –LineUri "tel:+123456789"
65+
```
66+
67+
In Example 3, the `Set-CsUser` cmdlet is used to modify the user account with the Identity Pilar Ackerman.
68+
In this case, the account is modified to set the phone number assigned to the user settings its LineUri property.
6269

6370
## PARAMETERS
6471

0 commit comments

Comments
 (0)