Forum Discussion
fodelement
Apr 24, 2020Copper Contributor
SharePoint PnP Author column with PowerShell
Hello all, I have done a lot of reading and can't seem to find the answer. I am working on my first PnP script to pull all the data from a SharePoint site and save it into an CSV file. So far everyt...
Swaminathan Sriram
Apr 25, 2020Iron Contributor
Hi,
To retrieve the Email of the Author, you could run this command $listItem["Author"].Email which will return you the email of the corresponding item creator.
Hope this helps.
Thanks.
To retrieve the Email of the Author, you could run this command $listItem["Author"].Email which will return you the email of the corresponding item creator.
Hope this helps.
Thanks.