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