Can I get Last write time of a file in SharePoint via Powershell?
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...
View ArticleWhy are there Hashes next to downloads? [duplicate]
This question already has an answer here: What security purpose do hashes of files serve? 4 answers
View ArticleAES keyfile size
I would like to encrypt files using a key file instead of a password. What I would do is: 1) Generate X random bits using openssl rand X > mykey 2) openssl enc -aes-256-cbc -in secretfile -out...
View ArticleError While create REST request for create file
I set the headers like following: Headers: accept: application/json;odata=verbose Content-Type: application/json;odata=verbose Authorization Bearer xxxxxxxxxxxxxxxxxxxx {...
View ArticleSharepoint in Explorer-View can't display images “because the file is empty”
I am administrating a SQL Server 2014 for our Sharepoint 2013. Currently users are facing the following issue: Using the Explorer View, some images randomly (at least I can’t find a pattern until now)...
View ArticleSPCheckinType.OverwriteCheckIn in Poweshell
How we can OverwriteCheckIn in Powershell? Please correct second parameter? $ListItems[$i].File.CheckIn("Checkin automatically",SPCheckinType.OverwriteCheckIn) // second parameter seems wrong
View ArticleHow to delete files from “Manage files which have no checked in version”...
I tried to delete custom content type from Pages library but got an exception "content type is still in use". The I get to know that files should also be deleted from "Manage files which have no...
View ArticleHow to reset NeoOffice recently opened file list?
I’ve recently wiped and reloaded my iMac running El Capitan, and restored via Time Machine. I’d like to reset the recently opened file list, as it has items in it that no longer exist. Tried deleting...
View ArticleLightroom: add keywords from textfile to raw images (xmp file)
this question has been answered in a generic way here: http://photo.stackexchange.com/a/38507/9913 In my case I have hundreds of raw image-xmp files in various folders to which I’d like to add (not...
View ArticleWhy aren't .blend files importing into unity?
So I for the past week or so I have been having extreme difficulty trying to import .blend file that I made into unity. When I either drag or import the .blend file into unity I automatically get a...
View Article