The VBScript Network and Systems Administrator's Cafe:

Development


March 24, 2009  4:13 PM

Win an Xbox 360 console just for asking questions and answering questions about stuff related to IT!



Posted by: Jerry Lees
VBScript, Xbox, Xbox Live, Xbox360

Ok folks, I know some of you probably already have an Xbox 360 but with the RROD ever of the horizon a person could always use a replacement— right?!?!?! Well, TechTarget is running a contest to give you the opportunity to do just that--

March 20, 2009  4:32 PM

Writing a BGINFO like Script: Displaying DNS Server settings with WMI via the Win32_NetworkAdapterConfiguration class



Posted by: Jerry Lees
bginfo, Systems Administration, Systems administrator tools, systems management, systems reporting, VBScript, VBScript Functions

I recently had to provide the information displayed with BGINFO on a number of systems. Unfortunately, BGInfo only generates a bitmap, so far as I know, so I decided to write a script to generate the...


March 17, 2009  4:36 PM

Writing a BGINFO like Script: Displaying Network Adapter Speed with WMI via the Win32_NetworkAdapter class



Posted by: Jerry Lees
bginfo, Systems Administration, Systems administrator tools, systems management, systems reporting, VBScript, VBScript Functions

I recently had to provide the information displayed with BGINFO on a number of systems. Unfortunately, BGInfo only generates a bitmap, so far as I know, so I decided to write a script to generate the...


March 13, 2009  11:05 AM

Writing a BGINFO like Script: Displaying Disk Statistics with WMI via the Win32_LogicalDisk class



Posted by: Jerry Lees
bginfo, Systems Administration, Systems administrator tools, systems management, systems reporting, VBScript, VBScript Functions, Win32_logicaldisk

I recently had to provide the information displayed with BGINFO on a number of systems. Unfortunately, BGInfo only generates a bitmap, so far as I know, so I decided to write a script to generate the...


February 28, 2009  10:38 AM

The Scripting Crossword Puzzle



Posted by: Jerry Lees
Crossword, Games, Puzzles, VBScript

I found this recently and thought some of you might like to take a stab at it. A fun little crossword puzzle from Microsoft devoted to scripting concepts! Check it out, The Scripting Crossword...

Bookmark and Share     0 Comments     RSS Feed     Email a friend


February 26, 2009  8:00 AM

Retrieving the account IIS is using as the anonymous user account with VBScript



Posted by: Jerry Lees
iis, System Administration, Systems Administration, systems management, VBScript, VBScript Functions, web sites, web tools, working with objects

I recently posted a script that retrieved the anonymous user password for a server in IIS. This script I posted, Using the IIS ADSI object to retrieve the anonymous user password for a server...

Bookmark and Share     0 Comments     RSS Feed     Email a friend


February 20, 2009  3:53 PM

Using the IIS ADSI object to retrieve the anonymous user password for a server via VBScript



Posted by: Jerry Lees
iis, System Administration, Systems Administration, Toolkit, VBScipt, VBScript, VBScript Functions, working with objects

I recently had to change the anonymous user account for a change request for a site in IIS, but unfortunately the change did not work and we had to roll it back. However, I didn’t have and wouldn’t have known the account’s password since IIS and windows changes it periodically. So, out...


February 10, 2009  6:11 PM

Easily compare dates from with in VBScript



Posted by: Jerry Lees
date, Date Comparison, DATEDIFF, Dates, VBScipt, VBScript Functions

On occasion you need to compare two dates in your scripts, this can be a real challenge when you approach the date as if it were a string and/or compare the date parts to one another. Then finding the difference can be a whole other set of challenges if your dates span several months, days, or...


January 30, 2009  1:30 AM

Easy String Searches with the VBScript Instr function



Posted by: Jerry Lees
InStr function, Scripting, string, String manipulation, strings, VBScript

I recently had a situation where I needed to find string inside a string to parse the larger string into usable and separate chunks of data. In writing this script, I realized I've not shared this gem of a function with you previously... and it really makes matters easier when you are...


January 19, 2009  4:14 AM

Windows Tip: Clearing Internet Explorer cached data from the command line



Posted by: Jerry Lees
batch commands, batch files, command line, Internet Explorer, rundll.exe, tips and tricks, undocumented windows, windows secrets, windows tips

As a Network Administrator sometimes you need to clear the browsing history, cookies, or the like for a entire community of users. Sure, you could tell them how to do it thinking that you were being super smart by providing instructions for them. However, as you well know there will be some who...