Browse by Tags

All Tags » vbscript (RSS)

Easy scripting of log file parsing

One of my more common needs is to analyze log files (which are really just text files) for recurring issues. If lots of clients have the issue, or some...
Posted by pthomsen | with no comments
Filed under: , ,

A hardware inventory extension for HALs

Summary: here's a technique for collecting details about the HAL used by your computers. Do you need to know which Hardware Abstraction Layer (HAL...

ConfigMgr SDK released!

Summary: The ConfigMgr software development kit is finally released to a public URL. Actually, it hasn't been hard to get ahold of the SDK (via the...
Posted by pthomsen | with no comments
Filed under: , , ,

A hardware inventory extension for ActiveX controls

Summary: here's a technique for collecting details about ActiveX controls on your computers. Do you have a need to inventory the ActiveX controls on...

E-mailing from script

Summary: scripts can analyze your systems in powerful and flexible ways, producing detailed and well-formatted results. Sometimes it's handy to e-mail...
Posted by pthomsen | with no comments
Filed under: ,

Analyzing a lot of logs

Summary: SMS and ConfigMgr, and possibly other systems, make a lot of logs available in case you have to troubleshoot a tricky problem. If you need to...
Posted by pthomsen | 3 comment(s)
Filed under: , ,

How you can enhance a script that creates graphs

Summary: in a recent posting I detailed how I create graphs from scripts. This quick posting illustrates how you can expand on that subroutine. That recent...
Posted by pthomsen | 3 comment(s)
Filed under: ,

Creating graphs from script

Summary: creating graphs from your scripts is an especially powerful way to enhance your automatically-produced reports. Today we continue our series on...
Posted by pthomsen | 4 comment(s)
Filed under: ,

Creating HTML reports from script

Summary: creating HTML-based reports from scripts is surprisingly easy, allowing you to provide highly flexible, very attractive reports to internal customers...
Posted by pthomsen | 2 comment(s)

Saving client health (or other) data to a SQL Server

Summary: most computer management specialists write and run SQL queries, but not many save data for later use. Yet saved data can allow you to do historic...

A scripted SMS Trace

Summary: SMS Trace (trace32.exe) is the core tool in every SMS administrator's toolkit. But do you really have time to be watching logs fly by? Why...
Posted by pthomsen | 3 comment(s)