Archive for SBS – Page 17

MVP Roadshow – Greensboro NC

SMB MVP Logo

Today I travel to Greensboro, North Carolina to assist with the SMB/MVP Community Roadshow event that will take place tonight.

This is a true grassroots effort by the Microsoft Small Business Server (SBS) MVPs to take to the road and talk to I.T. pros about the solutions that are available to small/medium size businesses. Our goal is to put on these seminars in the United States, in Canada, in Australia and in Europe.

Tonight’s session will be led by Amy Babinchak (Michigan) and Cliff Galiher (Montana).

Virtual CD/DVD Drive

In today’s world of high speed downloads, burning physical CDs or DVDs is becoming as antiquated as the floppy drive. After downloading an .iso file, I much prefer to copy the contents of the iso file to a bootable USB drive.

To access the contents of that iso file, you need a tool like Slysoft’s free Virtual CloneDrive that allows you to mount and access the .iso file as if it was a physical CD/DVD. They posted version 5.4.5.0 on Mar-6-2011.
Once installed, right click on your .iso file, click ‘Open with…’, and then select ‘Mount Files with Virtual CloneDrive’.

For instructions on creating a bootable USB drive and copying the contents of your iso file to the usb drive, see Charlie Russel’s blog post on the subject.

Microsoft MVP Summit

One of the highlights of being a Microsoft MVP is attending the annual Microsoft MVP Global Summit. More than 2,000 MVP’s worldwide will gather to meet with each other and to spend time with their designated Microsoft product and development teams.

This year’s conference starts today, Sun Feb 27, 2011, and concludes on Thurs Mar 3rd.

SBS 2008 Stop Exchange

On all my SBS 2008 servers, I install the following script (batch) file to stop Exchange and add it as a shortcut to my SBS console desktop .

Why?

Because when you need to reboot your SBS server, we have seen that stopping Exchange manually cause your server shutdown and restart process to run faster than if you do not first stop Exchange. Philip Elder’s blog post on the subject shows some timings that he did.

Here’s the script. Simply copy and paste it into Notepad and save it as a .bat file. One note: to run this batch file, you must right click on it and select ‘Run as Administrator’. even if you are logged on with admnistrator access.

net stop msexchangeadtopology /y
net stop msftesql-exchange /y
net stop msexchangeis /y
net stop msexchangesa /y
net stop iisadmin /y

 

 

Creating a Bootable USB FLash Drive

Let’s say you want to install Microsoft Windows on a computer, but the computer has no CD/DVD drive. Can you say “Netbook”?

Or, in the case of SBS 2011, the downloadable .iso file is +6GB in size, which means you are not going to burn this to a standard DVD drive; you will need a newer double layer DVD drive, and double layer media!

A better alternative is to put your iso image onto a bootable USB drive. Most newer workstaitons and servers all support booting from a USB drive. On Dell computers, you can usually press F12 at power up time to select the device you wish to boot from. I’m sure there are tons of web sites telling you how to do this, but I’m posting it here so I can find it in the future. (And a tip of the hat to Mikael Nystrom from the instructions!)

One note before you being: if your target system is 64 bit, then you need to do these instructions from a 64 bit computer; likewise you need to do these steps from a 32 bit computer if your target system is 32 bit.

How to create a bootable USB Stick

  1. Insert USB stick in Win7/2008R2 box
  2. Start – Run – CMD 
  3. DISKPART 
  4. List Disk (notice the number of the your USB stick) 
  5. Sel Disk 5 (if the number was 5) 
  6. Clean (will erase the disk) 
  7. Cre Part Pri (will create a primary partition) 
  8. Sel Part 1 (select the partition just created)
  9. Active (will make it active) 
  10. Format FS=NTFS QUICK (will format the drive) 
  11. Assign (will give it a drive letter) 
  12. Exit (will close Diskpart)

Now you have a bootable USB stick, the only thing you need to is a bootmgr and a OS, easiest way is to insert the normal OS install DVD and xcopy DVD:\ to USB:\ /s Done

 

Microsoft MVP Renewal!

Hurrah! I just received an email from Microsoft indicating that I have been reselected as a Microsoft Most Valuable Professional for 2011. This is the 8th straight year that I have been honored to be selected as an MVP for the Microsoft Small Business Server platform. 

 

 

“Dear Kevin Weilbacher,

Congratulations! We are pleased to present you with the 2011 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in Small Business Server technical communities during the past year.”

 

Selected to SMB Top 150 for 2010

clip_image001What a surprise I had tonight when I discovered that I had been selected by my peers from around the world to the inaugural “Top 150” list of influential people by SMBNation magazine.  This is a company that serves the Small & Medium Business (SMB) marketplace worldwide through conferences and workshops they conduct and various printed and online publications. I have spoken at several of their conferences in past years.

I thought I would share my surprise and joy with all of you – my customers, business partners, family and friends. Attached is a PDF file with an excerpt from the magazine with the full list of the 150 people who were selected.