netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • 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: The professor …


    Read More
  • I Thought It Was a Little Quiet…

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

    Sorry if you wrote via e-mail or left a comment in the past month or so and I didn't respond. I made a DNS change, broke stuff and consequently wasn't notified of any new comments or e-mails. I promise to respond when I get a chance. The DNS change also broke Akismet so I've gotta sift through about 2500 spams too.. …


    Read More
  • Easily Control Service Auto-start Using Chkconfig

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

    A friend showed me this and I've used it a few times since. Here's the easiest way to make a service auto start or stop after reboot: chkconfig servicename on to auto-start and chkconfig servicename off to stop auto-startup. Thanks, Lenny! Also, can anyone remind me what command I use to add regular user bins to root's …


    Read More
  • Scheduling Tasks from a Command Line in Windows Vista and XP

    calendar May 23, 2007 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    I'd like to start this post with a warning: I'm only 29 years old but already have permanent damage to my shoulder caused by overusage while working/playing on the computer. Two years ago, I had to claim workman's comp because I was disabled for a few weeks, barely being able to even stand because of an excruciating …


    Read More
  • Vista: Net Send is Gone; Use msg console Instead.

    calendar May 23, 2007 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Update: If you receive "access denied" when attempting to use msg, do the following: Terminal Services Configuration (tscc.msc) -> Open up the properties of the RDP-TCP connection object -> Permissions tab -> Advanced -> Edit the entry you are interested in changing. Thanks to TP at …


    Read More
  • Whispers from the Valley

    calendar May 14, 2007 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Haha worst post title ever.. so very Wal-Mart romance novel-esque. I love it. So I wanted to share the word on the streets here in San Francisco. In attending conferences or hacker parties, here's the stuff that keeps cropping up, filtered to my tastes. The dotcom is coming back I often ask cab drivers about the …


    Read More
    • ««
    • «
    • 31
    • 32
    • 33
    • 34
    • 35
    • »
    • »»

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 Automate Your Blog Refresh
  • Update Your Blog with GitHub Copilot CLI
  • Rebuilding dbatools.io: From Notepad++ to Cursor
  • Update your blog with an AI CLI (No, really)
  • 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 63 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 general63 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

Start typing to search

Search across posts, pages, and commands

    ↑↓ to navigate ↵ to select esc to close
    Powered by Fuse.js