Home Contact

The Frog Pond of Technology

Ripples of Knowledge for SharePoint and Other .Net Technologies

News

 Subscribe to this blog


2012 Scripting Games

Grab this badge here!

About Me

Name:
Brian T. Jackett
Location:
Columbus, OH
Company:
Microsoft

Find me on...

Twitter












Tag Cloud


Archives

Post Categories

Syndication:

SharePoint


Speaking at SPS Cincinnati 2011

On Saturday Oct 29th, 2011 I’ll be speaking at SharePoint Saturday Cincinnati. My presentation is “PowerShell for the SharePoint 2010 Developer” which covers an introduction to PowerShell while focusing on integration with SharePoint and the .Net framework. This presentation has a fair amount of demonstrations and sample code. I’m excited to be attending SPSCincinnati as it is a short drive from Columbus and I also know a number of the other speakers and organizers. It’s looking to be a great conference....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

PowerShell Script To Traverse All Sites In SharePoint 2010 (or 2007) Farm

Over the past few years I’ve written a number of blog posts on performing various actions against a site collection or web application (display site collection admins, find all SPShell admins with database, find closed web parts). Invariably with every post I get some comments along the lines of “this is great, how can I run this against every site in the farm”. Well today you get your wish (sort of). Below you will find a template script that traverses all sites within your local farm. Isn’t that...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

SharePoint Saturday Columbus 2011 Call for Speakers and Sponsors Is Open

Once again myself and a great group of individuals (Jennifer Mason, Sean McDonough, Nicola Young, and Michelle Caldwell) are organizing a SharePoint Saturday in Columbus, OH. The event will be on August 20, 2011 at the OCLC Conference Center, a fantastic venue that attendees (including speakers and sponsors) gave high praises on for last year’s event. Today we announced the opening of call for speakers and sponsors. If you are interested in speaking please fill out the speaker submission form (click...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

PowerShell Script To Display All SharePoint Site Collection Administrators In Web Application

In this post I present a script that will display all of the site collection administrators for a given web application. This script will work for SharePoint 2007 or 2010 as it uses the object model rather than the new SharePoint 2010 commandlets. Special thanks to Tasha Scott (Twitter) for posting a request for this script. It took less than 15 minutes to come up with and formalize. Solution The solution is fairly straight forward. First you grab a reference to a site collection. Get the web application...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Guest Post: Instantiate SharePoint Workflow On Item Deleted

In this post, guest author Lucas Eduardo Silva will walk you through the steps of instantiating a workflow using an item event receiver from a custom list. The ItemDeleting event will require approval via the workflow. Foreword As you may have read recently, I injured my right hand and have had it in a cast for the past 3 weeks. Due to this I planned to reduce my blogging while my hand heals. As luck would have it, I was actually approached by someone who asked if they could be a guest author on...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

PowerShell Script To Find All Closed Web Parts On SharePoint Site

Are your SharePoint pages loading slowly because you have numerous closed web parts eating up valuable resources? Are you an admin tasked with tracking down those closed web parts? Recently my friend Brian Gough asked me a fairly simple question: “Is it possible to use PowerShell to find all ‘closed’ webparts in a site collection?” In this post I’ll show you a short PowerShell script that will identify all closed web parts on a site and it’s sub-sites. Solution The script below uses an advanced function...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Slides, Scripts, and Photos from SPTechCon Boston 2010

A big thank you to everyone who attended my “Real-World Deployment of SharePoint 2010 Solutions” at SPTechCon Boston 2010 this week. I hope you learned some things and can take them back to improve your farms. This was my first time speaking at SPTechCon and second one attended. It was great to catch up with countless old friends I haven’t seen in awhile as well as meet new friends. I’m looking forward to speaking at SPTechCon San Francisco 2011 in Feb, so if you’re attending feel free to stop by...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Announcing “Save PowerShell To SharePoint” CodePlex Project

In this post I will talk about a new script I wrote to save PowerShell ISE files to a versioned SharePoint document library as well as a side project I created on CodePlex to host this code and future releases. Background Recently I began listening to the PowerScripting Podcast and I’m slowly catching up on old podcasts. On episodes 121 and 122 (most recent ones I’ve listened to as of this writing) Hal and Jonathan talked about an idea that piqued my interest immediately: using SharePoint as a script...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Slides and Scripts from BuckeyeSPUG August 2010 Presentation

This month I had the pleasure of presenting at the BuckeyeSPUG (formerly Central Ohio SPUG) meeting here in Columbus, OH. This is the first time I was the main presenter at our user group, having done small presentations along with other presenters in past meetings. The attendees had some great questions and hopefully learned some new tricks to use on their SharePoint 2007 farms. Thanks to everyone who came out. Below are the slides and demo scripts for those interested. Slides and Scripts: click...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Speaking at SharePoint Saturday Columbus 2010 and User Group

This coming Saturday Aug 14th I will be speaking at SharePoint Saturday Columbus 2010 and next Thursday Aug 19th I will be speaking at the local Central Ohio SharePoint User Group (COSPUG) monthly meeting. If you’ve been following me lately you may have overheard that I’m the lead event coordinator for SharePoint Saturday Columbus. That alone has consumed almost all of my time for the past 3 months, even more so the last month. It has truly been a wild ride so far but the event is coming together...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Full SharePoint Archive