Archive for February, 2006

Remote Scripting: “ActiveX component can’t create object” on WSHController Object

Tuesday, February 28th, 2006
Scripting

While perusing the WSH 5.6 documentation I happened across a section on Remote Scripting. I imagined Remote Scripting to be possible but it isn’t something that I had seen before in the documentation. I started investigating and so created the scripts as suggested and ran the test.

Straight away I got the "ActiveX component can't create object". Obviously I was a little confused since this is a Microsoft example script. No matter how I created the script I got the same error every time and there was no obvious reason why I was getting the error.

It turns out to be a problem relating to the installation of Windows XP Service Pack 2 that cripples remote scripting in WSH 5.6. Obviously it was a security decision by Microsoft. A well considered one I’m sure but they could have given we sys admins a few ideas! Read on for information on how to solve the ActiveX component can't create object error…
(more…)

Active Directory: Find Inactive Computer Accounts

Friday, February 24th, 2006
Scripting

Here’s a little script I wrote recently to find computer accounts that have been inactive (unused) for more than 60 days and are still resident in Active Directory.

The computers are searched for throughout the entire directory so you shouldn’t miss any. Consider extending this script to automatically delete accounts found by this script.

(more…)

A trip to Whitby

Tuesday, February 21st, 2006

I took a trip to Whitby over the weekend with my girlfriend. We wanted to get out, see the sights, grab some Fish & Chips and well, just be British for the day. As soon as we arrived, someone else had obviously decided to be British for the day too and selfishly parked their car adjoining another space. I spent twenty minutes squeezing my car in to the space just so I could bloodywell park! If you’re the owner of that Rover 25 you should be ashamed of yourself.

Nonetheless we both had a nice time, we grabbed some Fish & Chips, bought some fudge and even walked up the famous steps to the Abbey. The only trouble was that we did it only to find out that it was completely cordoned off with no way of getting to it at all, despite trying very hard I might add. Still, we had a nice few hours out.

Whitby Abbey

I took a few photos with my Nokia 6680 which turned out surprisingly well, so much so, I was inspired to blog this photo. I only wish I had taken it with a decent camera – but what can you do?

Upgrade :)

Thursday, February 16th, 2006
Wordpress Logo

I’ve completed the move to Wordpress 2.01, everything looks good so I’m happy with that but I’m not 100% happy with the response times being exhibited by the site. It used to be rapid to say the least but it seems awfully sluggish since the upgrade.

A typical simple post like this one takes on average 5-10 seconds before I get notification that the post was successful. Whether that’s a side-effect of having the WYSIWYG editor perform its magic is something I’ll have to investigate!

For the time being, welcome to Wordpress 2.01!

The performance issue is still annoying me, it isn’t the WYSIWYG editor (that causes me layout headaches), enabling a previously disabled plugin has increased performance slightly but I’m still seeing slow response times from the site. In an effort to head the problem off I’ve moved forward an upgrade to PHP 5.1.2. It seems a little quicker but I’m still not happy! :(

Offer Remote Assistance in Windows XP Professional

Wednesday, February 15th, 2006

 

Remote Desktop

I’ve spent a few hours this morning investigating Remote Assistance in Windows XP Professional. At first glance it looks like a potential VNC killer for the enterprise. Unfortunately, if you don’t look closely enough you’ll quickly dismiss it, most likely by seeing these initial limitations.
(more…)

MySQL 5 & my blog

Monday, February 6th, 2006
MySQL Logo

It seems that my recent upgrade to MySQL 5 has caused me to miss a couple of replies to posts due to having “strict” mode enabled.

I have now fixed the problem and you should be able to post replies again. Sorry for the inconvenience!

I’ll be looking to upgrade to the latest version of Wordpress in the very near future. It has some lovely new tricks which I’d like to have a tinker with.