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.

Updating a User Profile Picture using PowerShell (Exception calling “.ctor” with “1” argument)

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)…

Office 365 User Group Meeting Recap

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…

Catapult Develops Mobile App for Public Sector Client

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…