/images/profilepic.jpeg

Add shortcut links to SharePoint Server Central Admin

Very quick post today. Or rather a tip that I use every time I have a new SharePoint Farm 🙂 When we need to access the Term Store, we need to click on Manage Service Applications, then click on the Managed Metadata Service Application, and then we have access to the Term Store. If we want to access the User Properties, we need to go to the Service Applications, click on the User Profile Service Application, and then select what we wish.

Create a SharePoint taxonomy using an XML file and PowerShell

Today is all about SharePoint taxonomy with PowerShell PnP! In a nutshell, taxonomy is a hierarchical group of term sets & terms, that is provided by SharePoint when configuring the Managed Metadata Service Application (MMS). Creation of terms is done via the Term Store in SharePoint Server (when MMS is configured), and is also available in SharePoint Online. For more information about SharePoint taxonomy, get started with the following links:

Configure SQL Aliases for SharePoint Server

SQL Aliases are optional (but recommended), and are a great way to configure your SharePoint environment. They allow for flexibility in case the SQL instance is changed, or the server names/IPs change then it’s possible to only “re-point” to the new servers. This way, there’s no need to reinstall SharePoint for the new server/instance. SQL Aliases are configured on each SharePoint Server. This is very important to remember! Let’s dive in and configure our aliases.

Add PowerBI Pro to an Office 365 tenant

PowerBI itself comes into multiple flavors, and also carrying a few types of configuration along with it. Especially with Office 365. In this blog post, we’ll look at adding (linking) PowerBI Pro to an Office 365 tenant, but we should also go through a bit of description. PowerBI flavors As mentioned previously, PowerBI options and features vary depending on the version we choose: PowerBI free, PowerBI Pro, and PowerBI Premium.

Add Visio Pro to an Office 365 tenant

Adding Visio Pro Online to an Office 365 tenant is done the same way as it is for Project Pro Online. So we are going to follow the same process, which is (again) pretty straight forward. Comparison If you don’t know which Visio Online flavor you need, the Compare Visio Options page will help you decide. Connect to Office 365 We will connect to the tenant first. Open your favourite browser, go to portal.

Save site as a template and use it to create a Site Collection

Recently I was browsing the TechNet Forums like I usually do a few times a week, and I’ve seen a question a user was asking, which intrigued me. Quote When we save a subsite as a template, can we re-use it to create a Site Collection? I thought that was a good question, especially in SharePoint Online (where things are a bit “restricted”), and I’ve never had this request either so… What’s the best way to know if that’s possible?

Create the ContentType Hub in SharePoint Server (GUI & PowerShell)

Today’s post will be a bit long. But at the end, you’ll understand what is the Content Type Hub, its purpose, and how to create it in 2 different ways! Content what? In order to understand the purpose of the Content Type Hub, we first need to understand Content Types. This is a rather confusing topic for many of us, but content types are used to provide more information about an object/item, and allow us to associate some actions with that content type (i.

List columns or Site columns in SharePoint?

We have two (2) types of columns in SharePoint: List Columns Site Columns One is created at the List/Library level (list columns), and the other one at the Site level (site columns). From a functionality perspective, they do the exact same thing. From a “re-usability” perspective… not so much… The only difference between the two, Site Columns are “shared” between sites, but only hierarchically. See that as crescendo 🙂