Skip to content

Commit 405db3a

Browse files
use a number instead of ##
1 parent cb98ebd commit 405db3a

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)