Quick Fix: Get Computer Name from a Slave Drive…

Arrgh!

So a client called with a PC that crashed and wouldn’t boot up.

Luckily i was actually in the area so i called in to the customer, unluckily i was travelling light and didnt have my USB/SATA kit with me.

PC was a reasonably new Dell Optiplex 380, Running Windows 7 Pro. Covered under warranty and after a few minutes on the Dell Online Chat, i had arranged an engineer to be onsite next day with a new drive.

I decided to take the drive with me to see if i could salvage anything, and possibly image the drive for future recovery use.

So i brought the disk back to the office and set it up on a bench, ran a chkdsk and after that it seemed to function ok. (i could have done this onsite with an OS disc,  but if it failed once i would rather have a new drive thank you)

So Dell have now replaced the drive and installed the OS, buuut wait, they dont join it to the domain or install any apps.

I need to know the name of this pc to rejoin it to the domain, i could make up a new name, but we have a convention… seems as though the system name sticker is missing as well.

So here’s what you can do.

Load up Regedt32 on the lab system, with the drive attached as a slave.

Navigate to HKLM and click file, load hive.

Now browse to the \windows\system32\config folder on the slave drive and find the SYSTEM file.

Enter a name – i used OLD

Now browse to HKLM>Old>CurrentControlSet1>Control>Computername>Computername

You should see a key named ‘ComputerName’ with the system name as the value.

Easy!

Small Business Server 2003 R2 Standard, Migration to Small Business Server 2011 Essentials (Continued)

Having installed Windows 2003 Service Pack 2 to our source server, we will need to now rerun the SBS BPA to find any new issues that the SP introduces. You may recall there are some new features such as RSS that are enabled by the installation of this SP.

The results of the SBS BPA show the following issues:

25

Looks like that list is a little shorter now! So let’s address the issues in red to start with.

Receive Side Scaling (RSS) is enabled and should be disabled on Windows SBS 2003. This issue is highlighted as fixable in the BPA results using this KB article, however if you follow the link you will need to redirect to this newer KB to get the right patch.

Download and run the x86 version of the hot fix..

26

Again accept the license agreement and click next to start the install, it is a very small update and should apply in a matter of seconds.

27

This update should also resolve the ‘TCPA Enabled’ BPA critical issue, but a reboot is required prior to the changes becoming active.

To minimise our reboots let’s look at the other two critical items and see if we can apply any of the fixes.

Task offloading is enabled & TCP Chimney is enabled, are both fixed without the need to install any other patches. So let’s apply those fixes before our reboot. (Task Offload fix is documented here)

To disable TCP Chimney, open up a command prompt and type..

Netsh int ip set chimney DISABLED 

29

Press enter, and the command simple returns ‘OK’, moving on to disabling ‘Task Offload’

You’ll want to open up the registry editor, Start > Run > regedt32

28

Now navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

30

On the Edit menu, click New, then DWORD Value

31

Name the value ‘DisableTaskOffload’

32

Press enter to accept the name change, then enter again to edit the value. Enter a 1 in place of the 0 (0 = disable 1 = enabled) )that is to say, 0 disables, disabletaskoffload and 1 enables, disabletaskoffload)

33

Click on OK to accept your changes, and then you are good to go ahead and reboot.

34

That takes care of the 4 critical issues highlighted by the BPA, and now we can focus on the remaining warnings shown.

Quick Fix: Windows 7 unable to join domain…

I was looking at a clients laptop today, brand new Toshiba running Win 7 Pro.

I attempted to join it to the domain using the traditional, system properties / computer name tab method, but i was given a message that unfortunatley i didnt note down, but basically read…

Unable to join the domain, unable to start the service, service may be disabled..

Imediatley i thought of the netlogon service, and i went to the services.msc console and tried to start the netlogon service. It failed, with the message..

Could not start service, service may be disabled…

So, i thought, this is quite bad because the DNS Suffix of the machine has changed, and i dont want to reboot because i could be stuck half way through the join leaving the machine unstable, or worse it wont boot up or let me logon, and working on this remotley would make that a real pain!

So of course i tried again a few times, i then checked UAC settings which were not at the default, but i put them back to default anyway. No change.

I then decided to try and force it back into a workgroup to get out of any potential split issues, and that did succeed,

Welcome to the TEST workgroup!

I then tried to rejoin the domain, this time Success!

Wish i could put my finger on what went wrong, but laptop is now in the domain!

Small Business Server 2003 R2 Standard, Migration to Small Business Server 2011 Essentials (Continued)

Last time we had just finished updating WSUS and now we will move on to some more patches to our SBS 2003 source server.

OWA Update for Exchange Server is not Installed

This patch improves OWA for Windows Vista clients, again not something that will probably influence our migration much but for the sake of getting the server up to date, i am going to apply it.

15

You’ll want to click on next, accept the license agreement, and the update will start to install.

You will get a popup that some services will need to be restarted, again if you are running this through RWW you will be cut off for a short time!

16

Click on continue, and sit back and wait.

17

With any luck after about 5 minutes you can login and you will see a successful installation message.

This patch improves compatibility for Outlook 2007 and Windows Vista. This update will also apply for Windows 7 Clients,

18

Again, click next, accept the license agreement and the install will start, no services to restart this time so no need to log back in. It is a small update and runs quite quickly.

19

Another successful install!

Moving on, we can go ahead and install Windows 2003 Service Pack 2. You may recall that this update introduces new features etc, it also introduces new errors that the SBS BPA will detect. So after a successful SP2 install, we will run a new BPA Scan.

You can download the SP here  it is a 372mb download, so sit back as it may take a while….

21

Clicking next and accepting the license agreement will start the process off, you will see that a lot of key files are backed up prior to the SP starting to install…

22

Eventually you will see it start to install…

23

And finally with any luck you will see this..

23

You will need to reboot now to complete the installation, and then you can verify the install by accessing your system properties.

24

Next we will be performing another SBS BPA scan, finishing off the remaining issues and finalising our preparations to begin the migration.

Small Business Server 2003 R2 Standard, Migration to Small Business Server 2011 Essentials (Continued)

So in the last chapter we had run the SBS BPA and gotten a list of all the fixes it recommended we apply, and also the major updates missing.

Starting randomly on the list i am going to fix the EDNS issue first. There probably numerous blog posts and resources on this, not to mention the fix itself is detailed for you in the BPA result.

From a Command Prompt, simply enter : dnscmd /Config /EnableEdnsProbes 0 (thats a zero) then you can restart the DNS Server service to resolve that issue.

2

Next, SBSMonitoring Service is not set to its default value. If we look further down you can see that i haven’t actually run the monitoring wizard on this server yet, ill run that now which should take care of both of those issues.

You can find the wizard in the server management console, Click on Start, then Server Management, find Monitoring and Reporting in the console, and then to left of the screen is the option to Setup Monitoring and Reporting.

The wizard is straight forward enough and does not need detailed explanation here, when completed you can open up the Services console, Start, Run, Services.msc and then scroll down to find the SQLAgent$SBSMonitoring service, you can see that it is now running and set to automatic start-up.

3

Windows Server Update Services 2.0 is running, WSUS 3 is available.

A bit more involved this one, follow the link to the TechNet article detailing how to install WSUS 3.

Reading the prerequisites on upgrading WSUS i can see that it advises not to do this, if the update services show a Blue Shield, this condition can be caused by a few things, one of the most common being if you have customised the WSUS Settings. A KB exists for repairing these settings, so you might need to review that first if you have a blue shield condition – looking at my BPA i do have this, but because my WSUS has not been configured at all.

So i am going to just download the latest version, WSUS 3.0 SP2 (here) and upgrade. Taking care to note any special instructions here

Running the file i am prompted to confirm i want to upgrade rather than perform a clean install (requires uninstall of version 2) clicking next, i need to accept the license agreement. 

7

8

I am warned i don’t have the 2008 version of the Report Viewer, in this case it isn’t a big deal as i don’t plan to to view many reports on the server once it is migrated. Interesting point you could wonder why i am bothering to do the WSUS upgrade if i am migrating? Well the simple answer is i want my server to be as up to date and ‘supportable’ prior to the migration beginning, and that means i need to do the WSUS upgrade!

9

Next your server will attempt to connect to your local WSUS database, it should detect it and let you move on tot he next step, which is to let you know that the MS SQL Desktop Engine is no longer supported on WSUS 3, and that you will be migrated to the WID (Windows Internal Database)

11

Clicking next will begin the upgrade process.

12

If like me you’re running this over an RWW session you may be cut off several times during the process as services are restarted.

Sit tight, give it some time and hopefully you will log back into see this!

13

Now, when you click finish you will be presented with the WSUS Server Configuration wizard, in SBS Land we usually love our Wizards, in this case we do not! Click Cancel.

14 

Next we will look at installing the patches for Vista, and Office 2007 compatibility, working towards installing SP2 for Windows 2003.

Quick Fix: Outlook 2010 Forward as Attachment?

On some occasions i need to submit emails to Trend Micro’s support team for analysis. They usually require the email to be sent as an attachment. Easy enough to do in previous versions of Outlook, but in Outlook 2010, i couldn’t find the button!

I did some quick google searches, the only one that hit for OL2010 was actually blocked by my Anti Virus program as a malcious website, i did check it out through Google’s cache but the instructions listed did not work.

It is actually quite an easy solution, it just seems to have been hidden from the main interface.

You have two choices, you can add it as a ‘Quick Step’ or if you prefer like me, add it to the Ribbon.

To add this as a Quick Step, click the arrow in the bottom right hand corner of the quick steps area of the Ribbon

On the next screen that opens we need to click on New

Now choose Custom

Click on the dropdown arrow and scroll down and find ‘Forward message  as an Attachment’

You can also name your new Quick Step, and add some tooltip text!

When you’re done, click Finish

You now see your new Quick Step listed, and you can click OK

Thats it! Now you can see your new Quick Step shown on the Ribbon!

If you prefer to have this as a full Ribbon item, it is a little more involved, but still easy!

Right click the Ribbon and click on ‘Customize the Ribbon’

You will need to add a ‘New Group’

Right click this new group, and click Rename, i am calling mine – Forward as Attachment – then click on OK

On the right hand side, use the drop down arrow to choose the commands you want to select. Choose – All Commands and scroll to ‘Forward as an Attachment’

Use the Add button, to move the command from the list, into your new group.

You will then see the command appear under your new group

Now you can click on OK and you will see your new Ribbon command!

As you can see i have also done this for ‘Message Options’ which gives me quick access to the Email Headers, which are very useful for troubleshooting!

Small Business Server 2003 R2 Standard, Migration to Small Business Server 2011 Essentials

I have never done a live migration, SHOCK HORROR!

I have always taken the easier road (some would argue) of doing a clean install, and rejoining the client machines afterwards. It was a conversation with Jeff Middleton of SBSMigration.com that really got me thinking of migration as a viable option for installing a new server into a network. Let me just clarify that for a moment, of course migration has always been viable, but for me, on the small(ish) networks i have supported, a migration always posed far more headaches than a clean install did. At least, that is my point of view.

So, i decided i would do a migration to SBS Essentials, as i plan to to install a few of these boxes as they become available and also document the procedure and the things i do wrong ;o)

So, step one, my current server, SBS 2003 Standard R2, Single NIC configuration, nothing special about it, and more or less out of the box install – so ill need to bring it up to current patch levels and make any configuration changes recommended from the 7/8 years SBS 2003 has been around (is it really that long?) experience tells us are wise!

So i am downloading the SBS BPA from here choosing the 2003 version of course. You may need to adjust your IE security settings, or better yet download to a client PC and copy across.

So, go ahead and install this, then load it up.

I always attempt to download any updates available, as new rules are released and quite often can pick up something previously missed.

Once this has completed, click on Select options for a new scan, a bit of a left over i think from other BPA’s as there is only one option, which is the name of the report. I am calling mine, SBS Essentials Migration Scan.

You should now sit back for a few minutes whilst your server is scanned, and you see your report.

1

So as you can see on my report i have 21 items that are recommended (warnings) to be resolved, and luckily no critical ones.

I am going to go through each one in turn and it’s resolution and then move onto the next stage of my migration.

But for now it is late, and i seem to have been struck by the Flu that has taken out most of the HSBS MVP’s that made the trip to Summit last week, so i am off to bed.