I was asked this question recently. Took me a little bit to figure it out, but here it is.
        
        
          [Read More]
        
      
    PowerShell + Active Directory Module Useful Queries
        I was working on a custom tool that allows for synching AD Users and related data to an Office365 SharePoint site, while testing my queries, I wrote tons of stuff but wanted to share just some useful ones.
        
        
          [Read More]
        
      
    Add The SharePoint 2013 Geolocation Column to a Content Type
        Quick Tip – The PowerShell code below adds it as a Site Column, once you do that  navigate to your custom Content Type and add it from existing site columns.
        
        
          [Read More]
        
      
    Adding PerformancePoint Dashboard Designer Shortcut to a page.
        You probably already know that branding the PerformancePoint Site is a good undertaking and you should consider doing it on your branding efforts.  But what if you just need the shortcut to the PerformancePoint Dashboard Designer within a page or even your own design?
        
        
          [Read More]
        
      
    SharePoint 2010 – Set Regional Settings Time Zone using PowerShell when Provisioning a New Site
        As you probably already know SharePoint 2010 has added functionality when dealing with multiple Time Zones.  There are two areas aside form the Web Application level where a user can set this preference.  The first is managed at the site level via the Site Settings > Regional Settings page.
        
        
          [Read More]
        
      
    SharePoint 2010 Object Model: How to find out if a Web Application exists
        Ever run into a situation where you allow a user to configure a custom component with site URLs but wish you can verify if those URLs are valid in SharePoint?
        
        
          [Read More]
        
      
    SharePoint 2010 – Deploy WebTemplate Via PowerShell
        Short but sweet post.  So you’ve created your Web Template and need to deploy as part of your overall deployment scripts.  How do you include this?
        
        
          [Read More]
        
      
    Developer Tip: Debugging your SharePoint 2010 Solution
        Problem
If you run into a scenario where you have modified the web.config file on the root IIS Site to output the stack trace and and in addition you have switched your customErrors=off but still cannot see the stack trace, what do you do?
        
        
          [Read More]
        
      
    jQuery Tabs – Allow users to edit tab content using WebPart Zones
        It has been a while since my last post, my apologies.  But hey that is a good thing it only means I have been busy with billable work 🙂
        
        
          [Read More]
        
      
    SharePoint 2010 – Current iPhone User Experience
        While working on SharePoint 2010, I thought it would be interesting to view some of the pages via my iPhone.  Not all pages have a mobile view, but one can also use the query string “?mobile=1”.  Also, I believe there is a server-side function that may allow developers to render...
        
        
          [Read More]