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 = #...
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 = #...