netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • Classic ASP: "Push" File Downloads from A Directory Outside the Application Root

    calendar Jan 22, 2007 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    This is some super old code but I used it recently and figured I'd archive it on this site for my future reference. The sample code below aims to allow authenticated users to download files which are not available via direct download (ie. files within the web root). The script accomplishes this by doing the following: …
    Read More
  • T-SQL: Parse Top Level Domain from URL

    calendar Jan 17, 2007 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I keep track of all hits to my website RealCajunRecipes.com in a SQL table called hitcounter which has columns for the user's IP, browser, referring URL and the date. Recently, I saw a surge in traffic and wanted to know which domains were sending the traffic our way. After getting tired of issuing ad-hoc queries that …
    Read More
  • OWA: Expired Password Causes Execute Access Forbidden

    calendar Jan 16, 2007 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Recently, a user trying to login to OWA encountered the following error:

    HTTP 403.1 Forbidden: Execute Access Forbidden You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed.

    Another network administrator noticed that the URL was strange …


    Read More
  • The Things In My Swiss Army Backpack

    calendar Jan 13, 2007 · 6 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I've got two 10 page papers to write by Wednesday so I figure there's no better time to write a post about the things you can find in my Swiss Synergy backpack. This backpack is rather large but its size often comes in handy (grocery store trips and school finals come to mind). I used to value micro sized bags but …
    Read More
  • SUX: The War in Iraq

    calendar Jan 11, 2007 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    In Dwight D. Eisenhower's Farewell Address to the Nation, he pleaded with the American people to "avoid the impulse to live only for today, plundering, for our own ease and convenience, the precious resources of tomorrow." He also acknowledged the existence and influence of a militaryindustrial complex on …
    Read More
  • SWEET: Meebo.com's SSL Site Encrypts Chats Too.

    calendar Jan 11, 2007 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    If you haven't been to meebo.com, you probably haven't needed to chat from a location that restricts chat program installs ;) Meebo.com is super slick; with nothing more than a browser, you can access your favorite chat network. The unencrypted meebo.com site does encrypt your password but stops there. By accessing …
    Read More
  • CHM: The Best E-Book Ever for Windows/SQL/Exchange/IIS Admins Now Half Off!

    calendar Jan 9, 2007 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    In one of my earlier posts "The Software I Use Daily," I wrote

    The Penton Press Master CD is a must have for any Windows administrator. It is a CHM file which contains every article from Windows IT Pro, SQL Server Magazine, Exchange & Outlook Adminisrator, Windows Scripting Solutions, Windows IT Security …


    Read More
  • VBScript: Enumerate All SQL Servers on a Domain

    calendar Jan 9, 2007 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    So if you have SQL Server installed locally, you're lucky enough to have access to SQLDeeMO. You can then easily enumerate SQL Servers with the following code. Note: If you do decide to use VBScript and SQLDeeMO, you will need to remove the "ee" in the script below. I didn't want to put in the actual object …
    Read More
  • VBScript: Find All Exchange Servers in Active Directory

    calendar Jan 9, 2007 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    My friend Sharfa and I were exchanging some of our favorite code snippets and he showed me one for enumerating Exchange Servers in Active Directory. I dug the code but wanted to try to see if I could use my Recordset/ADsDSOObject skrills to shorten the code. The outcome isn't any shorter but it does get the version, so …
    Read More
  • VBScript: Use an LDAP Query to Find All Windows Servers on a Domain

    calendar Jan 9, 2007 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Damn, the ADsDSOObject rocks! This script, which weighs in at less than 20 lines, finds all machines running any form of Windows Server on a given domain. Note that this script isn't useful in finding domain controllers, but rather any machine running Windows Server. …
    Read More
    • ««
    • «
    • 36
    • 37
    • 38
    • 39
    • 40
    • »
    • »»

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