Actually I'm working on PowerShell script using that I'm trying to update list item Modified By and Modified filed value without changing version.
Is it possible to do that using PoweShell ?
Please suggest some script
Actually I'm working on PowerShell script using that I'm trying to update list item Modified By and Modified filed value without changing version.
Is it possible to do that using PoweShell ?
Please suggest some script
Try updating the item as below:
item.UpdateOverwriteVersion();
UpdateOverwriteVersion()
Updates the item without creating a new version of the item
Updates the modified time and modified by fields
You should be updating the item with : item.SystemUpdate($false);