Hello
I am setting up version limit for document library and lists using following command
Set-PnPList -Identity $List -MajorVersions 50
After running above command it is showing Modified 10 mins ago. Is there any to avoid changing last modified date and last modified (Editor) on list level using above command.
Avian