From 127524a3b375b6a6343dbc8e7dac269a1f5801fd Mon Sep 17 00:00:00 2001 From: Dan Cecil Date: Sun, 28 Jan 2024 16:59:14 +0000 Subject: [PATCH] Updated docs for Set-PnPListItem (#3705) Co-authored-by: Gautam Sheth --- documentation/Set-PnPListItem.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/Set-PnPListItem.md b/documentation/Set-PnPListItem.md index 4177bbfff..288ab9907 100644 --- a/documentation/Set-PnPListItem.md +++ b/documentation/Set-PnPListItem.md @@ -187,9 +187,9 @@ Accept wildcard characters: False Specifies the update type to use when updating the listitem. Possible values are "Update", "SystemUpdate", "UpdateOverwriteVersion". -* Update: Sets field values and creates a new version if versioning is enabled for the list -* SystemUpdate: Sets field values and does not create a new version. Any events on the list will trigger. -* UpdateOverwriteVersion: Sets field values and does not create a new version. No events on the list will trigger. +* **Update**: Sets field values and creates a new version if versioning is enabled for the list. The "Modified By" and "Modified" fields will be updated to reflect the time of the update and the user who made the change. +* **SystemUpdate**: Sets field values and does not create a new version. Any events on the list will trigger. The "Modified By" and "Modified" fields not updated and can not be set. +* **UpdateOverwriteVersion**: Sets field values and does not create a new version. No events on the list will trigger. The "Modified By" and "Modified" fields are not updated but can be set by passing the field values in the update. HINT: use 'Editor' to set the "Modified By" field. ```yaml Type: SwitchParameter