I’m excited to announce that I’ve released a major update to my PSSqlPatch module, which is available on my Github here. This update brings a lot of new functions to the module. It now has functio...
I'm a Database Administrator from Ireland and I work with Oracle and SQL Server databases. I love automation and work mainly with PowerShell.
PSSqlPatch PowerShell module
I’ve created a PowerShell module that can check for and download the latest SQL Server patch from Microsoft. The module currently consists of two functions, Get-SPSqlPatch and Save-SPSqlPatch. In t...
Issue with Save-KBFile function
Update 2022-02-06 - I ran into a new issue with this function, separate from the one detailed below. Microsoft have changed the URL format, so Save-KBFile no longer worked. I’ve fixed the URL strin...
New-JekyllBlogPost PowerShell function
This is my first blog post on this site. I thought it would be appropriate to use it to share a small, simple PowerShell script I created to automatically initialise a Jekyll post .md file with the...