Forum Discussion
fmontorfano
Microsoft
Oct 07, 2022Ghost publishing
Hi all,
costumer is asking if it is possible to ghost publish a news post on another user's behalf belonging to a different tenant on SharePoint online.
Thank you.
Oct 07, 2022
You can't publish as someone else but you can Publish and then use Powershell as an admin and change the field value to that person.
Set-PnPListItem -List "You rList" -Identity 1 -Values @{"Editor"="email address removed for privacy reasons"} -UpdateType UpdateOverwriteVersion
Set-PnPListItem -List "You rList" -Identity 1 -Values @{"Editor"="email address removed for privacy reasons"} -UpdateType UpdateOverwriteVersion