Skip to content

Commit 7bb3776

Browse files
Corrected minor typo + markdown bug
1 parent d26bf88 commit 7bb3776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/Grant-CsVoiceRoutingPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Grant-CsVoiceRoutingPolicy [-PolicyName] <String> [-Tenant <Guid>] [-DomainContr
2626
## DESCRIPTION
2727

2828
Voice routing policies are used in "hybrid" scenarios: when some of your users are homed on the on-premises version of Skype for Business Server and other users are homed on Skype for Business Online.
29-
Assigning your Skype for Business Online users a voice routing policy enables those users to receive and to place phones calls to the public switched telephone network by using your on-premises SIP trunks.
29+
Assigning your Skype for Business Online users a voice routing policy enables those users to receive and to place phone calls to the public switched telephone network by using your on-premises SIP trunks.
3030

3131
Note that simply assigning a user a voice routing policy will not enable them to make PSTN calls via Skype for Business Online.
3232
Among other things, you will also need to enable those users for Enterprise Voice and will need to assign them an appropriate voice policy and dial plan.
@@ -71,8 +71,8 @@ User Identities are typically specified using one of four formats: 1) the user's
7171

7272
User Identities can also be specified by using the user's Active Directory distinguished name.
7373

74-
In addition, you can use the asterisk (*) wildcard character when using the Display Name as the user Identity.
75-
For example, the Identity "* Smith" returns all the users who have a display name that ends with the string value " Smith".
74+
In addition, you can use the asterisk (\*) wildcard character when using the Display Name as the user Identity.
75+
For example, the Identity "\* Smith" returns all the users who have a display name that ends with the string value " Smith".
7676

7777
```yaml
7878
Type: UserIdParameter

0 commit comments

Comments
 (0)