<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>metadata on Blog about anything related to my learnings</title><link>https://reshmeeauckloo.com/tags/metadata/</link><description>Recent content in metadata on Blog about anything related to my learnings</description><generator>Hugo -- gohugo.io</generator><language>en-uk</language><lastBuildDate>Sun, 31 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://reshmeeauckloo.com/tags/metadata/index.xml" rel="self" type="application/rss+xml"/><item><title>SharePoint file metadata updates with Set-PnPListItem and UpdateType</title><link>https://reshmeeauckloo.com/posts/powershell-sharepoint-updatetype-authoreditor/</link><pubDate>Sun, 31 May 2026 00:00:00 +0000</pubDate><guid>https://reshmeeauckloo.com/posts/powershell-sharepoint-updatetype-authoreditor/</guid><description>Updating SharePoint file metadata with Set-PnPListItem requires the correct UpdateType. Use SystemUpdate for author and retention label changes, and UpdateOverwriteVersion when updating the editor.
When to use SystemUpdate SystemUpdate updates list item metadata without creating a new version or changing the modified date. It is ideal for author changes or retention label updates. When to use UpdateOverwriteVersion UpdateOverwriteVersion updates metadata and creates a new version. It is required for editor changes because SystemUpdate does not update the editor field reliably.</description></item></channel></rss>