netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • Tek.Xam: Huh?

    calendar Sep 22, 2006 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    While researching a possible '08 presidential candidate, Mark Warner at OnTheIssues.net, I saw he supported something called "Tek.Xam - a standard test for technology employment." I wondered what this was so I searched and found tekxam.com. I laughed a little as I clicked through each of the …
    Read More
  • Cross-platform Web IDE

    calendar Sep 6, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I just wanted to remember this URL, you may find it useful, too: Aptana Studio. (It's still nice and relevant 6 years later in 2012)
    Read More
  • MacBook: Run Windows 2003 Server SP1 on your Macbook

    calendar Aug 21, 2006 · 6 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I'm on my second Macbook. My first one was fast and beautiful but it had that annoying moo and randomly shut down on a regular basis. For reasons unknown, an AppleCare rep told me on my 5th call that my laptop was DOA and could be exchanged for a new one. It was well past my 14-day exchange limit and I found it so hard …
    Read More
  • ADMT: Migration Order

    calendar Aug 15, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    I'll have a more complete list later, but here is the order the network admins at work have figured out works best when using the Active Directory Migration tool to migrate from NT 4 to Server 2003 (be sure to check the rest of the blog for other scripts which are necessary when using ADMT):

    1. User with SID (/Groups …


    Read More
  • HOW-TO: Install XP Powertoys on Windows Server 2003

    calendar Aug 9, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    For years I've used Windows Server 2003 and for years, I've been missing some of my favorite features from Windows Powertoys. The Image Resizer Powertoy is definitely one that came in really handy when I used XP. Unfortunately, anytime I tried to run it under 2k3, I would receive the message

    The powertoys require …


    Read More
  • AD: Change Default Login Domain after Migration

    calendar Jul 28, 2006 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    When adding a trusted domain or migrating computers to a new domain, the login prompt often defaults to the old domain or the name of the workstation. This can cause confusion for users who are often confused about computers by default ;)

    In order to make their lives easier, you can set their default login domain by …


    Read More
  • VBSCRIPT: Add New Domain's Admins to Local Administrators Programmatically

    calendar Jul 28, 2006 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    In order for Active Directory Migration Tool (ADMT) to install its Agent on a newly migrated computer, the user running the ADMT tool must have local Administrator access. Otherwise, the error log shows something similar to the following:

    WRN1:7290 Processor architecture for machine \NT4MACHINE is unknown, Error …


    Read More
  • VBScript: Sort Array

    calendar Jul 28, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Found this code and wanted to bookmark it... from VisualBasicScript.com's Forums

    Function fSortArray(aSortThisArray) Set oArrayList = CreateObject("System.Collections.ArrayList" ) For iElement = 0 To UBound(aSortThisArray) oArrayList.Add aSortThisArray(iElement) Next oArrayList.Sort set fSortArray = …


    Read More
  • MACBOOK: Unexpected Shutdowns

    calendar Jul 24, 2006 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Dang, Gina! My black Macbook has been a pain this past week. I'm having unexpected shutdowns galore. Called Apple about 5 times and they offered to replace it as it is a DOA.

    I've read around the Internet that others are experiencing this problem... Many have concluded that it is a faulty logic board. Here are a few of …


    Read More
  • VBScript: Traverse Directories & Subdirectories Snippet

    calendar Jul 20, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    This snippet has come in handy quite a few times for me...

    Call ListFolderContents("C:\Windows\System32\Drivers")

    Sub ListFolderContents(path) set fs = CreateObject("Scripting.FileSystemObject") set folder = fs.GetFolder(path) Msgbox folder.path

    For each item in folder.SubFolders …


    Read More
    • ««
    • «
    • 39
    • 40
    • 41
    • 42
    • 43
    • »
    • »»

Chrissy LeMaire

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

GenAI book

Buy the MEAP 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

  • 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
  • Asking Tiny Questions: Local LLMs for PowerShell Devs
  • Local models mildly demystified
  • Let's talk about anti-AI slop: my plead for schools to teach AI literacy

categories

powershell 128 sql-server 123 general 64 security 60 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 ai1 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 devcontainers1 exchange7 genai14 general64 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell128 security60 sharepoint42 sql-server123 typescript1 vbscript30 virtualization22 windows47 wpf7
[A~Z][0~9]
 

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved