netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • Using GitHub Pages to Setup an Alias on Mastodon

    calendar Nov 21, 2022 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    After moving from Twitter to Mastodon, I wrote a blog post about how aliases can help us keep a consistent social media presence even if we change servers.

    This means that even though dbatools is currently using the fosstodon.org server as [email protected], I'll be linking [email protected] on all of our …


    Read More
  • Aliases on Mastodon: Add me! I'm also [email protected]

    calendar Nov 20, 2022 · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Just recently, I was presenting at a conference and when I got to the intro slide, I realized how weird it is that Twitter will no longer be a part of that. I used to dedicate a whole slide saying "Find me on Twitter, I'm @cl" and now ¯\(ツ)/¯.

    Thing is, I found a server I like so far but what if I move? What …


    Read More
  • Moving to Mastodon: I actually like it better (Updated!)

    calendar Nov 18, 2022 · 7 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Mastodon feels like the 2007 Internet -- it's exciting and hasn't been plagued by SEO-gaming websites and "a group of five websites, each consisting of screenshots of text from the other four."

    Initially, I was pretty gutted by the sale of Twitter but now I see that what I was afraid of losing connections …


    Read More
  • Docker on GitHub Actions macOS Runners (2022)

    calendar Nov 17, 2022 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    One of my GitHub Actions, mssqlsuite makes it ultra easy to install SQL Server on Linux, Windows and macOS runners. When working on the macOS portion, I was surprised that docker was not built-in.

    Turns out, GitHub had to remove docker from the macOS images because of licensing issues.

    Workarounds

    One of the most …


    Read More
  • Signing Windows Software with GitHub Actions, Encrypted Secrets and PowerShell

    calendar Jun 20, 2022 · 12 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Code signing your scripts, modules and applications can help increase enterprise adoption, as large organizations often prohibit running unsigned tools on Windows. Signed code allows machines to verify that what they're running hasn't been altered or compromised by a third party, which ultimately increases their …
    Read More
  • ExpressVPN on macOS: No internet detected

    calendar Jun 1, 2022 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    I've used ExpressVPN for years and it's worked great on all my devices until one day, when it stopped even trying to make a connection from my Mac Mini.

    As soon as I'd hit the connect button, it said it couldn't detect an internet connection -- even though I totally had an Internet connection. So I uninstalled, …


    Read More
  • RBAR Performance in PowerShell

    calendar May 31, 2022 · 8 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Years ago before I learned PowerShell, I was using T-SQL to do things it just wasn't meant to do, namely SQL Server estate management. T-SQL is incredibly efficient when managing data, but it's not very efficient when managing SQL Server instances.

    For example, say you need to perform a task against each database. The …


    Read More
  • Import-DbaCsv Design Considerations

    calendar May 24, 2022 · 6 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    This post is about Import-DbaCsv, a command within the dbatools PowerShell module for SQL Server.

    I've been writing about CSV imports using PowerShell for a pretty long time and in VBScript for even longer. Initially, my primary concerns were ease-of-use and speed. Over time, I realized that what mattered most was: …


    Read More
  • Rebuilding a Proxmox cluster node

    calendar Apr 15, 2022 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Recently, I had to rebuild my proxmox cluster after a disk failure. Against all advice, I installed Proxmox on USB keys. It worked well for ESX so I thought I could get away with it with Proxmox, but alas. Both of my nodes failed after a few months. …
    Read More
  • Default PowerShell Paths (PSModulePath) on GitHub Runners

    calendar Mar 24, 2022 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    If you're curious about the $Env:PSModulePath for GitHub Runners, here's what I came up with after running a workflow.

    Knowing the $Env:PSModulePath of each runner can be useful for making specific types of GitHub Actions. I used it within my own GitHub Action, psmodulecache which makes caching PowerShell modules from …


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

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

  • Have You Considered Not Using SQL Server High Availability?
  • PowerShell Output Redirection with AI CLIs
  • dbatools is moving to Azure Trusted Signing
  • Document Intelligence with Azure Functions: A Practical Implementation
  • Automating Document Classification in SharePoint with Power Platform and AI
  • Asking Bigger Questions: Remote LLMs for Automation Engineers
  • AI Integration for PowerShell Developers: Getting Started with PSOpenAI and GitHub Models
  • AI Automation with AI Toolkit for VS Code and GitHub Models: A Visual Guide

categories

powershell 131 sql-server 125 general 64 security 61 windows 47 sharepoint 42 active-directory 37 linux 31 networking 30 vbscript 30 apple 24 virtualization 22 iis 19 genai 14 github 10
All Categories
active-directory37 ai2 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 devcontainers1 exchange7 genai14 general64 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell131 security61 sharepoint42 sql-server125 typescript1 vbscript30 virtualization22 windows47 wpf7
[A~Z][0~9]
 

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved