netnerds.net
Home
Book
Links icon
Data Platform GitHub Org GitHub Profile GitHub Star Profile MVP Profile Twitch
About
Subscribe
  • AppleScript: McVPN

    Apr 10, 2006 · 2 min read  ·
    Share on:

    This bandaid is mighty handy for pesky OSX disconnects. I don't really know what causes it and unfortunately, I don't have time to fully figure it out. I do know that changing my gateway back to my local gateway helped tremendously. Also, changing my default nameserver to a local nameserver helped too. Now, I get …


    Read More
  • VBScript: Check for Low Disk Space and Report to Event Viewer

    Apr 10, 2006 · 3 min read  ·
    Share on:

    This code is part of a bigger project I'm working on. It checks the disk space for each logical drive and, if the space is below one gigabyte, reports it to Event Viewer at a max of once per day. '**************************************************************************** ' This script created by Chrissy LeMaire …


    Read More
  • VBScript: IIS Discovery

    Apr 10, 2006 · 3 min read  ·
    Share on:

    Find IIS Servers on your domain (or with modifications, your subnet) using this script '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Author: Chrissy LeMaire ' Copyright 2003 NetNerds Consulting Group ' Script is provided AS IS with no warranties or guarantees and assumes no …


    Read More
  • VBScript: Shortcuts for IIS Log Directories

    Apr 10, 2006 · 2 min read  ·
    Share on:

    I love parsing through IIS logfiles but I dislike the directory structure that Microsoft creates for IIS logging. Each site has a randomly generated directory name so, for example, "netnerds.net" could store its files in "C:\windows\system32\logfiles\W3SVC720199813." Who wants to track that down? …


    Read More
  • VBScript: Gather E-mail Addresses from an Exchange Mailbox

    Apr 9, 2006 · 3 min read  ·
    Share on:

    I recently sent out a newsletter to everyone who had any communicatoin with RealCajunRecipes.com. I had an Exchange Mailbox that collected all emails sent using the Tell-A-Friend feature of the website as well as the guestbook, ask maw-maw, and general website comments. I'd forgotten to automatically subscribe these …


    Read More
  • /bin/sh: Backup Wordpress to Gmail

    Apr 8, 2006 · 1 min read  ·
    Share on:

    The code below was written pretty quickly. It backs up the Wordpress directory, the mySQL table, zips it then emails it to the specified gmail account. Mutt must be installed.. change the variables to suit your environment. #!/bin/sh theDate=`/bin/date +%Y%m%d` ######### backup DB ########## /usr/local/bin/mysqldump -A …


    Read More
  • Anapod Rocks: An alternative to iTunes

    Apr 2, 2006 · 2 min read  ·
    Share on:

    EDIT: This post is about 3 years old now and I've since started using Songbird. Read my review titled: "Songbird is to iTunes what FireFox is to IE". If you dislike iTunes as much as I do, Anapod by RedChairSoftware is the perfect alternative. I find it extremely easy to use and the interface is aesthetically …


    Read More
  • And… I'm back.

    Mar 31, 2006 · 1 min read  ·
    Share on:

    That was a fun break.


    Read More
    • ««
    • «
    • 39
    • 40
    • 41
    • 42
    • 43
    • »
    • »»

Chrissy LeMaire

SQL & PowerShell MVP. GitHub Star. Creator of dbatools. Need to oil my knees.

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 Mastodon

recent posts

  • New Encryption and Certificate Defaults in Microsoft's SQL Server Connection Provider
  • What's new and different in dbatools 2.0
  • Don't waste your time with ($PSEdition -eq 'Core') in your PowerShell module manifest/psd1
  • Exploring faster PowerShell import times.. again
  • You just joined Mastodon, now what?
  • Using GitHub Pages to Setup an Alias on Mastodon
  • Aliases on Mastodon: Add me! I'm also [email protected]
  • Moving to Mastodon: I actually like it better (Updated!)

categories

sql-server 119 powershell 113 general 63 security 59 windows 47 sharepoint 41 active-directory 37 linux 31 networking 30 vbscript 30 apple 24 virtualization 22 iis 19 apache 7 exchange 7
All Categories
active-directory37 apache7 apple24 asp-net2 bi4 db24 exchange7 general63 github7 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell113 security59 sharepoint41 sql-server119 vbscript30 virtualization22 windows47 wpf7
[A~Z][0~9]
 

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved