Catapult, a Quisitive company, is a Microsoft-focused solutions and services firm that specializes in imagining, building and sustaining digital transformation and cloud-based solutions that people love to use. Catapult has consistently been recognized as a leading Microsoft Partner with 10 Advanced Specializations and 17 Microsoft competencies. Recent accolades include 2020 MSUS Partner Award Winner Azure – DevOps, Top Microsoft 365 Security Partner for FY20, and being named a finalist of the Data Analytics 2020 Microsoft Partner of the Year Award. Catapult has offices nationwide.

Configuration Manager 2007 SP2, R2 and R3 supports Windows 7 SP1 and Windows Server 2008 R2 SP1

Read the original post here over on The Configuration Manager Team Blog. ============================================================ System Center Configuration Manager 2007 SP2, R2 and R3 now supports the Windows 7 SP1 and Windows Server 2008 R2 SP1 operating systems for client installation.  The Configuration Manager console and branch distribution point are supported on these platforms. Windows Server 2008…

MMS 2011–Wrap Up

I’m back from MMS 2011 and back to the grind. My session with Michael Niehaus (BE31) on MDT 2010 Integration with ConfigMgr went well and we received great feedback.  It was also fun to participate in the Deployment Gameshow when Michael needed a partner in crime on stage.  There was a lot of great content…

Errors : Part 3

So, the original nativehr errors (<nativehr>0×80070057</nativehr><nativestack>) I’ve posted about over the last few weeks were very general errors regarding the entire feature being activated.  Thus, the culprit could literally be anything that was part of the feature being activated at that time.  So the steps to deduce included: Activating the features manually from the web…

Designing SharePoint WSPs from Visual Studio: Trick 2 (Keep your ContentType elements.xml comments at the bottom)

I had an interesting experience while commenting out certain columns from being included when deploying my content type elements.xml files.  For instance, if I commented out one particular FieldRef like so:       <FieldRef        ID="00000009-dae4-4c99-98b0-d5c300dffb99"        Name="PolicyProcedureID"        Description="Policy/Procedure ID"        DisplayName="Policy Procedure ID"        ReadOnly="FALSE"        ShowInNewForm="TRUE"        ShowInEditForm="TRUE"          />         <!–…

SharePoint Caching Techniques

Controlling the Client (Browser) Cache In any web application caching can be both a benefit and a burden. We use caching to serve pages and objects repeatedly without having to use resources to re-render items that have been previously been processed. There are also times when reprocessing of previously rendered items is desired because either…