Add PDF mimetype for all Web Applications one-liner
By default, PDF files cannot be opened directly from SharePoint 2010/SharePoint 2013. To add the PDF mimetype to all Web Applications (Instead of doing it seperately for each Web Application), you can...
View ArticleRestore deleted site collections SharePoint 2013
In SharePoint 2013 it is possible to restore a accidently deleted site collection. For more information, read this article: http://technet.microsoft.com/en-us/library/hh272537.aspx You can use the...
View ArticleAdd-PSSnapIn Microsoft.SharePoint.PowerShell shortcut
Are you tired of typing Add-PSSnapIn Microsoft.SharePoint.PowerShell every time you open your PowerShell console?You can do this by Adding/Editing profile.ps1 (I don’t do this because I have too many...
View ArticleEncrypting your text-based files using PowerShell
Hi folks, It has been a while since my last post, but here it is. Please find the script in the TechNet Gallery here. All updates to this script will also be managed here:...
View ArticleDownload all content in a site collection
Hi, I’ve been working on a script that will allow you to download all files that are stored in SharePoint in a given site collection. If the path does not exist, the script will prompt you to create it...
View ArticleChange the URL of a site collection in SharePoint 2013
So, your manager/the business asks you to create a few site collections for some departments in your organization. You quickly spin up some site collections for them to use. After a few weeks, the...
View ArticleOffice 365 Video: My first impression
I’ve had the opportunity to look into the possibilities for organizations to use Office 365 Video. Using videos within an organization can be a great way to connect to your employees. This could be a...
View ArticleCloud Hybrid Search proxy settings
Let me start by saying thanks to @johankroese and @vanHooijdonk for helping with troubleshooting this issue! If you want the solution without going through the full post, scroll down to the end of this...
View ArticleEverything you need to know about Cloud Hybrid Search
Summary: This article discusses the new cloud hybrid search service application. Use this article to configure cloud hybrid search in your organization and learn what you need to know. What is cloud...
View ArticleGet Remote blob storage settings oneliner
If you ever want to find out which of the content databases in your farm use RBS, you can use the following oneliner to find out: Get-SPContentDatabase | %{Write-Host "-$($_.name):...
View Article