I was recently thinking about ways a manager could easily determine effectiveness. The first thing that came to mind was: Do you find yourself frequently being sought out to provide guidance to your sub-ordinates? If not you might want to reflect on why not.
Posted Monday, August 16, 2010 9:24 AM by dthomson | with no comments
So where are things today with the Health Check Tool? I have the tool running pretty well in my mixed SMS 2003/ConfigMgr environment. We don't have any 64 bit systems to test on, so I'm going to get my home lab out of mothballs and do some testing against Server 2003, Server 2008, Vista, and Windows 7. I know I said you'd see something mid-July, but good things come to those who are patient......
Posted Friday, August 13, 2010 4:05 PM by dthomson | with no comments
It would really be nice if one company could write a code editor that worked great. Most that I've tried fall short in one way or other.....
Posted Friday, August 13, 2010 12:13 PM by dthomson | with no comments
I am not really a fan of having to parse logs to figure out if something is working right or not, but I have found that's a requirement when looking for error situations with CCMSetup and the Windows Update Agent. I'm also parsing through the files in the EndPointQueues folder to determine if the client was included in an operating system image and there are system name mismatches which indicate why the client might not be receiving all policies.
Posted Friday, August 13, 2010 12:08 PM by dthomson | with no comments
Hey myITforum readers. Who here is from the Washington D.C. / Baltimore, MD area? It would be nice to have a get together this year. Something like I tried a few years back. Shoot me an email if you're interested. Maybe I should make this a myITforum poll.....
Posted Friday, August 13, 2010 11:52 AM by dthomson | with no comments
For giggles, I checked how many lines of code there are in all the files that comprise the Health Checker Tool I'm working on. No wonder it's taking so long...there is nearly 15,000 lines of formatted code. It seems I can never get myself to do things simple. I still have yet to properly document the code.
I'm still finding some issues I need to work out, such as:
Feel free to send me your tips!
Posted Friday, August 06, 2010 3:20 PM by dthomson | with no comments
So where are things today with the updated health check script that was mentioned a couple months back in the myITforum newsletter? I have coded a three part process that is started as a GPO computer startup script. A lot of the basic thoughts on checks and fixes came from the various tools already available from many community scripter's. I have taken these basics and expanded so the tool fits well in my environment, which can be troublesome at times. These three operational parts of the health check tool are:
How the Health Check Tool runs during system startup
Health Check Tool.cmd
The Health Check Tool.cmd script runs first via a GPO computer startup script and performs the following tasks:
Health Check Tool.exe
The Health Check Tool.exe executable runs when the Health Check Tool service is started by the Health Check Tool.cmd script. This executable performs the following tasks:
Health Check Tool.wsf
The Health Check Tool.wsf script is typically started by the Health Check Tool.exe and performs the bulk of the system health checks. This script performs the following tasks:
How the Health Check Tool runs repeatedly
When the health check tool runs, it has the capability to add itself to the system task scheduler list so that it can re-run every day without requiring the system to be restarted. This allows a non-functioning system to make it through the various levels of repairs sooner and hopefully get back to functioning properly.
I have recieved a few correspondences where some folks have shared what they are currently doing for system health checks. There's two though that said they would share what they had, but must have ....COUGH..... forgotten to send it over.
Feel free to send me an email if you want to share your ideas or try the beta version when it gets a bit further along in testing.
Posted Wednesday, August 04, 2010 9:55 PM by dthomson | with no comments