Skype for business address book

Mark TT 146 Reputation points
2021-03-11T13:52:14.403+00:00

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.

Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
602 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sharon Zhao-MSFT 25,051 Reputation points Microsoft Vendor
    2021-03-12T02:40:20.817+00:00

    @Mark TT ,

    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.


0 additional answers

Sort by: Most helpful