Tag: SharePoint 2016
SPWebApplication Class
[toc] Namespace Microsoft.SharePoint.Administration Assembly Microsoft.SharePoint.dll A SharePoint Server web application is composed of an Internet Information Services (IIS) web site that acts as a logical unit for the site collections that you create. Before you can create a site collection, you must first create a Web application. Each web application is represented by a different […]
Continue ReadingExport-SPAllSitesForMigration
[toc] Function Name Export-SPAllSitesForMigration Download Source Code Export-SPAllSitesForMigration.zip Description The code in this module will gather all site collections in your farm and write the details to a CSV file. The CSV file will be formatted to support a migration effort. Parameters Parameter Name $CsvFilename Data Type [System.String] Required Yes Description Use this parameter to specify […]
Continue ReadingSharePoint 2016 Site Templates and ID’s
I’m constantly needing a list of all the site templates available in SharePoint 2016. I decided to start maintaining this list on my blog so I don’t have to search for it anymore. Note – I did not come up with this list in a vacuum. I’m making updates here but the original list came […]
Continue ReadingDocument Libraries and Folders
I am asked on a regular basis how I feel about the use of Document Library folders. To be honest, I always tell people “avoid them” unless you thoroughly understand the consequences of using folders or have a controlled means of promoting consistent use. This response always stirs up controversy so I thought I’d write […]
Continue ReadingPowerShell: Retrieve All Sites With or Without Personal Sites (MySites)
[toc] I love using the pipeline in PowerShell. Recently I was in a situation where, if a PS script what a one-liner I didn’t have to submit it through the review/approval/change management process. Its amazing what you can do in PowerShell in a single line of code! Retrieve all site collections, for all web applications […]
Continue ReadingDebugging SharePoint Issues and ULS Log Files
I often see administrators and developers new to SharePoint find debugging difficult and complex. When working with SharePoint, log files are your friend. In large on-premise farms, locating issues within large log files can be time consuming and sometimes difficult. When I am presented with an error that contains a correlation ID, I first resort […]
Continue ReadingAutoSPInstaller: SharePoint 2013 March 10, 2015 CU (KB2956166)
[toc] The AutoSPInstaller tool is not something I’ve written about in the past. I’m not sure why because its a fantastic tool and I use it on a regular basis. In general, it is a PowerShell based SharePoint installation tool. If you are unfamiliar with it, I do recommend you take a look at it […]
Continue ReadingEvolution of SharePoint
Interesting article, from Julia White, general manager for the Office Product Management team, about the Evolution of SharePoint. Exciting times ahead! Excerpt from Intro: “In the conversations I have with customers and partners, I’m often asked how SharePoint will evolve in Office 365, and what the future holds for SharePoint on-premises. As we move into […]
Continue ReadingRedirect Users to a New Location Automatically
[toc] Recently, while working with a client, I noticed they had purchased a 3rd party web part to redirect users from one location to another. There are other posts that describe a simple, out of box, solution; however, I wanted to include it here for my readers and clients. There isn’t any need to write […]
Continue Reading10 Key Elements of Enterprise Information Architecture (#IA) – #3 Presentation
This article is the third in a series of ten that will help you better understand the 10 key elements of Enterprise Information Architecture. To read the previous articles and the complete table of contents in this series, please click here. Presenting Information The manner in which information is presented can dramatically improve its value. […]
Continue Reading10 Key Elements of Enterprise Information Architecture (#IA) – #2 Understanding
This article is the second in a series of ten that will help you better understand the 10 key elements of Enterprise Information Architecture. To read the first article and the complete table of contents in this series, please click here. Understanding Information Understanding information is the most important aspect of Information Architecture. Before we […]
Continue Reading