Web query enable on global client policy
Last name + first name. Sometimes and some time first name and last name.
User would use Last name + first name.
Any suggestion for the checking ?
Thanks.
Web query enable on global client policy
Last name + first name. Sometimes and some time first name and last name.
User would use Last name + first name.
Any suggestion for the checking ?
Thanks.
Do you mean that you want to get users’ FirstName and LastName?
You could run the following command to get users’ FirstName and LastName:
Get-CsAdUser -Filter {Enabled -eq $True} | Select-Object DisplayName,FirstName,LastName
If I misunderstand your words, please five us more descriptions. Thanks for your understanding.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hi Sharon,
It is Skype for Business client side would like to see the first name and last name.
They report some user displayname is correct last name, first and some doesn't .
Checked that the global csclient policy is running on web search, no address book cache on local.
Thanks.
@marktt
The display name is set by admin. So, you could run the command in my first reply to check if the display name is wrong in AD.
The display name is correct on server side and sfb mobile search return correct information.
Some desktop client search result is incorrect, if use web search everytime is search on server ?
Thanks.
@marktt
You could have a try.
In general, the web search sync the latest display name of user.
@marktt
Do you have any update on this thread now?
Please feel free to drop us a note.
Have a nice day!
3 people are following this question.