Find who last modified a SharePoint list view

If you need to find who last modified a SharePoint list view and when this is your post. . Only the last modified time/date is displayed and it does not keep a history of modifications. Also keep in mind, If the “Author” or “ModifiedBy” attribute is blank, that means that the person is no longer in the active directory.

Execute the following:

$site = Get-SPWeb -Identity “<http://urlfromyoursite>&#8221;

$site.GetFile(“http://urlfromyoursite/Lists/yourviewname.aspx&#8221;)

Scroll down to find Author, ModifiedBy, TimeCreated and TimeLastModified to find the information needed.

list.PNG

Hope it helps!

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s