windows
FSMO Role Placement Best Practice
Submitted by erichagstrom on Tue, 11/18/2008 - 9:12pm.So I have a bunch of domain controllers and a bunch of FSMO roles that I have to place. What do I do? Well, MS says to do the following based on their support article here which is summarized below:
Connecting the WMA11B with Vista (Firewall Settings)
Submitted by erichagstrom on Sat, 08/23/2008 - 5:31pm.I recently purchased a Linksys WMA11B on the cheap off of eBay. The goal was to connect my Iomega StorCenter to it, but haven't yet crossed that bridge. One bridge I have crossed though, is installing the software on my Vista SP1 host. Out of the box the "driver" downloaded from Linksys installed with no problems. I was prompted to install .NET 1.0 which completed with no problem.
Logfiles shortcut
Submitted by erichagstrom on Sun, 05/25/2008 - 7:38am.Have you ever been troubleshooting IIS and need to check out the access log files? As you know by default they live at in System32\Logfiles under your Windows directory. There are plenty of ways to get there...type the path in the run dialog. Open explorer and browse there. But during a call with MS PSS the other day, I learned a handy shortcut. In the run dialog, type 'logfiles' and you will instantly open the System32\Logfiles folder. There are more logfiles here besides IIS generated ones...but that seems to be the best known.
Happy hunting, and hope this saved you some time!
Automatically starting virtual machines
Submitted by erichagstrom on Sun, 02/10/2008 - 2:52pm.When you have multiple (or even one) virtual machines hosted on a server, you should take steps to ensure recovery in the event your host server reboots or crashes resulting in the virtual server services restarting.
First, create a regular user account that you will use to start the servers. This account should have limited privileges and will need to be assigned to rights. At the time of this writing, the directions provided by Microsoft do cover quite all of the steps and permissions required. I have summarized the entire process below.