Tom Resing

http://twitter.com/resing

San Antonio, Texas

SharePoint MCM + MVP

Areas of Expertise:

  • SharePoint
  • consulting
  • speaking
  • programming
  • training
  • writing
Tom Resing is a Microsoft Certified Master in SharePoint 2007 as well as a MCTS in SharePoint 2010, Configuration. On January 1st, 2013, Tom received the Microsoft Most Valuable Professional (MVP) work for his expertise and community contributions in SharePoint. Tom works as a SharePoint Consultant at Rackspace Hosting and blogs at http://tomresing.com/blog

Microsoft SharePoint 2013 Inside Out Microsoft SharePoint 2013 Inside Out
by Darvish Shadravan , Penelope Coventry , Tom Resing , Christina Wheeler
February 2013

Microsoft® SharePoint® Foundation 2010 Inside Out Microsoft® SharePoint® Foundation 2010 Inside Out
by Errin O'Connor , Penelope Coventry , Michael Doyle , Troy Lanphier , Johnathan Lightfoot , Tom Resing
September 2011
Print: $49.99
Ebook: $39.99

Tom blogs at:

Retrieving Mapped SharePoint Custom Pages from PowerShell

May 20 2013

Body: Issue If you’re trying to debug a mapped custom page in SharePoint from PowerShell, but come across this issue: PS C:\> $webapp = get-spwebapplication http://sp2010 $webapp.GetMappedPage([Microsoft.SharePoint.Administration.SPWebApplication.SPCu stomPage]::Error) Unable to find type [Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage]: make sure that the assembly containing this type is loaded. At line:2 char:90 + $webapp.GetMappedPage([Microsoft.SharePoint.Administration.SPWebApplication.SPCu stomPage] <<<< ::Error) + CategoryInfo : InvalidOperation: (Microsoft.Share...on.SPCustomPage:String) [], RuntimeException… read more

Use Nintex and Rackspace Cloud Servers Together

May 18 2013

Body: Have you ever thought creating a new SharePoint Server would be as easy as adding a new item to a list in SharePoint? Today, you can set that up in about 15 minutes with Nintex Workflow 2013. Rackspace Actions in Nintex Live Automating server creation in SharePoint starts with Nintex Live. Creating… read more

How do you automate FBA web.config changes?

May 02 2013

Body: I was asked today by a friend, How do you modify the web.config through a WSP? My quick answer, I don’t! Not if I can avoid it other than the changes made through Visual Studio item properties like safe controls entries and others. However, showing my true consultant nature,… read more

Microsoft SharePoint 2013 Inside Out Early Release

March 01 2013

Body: I’m so excited to see that the second book I’ve co-authored has made it to the Early Release stage! You can purchase Microsoft SharePoint 2013 Inside Out Early Release at Oreilly.com today. When you purchase an Early Release book like this, you will receive the first 10 chapters we’ve… read more

Code Sample Reviews–App Model Workflow

February 10 2013

Body: Have you checked out the SharePoint 2013 workflow samples from MSDN? I sometimes hesitate to download these because you never know the quality. Some of them don’t even compile without changes. Recently, I found a pair of examples from the Apps for Office and SharePoint Samples that do work… read more
Tom Resing