Skip to content

Commit 604c64e

Browse files
authored
Merge pull request MicrosoftDocs#127 from LuChen-MSFT/fix-setoaa-example
Fix the example cmdlet of set oaa
2 parents 29f6d89 + 405db3a commit 604c64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/Set-CsOrganizationalAutoAttendant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Set-CsOrganizationalAutoAttendant cmdlet lets you modify the properties of a
2525
### -------------------------- Example 1 --------------------------
2626
```
2727
$oaa = Get-CsOrganizationalAutoAttendant -PrimaryUri "sip:[email protected]"
28-
$oaa.LineUris = [System.Uri] "tel:+##########"
28+
$oaa.LineUris = @([System.Uri] "tel:+11098765432")
2929
Set-CsOrganizationalAutoAttendant -Instance $oaa
3030
```
3131

0 commit comments

Comments
 (0)