The VBScript Network and Systems Administrator's Cafe:

DataCenter


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

January 28, 2009  11:40 PM

Microsoft CRM Email Router stops working mysteriously and then starts working again– just as mysteriously.



Posted by: Jerry Lees
CRM, Microsoft CRM, Microsoft Dynamics CRM, System Administration, systems management

I've been doing a good deal of work with Microsoft CRM lately. Heck, I'll say it... I've been doing ALL my work with Microsoft CRM lately. It's a beast that no one here at "the office" knows about and I've become "The Guy". You know what that means, scramble to stay ahead of the...


January 2, 2009  3:01 AM

Searching the Windows Eventlog for specific events with WMI



Posted by: Jerry Lees
Systems Administration, systems management, VBScript, Win32_NTLogEvent, Windows Management Interface, WMI

On occasion as a systems administrator you have to find the proverbial needle in the haystack with respect to the events in the event logs. You know what I mean, the one event you care about and need to know when it occured as part of your troubleshooting... then throw in that you need to do it in...


November 10, 2008  4:01 AM

Getting the date and time from a remote system via WMI and the WIN32_LocalTime class



Posted by: Jerry Lees
date, systems management, VBScript, win32_localtime

Recently, after the time change I had to log into around 30 to 40 servers to check that the date was correct. This was a real pain, since it required me to actually log onto the server via terminal services and run a command prompt to issue a date command. Unfortunately, I didn't have a script...


April 16, 2008  7:11 PM

VBScript to check CPU and Processor performance counter statistics using WMI



Posted by: Jerry Lees
DataCenter, Development, Functions, VBScript

By now, if your reading my blog you've had a chance to play with the script I posted for 

  Bookmark and Share     5 Comments     RSS Feed     Email a friend


March 7, 2008  10:22 PM

Eventlog search tool — Find quick help with windows event log entries



Posted by: Jerry Lees
Administration tools, DataCenter, Exchange, Networking, Security

While not VBScript related, I found this Microsoft Eventlog and Error Message Search a few days ago as I stumbled around looking for tools that I thought network administrators would need on


March 4, 2008  1:57 AM

Determining properties and methods used in a WMI object for use in a vbscript.



Posted by: Jerry Lees
DataCenter, Development, VBScript, Windows Management Interface, WMI

In this entry we'll take a look at the microsoft documentation for win32_printerdriver and determine how we can determine what values to use to get data once we've created a script to get set of data back from a WMI object...


February 20, 2008  5:12 PM

Expert Says Scripting is Key to Career Advancement.



Posted by: Jerry Lees
DataCenter, Development, IT careers

SearchWinIt has an interesting podcast that caught my eye just now, titled Microsoft issues largest patch bundle since August. However, the truly...


February 20, 2008  7:47 AM

Using Windows Management Interface (WMI) to Make Your Life Easy.



Posted by: Jerry Lees
DataCenter, Development

In this blog entry I want to setup the next few blog entries that will deal with a technology that is quite possibly one of the most powerful tools in a Network Administrators tool chest... the Windows Management Interface or WMI. WMI is a powerful tool when combined with scripting, you can use...


February 16, 2008  9:24 AM

Getting Started Writing VBScript to Administer a Windows 2000 or 2003 Network



Posted by: Jerry Lees
DataCenter, Development, VBScript

For my first Blog entry I'd like to create a list of software you'll need (along with some recommendations) to easily follow along with my next posts. Some of you will already be ahead of the game here, but if you'll allow me just a bit of time to get others up to speed and get started I assure you...