Forum Discussion
Arif-Kashmiree
Jul 31, 2024Copper Contributor
Stop SharePoint document versioning
Hi, I am using the SharePoint library with Some more columns. On every edit in columns after uploading a document. Some tasks are updated with Microsoft Power Automate. Making the new ver...
JaredMatfess
Jul 31, 2024Iron Contributor
Hi Arif,
I believe you can only accomplish this via PowerShell using the PNP Powershell library. The command you're looking for is Remove-PnPFileVersion.
Please see here for the parameters you would use:
https://pnp.github.io/powershell/cmdlets/Remove-PnPFileVersion.html
Best regards,
-Jared
I believe you can only accomplish this via PowerShell using the PNP Powershell library. The command you're looking for is Remove-PnPFileVersion.
Please see here for the parameters you would use:
https://pnp.github.io/powershell/cmdlets/Remove-PnPFileVersion.html
Best regards,
-Jared
Arif-Kashmiree
Aug 01, 2024Copper Contributor
Thank you dear Jared Matfess for your time