Skip to content

Commit edf3076

Browse files
authored
Merge pull request MicrosoftDocs#2641 from greiginsydney/patch-33
fixed 2 MD bugs
2 parents 2586217 + ec3a142 commit edf3076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/Grant-CsVoicePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This cmdlet assigns an existing per-user voice policy to a user.
3434
Voice policies are used to manage such Enterprise Voice-related features as simultaneous ringing (the ability to have a second phone ring each time someone calls your office phone) and call forwarding.
3535
Use this cmdlet to assign the settings that enable and disable these features for a specific user.
3636

37-
You can check whether a user has been granted a per-user voice policy by calling a command in this format: `Get-CsUser "\<user name\>" | Select-Object VoicePolicy.`
37+
You can check whether a user has been granted a per-user voice policy by calling a command in this format: `Get-CsUser "<user name>" | Select-Object VoicePolicy.`
3838
For example:
3939

4040
`Get-CsUser "Ken Myer" | Select-Object VoicePolicy`
@@ -69,7 +69,7 @@ The Identity (unique identifier) of the user to whom the policy is being assigne
6969

7070
User identities can be specified by using one of four formats: 1) The user's SIP address; 2) the user principal name (UPN); 3) the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer); and, 4) the user's Active Directory display name (for example, Ken Myer).
7171

72-
Note that you can use the asterisk (*) wildcard character when using the Display Name as the user Identity.
72+
Note that you can use the asterisk (\*) wildcard character when using the Display Name as the user Identity.
7373
For example, the Identity "* Smith" would return all the users with the last name Smith.
7474

7575
Full Data Type: Microsoft.Rtc.Management.AD.UserIdParameter

0 commit comments

Comments
 (0)