Arnout blogs

Everyday solutions

Arnout blogs header image 1

Enabling SNMP on VMware ESX

March 3rd, 2010 · No Comments

I was looking for some documentation on howto enable SNMP on VMware ESX 4.0.

I couldn’t find a clear overview and had to merge all documentation myself (see the links at the bottom of this post). For documentation purposes I wrote this blog.

To configure SNMP you need vSphere CLI. Instead of installing it I decided to have a go at the vSphere Management Assistant (vMA). This is a virtual machine you can download and allows you (amongst other features) to run scripts.

[Read more →]

convert this post to pdf.

→ No CommentsTags: VMware

Use PowerShell to set remote registry permissions

February 12th, 2010 · No Comments

I needed to set registry permissions on a lot of Windows Server 2003 machines. I don’t like regini and find setacl a bit complex, so I turned to PowerShell. None off the servers had PowerShell installed, so I decided to run a script on one of the servers to fix them all.

[Read more →]

convert this post to pdf.

→ No CommentsTags: Microsoft Windows · PowerShell

Portforwarding on a Netgear WPN824v2 with different source and target ports

December 15th, 2009 · No Comments

My good old linksys router with DD-WRT firmware on it could not keep up with my fast internet connection. The cpu usage was at 100% at a 20 mbps download speed. So I traded it in for a free Netgear WPN824v2.

You cannot configure everything from the web management page. I wanted a portforwarder with a different source and target port. I found that you can use telnet. Take a look a this page. I decided to give it a go!

[Read more →]

convert this post to pdf.

→ No CommentsTags: Uncategorized

Allow users to remotely view services

December 15th, 2009 · No Comments

A domain user asked for permissions to view services on a database server. A remote desktop wasn’t necessary. I decided to create a services.msc snapin to the server. I received an “Access Denied” error.

[Read more →]

convert this post to pdf.

→ No CommentsTags: Microsoft Windows

Import Certificate on a Synology Disk Station

November 10th, 2009 · 7 Comments

As a former notary of Thawte’s discontinued Web of Trust (WOT) I got an offer for a free 2-year SSL certificate. Thank you Thawte!

I wanted to use this certificate on my Synology Disk Station (DS 107). A first I received the error message “Private key and certificate are not matched.

In this article I explain the steps I followed.

[Read more →]

convert this post to pdf.

→ 7 CommentsTags: Synology

Outlook outbox keeps growing

October 28th, 2009 · No Comments

The outbox in my Exchange account kept growing. I’m using Outlook 2007 in Cached Exchange Modus.

[Read more →]

convert this post to pdf.

→ No CommentsTags: Microsoft Office

Expanding Start Menu in Windows 7

September 30th, 2009 · 2 Comments

In Windows 7 it isn’t possible to expand folders any more. Well, actually it is.

[Read more →]

convert this post to pdf.

→ 2 CommentsTags: Microsoft Windows

Mount VHD with DISKPART script

September 15th, 2009 · No Comments

I wrote a DISKPART script to mount a virtual disk (VHD) and a assign a drive letter. I ran into a problem. Right after attaching the VHD there aren’t any volumes available, so the assignment of a drive letter failes. DISKPART doesn’t provide a solution for this (no pause or sleep functions).

The error message is:

There is no volume specified.
Please select a volume and try again.

So I decided to build a PowerShell script!

[Read more →]

convert this post to pdf.

→ No CommentsTags: Microsoft Windows · Windows Scripting

Run a script as Admin in Windows Vista & 7 (PromptForAdmin)

September 8th, 2009 · No Comments

I’m running a couple of scripts on my computer, I want to run as admin. Since (and because) I’m using Windows 7 I didn’t switch off UAC (which I did when running Vista).

[Read more →]

convert this post to pdf.

→ No CommentsTags: Microsoft Windows

Protected: Tech Track 2009 v2

April 10th, 2009 · Comments Off

This post is password protected. To view it please enter your password below:


convert this post to pdf.

Comments OffTags: Uncategorized