netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • Asking Bigger Questions: Remote LLMs for Automation Engineers

    calendar Mar 16, 2025  · Updated: March 28, 2025 · 17 min read  ·
    Share on: facebook linkedin bluesky copy

    If you read my post on asking tiny questions, you're already familiar with how structured output turns LLMs into pretty reliable data processors. We saw how requesting boolean responses or specific JSON formats made local LLMs actually useful for automation tasks. In this article, we're taking that same structured …


    Read More
  • AI Integration for PowerShell Developers: Getting Started with PSOpenAI and GitHub Models

    calendar Mar 15, 2025  · Updated: November 1, 2025 · 10 min read  ·
    Share on: facebook linkedin bluesky copy

    For the longest time, I thought AI would never apply to me as a developer. I don't excel at math, and AI is pretty much all math. But then I realized that I don't need to understand the math to use AI effectively - there's plenty of applied intelligence that's directly relevant to what I do every day with PowerShell. …


    Read More
  • AI Automation with AI Toolkit for VS Code and GitHub Models: A Visual Guide

    calendar Mar 14, 2025  · Updated: November 2, 2025 · 7 min read  ·
    Share on: facebook linkedin bluesky copy

    This is the first installment in a series of posts that show actually useful use-cases for AI in automation. Most of the content will revolve around "structured output," which is basically JSON-formatted AI output. You'll learn more about structured output in-depth later on, but in this post, I wanted to give …


    Read More
  • Asking Tiny Questions: Local LLMs for PowerShell Devs

    calendar Mar 4, 2025  · Updated: November 2, 2025 · 13 min read  ·
    Share on: facebook linkedin bluesky copy

    Recently, I was trying to figure out if the content of two headlines overlapped. I needed a script that would answer if Pacific Palisades is part of Los Angeles, but I couldn't use regex because there's no pattern that matches "Pacific Palisades is part of Los Angeles." There's also no simple string …


    Read More
  • Local models mildly demystified

    calendar Feb 25, 2025  · Updated: November 1, 2025 · 5 min read  ·
    Share on: facebook linkedin bluesky copy

    If you're like me and have a hard time wrapping your mind around how AI works, Microsoft's AI Toolkit for Visual Studio Code makes it unusually approachable. Recent versions work on Windows, Linux AND macOS too! I didn't expect LLM engines to be "just" binary files, but the VS Code extension helped me better …


    Read More
  • Let's talk about anti-AI slop: my plead for schools to teach AI literacy

    calendar Feb 11, 2025  · Updated: November 2, 2025 · 2 min read  ·
    Share on: facebook linkedin bluesky copy

    People talk a lot about AI slop but what about anti-AI slop? My friend's kid at uni is going to school for AI, yet is required to score nearly 0% on those fraudulent AI-detection services. To pass, he had to rewrite an authentic, well-written paper to say: "We get good help, more happy people, and less money …


    Read More
  • Aider AI, the command-line code assistant, is phenomenal

    calendar Oct 18, 2024  · Updated: November 2, 2025 · 7 min read  ·
    Share on: facebook linkedin bluesky copy

    I'm currently working on the final chapter of our book! It's the DevOps chapter, which for a while, I thought would probably be about LLMOps or GenAIOps. But I haven't found a way to apply those to me as a DevOps person. After reading Chapter 2 which covers Code Assistants, my coauthor and BFF Brandon suggested we show …


    Read More
  • PDF Text to SQL Data: Using OpenAI's Structured Output with PSOpenAI

    calendar Aug 20, 2024  · Updated: November 3, 2025 · 9 min read  ·
    Share on: facebook linkedin bluesky copy

    Incredible! I just used PowerShell and OpenAI to import text from a PDF right into SQL Server 🚀 AI's usefulness is often debated but this is such a great use-case. I also see it being useful for automatically adding SharePoint document metadata and cleaning dirty data. Using a new feature from OpenAI called …


    Read More
  • New AI Tools for PowerShell and VS Code

    calendar Jul 29, 2024  · Updated: August 7, 2024 · 4 min read  ·
    Share on: facebook linkedin bluesky copy

    I don't know if you can tell but I'm having a ton of fun lately with AI. I prefer AI coding over manual coding because I can skip all the tedium and just communicate in my first language. Advanced things too, in languages I don't know well like TypeScript. I remember seeing a YouTube headline about a guy who built a …


    Read More
  • Detect ARM64 host in PowerShell on Windows, Linux and macOS.

    calendar Jul 19, 2024  · Updated: November 1, 2025 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    Since I can't find it anywhere else on the web, here's how you detect ARM64 xplat. 1# Determine OS and Architecture 2$osPlatform = [System.Runtime.InteropServices.RuntimeInformation]::OSDescription 3$architecture = [System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture 4 5# Adjust the platform and …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Chrissy LeMaire

SQL & PowerShell MVP. GitHub Star. Creator of dbatools. Need to oil my knees.

GenAI book

Buy now at manning.com for 45% off with code gaipbl45

AI Integration Series

  • Automation with AI Toolkit + GH Models
  • Getting Started with AI for PowerShell
  • Asking Tiny Questions: Local LLMs
  • Local Models Demystified
  • Asking Bigger Questions: Remote LLMs
  • PDF Text to SQL Data with OpenAI
  • Document Classification in SharePoint
  • Azure Functions Doc Parser

dbatools book

Now available in bookstores and amazon 🥳 Buy it at manning.com for 50% off with code bldbatools50

dbatools

dbatools is an awesome PowerShell module that helps you migrate entire instances with a single command, plus a whole lot more.

available from dbatools.io and github

dbachecks

dbachecks validates SQL Server environments using crowdsourced DBA checklists and outputs to Power BI and is available on github.com 📊

Find me

Find me on Bluesky

recent posts

  • Fixing SQL Server Case Sensitivity Issues with GitHub Copilot CLI
  • Got a ChatGPT Subscription? Use It to Keep Your Blog Up-to-date
  • Update your blog with an AI CLI (No, really)
  • Update Your Blog with GitHub Copilot CLI
  • Rebuilding dbatools.io: From Notepad++ to Cursor
  • Have You Considered Not Using SQL Server High Availability?
  • PowerShell Output Redirection with AI CLIs
  • dbatools is moving to Azure Trusted Signing

categories

powershell 135 sql-server 124 general 62 security 61 windows 47 sharepoint 42 active-directory 37 linux 31 vbscript 31 networking 30 apple 24 virtualization 22 genai 19 iis 19 github 10
All Categories
active-directory37 ai6 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 dbatools1 devcontainers1 exchange7 genai19 general62 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell135 security61 sharepoint42 sql1 sql-server124 typescript1 vbscript31 virtualization22 windows47 wpf7
[A~Z][0~9]

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved

Go work on your website

Start typing to search

Search across posts, pages, and commands

    ↑↓ to navigate ↵ to select esc to close
    Powered by Fuse.js