I recently realized "whoa, I have a lot of repos here" and wasn't confident everything has been pushed up. I have a plethora of side projects, along with loads of client repos, way too many to manually go through and check. I went ahead and created a Python script, well, ChatGPT created it for me.... Continue Reading →
My Slides and Scripts for IT Pro intro to Office 365 Dev PnP PowerShell
I had the awesome privileged of speaking at this years SharePoint Saturday New England. It was a great event, and huge thanks to the organizers and sponsors! I presented on the Office Dev PnP PowerShell initiative. This is a great open sourced framework to help expedite a lot of SharePoint related tasks like site management,... Continue Reading →
Embedding your JavaScript into a SharePoint page
A very typical approach for client side development in SharePoint is to throw the code onto the page where you need it. You can alternatively put into the master page, but generally speaking, most code doesn't need to run on each and every page. The following describes my preferred, tried and true, method of handling this.... Continue Reading →
A Non-Developer’s Intro to the Developer Toolbar: Scripting
Last week, we started in on a basic into to accessing your site's elements via the Developer Toolbar. This week, we will cover scripting with the Developer Toolbar, and all of its wonders. :) Don't worry, we're not going to actually write code, well, maybe one or two really simple lines of code. Trust me,... Continue Reading →
