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.
In my never ending quest to completely phase out SQL cursors, I am truly discovering some truly awesome features about SQL Server that I have never looked deeply enough before to consider. My requirement: I need to determine the total value for a project based on a set of monthly deliverables. These deliverables each…
I needed to quickly update a User Profile photo using PowerShell and was running the following code snippet for PowerShell as a farm administrator: $mySiteUrl = "http://mysite.mydomain.com"; $mySiteProperty = "PictureUrl"; $userAccount = "contoso\rcerda"; $userPhoto = "http://intranet.mydomain.com/sitecollectionimages/rcerda.jpg"; $mySiteHostSite = Get-SPSite $mySiteUrl $mySiteHostWeb = $mySiteHostSite.OpenWeb() $serviceContext = Get-SPServiceContext $mySiteHostSite $profileManager = new-object Microsoft.Office.Server.UserProfiles.UserProfileManager($serviceContext) $userProfile = $profileManager.GetUserProfile($userAccount)…
This week’s trivia… Microsoft’s infamous paper clip office assistant, known as Clippy or Clippit, made his debut in Excel 97. Poor little guy was officially kicked out ten years later with the release of Office 2007, because everyone thought he was annoying. Photo by Eric Ligman This week’s tip… In my opinion, one of Excel’s…
Installing VMM 2012 in a cluster isn’t difficult or very different from installing it on a standalone server. Basically you get your cluster all setup then install VMM. There are a few new screens that you’ll notice.. VMM knows you’re installing it on a cluster and it asks you if you want to make it…
Being a Microsoft Partner and now an MVP it becomes very hard to discern what I can blog/talk about without violating my NDAs. So when I see something being publically available that I think is very cool and was first presented to me via NDA I get excited to be able to tell everyone. This…
We had a great, make that excellent meeting today! We set a new record for the number of attendees for a single meeting. I really appreciate all the people who attend these meetings as well as the various entities that are working to promote and grow the membership. Speaking of membership, it is free, and…
The last two weeks have been very busy for me. I headed out to Orlando two weeks ago for the Microsoft Exchange Conference (MEC) and then last week I was up in Redmond for a Microsoft Partner Team event around Office 365. Tomorrow is the next Office 365 International User Group meeting. Neither of these…
Windows Server 2012 has tons of new and great features built into it. One of my favorites is the ability to move a guest virtual machine from one Hyper-V server to another with no downtime. I’m not talking a cluster here but actually moving an entire guest VM from one physical server’s local disk to…
Problem: A public sector client uses multiple-choice clickers for participation during all presentations and briefings, with attendees picking up clickers before entering the auditorium, and returning them when they leave. This method of distribution left the client without a way to track which attendees had what clickers, leading to accountability issues where several clickers would…
I decided to take the plunge and install Microsoft Office 2013 preview on my work notebook. Overall it’s very different looking than Microsoft Office 2010 but the improved layout and new features outweigh the new look. One thing I noticed in creating a new calendar entry was Working Elsewhere from the Show As dropdown. Of…