RSS Feed Feed your read!

Bookmark and Share







Tag Cloud

ASP.NET Generic, Best Practices, Business Intelligence, Freeware Releases, InfoPath, Infrastructure, jQuery, Lunch & Learn Events, Project Server, Random, Reporting Services, Search, SharePoint Administration, SharePoint Business Analysis and Project Management, SharePoint Development, Silverlight, Social Networking, Speaking Events, White Paper Releases, Workflow Foundation,

Archives

June 2007 (3)
August 2007 (1)
November 2007 (2)
February 2008 (2)
April 2008 (5)
May 2008 (7)
June 2008 (8)
July 2008 (7)
August 2008 (3)
September 2008 (7)
October 2008 (1)
November 2008 (3)
December 2008 (3)
January 2009 (7)
February 2009 (5)
March 2009 (10)
April 2009 (2)
May 2009 (6)
June 2009 (3)
July 2009 (4)
August 2009 (6)
September 2009 (3)
October 2009 (9)
November 2009 (10)
December 2009 (1)
January 2010 (1)
February 2010 (3)
March 2010 (6)
April 2010 (2)
May 2010 (3)
June 2010 (4)
July 2010 (3)
Mar25

Parallel Blocks have finally arrived in SharePoint Designer 2010

One of the biggest problems people had with SharePoint Designer 2007 is the inability to run actions in parallel. For instance, what if you wanted to get the approval from 5 users all at the same time? In 2007, you had to issue tasks to those users ...[Read more]

Mar23

500 Error on SharePoint 2010 Central Administration

I just re-installed SharePoint Server 2010 and Central Administration kept giving me a 500 IIS error:  "Could not load all ISAPI filters for site 'SHAREPOINT CENTRAL ADMINISTRATION V4'. Therefore site startup aborted."  "Event ID: ...[Read more]

Mar23

Create a SharePoint Web Application Policy with Powershell

Below is a simple PowerShell script you can use to grant a user or AD group a Full Control policy on a web application. You could use this in scenarios where you're scripting your SharePoint installation, and you want to script your policies as well ...[Read more]

Mar22

Create a new Web Application and Site Collection with Powershell

Below is a simple PowerShell script you can use to create a new Web Application and thereafter a new Site Collection in that web app:  Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction "SilentlyContinue" | Out-Null     ...[Read more]

Mar18

Updating Farm Administrators Group in SharePoint with Powershell

Below is a simple PowerShell script you can use to add a user or AD group to the Farm Administrators group in Central Administration. It's actually the same script you'd use to add a user into ANY SharePoint group, so it's helpful for more than just ...[Read more]

Mar05

Speaking at SharePoint Saturday Twin Cities

On Saturday, March 20th, I'll be speaking at the SharePoint Saturday Twin Cities conference. My topic title is "Advanced Visual Studio Workflow Techniques for SharePoint" where I'll be pulling out some of the need tricks I've picked up ove ...[Read more]

Bookmark and Share