Monday, July 6, 2009

Free software list

Am I am rebuilding my lab, I wanted to list out a few utilities that I used.  The list is not comprehensive but I am hoping that you may discover a new utility or two to help you as well.

VMware Server – Its free and I have it installed on two servers, those plus my desktop with VMware Workstation give me a nice lab. Total of 9 cores and 20GB of RAM across all three machines. 

NewSID – Creates a new sid, helpful when you are cloning Windows boxes and doing want to sysprep them all.  I use it in my test lab.  I don’t think its supported in production so double check that!

Backinfo – Nope not BGinfo, its a little utility I came across in a Microsoft demo, and finally found it in the Windows Server System Reference Architecture Virtual Environments for Development and Test (WSSRA-VE) Deployment Kit.  I like it way more than BGinfo.

Terminals - Terminals is a secure, multi tab terminal services/remote desktop client.  It handles RDP, VNC, ICA and many other protocols.  Also does connection saves/cloning and group connects.

Vyatta – Linux based router that I use to link all my lab subnets, site and organizations.

I like to make a single VMware machine.  Patch it, install the general utilities, set the time zone and other misc setting then power it off.  Now I just copy the entire folder, rename it and open it with the VMware server.  Leaving the original as a base image.  Now run NewSID on the copy because ALL the images will have the same SID.  That’ll be a problem on a domain.  Rinse and repeat to bring up a many images as you need.  I have VMware workstation install on my desktop and I use the clone feature instead of the folder copy, but the process is still the same.

Once I have all the servers up, just input them into terminals and have tabbed RDP access to the whole environment.

Friday, June 12, 2009

Extend the Windows Server 2008 evaluation period

I have been working a lot lately and finally got to fire up my lab again only to find my 2008 Server eval period had expired. I hate to activate my 2008 because I often tear them down and rebuild them before the time expires.

I ran across this KB article to allow you to extend the trail period out to 240 days in total, which will be plenty for me.

  1. Click Start, and then click Command Prompt.
  2. Type slmgr.vbs -dli, and then press ENTER to check the current status of your evaluation period.
  3. To reset the evaluation period, type slmgr.vbs –rearm, and then press ENTER.
  4. Restart the computer.
This resets the evaluation period to 60 days.

http://support.microsoft.com/kb/948472

Tuesday, June 9, 2009

Microsoft Certified Master

Microsoft Certified Master: Exchange 2007

Blog has been pretty silent lately, but for good reason.  I had about 3 weeks of prep time and then 3 more weeks in Redmond attending MCM: Exchange 2007 R3.  The good news is:

I made it! 

More to come later on my experience but I passed (3 exams and the hands on Qualification Lab) to reach Certified Master status!

Tuesday, April 28, 2009

Office 2007 SP2 Outlook fixes

Office 2007 SP2 just released

 

    What does this do for Outlook?  Here is an excerpt the change log

    Outlook 2007 SP2 delivers performance improvements in four major areas:

    • General Responsiveness
      SP2 reduces I/O disk usage and UI response time.
    • Startup
      SP2 removes long operations from initial startup.
    • Shutdown
      SP2 makes Outlook exit predictably despite pending activities.
    • Folder/View Switch
      SP2 improves view rendering and folder switching.

 

SP2 Outlook 2007 Fixes in detail

SP2 complete change log

Thursday, March 19, 2009

Update Roll-up 7 for Exchange Server 2007 Service Pack 1 has been released.

Update Roll-up 7 for Exchange Server 2007 Service Pack 1 has been released.

Some important notes from MS Exchange Team Blog:

  1. First off, we fixed the SCR issue which have caused everyone some pain and which did not get completed in time to be included in the last update roll-up.
    KB 961281 Update Roll-up 5 for Exchange Server 2007 Service Pack 1 introduced an issue where you receive an error when attempting to enable SCR on a storage group if the environment has a parent domain -> child domain active directory structure. Tim has blogged about this over here. This is now fixed. Additionally, there are also 2 other SCR related issues which we have been addressed in this roll-up and have been asked for by many customers.
    KB 957834 Network shares are deleted and created intermittently by the replication service on an Exchange SCC cluster when SCR is enabled on the Exchange server
  2. KB 958331 Restore-StorageGroupCopy command may fail in an Exchange Server 2007 SCR environment.
  3. We have also fixed two issues which caused intermittent crashes in the IMAP4 service and resulted in event 4999 being logged in the event logs. The following KBs have more information on the scenarios which are fixed: KB 957504 and KB 960292.

http://msexchangeteam.com/archive/2009/03/18/450863.aspx

Download Update Roll-up 7 for Exchange Server 2007 Service Pack 1 link and additional KB news here:

http://support.microsoft.com/kb/960384

Wednesday, February 18, 2009

Backing up Exchange 2007 with NTBackup

How to backup Exchange 2007 SP1 with NTBackup and other streaming backup utilities.

Event Log error:
Information Store (5112) A remote (TCP/IP) based streaming backup was attempted. This functionality has been disabled by default settings.

Add this key:

HKLM\System\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
Name: Enable Remote Streaming Backup
Type: DWORD
Value: 0 = default behavior (remote backup disabled)
1 = remote backup enabled

http://msdn.microsoft.com/en-us/library/aa580485.aspx

Tuesday, February 10, 2009

Exchange 2007 OWA redirect on Windows Server 2008 IIS7

Exchange 2007 OWA redirect on Windows Server 2008 IIS7

Need to simplify the OWA URL for users.  They want to type webmail into the browser not https://webmail.domain.com/owa.

Open IIS manager on your CAS server.  Go to the error pages section and edit the 403 error.

image

Edit the 403 error.

image

Put in the full FQDN URL you want the users to actually hit.  https://webmail.domain.com/owa

image

Now when a users type webmail into the browser from the internal network they will be redirected to the proper URL.  Externally your ISA server should be dumping everything into the proper subfolders and should not cause any issues as long as the ISA server is not returning 403 errors to external users.  And hopefully it is not.