Updating SharePoint Managed Metadata Columns with PowerShell
This post shows how to update a field with a managed metadata term. BackgroundAs with all software projects, requirements change as soon as you deliver. We created a huge list based on a nested folder...
View ArticleWhat Every SharePoint Admin Needs to Know About Host Named Site Collections
This post intends to tell you everything you need to know about host named site collections so that you can decide if they are appropriate for your environment. This post is NOT telling you to run out...
View ArticleSetting Object Cache Accounts in SharePoint 2010
This post will show how to set the PortalSuperUser and PortalSuperReader accounts for SharePoint 2010 using PowerShell.BackgroundI frequently create web applications in my SharePoint 2010 environment...
View ArticleInside the SharePoint 2010 My Site Cleanup Timer Job
This post will discuss what the SharePoint 2010 My Site Cleanup Timer Job is, what it does, and how to manage it. If you need to implement your own cleanup process, this post will also provide...
View ArticleSetting Up FBA and SQL Membership in SharePoint 2010 with PowerShell
This post provides PowerShell script to easily configure SQL FBA in SharePoint 2010. A long time ago, I wrote a blog post that shows how to configure the SQL Server Provider for FBA in SharePoint 2010....
View ArticleConfiguring Access Services 2013 on Premises
UPDATE: See White Paper: Office 2013--Access Services Setup for an On-Premises Installation for updated guidance for configuring Access Services 2013 for the RTM version. Recently I co-presented the...
View ArticleCreating High Trust SharePoint Apps with Microsoft Office Developer Tools for...
This post shows how to create a High Trust app using Microsoft Office Developer Tools for Visual Studio 2012 - Preview 2 tools. During SharePoint Conference 2012, Scott Guthrie announced the release of...
View ArticleEnable Exchange Mailboxes for All Users in an OU
This is more of a note to myself than anything, but what the heck, why not share it with everyone else?I frequently build new SharePoint farms for development and testing, and I usually create a new...
View ArticleConfiguring LDAP for FBA in SharePoint 2010 or SharePoint 2013 with PowerShell
This post provides PowerShell script to easily configure forms based authentication using LDAP in SharePoint 2010 or 2013.A long time ago, I wrote a post that shows how to configure the SQL Server...
View ArticleHow I Became a SharePoint 2010 MCM
I recently attained the Microsoft Certified Master for SharePoint 2010 certification. I have long wanted to write about the experience, but honestly didn’t know how to begin. After quite a few...
View ArticleSharePoint 2013 User Profile Sync for Claims Users
I have been working with claims authentication quite a bit lately, and something that can be frustrating when using claims authentication for Forms Based Authentication (FBA) or SAML claims is that...
View ArticleFixing People Picker for SAML Claims Users Using LDAP
One of the things that frustrates customers when implementing claims authentication in SharePoint is how the people picker works for SAML claims users. If you try to add a SAML claims user to a group...
View ArticleMy Deck from SharePoint and Windows PowerShell
I am presenting tonight to the Arizona PowerShell User Group on “SharePoint and Windows PowerShell”. Here is the agenda for the talk:Adding SharePoint snap-in to ISESharePoint Nouns and...
View ArticleAdd Microsoft.SharePoint.PowerShell Snap-In to All PowerShell Windows
This post will show you how to ensure Add-PSSnapin "Microsoft.SharePoint.PowerShell" has been executed in all PowerShell windows.BackgroundI have been doing a lot of work in PowerShell lately, and...
View ArticleExtract a WSP Solution from SharePoint 2010
This post shows how to download a WSP from SharePoint 2010 using PowerShell.BackgroundA customer of mine had a scenario where they needed to download a WSP from SharePoint 2010. In the Central...
View ArticleConsolidate SharePoint 2010 Application Pools
Working with a customer, we saw that they had 20 or so web application pools, each with 1 web application each. The software boundary for SharePoint 2010 is to have no more than 10 web application...
View ArticleCreating SharePoint Folders and Items with PowerShell
I was working on a customer problem and needed a very large list to try to reproduce a problem. I typically fire up Visual Studio and create Yet Another Console App. You know, one of the hundred or...
View ArticleSharePoint Error 6398 - You do not have permission to run 'SP_TRACE_CREATE'
Working with a customer, we noticed a large number of errors in the Windows Application event log for error 6398. The errors look like:The Execute method of job definition...
View ArticleIterating Large SharePoint Lists with PowerShell
In a previous post, I wrote about creating a large list with PowerShell. Now that the data is in SharePoint, how do you get the data back out?As a reminder, here is the structure that I created, where...
View ArticleUpdating SharePoint Managed Metadata Columns with PowerShell
This post shows how to update a field with a managed metadata term. BackgroundAs with all software projects, requirements change as soon as you deliver. We created a huge list based on a nested folder...
View Article