Category: GFIMax


I needed a script to find out the status of Windows Task Scheduler. If one has a problem, to echo it out as a problem and exit on an error code

 

View full article »

We noticed that we had let some clients server slip through the cracks in replacing.

For us, all servers are replaced in 3 years.

So the script View full article »

I have had a few servers that crap out on installing Exchange server 2007 SP3. After a bit of trial and error, i have worked out what services i need to kill, and how to fix it all when it breaks

View full article »

I needed a nice easy script to output the version number of Exchange 2003 to i can see what Server Pack is installed

View full article »

I needed a nice easy script to output the version number of Exchange 2007 to i can see what Server Pack is installed

View full article »

With the release of GFIMax agent V8.5 i wanted to test it, but don’t have the time to log on and install. So i made a script.

Download the agent agent_8_5_0.exe Save it 2 your web server, edit the script, save as VBS, away you go.

View full article »

Anyone that has used Trend WFBS would know that it takes up a lot of space for nothing. Trend have a tool to fix this now, so i made it into a script.

Get the files from the below URL, make into an auto install exe, put on your webserver.
View full article »

This is my VBS script to automatically download, install and run a spybot scan.

IT, checks to see if c:spybotspybotsd.exe exists, if not, it then downloads it from the URL
Then updates and scans.

If it does exist, then it updates and scans.
View full article »

Here is another checking script. Will create error in dashboard if version number is not correct. Once a new version comes out, all you need to do is know the build numbers. Updating a machine, then running it on there will get it for you.

You will need to edit these build numbers, and the text for the latest versions. I have also notices that the main build doen’t change when you apply a hot fix, i will look into this later on to see where that get saved

View full article »

I have created a VBS script that will read from the system registry a products version number.

The 1st part detects what operating system you are using 64bit or 32bit, then assigns the strings as needed.

the 2nd part reads the keys, then depending on the output, will output the different results.

View full article »