netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • SHDH: I R GOIN. R U?

    calendar Aug 11, 2007 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    For those of you living in the Bay Area, SuperHappyDevHouse is going on today. I'll likely make a late arrival after I pick up my broken server in San Jose.

    WTF is SHDH, you ask? "DevHouse is not a marketing event. It's a non-exclusive event intended for passionate and creative technical people that want to have …


    Read More
  • My Awesome New Ride: A Kent Super Scooter

    calendar Aug 2, 2007 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Recently, I contemplated getting a Vespa again but decided, instead, to stick with my pretty but slow bicycle. My commute is about 2 miles but using San Francisco's public transportation, generally takes 26 minutes from door to door. Too long! I can get there on my bike in 16 minutes but I have to drive in traffic, …
    Read More
  • PowerShell 1.0: Adding Virtual FTP Directories to IIS 6 or 7

    calendar Jul 29, 2007 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    While my firm explores using WebDAV and SharePoint 2007 for exchanging large amounts of files, we're temporarily using FTP dropboxes to fill the void. Last Monday, I setup 11 new accounts and it took a total of one hour to complete the same 15 step process (give or take) for each account. By the time I was finished, I …
    Read More
  • PowerShell: Set-Acl Does Not Appear to Work

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

    If you've ever dealt with NTFS permissions in VBScript, you will no doubt appreciate just how easy PowerShell now makes it to manage access control lists. Basic examples in PowerShell books and around the 'net look something like this:

    $directory = "Test" $acl = Get-Acl $directory $accessrule = New-Object …


    Read More
  • Active Directory: Does Specified User Exist?

    calendar Jul 26, 2007 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    This code has been in my drafts box for 2 years. I figured I'd just go ahead and publish it, though I'm unsure of the context now.

     1$dom = [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain()
     2$root = $dom.GetDirectoryEntry()
     3$search = [System.DirectoryServices.DirectorySearcher]$root
     4 …

    Read More
  • PowerShell 1.0: Find the Fully Qualified Domain Name of Current Active Directory Domain

    calendar Jul 26, 2007 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    So I'm making the move to PowerShell. It's painful learning such alien (to me) concepts but books like Lee Holmes' PowerShell: The Definitive Guide help a ton. I was fortunate enough to be the editor for Chapters 1-5 and got a sneak preview. It's a fantastic book and can't wait to receive the title, complete with …
    Read More
  • Powershell: Working with Passwords

    calendar Jul 26, 2007 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    When creating a new Active Directory user from the command line in PowerShell, you will likely find yourself using Read-Hosts's asSecureString switch when entering the password.

    $password = Read-Host "Enter password" -AsSecureString

    Next, you'll probably look around the Internets for a few hours or so trying …


    Read More
  • Do My SQL Statements Conform to the SQL Standard?

    calendar Jul 10, 2007 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    While researching for a paper I have to write in class about hierarchical data in relational databases, I was reading Joe Celko's book Trees and Hierarchies in SQL for Smarties. In the intro, he mentions a really useful website for validating SQL-92, SQL-99 and SQL-2003. The site is nice enough but could really benefit …
    Read More
  • T-SQL Equivalent of VBScript's FormatDateTime Function

    calendar Jul 3, 2007 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Looking for the T-SQL (somewhat) equivalent to VBScript's FormatDateTime function? I've been too, for years. I finally found it within the CONVERT() function. As stated in SQL Server Books Online:

    In CONVERT ( data_type [ ( length ) ] , expression [ , style ] ), style is the style of the date format used to convert …


    Read More
  • T-SQL: Convert Seconds to Datetime / Get Total Seconds from Datetime Field

    calendar Jul 3, 2007 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    For my final project in my database class at USF, I chose to create a database for a small record label looking to sell albums online as well as provide artist bios, tour information and news. The database, which was scaled down version of a project I worked on in the past, looked something like this: …
    Read More
    • ««
    • «
    • 30
    • 31
    • 32
    • 33
    • 34
    • »
    • »»

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