netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • PowerShell One-Liner: Get External IP Address

    calendar Sep 10, 2013  · Updated: November 2, 2025 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    Need your External IP address? Just use the following in Windows PowerShell 3+ or PowerShell 7+: 1$ip = (Invoke-WebRequest https://ipinfo.io/ip).Content.Trim() As a bonus, you can also get additional IP information using ipinfo.io's JSON web service. 1# Simple, object-based approach 2$ipinfo = Invoke-RestMethod …


    Read More
  • Setup a Fully Functional Lync 2013 Lab Using only One Public IP Address

    calendar Aug 23, 2013  · Updated: November 1, 2025 · 4 min read  ·
    Share on: facebook linkedin bluesky copy

    Note: This article assumes you know how to setup Lync 2013 already and just need to know the intricacies of changing the default ports. Ever since I was exposed to Lync in 2011, I've been a huge proponent of using chat to communicate at work. Years ago, I recall corporate chat being a hard sell, but now it seems …


    Read More
  • Running Lync 2010 with a SQL Server 2012 Backend

    calendar Aug 10, 2013  · Updated: November 2, 2025  · Brandon Abshire   · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    Note (2025): Lync Server 2010 and SQL Server 2012 are long out of support. The workaround below reflects what was done in 2013 to keep an existing deployment running; it is not a recommendation for modern environments. Prefer upgrading to a supported Skype for Business/Teams migration path and a supported SQL Server …


    Read More
  • PowerShell v3: Get Volume Information for Clustered SQL Server Storage

    calendar Jul 23, 2013  · Updated: November 2, 2025 · 2 min read  ·
    Share on: facebook linkedin bluesky copy

    Unfortunately, there are no native PowerShell Failover Cluster cmdlets which will give you the volume information for disks in a cluster. I've seen some bloggers use Get-ClusterSharedVolume but a Cluster Shared Volume or CSV is different from volumes used within a SQL cluster. The script below, which was written with …


    Read More
  • PowerShell & SharePoint: Using New-WebServiceProxy to Post New Completed Tasks Automatically

    calendar Jul 22, 2013  · Updated: November 2, 2025 · 3 min read  ·
    Share on: facebook linkedin bluesky copy

    Recently, I was asked to help automate a friend's super boring daily duty of logging repetitive activities to a SharePoint Task list. Even though I'm no longer regularly working with SharePoint (yay!), I accepted the challenge. Below is the script I created, which can be scheduled (and mixed up, even using $a = …


    Read More
  • ESX Tip: View Logs and Configs from Centralized Web Page

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

    I'm currently reading VMware vSphere Design and found a super useful tip: you can find a centralized list of config and log files for ESX. This page, located at https://youresxhost/host, shows a whole lot of stuff, from your license keys, to your SSL certs to log files and more. Note that it does require …


    Read More
  • Use PowerShell v3 to Keep a CookieJar and POST to a Web Form That Prohibits XSS

    calendar Jul 8, 2013 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    In my previous post, I outlined how to use PowerShell v2 to keep a CookieJar and POST to a Web Form that Prohibits XSS. The code was 35 lines long. Upon seeing my post, Lee Holmes suggested using PowerShell v3's Invoke-WebRequest instead to get my code down to 1/5th of its original size. I'm astounded at how easy …


    Read More
  • Summary Post: Update VMware vSphere SSL Certs

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

    After speaking with a colleague today, I expect this list will grow as I work more with the vSphere suite. But until then, here is a consolidated list of posts and scripts that I've written to ease the replacement of SSL certificates on Windows-based vSphere related products using PowerShell and a Windows Domain …


    Read More
  • Use PowerShell to Keep a CookieJar and POST to a Web Form That Prohibits XSS

    calendar Jul 5, 2013 · 3 min read  ·
    Share on: facebook linkedin bluesky copy

    I recently had a project that required I log into a site and submit a form. Initially, I had a Start-Process that launched iexplore but then I decided it would be best to.. scriptallthethings My initial attempts to automate this process failed with the server response "403 Forbidden." As it turns out, the web …


    Read More
  • Update VMware Horizon View SSL Certs with your own Windows Domain CA Certificates using PowerShell

    calendar Jul 1, 2013 · 3 min read  ·
    Share on: facebook linkedin bluesky copy

    Well, this script was different. Unlike the other posts in this series, I was required to use only Microsoft command line tools instead of OpenSSL. Not that I'm opposed to using certreq and certutil -- I actually started this whole cert automation project to see if it was possible to use only these tools and …


    Read More
    • ««
    • «
    • 14
    • 15
    • 16
    • 17
    • 18
    • »
    • »»

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

  • 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
  • Document Intelligence with Azure Functions: A Practical Implementation

categories

powershell 134 sql-server 124 general 62 security 61 windows 47 sharepoint 42 active-directory 37 linux 31 vbscript 31 networking 30 apple 24 virtualization 22 iis 19 genai 18 github 10
All Categories
active-directory37 ai6 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 dbatools1 devcontainers1 exchange7 genai18 general62 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell134 security61 sharepoint42 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