Enable List And Library Versions In SharePoint 2013 Manually And Using PowerShell Script

Introduction

In this article we will explore Versioning in SharePoint, which enables us to track and manage information as it evolves, and to view and recover earlier versions if necessary. SharePoint list can have only a single version; i.e, tracked in a same way; libraries can be tracked in different versions, namely major and minor. By default, SharePoint version is turned off.

The versioning can be changed Manually and by using PowerShell.

Manually

List

  1. The versioning of List can be enabled by the following steps:

    Go to the ListList Settings, then Versioning Settings.

    set Versioning Settings

    The default version is turned off which can be turned on by clicking the radio button manually.

    version Settings

    Library Settings

    Document Library

  2. The versioning of List can be enabled by the following steps:

    Go to the Library, Library Settings, then Versioning Settings.

    Versioning Settings

    The default version is turned off which can be turned on by clicking the radio button manually.

    default version is turned off

    Document version History

PowerShell

The versions can be enabled by using the PowerShell command. This works for both library and list, which in turn will change the version.

PowerShell

Summary

Here we explored the two ways to change the versioning of SharePoint List and Library.