Azure SQL password rotation script using PowerShell
We’re all aware of the importance of having strong passwords and changing them from time to time. Recently I made an effort to automate the process of updating my SQL Azure password using PowerShell.
Get SharePoint List Flow Details using PowerShell
Power Automate Flows created against SharePoint Online lists/libraries get stored in the same default environment as all other flows. This can lead to confusion and frustration in cases where you need to know which ones are SharePoint-related and which are not. Fortunately, there’s an easy way to find those using PowerShell!
Stop and restart specific item workflows in SharePoint 2010 Using Powershell
While sending our company in a paperless direction, I found that as I published updated workflows to a library old versions were not only still running (as expected) but becoming corrupt, almost like they were getting “stale”. These stale workflows would behave abnormally the more I published changes to the same workflow. Since these were approval-style workflows, where various selected staff were supposed to complete task items, things weren’t getting completed, and the workflows were seeming to be sitting there,…
Moving a SharePoint 2010 Web using PowerShell
One of the tasks I have at my workplace is to “migrate” SharePoint sites from one parent site to another as projects are closed out. I wanted a solution to keep all of the business’s active project sites separate from their “archived” ones. The problem arose when that “archive” has to happen. You can’t just “move” a website in SP2010 (or at least, not in any way I’ve found or researched). You can, however, export and import the site, so…
New code library site
I created a basic code library site to host all of the code snippets I’ve gathered and/or created over time. Go here to visit the site. It’s pretty basic and empty right now, I’ll dress it up a little more as time goes on. I’m also trying to determine a better way of sub-categorizing the code in each of the language tabs. I welcome suggestions. Enjoy!