Monday, January 29, 2007

Vista is soo cool...

Hey .. Wake up!

Vista Shipped today (View Bill Gates at 500K)!

Today I wanted to share what I consider an incredible story of Vista. Yes, I'm "Wow'd" by the 3D flip. I'm depressed that my un-upgradable PC still has blue title bars instead of glass. I'm rely more on local search now than good organization skills, but that's not what I want to talk about.

Today, my team had a conference call with some of our partners in Shanghai, China. Lucky for me, Microsoft provides some pretty sophisticated Video Teleconferencing Systems. Unluckily for me, having to go through a specific receptionist to book the room, and some terrible web UI to book the equipment, which by the way, is supposed to come with help and didn't. It wasn't the best experience. Thinking I had it all setup, I found out that my converstion from Redmond time to Shanghai time, was incorrect, and I had booked the room an hour off in China, and it was already taken by another group of folks.

Dropping back to our standard "voice-only" call, we started. A few minutes into the chat, I figured... "hey, there is only one person on the call from China, at least we can see him.", I fired up my IM client and started a video conference. Un-pixelated by packets being crushed under the ocean, he popped onto the screen.


Looking around, all we had was the highly complex video phone, Microsoft's "RoundTable".

This is where Vista gets really cool

We quickly discovered the USB cable attached to the device and plugged it into my Vista laptop. Automatically Vista began searching for drivers. Clicking the "Show Details", we realized this is really a high-tech device, with at least 8 different services to provide to Vista PCs. My co-worker tells me to push play on my video feed, as soon as the driver is installed for the Video camera portion of the phone.

Instanly, our images were broadcasted over to China, and our peer over there started laughing. You see, what we hadn't counted on was the camera provides a 360 degree image, squished into a 4:3 picture frame. You can imagine how "pancaked" we looked to our peer in China.

Anyways ... Vista rocks, no reboot needed for camera install *AND*, I started using the camera *BEFORE* the phone was completely installed.

Enjoy the latest, greatest, and most secure operating system from Microsoft...

Thursday, January 25, 2007

Did you know there was a change in Daylight Savings?


If you didn't realize it. The US Government has made a change to the way Daylight Savings works for 2007. Here is some FAQ from the SBS team:

---

Q: I’ve heard something about Daylight Savings Time updates or DST 2007? what do I need to know?

A: In August of 2005 the United States Congress passed the Energy Policy Act, which changes the dates of both the start and end of daylight saving time (DST). Updates to several Microsoft products are required to fully implement this change on an SBS Server. Full details on the updates required are available at http://www.microsoft.com/windows/timezone/dst2007.mspx At this time there are no unique SBS 2003 updates required, although there are updates required to several SBS components (windows Server, Exchange Server, Outlook 2003, Windows SharePoint Services). Please follow the detailed instructions at http://www.microsoft.com/windows/timezone/dst2007.mspx.

---

This applies to all versions of SBS, That's SBS RTM, SBS SP1, SBS R2, etc.

Hopefully this will make it so I see more sunlight during the winter months... oh wait, that's the rain and cloud cover, never mind.

Monday, January 15, 2007

SBS doesn't have to be your only server...


I've been hearing that people aren't buying SBS because you can't add additional servers to your SBS 2003 networks...

This is just plain wrong.

Sure, SBS is required to be the root domain controller, the primary domain controller, and can't trust any other domains. But you can have file and print servers, line of business application servers and... get this, AND backup domain controllers, backup Exchange Servers, ISA servers on the edge*, secondary SQL servers*.

Need more information?

* The ISA and SQL software that comes with SBS 2003 Premium Edition cannot be installed on seperate servers, but you can purchase this software individually and install it as neccessary.

Friday, January 12, 2007

UPnP & your Router

Recently I've come across what some would consider anomalies with their routers and UPnP support. Since I've spent the last 2 years working with UPnP routers, I figure I'd try to shed some light on the subject.

So you just bought a router, and it says it supports UPnP. First you want to know what UPnP is and why you should care.

UPnP stands for Universal Plug 'n Play. It's a generic name used across many different devices for devices that are supposed to "just work".

So why is UPnP a good thing?
UPnP's primary purpose is to make things "just work". You'll find UPnP on many low-end routers (think less than $150 usd). Many of these routers end up in homes, protecting one or two PCs from the internet, while providing automatic lan configuration via DHCP. The introduction of the router greatly simplified home networking, but made it much more difficult to "play" on the internet. In many cases services need to talk across the router, and to do that ports must be opened. Since the majority of the people are more interested in IM chat, IM video, email, and voice, they don't care how it works. Every UPnP router will support the ability to dynamically open ports on your router and close them as neccessary. For example, I bet you didn't know that your favourite IM client was poking holes in your firewall so it could talk to your friends PC. There are other optional components UPnP that allow additional configuration methods, although with it being optional, your router manufacturer is probably not going to implement it because it costs money, money is only recovered by increasing the price of the router. To keep the prices low, no one implements optional components, so when you see UPnP on your router, know that it's helping you out by opening ports and closing ports dynamically for you.

So why is UPnP questionable?
UPnP was created pre-2001, and hence, pre all security pushes of the Internet. UPnP's goal is to make things "just work" remember. Security was never a goal of UPnP. Picture this. You just finished writing a webpage on your network and want to share it with a friend, you make a UPnP call to open port 80 to point it to your system, but your roommate wrote a different webpage to share with a different friend, if your roommate asks last, he gets the port directed to his machine, and your friend is confused. With UPnP, anyone can make a programmatic request (without authentication) to your router to change your request.

This isn't such a big deal in a home, because typically there are no malicious users, and not so many PCs. It could be a problem in a business.

So what is Microsoft doing? We're investing in Web Services for Devices. Web services for devices is similar to UPnP, except it requires authentication to request the device to do what you want. Unfortunately you'll have to wait another year or so for WSD router devices to hit the market.

What other gotcha's should you pay attention to with UPnP?
Since the UPnP specification focuses on functionality and not user experience, all router manufacturers versions are slightly different. For example:

  • Some routers keep the list of opened ports in the User Interface, seperate from those open in the UPnP interface. Hence if you look at the firewall ports in the web interface, you could feel secure, but you could have every port open on your system.

  • Some routers can only hold up to 10 port mappings (it's a memory issue), and hence you can't have more than 10 port mappings at a time


So, don't be afraid of UPnP. Used correctly with a secure network, there is really no harm in enabling it, in fact, it's quite convenient. :)

Oh, and by secure, I mean WPA-PSK not WEP. ;o)

Wednesday, January 10, 2007

Friday, January 05, 2007

How to create Contact Objects in the Active Directory


I've had a few questions on this, so I figured I'd answer it out right. If you want to use the White List with contact objects that have external email addresses, you need to create contact objects for them.

To Create a contact object for an external user, you have to:

  1. Click Start, Administration Tools, Active Directory Users and Computers.

  2. Expand your domain.local, MyBusiness, Users, and select SBUsers.

    (Of course you can place them almost anywhere in the AD and they will show up. I mearly suggest this location as it's the holding place for all your users as well, helps keep things organized.)

  3. In the right hand pane, right-click and choose New and select Contact.

  4. The new Contact Object Wizard opens, enter the First name, last name, etc. and click Next.

  5. Ensure Create an Exchange e-mail address is selected and click Modify.

  6. From the list of New Email addresses, select SMTP Address and click Ok.

  7. On the General tab, enter the email address of the external receiptient, and click Ok, then click Next followed by Finish.


Now you're contact object will exist in the GAL. You can start using it to create your whitelists or distribution lists immediately on the server. However, you won't notice the contact object showing up on clients until the Offline Address Book has been built on the server, and the Outlook clients has downloaded it. Once downloaded, you'll notice that all contact objects have a little globe next to it, so they are easily identifiable in the GAL.

Hope this helps with any questions regarding adding Contacts to your system.

Thursday, December 21, 2006

Happy Holidays from the SBS team!

Hi Folks,

Just a quick note to say Happy Holiday's, and a grand New Year. From Small Business Server Product team to our valued partners and customers, all the best in the new year.

Wednesday, December 20, 2006

Using Outlook to Schedule Clients


So one of the most interesting requests that has been emailed to me as of late is how to use Outlook to schedule clients. In this particular case, SBS 2003 and Outlook were used to schedule a photographers time to take pictures of clients coming in to have their family pictures taken. The problem this particular small business was having was the calls were coming in too quickly and free/busy wouldn't be as up-to-date and clients would get double booked.

Outlook 2003, and Exchange 2003, free/busy information is all published through public folders on the server, and each client has to go get the free/busy information, which happens on a schedule basis. Outlook 2007 against Exchange 2007 has an "instant" view of the data retrieved on the scheduling tab, so this problem will disappear with the release of SBS 2008.

... But it's 2006 (at least for 11 more days)

KB Article 197088, expains how to speed up replication of Outlook 2003 clients to the server to make things faster than every 15 minutes (Which is the default).

In addition to speeding up the process, you may want to reference KB Article 291616 how to direct book resources, in this case a photographer (or even a camera).

The Exchange team did a blog post on how free/busy is generated which will explain more how things happen in the background.

Hope this helps with your resource scheduling, and no, Exchange 2007 will not be available for SBS 2003, you'll have to wait until SBS 2008.

Wednesday, December 13, 2006

Having trouble with Free/Busy?


Here's a tip for Office 2007.

Close outlook down (ensure it's closed in the task manager), and then launch Outlook 2007 with the command line:
outlook.exe /cleanfreebusy


Takes a while to load, but it'll re-download all the free/busy data. If that doesn't work, you'll get to rebuild your offline storage file.

Tuesday, December 12, 2006

Wednesday, November 29, 2006

The Vista ISA 2004 Firewall Client Update


Wow, I've had an overwelming comments or emails from my Vista Update for SBS 2003 about when the ISA 2004 Firewall client will release.

Asking around internally, you guys are in luck! The Vista Firewall Client is targetted to ship around the same time as the consumer Vista's and the Small Business Server Vista Update. So, come January sometime, you'll have all three in your happy little hands. :)

Hope this helps with your planning, now you can at least target a date!

Oh, and just for completeness, here is the Updated Firewall client for 32 and 64 bit hardware running on Windows XP.

Tuesday, November 28, 2006

Microsoft's new Reality TV show?

Poking around on MSNBC.com, I found an interesting article about Carolyn, The Donald's peer in the TV series The Apprentice was recently hired as a judge on Microsoft's reality TV show.

According to This Article, Microsoft is using the competition to promote a new version of its Microsoft Office Accounting software and services for small businesses.

I wonder if my idea to sell server solutions into small business will ever take off?

Monday, November 27, 2006

The Vista Update for SBS 2003


I've had a lot of questions about the Vista update that's coming to fix client deployment to work for Vista clients. Everyone by now has seen the How to run Vista RC1 on SBS. This post applies to Vista RTM (The final release bits) as well.

Unfortunately, the Vista Update for SBS 2003 (code named "RipCurl") won't be ready until Vista ships to consumer customers. Yes, I'm aware that Vista RTM is available to MSDN and other package subscribers today. In addition, volume license customers (enterprises, etc) will be able to get it within the week (November 30th is the date I've heard rumors of, no holding me to it though!). And In Jan/Feb of next year is when Vista and the Vista Update for SBS 2003 will be available to all customers.

I appologize for those SUPER early adopters (hey, because you're exactly like myself!).

Wednesday, November 15, 2006

Wanna Run Windows SharePoint Services v3 on SBS 2003?


Tomorrow Windows SharePoint Services version 3 will be available. If you're a geek and have to have the latest, then this one's for you, or if you think you could use some of these features, you might want to install it at your small business

My two favourite features are:

  • A recycle bin. A what? Recycle bin! You mean I can actually un-delete stuff? Oh yeah!

  • Offline folder storage (requires Outlook 2007)

Well, the Small Business Server Business Productivity feature team has been working their butts off to help you get this up and running, side by side with your existing SharePoint version 2 site.

To get started, you'll need the following: