Archive for Servers – Page 5

Changing Exchange Capitalization on Email Domain

I recently had a customer running SBS 2008 with Exchange 2007 ask me if they could have the domain name part of a user’s email address displayed with proper capitalization. As an example, instead of Joe@whitehouse.gov they wanted the email address to go out as Joe@WhiteHouse.gov.

This should be easy to do, I thought. So, I went into EMC and changed the spelling of the email to use capitalization, but it would never take hold. It turns out that simply changing the capitalization of the email address is NOT enough for EMC to recognize that a change has been made.

So here are the three steps required:

  1. Edit the email address for capitalization, but also make a change to the user (left side) part of the email address, then save
  2. Then re-edit the email address, fixing the left side of the email address
  3. Update the Offline Address Book (OAB)

So, let’s give it a try:

Step 1:

  • Go into EMC –> Recipient configuration –> Mailbox –> double click on the specific user –> click on the Email Addresses tab
  • Select the email address to be changed and click Edit
  • Change Joe@whitehouse.gov to JoeXX@WhiteHouse.gov and save

Step 2:

  • Select to edit the email address again
  • Change JoeXX@WhiteHouse.gov to Joe@WhiteHouse.gov and save

Step 3

  • From EMC, click Organization Configuration –> Mailbox –> Offline Address Book tab
  • Right click on ‘Default Offline Address Book’ and click Update
    image
  • Note: you call also do the OAB update using the following PowerShell command:
    update-offlin eaddressbook –identity “default offline address book
    image

These steps should be applicable to both Exchange 2007 and Exchange 2010.

SBS 2011 and Windows Update Error 800B0001

As we enter 2014, there are still plenty of new SBS 2011 servers being installed in offices. SBS 2011 is the last version of Microsoft’s Small Business Server (SBS) product line. SBS 2011 comes with Exchange, SharePoint and WSUS pre-installed.

If your site also has Windows 8/8.1 computers, you may discover that running Windows Update on those computers may generate an error 800B0001.

image

Now, if you do your due diligence and search for this error, you will find suggestions that a credential on your Windows 8 computer is corrupt, and that you should run a pair of DISM commands to attempt to repair the situation:

image

But, in most cases, running these commands will NOT resolve the issue. So what’s causing the error?

Simply put, you are missing a couple of required updates on your SBS 2011 server, updates that resolve the issue of Windows 8/8.1 communicating to the WSUS server:

KB 2720211 – Update for WSUS 3.0 SP2

KB 2734608 – Update for WSUS 3.0 SP2

Mounting USB drive within 2012 R2 Hyper-V Guest

Let’s say you have an external USB drive, and you need to transfer some files from it to a guest partition running on your Hyper-V 2012 R2 server. What do you do? Well, one solution is to make use of a feature in Windows 2012 Hyper-V called “Enhanced Session Mode Policy”.

So let’s get started!

Preliminary

  • Before proceeding, go ahead and connect your external USB drive to your physical server.

Enabling Enhanced Session Mode

  • Open up Hyper-V Manager from the host parent) server.
  • Right click on the host server, then click Hyper-V Settings
    image
  • Take a look at the Hyper-V Settings window. On the left frame are two sections labeled: Server and User
  • Under the Server section, locate and click on Enhanced Session Mode Policy
  • In the right frame, click (to check) Allow enhanced session mode
    image
  • Back in the left frame, under User, locate and click Enhanced Session Mode
  • In the right frame, verify that Use enhanced session mode is checked
    image
  • Click Apply and OK

Start guest VM and connect USB

  • Now, click to connect/start your VM session and login
  • After logging in, a new screen will display labeled: Display configuration
  • Click on Show Options from the lower left corner
    image
  • Then under Local devices and resources, click More…
    image
  • Then click to expand Drives
    image
  • Locate and click (to select/check) your USB drive
    image
  • Now, if you open up This PC, you should find your USB drive is now mounted as a mapped drive for you to access!
    image

Tampa Bay IT Pro Monthly Meeting

Amy B.Amy Babinchak from Third Tier will be the speaker at the January 2014 monthly meeting of the Tampa Bay I.T. Pro User group (formerly the Tampa Bay SBS User Group).

  • Date: Wednesday January 15, 2014
  • Time: Meeting begins at 6:30pm, but please come anytime after 5:30pm for informal networking and food
  • Location: Meeting will be held at the offices of Mosaic Dealer Services (an SBS client of Kevin Weilbacher)
  • Subject: Vision of the Future
  • Presenter: Amy Babinchak
  • Join us remotely: Tampa.ics

Details:

Small business networks remained the same for many years. The standard was a server, some workstations and perhaps a networked printer. Many of us built our businesses on installing and maintaining those networks. Now things are changing rapidly and Amy predicts that cloud services will result in a 60% revenue loss from migration, installation and maintenance if she didn’t change a thing about her business. In this session she will share how she is changing her business, Harbor Computer Services, to meet the challenges ahead.

I’m going to attempt to distill the many documents that I wrote for the SMBKitchen Project on business planning into a single presentation about Harbor Computer Services and transitioning.

Amy Babinchak is a Small Business MVP and Owner Harbor Computer Services and Third Tier. Amy has been an ISA, EBS and SBS MVP and yet still contends that it’s not her fault that the products were cancelled. She has opened Harbor Computer Services as a firm specializing in small business technical support services in 2000 and Third Tier to assist other IT firms with technical challenges in 2008. She started into small business IT after realizing that they were not being taken seriously by most IT professionals. Amy has always enjoyed the business side of IT as much as the technical.

Server Essentials and Small Business Server Resource Website

Whether you are working with any version of Microsoft’s Small Business Server (SBS 2003/2008/2011) or Windows Server Essentials (2011/2012/2012R2), a great resource is The Windows Server Essentials and Small Business Server Blog.

image

The official blog for Windows Server Essentials and Small Business Server support and product group communications. There are plenty of great hints and information on installing and maintaining these products.

For example, a recent post addressed the question: “What happens when you release your domain name from windows Server 2012 R2 Essentials?”.

Want to know the answer? Click here to find out the answer!

Script to see if a KB update has been installed on a computer

Often, when I am working on a workstation or server, I need to see if a particular KB update has already been applied (installed). Case in point: KB 2862330 was released in October as part of a set of USB/Kernel updates. Immediately there were reports of BSODs with Windows 7 and Windows 2008R2 systems.

Early investigation of this issue found that the BSOD could be avoided in most cases if KB 2533552 was installed prior to installing 2862330.

So, I found myself looking for a simple, easy way to determine if a KB update has been installed on a particular workstation. Gandlaf50 from the Spiceworks’ community forum posted a VB script solution. The script will ask you which computer to check, meaning you could run this from your workstation, and check another computer in your network.

  1. Download the script file to your computer
    image
  2. Rename it from findkb.v_b_s to findkb.vbs
  3. Double click to run the script.
  4. Enter the KB number you wish to check (enter just the number)
    image
  5. Enter the name of the computer to be checked
    image
  6. A message box will display informing you if the KB is installed or not.
    image

Voila!

Windows Update running forever on XP and 2003

There are plenty of reports of both Windows XP and Windows 2003 server systems stalling when running windows update (WU/MU). In some cases, they say that if you wait several hours, or perhaps overnight, the situation will resolve itself.

The long delay is (apparently) due to an IE detection process.

So, what does one do?

The suggestion is to download and manually install the December 10, 2013 Cumulative Security Update for Internet Explorer (MS13-097 / KB2898785). By installing it manually, you remove that detection from the workstation.

image

Cloud Backup Calculator

Backing up your business data to the cloud should be a point of discussion with each and every one of your customers. I’m not saying that it’s necessary to do cloud backup, but it should be addressed.

One of the first questions that is generally asked is: “How long will it take me to backup my data?”

image

The folks at Highly Reliable systems posted an Upload Time Calculator which you may find useful. For example, it will take 8 days to backup 100GB of data on a T-1 line (1.5Mbps). But that time reduces to 2 1/2 days if your Internet upload speed is 5Mbps.

image

CryptoLocker Round 3?

I first blogged about the Cryptolocker ransomware a little over a month ago. Since then workstations and servers worldwide have been attacked and compromised, even with the best levels of software and hardware protection in place. And this “cyber nemesis” is still on the move, per a new advisory from US-CERT.

In early October I began a review of the computer systems that I manage on a daily basis to ensure that all systems were clean. Later in the month, I began implementing new security policies on those systems to block the attack and spread of the ransomware. These policies were based on documentation provided by Third Tier, a group of my fellow MVP’ers.

But, the party is not over.

Most often, the CryptoLocker gets loaded via a fake email from companies, such as PayPal or FedEx. However, I was just alerted from an I.T. friend of a version of the CryptoLocker that showed up as a voice mail attachment!

If I do not manage your systems on a regular basis, and you would like me to review your computer, and implement security policies to minimize the Cryptolocker attackes, please contact me at kw@kwsupport.com.

Review of ShareMouse Utility

This is my 3rd in a series of personal reviews of various “extend my mouse and keyboard” tools.

My office desk setup includes three 24” monitors connected to my Windows 8 desktop workstation (Dell Optiplex), plus a monitor on my Hyper-V 2012/SBS 2011 server (Dell T410), plus a Windows 8 touch-screen laptop (Lenovo) that I use for testing. And, when necessary, I have a 32” Samsung TV that I can attach using a USB multi-display adapter (Plugable’s Model UGA-2K-A).

So, being able to use one keyboard and mouse is an essential tool and a real time saver for me. (P.S. someday, if I can get the stuff on my desk cleaned up and put away, I’ll take a picture of my setup!)

Mouse Without Borders

In August 2012 I wrote about a product called Mouse Without Borders. I must say, it works very well. The only negative is that only works with Windows-based computers, so no Linux or Mac OS. They released an updated version in January 2013 that supports Windows 8/Windows 2012.

Synergy

In May 2013 I tested a similar product called Synergy, which does support Windows, Linux and Mac OS computers. I used Synergy from May to August, and for the most part, the product worked fine. One nagging issue I had with Synergy was that whenever I needed to reboot my server or workstation, Synergy did not always sync up properly. The services start up, but I had to keep playing with it, stopping and starting the services, until eventually it was in sync and working. Very frustrating. Finally in August I reverted back to using Mouse Without Borders.

ShareMouse

image

This week I came across a new product called ShareMouse (from Bartels Media GmbH) and just installed it to give it a spin. So here are some first day impressions.

  • First thing to note is that it is very, very easy to install. After downloading the install file you are 4 clicks away (OK, Next, Next, Finish)
    image     image     image
  • It has a very intuitive screen manager to identify the position of my monitors for proper mouse movement.
    image
  • It supports both Windows 8 and Mac OSX 10.9
  • A simple, but very helpful, feature is that it dims inactive monitors, so you always know which computer you are working on
  • They offer a free version for personal use (two computers, two monitors)
  • The paid versions (standard and pro) offer ability to drag and drop files and folders between computers. They have enhanced the product so that you only need to install the license on just one computer in your group.
  • Comparison of their free, standard and pro editions

I will post a follow up on this utility after using it for a few more weeks.