Skip to content

Commit 19e0528

Browse files
authored
Fixed asterisk character
1 parent 7303fea commit 19e0528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/Get-CsOnlineUser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ Accept wildcard characters: False
151151
Indicates the Identity of the user account to be retrieved.
152152
User Identities can be specified using one of the following formats: 1) the user's SIP address; 2) the user's user principal name (UPN); or, 3) the user's Active Directory display name (for example, Ken Myer).
153153

154-
You can use the asterisk (*) wildcard character when using the Display Name as the user Identity.
155-
For example, the Identity "* Smith" returns all the users who have a display name that ends with the string value " Smith".
154+
You can use the asterisk ( * ) wildcard character when using the Display Name as the user Identity.
155+
For example, the Identity "* Smith" returns all the users who have a display name that ends with the string value " Smith".
156156

157157
```yaml
158158
Type: UserIdParameter

0 commit comments

Comments
 (0)