Tuesday, January 19, 2010

Get to know Windows Home Server Team Lead: Mark Vayman

Mark is not only a Lead Program Manager on the Windows Home Server team, he works on the drive extender technology and is also my manager!  Mark has been on the Windows Home Server team for close to 4 years.  Mark is a big user of the drive extender technology with an 8TB home server at his house!! That puts my 2TB home server to shame! 

Let’s cut to the interview:

Find the full post over at the Windows Home Server blog.

Thursday, January 14, 2010

Understanding SSL Certificates

I get a lot of questions on understanding certificates in general, this post is intended to answer those general questions and is not specific to any product.  Although I plan on using Windows Home Server and Windows Small Business Server 2008  as examples here.  I do have a previous post on understanding the self-issued certificate in SBS 2003 and SBS 2008, as this post will focus on understanding trusted certificates, and what makes them trusted.

Certificates provide two purposes:

  1. Authenticating the server to the client
  2. Providing encryption between the server and the client

I will cover the authenticating the server to the client in this part 1 post, and will write a part 2 post that handles the second part of encryption.

Part 1 – Authenticating the Server to the Client

Think of a certificate like a drivers license; a United States drivers license as that’s what I’m most familiar with.  The drivers license has three key components that makes it what it is. 

  1. A name that identifies what you are called, in my case, “Sean Daniel”
  2. An expiry date, that identifies when the license is valid from.  This ensures data doesn’t get stale, like your picture, or hair colour, or if you need glasses or not to drive
  3. An issuing authority, such as Washington State

This is the same as a computer SSL certificate.  It has a valid URL, an expiry date, and an issuing authority.  When the client gets to the intended URL such as https://remote.contoso.com, it asks the server for proof that it is remote.contoso.com, and the server presents it’s certificate.  The client validates the 3 checks.  Does the URL in the certificate match (ie. are you “Sean Daniel”).  Is this certificate valid (is the expiry date past today’s current date and time).  Those are the two easy to understand checks.  The final check is “do I trust the issuing authority”.  In the case of a drivers license, you’d bend it, look at it under a black light to make sure it’s authentic, and then you’d see Washington state issued it and be.  Sure, I trust the state government.

With certificates, it’s slightly different. The computer follows the certificate chain outlined in the certificate path (IE view):

Certificate Chain

In the above example for Home Server, the client will check if it trusts foo.homeserver.com.  It looks into it’s trusted certificate store for a matching certificate, none would exist of course, so it would then look for the “GoDaddy Secure Certification Authority” in the same store.  Because the “GoDaddy Secure Certification Authority” trusts foo.homeserver.com, the client can base it’s trust on that.  Again, it won’t find that certificate, so it bounces up to the root certificate and looks for “Go Daddy Class 2 Certification Authority” in the trusted root store:

Trusted Root Certification Authority Store

As you can see from a view on my Windows 7 box, Windows 7 by default trusts this certificate, so since I trust that certificate, and that certificate trusts the “Go Daddy Secure Certification Authority”, then my Windows 7 machine also trusts this authority, and since the “Go Daddy Secure Certification Authority” trusts foo.homeserver.com, then My Windows 7 client also trusts foo.homeserver.com, and a trusted certificate connection is established.

In the non-computer world, think of it this way.  When I try to get on a plane, and I present my drivers license (domestic flights only!), they trust WA state and allow me on the plane.  If I were to present my Microsoft Identification, they would probably look at me sideways and ask for another ID, because the airlines don’t trust the Microsoft employee issuing authority.  However, if I go to my companies Christmas party I can present EITHER my drivers license, or my Microsoft ID, and they trust both, since they trust WA state, and the Microsoft employee issuing authority.

In Windows SBS 2003/2008 and the use of self issued certificates.  You install the leaf cert (sbs 2003) or the root cert (sbs 2008) into your client trusted root store, and now your client will trust that issuing authority as mentioned above.  This is outlined in my old post.

On Mobile devices, such as Windows Mobile, you need to ensure the certificate is in that root store as well, which is why some certs work and some don’t on older Windows Mobile devices.  Additionally it’s important to call out that browsers on clients behave differently too.  For example, Firefox has it’s own certificate store and doesn’t use the one in Windows.  The certificates in Windows and also on later mobile devices are updated and maintained through the secure connection of Windows Update.

Hopefully this clears up the server to client authentication.  Of course we know the client authenticates to the server by providing your username and password to prove you are indeed the user the server should give access to. 

Last important thing to remember, is NEVER install a certificate over an unsecure or un-trusted  internet connection, you should always use a SECURE method of installing certificates.  That means you download a cert over an already trusted and secure connection, or you bring it home in your pocket on a USB key.  You never know if there is going to be a malicious server giving you a bad certificate for the wrong server on the Internet.  Then you will just be giving your username and password to the wrong server on the Internet, and that would be disaster.



Update: Continue on to Part 2, now posted.

Thursday, January 07, 2010

How to Lock Down a Windows 7 Kiosk or shared PC

Browsing my one of my favorite RSS feeds: LifeHacker. I came across something that might be useful to a bunch of Small Business Server VAPs configuring your network.  In many cases, some companies like to provide a courtesy kiosk for visiting folks or perhaps they have a single computer for the break room. 

Over at How-To Geek is where they outline the steps.  Basically it leverages local Group Policy (although there is no reason you can’t do this in global group policy on your Windows Small Business Server 2008 machine) to allow users to only run certain applications.  Thus preventing users from getting into trouble and lowering your total cost of ownership on that client PC (or your whole network).

I’m copying the steps here for convenience.  Thanks How-To Geek!

 

If you have a shared or public computer you might want to allow users to use only specified programs. Today we take a look at a setting in Local Group Policy that allows you to set only specified programs to run.

Note: This process uses Local Group Policy Editor which is not available in Home versions of Windows 7.

First click on Start and enter gpedit.msc into the search box and hit Enter.

Navigate to User Configuration \ Administrative Templates \ System. Then under Setting scroll down and double click on Run only specified Windows applications.

GPedit.msc

Set it to Enabled, then under the Options section click on the Show button next to List of allowed applications.

4spec

A Show Contents dialog comes up where you can type in the apps you want to allow users to run. When finished with the list, click OK then close out of Local Group Policy Editor.

5spc

If a user tries to access an application that is not on the specified list they will receive the following error message.

6spec

This is a nice feature for limiting what programs users can or cannot access on the computer.

Tuesday, January 05, 2010

How to enable “GodMode” in Windows 7

Ever wish you could just get to all the configuration changes in Windows with one folder, instead of going back and forth in the Control Panel? Well, now you can.  Elegant Code has a blog post on how to do this.  Here’s how:

  1. Create a new folder on your desktop
  2. Name the new folder:
    GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

This gives you a new folder with a nice icon:

GodMode

Opening this folder gives you the giant list of configuration items that span across all of the control panel and such.  Giving you ultimate access to configuration aspects.  I only have tried this running as an Administrator on the system. 

And just as a reminder, “God” is not considered a strong password to protect your system, so don’t let this go to your head.  ;o)

UPDATE: Looks like ZDNet gets to the bottom of all the GUID mode shortcuts.  Their post is here, including:

Windows Home Server Remote Access - Understanding ISP Blocking Ports

Oddly enough, over the holiday’s I was working to figure out the remote access for my friend who just recently got a home server.  For all intents and purposes, his router stated the ports were open, yet Home Server would not show that remote access is available.  A quick Bing search lead me to believe from forums that the ISP (Telus in Canada) blocks the required ports for Windows Home Server

Those ports, 80 & 443 used for HTTP and HTTPS access to the server means that you are in a double-NAT environment that your ISP provides for you.  Unfortunately you have no control over the external most NAT device and as a result, remote access won’t work for you.  Here is a video from HomeServerLand that will help you understand this scenario

The options if you find yourself in this situation are:

  • Contact your ISP and see if they will allow these ports through for you.  In many cases, they will, although in this case, Telus required we purchased a monthly static IP address, or a business class DSL line, both rather expensive.
  • Use Home Server on non-standard ports, which is not that easy to do and potentially some of the updates you receive from Microsoft may or may not break this functionality.  Additionally, the ISP may still block these ports.
  • Change ISPs.

Good luck with your ISP, you’ll need it!

Monday, January 04, 2010

Windows Home Server Remote Access - Understanding Double-NAT

Are you having troubles with remote access? Could it be because you have a Double-NAT configuration on your network?  HomeServerLand has a video that explains what a double-NAT is and how you can avoid it. It’s a great 2 minute video that will help you understand this configuration and how to avoid it.

This great video talks about how to determine if you have a double NAT either on your local network, or from your Internet Service Provider.

If you haven’t already, make sure you check out HomeServerLand’s very valuable router configuration support wiki.

Saturday, January 02, 2010

Troubleshooting Remote Access on the Home Server Blog

In a follow up to last weeks blog on Understanding and set up of Remote Access to Windows Home Server, Sean Daniel, Program Manager for Windows Home Server, has provided further information on potential issues that you may experience when setting up your Remote Access, and how to solve the problem.

Once you finish setting up your remote access through Windows Home Server’s Wizard, a final screen will be shown.  In a perfect world, when you click on Details you’ll see all green checks once you have finished this wizard.  However, because there are three components (the home server, the ISP and the router), sometimes there is a snag in the setup. Here is an example of a working domain name with sample data:

image

The first check-box will actually check to make sure you have an outbound connection. This will ensure it can connect to the specific …

Read more at the Home Server team blog.

Thursday, December 17, 2009

Understanding and Set Up of Remote Access to your Windows Home Server

Hi, I’m Sean Daniel, and I’m a Program Manager who works on Windows Home Server and Windows Small Business Server. I am one of the team members that works on Remote Access, and I wanted to blog today about setting up and understanding remote access in Windows Home Server, as well as call out a few “gotchas” to be careful of.

Let’s start with the basics.

Windows Home Server provides so many functions for the local network, it’s easy to overlook that it also provides an extended set of features for when you’re not at home. While Windows Home Server attempts to make this set up process as easy as possible, but some users still hit issues that the Home Server can’t predict.  I’ll address those issues at the end of this post.

Understanding Remote Access

Before we set up remote access, let’s take a second to understand what’s going on. Think, for a second, as the Internet as … Read more at the Windows Home Server Team Blog.

Thursday, December 10, 2009

Thursday, November 19, 2009

Get Windows Home Server Power Pack 3 on November 24th!

According to the Official Windows Home Server blog, Windows Home Server Power Pack 3 will be available for install on November 24th!

The Windows Home Server Team is pleased to announce that Power Pack 3 will be available in all shipping languages (Chinese, English, French, German, Italian, Japanese, and Spanish) on November 24th, 2009. Power Pack 3 will be made available to existing users via Windows Update. Users need to have Windows Home Server with Power Pack 2 already installed on their home server. Power Pack 3 will automatically install as part of Windows Update if Automatic Updates is enabled on the home server.

Details on what’s new:

Windows 7 Backup & Recovery

While backup of Windows 7 clients worked prior to Power Pack 3, there were definitely some noticeable problems, such as when a Windows 7 PC was sleeping, when it woke up, there was no guarantee it would do the backup or not.  Having run Power Pack 3 for the past week, my two Windows 7 PCs haven’t missed a backup yet!  Additionally it suppresses that pesky Windows 7 backup warning designed for single PC homes!

Windows 7 PC Backup support

Windows 7 Libraries

If you haven’t used Windows 7  Libraries yet, you’re missing out.  On my Netbook I added the Home Server shares in myself, since there is no data there.  I was happy to discover this is done automatically for me on my other PCs now and I can access all my data with a simple CTRL+E without having to use the handy Share Master gadget.

Windows 7 Library Support

Windows Search

Windows Search 4 is included, which drastically increases the speed at which you can search shares from Windows 7 clients (and other clients with Windows Search 4 installed).  Additionally, EFS encrypted files are supported!

Windows Search

Windows Media Center TV Archiving

If you have a Windows Media Center in your home (which I don’t), then you’ll be easily able to Archive your TV to your home server.  Did you like that episode of “How I met your Mother”?  Save it without using valuable recording space on your MCE!  Additionally, you can get statistics such as storage space, backup status, etc right from your Media Center

Media Center Improvements

So, Tuesday night when you get home from work, you might want to check out Microsoft Update and get this little gem of free upgrade software for your Home Server.

Here’s what the MVPs are saying:

If you've recently upgraded to Windows 7, Windows Home Server Power Pack 3 is an essential download providing enhanced integration between the two platforms and a number of cool new features. Combine library support with enhanced features for Windows Media Center, and we're really starting to see Microsoft bring together the Windows Home Server and Windows 7 client experience so that your media can be stored on your home server and enjoyed seamlessly on TV, PC and Mobile devices with little effort from the user. The bad old days of copy, paste, convert and transcode may well be behind us,” says Microsoft Most Valued Professional (MVP) Terry Walsh of We Got Served.

Microsoft MVP Alex Kuretz of MediaSmartServer.net says “Windows Home Server Power Pack 3 makes storing and accessing your media easier by bringing all the content contained on your Home Server smoothly into your Windows 7 libraries. TV Archive is also a very nice feature that has allowed me to record TV shows and move them to my Home Server to be watched at a later time.”

Trackback: Windows Home Server Blog.

Tuesday, November 17, 2009

Windows SBS 2008 Hands-On-Labs available for download from MS Connect

2487423236_9bc5fbb705_o[1]

Have you been wanting to get some hands-on experience with Windows Small Business Server 2008 but weren’t sure how to get started? We have just the thing! Four hands-on-labs for SBS 2008 are available for download from Microsoft Connect: Administration, Managing Clients, Installation, and Migration from SBS 2003. To take advantage of these labs, you will need a test server with at least 4GB of RAM running Microsoft Hyper-V Server or Windows Server 2008 with the Hyper-V role installed.

To download the labs, use your Live ID to login to Microsoft Connect, select Connection Directory, and enter the invitation code SBSP-62B6-K3TH, which will give you access via the SBS 2008 Downloads page. In addition to gaining access to these labs, joining the MS Connect community is a great way to stay informed and up-to-date about the latest developments with SBS 2008 and interact with some our most active and knowledgeable partners.

clip_image002

Update:

If you want to join the program directly, you can Click this link to jump right in!

Thursday, November 12, 2009

Managing Hyper-V servers from Windows 7

Hyper-V and virtualization seems to be one of the most versatile ways to run servers and clients these days.  Single piece of hardware, many different machines.  For me, Hyper-V is really my primary test environment for building Windows Small Business Server and Windows Home Server.

To date I constantly am using Remote Desktop to connect to my virtual server, at which point I can connect to all my different machines.  While I could connect via remote desktop to all the machines, they are on a separate, network connection behind a router, and it’s just been easier to connect to one machine to get access to them all.

Well, I have recently discovered the Hyper-V Management tool, which is a part of the Remote Server Administration Tools for Windows 7.  This manually installed Windows Update package enables the server administration tools to be installed via the turning Windows Features on or off in the Control Panel.

Turn Windows features on or off

Once you’ve installed the MSI, simply click on this section of the control panel and choose the remote administration tools you want, I chose the Hyper-V tools

Windows Features

Once this is finished installing, you get the familiar Hyper-V console, and you can open the machines on your client, and make changes directly.

My only caution is to make sure you continue to keep the host patched and up to date from Windows Update.

Thursday, November 05, 2009

The Big Easy Offer is back – Limited time

Woa, just received the U.S Partner newsletter and noticed that the Big Easy Offer is back!  This means that for a limited time (until January 2010), the Big Easy gives customers a choice when purchasing Microsoft products and solutions.

They get the right solution, and earn money back in the form of partner subsidy funds which can be used to implement their Microsoft solution.

Check it out at the Microsoft Partner Network.

Monday, November 02, 2009

Java With John – Windows Home Server Chat

Windows Home Server had some air time on Java with John.  John takes the time to interview Jonas (A community program manager) and Steven (a marketing manager). 

Launch the interview here

This show can be found in the Archives of Java wit John, for October 2009.

The talk covers a bit of how-to, and an overview of Windows Home Server with Jonas.