Tuesday, August 7, 2012

BSSID in Windows XP using Powershell

Note: If you don't know what BSSID is, you mostly need to know that it's the MAC address of the Access Point you're connected to.

Have you ever tried to get the BSSID in Windows XP? It's kind of difficult to do it, specially when all the Google results end up showing things with netsh wlan command. netsh wlan is part of a newer version than the one in Windows XP. It comes in Windows Vista and above. However that's the fastest way to find out which BSSID you're using.

Wednesday, April 4, 2012

Error: Unable to obtain hardware information for the selected machine.

Here's an odd problem I've found in VMware vSphere 4.1 while trying to export a VM. When wizard for export was called, it runs a hardware inspection, and I couldn't get thru it because it was showing that error:
Error: Unable to obtain hardware information for the selected machine.

Like any respectable sysadmin, I googled the solution, but I could only find vConverter stand-alone issues regarding VMs registered as Windows 2008 R2 and software not being able to handle that, so a change to Vista 64 was needed. However, this was not the case.