netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • AD: Active Directory Users and Computers Slow to Initialize

    calendar Dec 1, 2006 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Recently, two of the network administrators at my firm ran into an issue with with the Active Directory Users and Computers MMC snap-in. ADUC often loaded slowly. Sometimes rebooting would fix the issue, sometimes it wouldn't. I never had an issue but I didn't use ADUC as often on my workstation (I use it primarily on …
    Read More
  • SQL: SQLPrompt Free Today, Perhaps Not Tomorrow

    calendar Nov 30, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    SQLPrompt, also known as SQL Intellisense, is a great add-on to SQL Workbench and Query Analyser available from red-gate software. SQLPrompt is described on their website as

    * Code completion for fast, accurate script building * Discoverability in SQL Server query creation * Keyword formatting, code snippet …


    Read More
  • AD: Quickly Determine OU of User using VBScript

    calendar Nov 16, 2006 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I'm working on a few Active Directory scripts that require knowing the full path or "distinguished name" of the user object. All I know initially is the username and domain name and I found a script at Hey, Scripting Guy! that is really useful -- it searches AD for the user's OU information. The only problem …
    Read More
  • PS: PowerShell 1.0 Available for Download

    calendar Nov 15, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Wow, it was over a year ago that I met my friend, PowerShell developer Lee Holmes at PDC 05. As a fan of scripting and Unix, I was excited after attending a session on Microsoft's new shell, codenamed "Monad." After the session, I went to the Microsoft's lab to play around and there was Lee.. my dream nerd. …
    Read More
  • REGEDIT: Delete Current User keys with a little more ease

    calendar Nov 11, 2006 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I'm terrible with traversing alphabetic directories; when I was in high school and I took the series of military aptitude tests, that was the only one I didn't do well on. I excelled at the rest and the military did their best to court me. All I can say is that I'm one of the many potential recruits that they lost …
    Read More
  • .NET: Microsoft .Net Framework 3.0 Officially Released

    calendar Nov 10, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    NetFx3.com, a Microsoft community site for .Net 3.0 has announced that the 3.0 framework is now available. While there are no changes to VB.NET, C#, ASP.NET etc like there was with 1.1 to 2.0, .NET 3.0 adds a few new frameworks, namely Windows Communication Foundation, Windows Presentation Foundation, WIndows Workflow …
    Read More
  • E-BOOKS: Download all issues of TechNet Magazine

    calendar Nov 3, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Microsoft offers both current and past issues of TechNet Magazine in CHM format as free downloads. You can even get also receive free subscription via mail if you qualify (I believe you have to have some sort of buying influence in the company) here so be sure to mention your influence, even if you're stretching the …
    Read More
  • Active Directory: VPN and Windows Cached Credentials

    calendar Oct 31, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    If you are on Active Directory and your VPN Software does not set the DNS servers to your local Domain Controllers, you may encounter the following error:

    The system has detected a possible attempt to compromise security. Please ensure you can contact the server that authenticated you.

    This appears to be some sort of …


    Read More
  • VBScript: Stop Dictionary FTP Attacks in IIS using VBScript

    calendar Oct 31, 2006 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Spencer Ruport of netortech.com modified my FTP ban script into one that stops dictionary attacks. And he chooses not to ban via the problematic IIS way but instead creating a bad route for the offending IP address. Pretty darn ingenius.

    Set objFTPSVC = GetObject("IIS://localhost/MSFTPSVC") Set objFSO = …


    Read More
  • Active Directory: Time Sync All DCs

    calendar Oct 17, 2006 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Near as I can figure, AD automatically sets each DC to sync time with the master DC. In order to make sure the master DC has the proper time and is set to be an available & reliable time source, run the following commands:NET TIME /SETSNTP:time.windows.com NET STOP W32TIME NET START W32TIME W32TM /config …
    Read More
    • ««
    • «
    • 38
    • 39
    • 40
    • 41
    • 42
    • »
    • »»

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