Quantcast
Channel: Question and Answer » file
Viewing all articles
Browse latest Browse all 103

Can I get Last write time of a file in SharePoint via Powershell?

$
0
0

Is it possible to get when was the last WRITE time of a file in a document library by using Powershell?

$url = "http://myserver/sites/mysite/shared%20documents/myfile.xlsx"
$webclient = New-Object System.Net.WebClient
$lastWriteTimestamp = #...

Viewing all articles
Browse latest Browse all 103

Trending Articles