netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • PowerShell: Create Human-readable Shortcuts to IIS Log File Directories

    calendar Jul 18, 2014 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    About 8 years ago, I wrote a blog post that provided a VBScript to create easy-to-read shortcuts to IIS Log directories. W3SVC56 just wasn't helpful enough to identify which website logs to which directory.

    Today, I ported that same script to PowerShell. I'm too lazy to explain, so this is what it does: …


    Read More
  • HOW-TO Setup Windows 2012 Server Core Remote Desktop Services to Securely Administer Windows over RDP and SSL

    calendar Mar 4, 2013 · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Read this updated post instead. It's superior in a number of ways ;)

    Alright, so I've wanted to setup a Remote Desktop Gateway for years, but the configuration seemed so.. time-intensive. Then I moved to Belgium, my living situation changed and I didn't want to setup a whole new VPN server to access my virtual lab. …


    Read More
  • Map a Secure SharePoint 2010/IIS Network Drive over SSL and WebDAV in Windows 7

    calendar Feb 6, 2012 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Once, after viewing a SharePoint 2010 document library in Windows Explorer, I ran a net use and saw that Windows 7 had stored the credentials of my SSL-secured SharePoint intranet server. It took a bit of fiddling, but I eventually found you can, in fact, map a secure network drive using the command line:

    net use W: …


    Read More
  • IIS: Authentication Fails with Error Code 2148074254

    calendar Sep 30, 2009 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Recently, we migrated a web application to a SharePoint server. The web application is a custom built ASP/ASPX app that supports Integrated Windows Authentication. We were able to run the application successfully using Anonymous Access but we were unable to authenticate from remote computers when Anonymous Access was …
    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
  • Rules for High Performance Websites

    calendar Apr 29, 2007 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Last week, I attended the Web 2.0 Expo at Mascone Center in San Francisco where I watched Steve Souders of Yahoo speak. His workshop was titled High Performance Webpages and has a yet-to-be published O'reilly book by the same name (though the Rough Cuts version is currently available for download). The basis of his …
    Read More
  • 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
  • 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
  • VBScript: Windows XP/IIS 5.1 DOES Support Denying Access by IP Addresses

    calendar Jan 9, 2007 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    In helping a visitor to troubleshoot running my IIS FTP ban script, I realized that while XP makes it appear as though it doesn't support banning users by IP address, it actually does provide that support; you just have to ban the IPs programatically. …
    Read More
  • VBScript: Kerberos, Delegation, IIS and User Authentication

    calendar Dec 13, 2006 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Recently, I wanted to write a web-based front end to AD User Management for our help desk. The way that I set it up apparently broke some Kerberos delegation rules and even though Microsoft wrote a step-by-step guide on how to get IIS and Kerberos delegation going, the solution didn't work for me. If I turned off …
    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

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

  • 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