Me and my BFF, Brandon, have been writing a new book it's available today in the Manning Early Access Program! This means you can get a copy of the book as we're writing it. We're a little less than halfway through.
We've both had a lot of success using Generative AI, specifically ChatGPT Plus and Azure OpenAI …
Read MoreI've been blown away by ChatGPT's vision features and have already used it for a ton of stuff, including:
- Taking a picture of my food and asking for the recipe
- Pasting in my friend's screenshot of her speaking in Norwegian and getting a translation
- Taking a photo of some French rubbing alcohol and asking if it's the …
Read MoreTLDR: This error is expected and the change is legitimate. To update, switch to
Install-Module
, then slap on the-SkipPublisherCheck
and-Force
parameters and continue your update.1Install-Module dbatools -Force -SkipPublisherCheck
I've always been very proud that dbatools is Code Signed like a "real" …
Read MoreIf you're wondering about the uptick in SQL Server-related posts, I recently changed jobs and went back to being a SQL Server DBA. For a few years there, I switched to security engineering; I figured I'd try something new and welcomed no longer being an admin. It was nice enough and I got to do a ton of PowerShell, but …
Read MoreI recently got into VS Code Dev Containers and Azure Functions, and I love them. Unfortunately, the PowerShell Azure Functions pretty much come out of the box with a high likelihood of throwing Ominsharp exceptions when debugging.
Two of the files the setup process generates,
launch.json
andtasks.json
, use the func …
Read MoreI've been super busy with a couple projects (including dbatools 2.0, which will be GA soon) and hadn't kept up with much, but I got a notification on my phone for an article on infoworld.com that talked about a new GitHub Copilot feature in VS code called Copilot chat.
While reading the article, I got the feeling that …
Read MoreIf you work in an offline environment, you're probably familiar with how painful it can be to install anything, including PowerShell modules like dbatools.
In the past, dbatools had no dependencies, so the installation process was somewhat straightforward — you could even download a zip from our GitHub repo. However, …
Read MoreNote: This blog post is going to borrow a bit from Microsoft's official documentation in "Connect with Azure Data Studio" and from our book, Learn dbatools in a Month of Lunches. It also addresses dbatools 2.0, which is currently in pre-release.
Microsoft recently made some changes to the default encryption …
Read MoreSo much is new and different! If you'd like to try it while you read this blog post, you can currently install dbatools 2.0 by executing the following command:
1Install-Module dbatools
Requirements
dbatools still works on PowerShell v3 an v4! Thanks to Microsoft for making that possible with SMO.
PowerShell v5.1 is …
Read MoreI cannot believe my eyes.
I imagine some PowerShellers will disagree with me but when developing modules that support older versions of PowerShell, I refuse to even try to support Core vs Desktop in my module manifest. I imagine this will be the case for the next decade or two.
I've been working on dbatools 2.0 for a …
Read More