This post of is part of my Install SharePoint 2013 Three-tier Farm project.
This time I’ll show you my approach for a SharePoint 2010 to 2013 migration.
Read More
This post of is part of my Install SharePoint 2013 Three-tier Farm project.
This time I’ll show you my approach for a SharePoint 2010 to 2013 migration.
Read More
This walkthrough shows how to build an automated registration form that closes down registration if the seats in the class fill up.
Here’s an example of what the result will look like:
The SharePoint term store service is one of the most important parts of a SharePoint installation. It’s the best place to store an manage global metadata for your companies documents.
It’s not that hard to design a term set in Excel and import it afterwards with the built-in term store import wizard.
However there’s no tool or wizard that allows you to get a term set out of the term store.
It’s only possible with my PowerShell function (which is as always part of my PowerShell PowerUp project)
Read More
By default in SharePoint 2013 there is no option for “Sign in as different user”.
To enable this option you have the update the SharePoint welcome template. Read More
By default SharePoint 2013 cuts off long sub menu titles in the navigation.
SharePoint expects only titles without spaces in between words.
This is miss behaviour is simply solved by adding a custom css in the master page template.
Read More
When deploying a published SharePoint 2013 on-premise installation or a Office 365 installation or a SharePoint Online installation, it’s highly recommended to update your Microsoft Office 2013 installation.
This post of is part of my Install SharePoint 2013 Three-tier Farm project.
As the server architecture is already given in this case, I’m only going to show you the hardware requirements of those servers.
Each server installation provides:
This might not be best practise but based on the situation you as administrator have to enable this feature.
Making distribution lists externally available is great for spammers, so if you enable this feature, do this as less as possible.
To enable a exchange distribution list for external use I recommand to use this simple PowerShell command:
Set-DistributionGroup <groupname> -RequireSenderAuthenticationEnabled $false
Here we go!