Replies: 1 comment 1 reply
-
Hi @Markus-F The new version of PnP PowerShell is the repository that you are in and it is only for SharePoint online. The PnP PowerShell modules for on-premise are no longer maintained (since around December 2020). As it's on-prem I would update the list item not via PnP but via the Client Side Object Model which does have a -SystemUpdate parameter This script should do it that I found on a blog: SharePoint 2013: Change The Content Type Using Powershell Script - you would run this on your server Thanks Leon |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I am trying to update the content type of list items via PNP in a SharePoint 2016 environment. Unfortunately the SystemUpdate parameter is missing. Version used is 3.29.2101.0. Is the parameter only available with SharePoint Online? If yes, is there another way to update an item on-premise with PNP without changing the modified and modified by values?
Best regards,
Markus
Beta Was this translation helpful? Give feedback.
All reactions