I want to get the display name of created by and modified by fields for a user in a SharePoint 2013 List using CSOM in powershell.
I know that can be acheived by:
New-Object Microsoft.SharePoint.SPFieldUserValue() But I want an alternative for that in CSOM powershell. Please assist.