question

marktt avatar image
0 Votes"
marktt asked SharonZhao-MSFT commented

Skype for business address book

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.

office-skype-business-server-administrationoffice-skype-business-server-deployment
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SharonZhao-MSFT avatar image
0 Votes"
SharonZhao-MSFT answered SharonZhao-MSFT commented

@marktt,

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.


· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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.

0 Votes 0 ·

@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.

0 Votes 0 ·

@SharonZhao-MSFT

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.

0 Votes 0 ·

@marktt
You could have a try.
In general, the web search sync the latest display name of user.

0 Votes 0 ·

@marktt
Do you have any update on this thread now?
Please feel free to drop us a note.
Have a nice day!

0 Votes 0 ·