Hi,
This is the our data for Nextcloud.
As we try to export all folder and file structure by WebDAV Nextcloud to to windows mapdrive
Then use PowerShell command, for example
Get-ChildItem -Recurse -File | select FullName, Length, CreationTime, LastAccessTime | export-csv -path d:\Exportall.csv -NoTypeInformation -Encoding UTF8
At the CreationTime they are all 1/1/1601 in for every file which we have no idea why it show like this.
We tried on the different Nexcloud sever but got the same result of the CreationTime 1/1/1601. We just implemented Nextcloud in 2020.
However, we try with my D Drive but result of Createtime is OK
Please kindly advise and thank you in advance.