Category Archives: Microsoft

Managing Portgroups with PowerCLI

If your VMware implementation contains more than a few hosts, managing port groups (or any multi-host settings) can be a real pain. In order to take advantage of cool things like vMotion, your port groups need to match across all hosts in the cluster. If one of them is misspelled, or has a bad VLAN tag, it’s a… Read More »

Grabbing System Date in a Batch File

Batch programming can be a powerful thing. Basically, anything you can run at a command prompt can be run in a batch file. Coupled with task scheduler, process automation nirvana can be achieved. However, one thing that is conspicuously is the presence of a date or time variable. For example, if you wanted to date or time encode… Read More »

MMS 2012:Desktop Management with System Center 2012

Supporting desktops in large organizations has become increasingly complex. Support teams that are looking to streamline support through improved, remote troubleshooting while working in the security constraints of ‘least privilege’ access need to look at how Microsoft System Center Operations Manager, Opalis and System Center Configuration Manager can be configured to work together to provide a single, easy-to-use… Read More »

MMS 2012: Day One

The first day of any conference is usually pretty hectic.  You have to travel to get there, get checked in at the conference, get checked in at the hotel, etc.  It’s mainly a travel day.  However, there are a couple of good presentations on the first of of MMS that I thought would be useful, and I was… Read More »

Install VB6 on Windows 8

As most of the world knows, Microsoft has made available a consumer preview of Windows 8. While this is still considered beta software, I highly recommend you check it out. Some of us technology minded folks are charged with supporting legacy software, developed with Visual Studio 6 (particulary Visual Basic 6), and with the iminent release of Windows… Read More »

Check Your Errors

If you have developed any kind of serious web-based application (or any type of application for that matter), you know the joy of trapping errors for anything that the user might do. Bad password, letters where numbers should be, etc. Not rocket science.