Quantcast
Channel: Nico Martens – Blog by Nico Martens
Browsing all 13 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

When were my site collections created?

Have you ever wondered when your site collections were created? Try the following one liner to get all the information you need: Get-SPSite -Limit All | %{$root = $_.rootweb; $date =...

View Article



Image may be NSFW.
Clik here to view.

Remove Bulk users from User Information List (people picker)

This post will describe how you can remove users in bulk using a PowerShell script and a simple CSV file. In SharePoint 2010, the people picker retrieves data from multiple sources. – The Site...

View Article

Image may be NSFW.
Clik here to view.

Get all subsites of a subsite

Getting a list of all subsites of a particular site (not a site collection) was a little more work than I expected, so here is how I did it. Let’s say we have the following situation site structure:...

View Article

Image may be NSFW.
Clik here to view.

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 Article

Image may be NSFW.
Clik here to view.

Restore 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 Article


Image may be NSFW.
Clik here to view.

Add-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 Article

Image may be NSFW.
Clik here to view.

Encrypting 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 Article

Image may be NSFW.
Clik here to view.

Download 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 Article


Image may be NSFW.
Clik here to view.

Change 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 Article


Image may be NSFW.
Clik here to view.

Office 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 Article

Image may be NSFW.
Clik here to view.

Cloud 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 Article

Image may be NSFW.
Clik here to view.

Everything 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 Article

Image may be NSFW.
Clik here to view.

Get 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

Browsing all 13 articles
Browse latest View live




Latest Images