Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 7025

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 2162

Deprecated: Hook imagify_allow_picture_tags_for_webp is deprecated since version 2.2! Use imagify_allow_picture_tags_for_nextgen instead. in /www/collab365_296/public/wp-includes/functions.php on line 5758
Learn SharePoint Search and find answers in our Search, Taxonomy & Metadata Community Center
Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1145

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1152

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1155

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1162

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1165

Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1145

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1152

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1155

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1162

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1165

Warning: Undefined array key "url" in /www/collab365_296/public/wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php on line 85
Collab365
__CONFIG_colors_palette__{"active_palette":0,"config":{"colors":{"1016c":{"name":"Main Accent","parent":-1},"f88c6":{"name":"Main Accent Light","parent":"1016c","lock":{"saturation":1,"lightness":1}}},"gradients":[]},"palettes":[{"name":"Default","value":{"colors":{"1016c":{"val":"var(--tcb-skin-color-0)"},"f88c6":{"val":"rgb(251, 234, 234)","hsl_parent_dependency":{"h":359,"l":0.95,"s":0.66}}},"gradients":[]},"original":{"colors":{"1016c":{"val":"rgb(55, 179, 233)","hsl":{"h":198,"s":0.8,"l":0.56,"a":1}},"f88c6":{"val":"rgb(235, 246, 251)","hsl_parent_dependency":{"h":198,"s":0.66,"l":0.95,"a":1}}},"gradients":[]}}]}__CONFIG_colors_palette__
  • Blog
  • Join the Collab365 Academy
  • About us
  • Useful Links

World-class Microsoft 365 training delivered to your Academy account, on auto-pilot!

  • Home
  • |
  • Category: Search, Taxonomy & Metadata

How to convert a Comma Separated File (CSV) to to a Multi-Dimensional Array in Powershell

Author Image

Stephan Onisick

From my last PowerShell Article “PowerShell from an Array to Comma Separated file (CSV) via the PSObject“, http://goo.gl/3ATJgp, I pointed out that a CSV or Comma Separated Value file is kind of like a Hash Table where every value is associated with a column heading. In PowerShell, just because you get somewhere is no guarantee you

Read More
How to convert a Comma Separated File (CSV) to to a Multi-Dimensional Array in Powershell

Introduction to Managed Metadata navigation in SharePoint 2013

Author Image

Amardeep

Let’s begin by taking a look at the “managed metadata navigation” feature. One of the big challenges to navigation inside SharePoint is that it needs to be set up in each site. This causes a problem if any of the links are removed because then I need to go in each site and delete or update the links

Read More
Introduction to Managed Metadata navigation in SharePoint 2013

PowerShell from an Array to Comma Separated file (CSV) via the PSObject

Author Image

Stephan Onisick

As usual, when I embark on a PowerShell project it’s always a learning curve. One might think with all PowerShell’s flexibility, you could just use PowerShell’s” export-csv” command with an array and be on your merry way. It never turns out to be that easy. While working on a PowerShell script for SharePoint 2013 to

Read More
PowerShell from an Array to Comma Separated file (CSV) via the PSObject

A list of SharePoint 2013 Workflow Manager issues and fixes

Author Image

Gopinath V

1. Error: Unable to properly communicate workflow service. Resolution : Re-installed workflow manager by removing FQDN(servername.domainname) with Service Bus 1.0 cumulative update 1. Do not use FQDN (fully qualified domain name). Ex: SP2013DEV01.Contoso.com à SP2013DEV01\SP2013DEV01 Reference: For Install and Uninstall Workflow Manager  http://technet.microsoft.com/en-us/library/jj193448 2. Error :  Create designer WF for testing. When you trying to publishing

Read More
A list of SharePoint 2013 Workflow Manager issues and fixes

SharePoint Document Sets – A real world example

Author Image

Jasper Oosterveld

Document Sets are awesome! During my assignment at an asset manager in the Netherlands, I really started to appreciate the power of Document Sets in SharePoint. I never really was a big fan (not sure why exactly) and never used them. One of my colleagues from the Intranet Team showed me the benefits and now

Read More
SharePoint Document Sets – A real world example

Office 365 – SharePoint Online – Provisioning a Publishing page with the List View

Author Image

Balamurugan Kailasam

In Office 365 / SharePoint online,  a publishing page with a list of views pointing to a different list can be provisioned using a feature containing a File element containing a view. Example: <?xml version=”1.0″ encoding=”utf-8″?> <Elements xmlns=”http://schemas.microsoft.com/sharepoint/”> <Module Name=”ModuleName” Url=”$Resources:cmscore,List_Pages_UrlName;”> <File Url=”default.aspx” Type=”GhostableInLibrary” Path=”ModuleName\default.aspx” IgnoreIfAlreadyExists=”TRUE” > <Property Name=”Title” Value=”Home” /> <Property Name=”IncludeInGlobalNavigation” Value=”FALSE” />

Read More
Office 365 – SharePoint Online – Provisioning a Publishing page with the List View

Move Documents via Powershell While Retaining Authorship Data – Script

Author Image

Lucas Struck

I know there are a ton of tools out there for moving content within SharePoint.  Heck, SharePoint itself even kind of gives you some tools of it’s own.  Presented here is MY quick and dirty way of moving documents from one location to another while retaining the Modified, Modified By, Created By, and Created fields.

Read More
Move Documents via Powershell While Retaining Authorship Data – Script

How to configure Global Managed Metadata Navigation with Powershell

Author Image

Lucas Struck

When I first heard about Managed Metadata Navigation, I thought all of my navigation dreams had come true.  Alas, it didn’t quite work as expected and the limitation of a single site collection use really had me chapped.  In all of the dark corners of the Internet that I was looking for a solution to

Read More
How to configure Global Managed Metadata Navigation with Powershell

How not to miss lunch for a hidden feature in SharePoint

Author Image

Eric Harris

So, I’m no developer by heart, and by trade I wouldn’t say I had a strong desire for it either, but I have my moments of brilliance.  Then there are times when I run into something with SharePoint that truly makes me wonder about my life, but for the most part I’m content with bending

Read More
How not to miss lunch for a hidden feature in SharePoint

How to create an “External Content Type” using Visual Studio 2012 for SharePoint 2013 Online and OData

Author Image

Biju Joseph

As of now, Visual Studio 2012 supports only BCS model with OData (Open Data Protocol) Services for Apps for SharePoint. So let us see what this OData and how to create an “External Content Type” using Visual Studio 2012 for SharePoint 2013 Online. What is OData? The Open Data Protocol (OData) is a Web protocol

Read More
How to create an “External Content Type” using Visual Studio 2012 for SharePoint 2013 Online and OData

Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]

First

Previous

Next

Last

Categories

  • Azure
  • Build-The-BBC
  • Business & Careers
  • Business Intelligence
  • Collab365 Summit 2016

top 10 posts

Popular posts:

  • How to sync Microsoft Excel with Microsoft Forms responses (using Power Automate)
  • How to search and filter records in PowerApps (inc delegation)
  • 37 Microsoft Teams Tricks and Tips for 2022
  • SharePoint modern view formatting with JSON – part 1 of 2
  • How to send (or forward) an Email to a Microsoft Teams Channel
  • How to create a Parent / Child PowerApp with related SharePoint Lists
  • The Ultimate Guide to Microsoft Forms
  • How to create a Poll or Quiz in Microsoft Teams
  • How to create a User Registration Form using PowerApps, Flow & SharePoint Lists
  • How to use SharePoint Designer 2013 with SharePoint 2016 / 2019 / Online

Summit Bundle

Get 200+ hours of Microsoft 365 Training for 27$!

Master Office 365, Power Platform & SharePoint & Teams With 200+ Hours Of Training Videos and 108 Ebooks in the Collab365 Academy. This offer is insane and is only available for a limited period. 

Get 200+ hours training for 27$

popular links

  • Ultimate Guide to Microsoft Forms
  • What's in a Microsoft 365 subscription?
  • Best SharePoint Intranet Templates
  • Microsoft Teams Administrator Course
  • Microsoft Teams Governance Workshop

collab365 network

  • Collab365 Daily Digest
  • Collab365 Blog
  • Collab365 Events
  • Collab365 Directory
  • Collab365 Certifications

about us

__CONFIG_colors_palette__{"active_palette":0,"config":{"colors":{"f3080":{"name":"Main Accent","parent":-1},"f2bba":{"name":"Main Light 10","parent":"f3080"},"trewq":{"name":"Main Light 30","parent":"f3080"},"poiuy":{"name":"Main Light 80","parent":"f3080"},"f83d7":{"name":"Main Light 80","parent":"f3080"},"frty6":{"name":"Main Light 45","parent":"f3080"},"flktr":{"name":"Main Light 80","parent":"f3080"}},"gradients":[]},"palettes":[{"name":"Default","value":{"colors":{"f3080":{"val":"rgba(23, 23, 22, 0.7)"},"f2bba":{"val":"rgba(23, 23, 22, 0.5)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"trewq":{"val":"rgba(23, 23, 22, 0.7)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"poiuy":{"val":"rgba(23, 23, 22, 0.35)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"f83d7":{"val":"rgba(23, 23, 22, 0.4)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"frty6":{"val":"rgba(23, 23, 22, 0.2)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"flktr":{"val":"rgba(23, 23, 22, 0.8)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}}},"gradients":[]},"original":{"colors":{"f3080":{"val":"rgb(23, 23, 22)","hsl":{"h":60,"s":0.02,"l":0.09}},"f2bba":{"val":"rgba(23, 23, 22, 0.5)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.5}},"trewq":{"val":"rgba(23, 23, 22, 0.7)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.7}},"poiuy":{"val":"rgba(23, 23, 22, 0.35)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.35}},"f83d7":{"val":"rgba(23, 23, 22, 0.4)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.4}},"frty6":{"val":"rgba(23, 23, 22, 0.2)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.2}},"flktr":{"val":"rgba(23, 23, 22, 0.8)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.8}}},"gradients":[]}}]}__CONFIG_colors_palette__
  • About Collab365
  • hello@collab365.com

Privacy policy

Terms and Conditions

cookie policy

Badhan Ct, Castle St, Hadley, Telford, Shropshire, TF1 5QX, UK

Copyright 2025 Collab365, all rights reserved.