netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • Making Bootable USB sticks on Windows

    calendar Apr 2, 2015  · Updated: November 2, 2025 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    Just because I always forget.. All of my workstations are Macs, which I then use to connect to my vSphere and Hyper-V labs. This can make it a challenge to create bootable Windows-based USB sticks for my servers. I used to use unetbootin for Mac, but I found it worked well for my ESX servers (sometimes), but not …


    Read More
  • Get SQL Server Product Keys for Local and Remote Servers using PowerShell

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

    I just released a new PowerShell script, Get-SQLServerKeys.ps1. The script works works with several versions of SQL Server (2005-2014), and can use Central Management Server, a text file, or just a string of servers as input. PowerShell x64 PS C:\github\sqlmigration> .\Get-SQLServerKeys.ps1 winxp, sqlservera, …


    Read More
  • Creating a WCF Net.TCP Service and Client using PowerShell

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

    I'm currently attending Regis University for my grad degree, and just finished up a networking class. For my final, I chose to explore the Windows Net.TCP Port Sharing Service. I had this glorious vision of translating some C# code to 100% PowerShell code, but eventually gave into the fact that PowerShell doesn't …


    Read More
  • Securely Administer Your Remote Windows Network using RDP over SSL

    calendar Feb 17, 2015  · Updated: November 3, 2025 · 4 min read  ·
    Share on: facebook linkedin bluesky copy

    Back in 2013, I wrote a blog post about setting up RD Gateway in Windows 2012 using an AD domain certificate. This post is directed to Windows 2012 R2. There isn't much difference, but in this tutorial, I'll demonstrate how to setup RD Gateway with a globally recognized SSL certificate. Like my previous post about …


    Read More
  • Setup an SSTP SSL VPN in Windows Server 2012 R2

    calendar Feb 17, 2015  · Updated: November 1, 2025 · 6 min read  ·
    Share on: facebook linkedin bluesky copy

    So here's what's awesome about Secure Socket Tunneling Protocol SSL VPNs: they give your connecting client an IP and make it a full-on part of the network. And this is all done over port 443, a commonly used port which is often enabled on firewalls. SSTP SSL VPNs are not like some fake "SSL VPNs" that just …


    Read More
  • Super Cheap SSL Certs for Your Home Lab or Small Business

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

    I <3 cheapsslsecurity.com. They (and probably others) sell globally recognized $5.99 annual certs. Now, all of my lab stuff (Lync/RD Gateway/NetScaler/SSL VPN) is encrypted, and I no longer have to manually install my Domain CA's root cert on my phones/other devices. They don't have an affiliate program, so I'm not …


    Read More
  • Using .NET DataTable Computes and Column Expressions in PowerShell

    calendar Feb 3, 2015 · 5 min read  ·
    Share on: facebook linkedin bluesky copy

    As a SQL Server DBA, I'm used to SQL being able to perform aliasing, super fast subselects, and easy aggregation. My most recent project, Invoke-Locate.ps1, however, uses SQLite because of its portability and speed when performing simple selects and inserts. The downside is that SQLite doesn't handle some subselects …


    Read More
  • Working with Basic .NET DataSets and DataTables in PowerShell

    calendar Feb 1, 2015 · 3 min read  ·
    Share on: facebook linkedin bluesky copy

    This is mostly for my reference, but you can use it, too :) Create Basic Datatable 1$dt = New-Object System.Data.Datatable 2[void]$dt.Columns.Add("First") 3[void]$dt.Columns.Add("Second") 4[void]$dt.Columns.Add("Third") 5 6# Add a row manually …


    Read More
  • Find Duplicates in PowerShell Datatable using LINQ

    calendar Jan 21, 2015  · Updated: November 1, 2025 · 3 min read  ·
    Share on: facebook linkedin bluesky copy

    Update 1/4: Removed conversion of datatable to list. That just wasted memory, as this works on all enumerables. I don't have a practical application for this method, but I wanted to figure out how to do it anyway. Doing so was frustrating but kinda fun. It forced me to learn about lamdas in PowerShell which I'll …


    Read More
  • High-Performance Techniques for Importing CSV to SQL Server using PowerShell

    calendar Jan 18, 2015  · Updated: November 2, 2025 · 10 min read  ·
    Share on: facebook linkedin bluesky copy

    If you've ever tried to use PowerShell's Import-CSV with large files, you know that it can exhaust all of your RAM. Previously, I created a script on ScriptCenter that used an alternative technique to import large CSV files, and even imported them into SQL Server at a rate of 1.7 million rows a minute. I've now gotten …


    Read More
    • ««
    • «
    • 11
    • 12
    • 13
    • 14
    • 15
    • »
    • »»

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