Welcome to TechNet Blogs Sign in | Join | Help

Gigabits and Petabytes

Just saw this over on Microsoft Watch, but this is a fascinating interview with Debra Chrapaty, the Corporate VP in charge of Microsoft’s data center and network expansion.  The scale is absolutely mind-boggling.  Seriously… watch the whole interview. It’s worth your time.

Posted by smearp | 1 Comments
Filed under:

Network Utilization between Vista and Windows Server 2008

I love the next-generation TCP/IP Stack and SMB 2.0. It makes for quite zippy transfers :)

image

More on the new networking features of Windows Vista and Windows Server 2008 here: http://technet.microsoft.com/en-us/library/bb726965.aspx

Installing SQL Server 2005 on Windows Server 2008

I am in the process of installing SQL Server 2005 on a new Windows 2008 Server, and ran into the following warning about missing some required components of IIS:

- IIS Feature Requirement (Warning)
Messages
IIS Feature Requirement
Microsoft Internet Information Services (IIS) is either not installed or is disabled. IIS is required by some SQL Server features.  Without IIS, some SQL Server features will not be available for installation. To install all SQL Server features, install IIS from Add or Remove Programs in Control Panel or enable the IIS service through the Control Panel if it is already installed, and then run SQL Server Setup again. For a list of features that depend on IIS, see Features Supported by Editions of SQL Server in Books Online.

image

image

Fortunately, I was able to find the solution here: http://support.microsoft.com/kb/920201

The solution is simply to enable the following role services of IIS 7 (right click on Web Server (IIS) in Server Manager, and choose Add Role Services).  Then add the role services from the following table:

Component Folder
Static Content Common HTTP Features
Default Document Common HTTP Features
HTTP Redirection Common HTTP Features
Directory Browsing Common HTTP Features
ASP.Net Application Development
ISAPI Extension Application Development
ISAPI Filters Application Development
Windows Authentication Security
IIS Metabase Management Tools
IIS 6 WMI Management Tools

image

Problem solved!

image

 

Linux on Hyper-V

As you have probably seen on every blog under the sun, Hyper-V has released.

hero-hyper-v

Rather than rehash the announcement, I thought I would try something fun.  How hard is it to get various Linux distributions up and running in Hyper-V?

The official list of supported operating systems on Hyper-V is available here: http://www.microsoft.com/windowsserver2008/en/us/hyperv-supported-guest-os.aspx.  While there are a ton of supported Operating Systems, you will notice only one supported Linux distro:

Linux Distributions (VMs configured with 1 virtual processor only)
  • SUSE Linux Enterprise Server 10 with Service Pack 2 x86 Edition

  • SUSE Linux Enterprise Server 10 with Service Pack 2 x64 Edition

  • SUSE Linux Enterprise Server 10 with Service Pack 1 x86 Edition

  • SUSE Linux Enterprise Server 10 with Service Pack 1 x64 Edition

Before we go any further, I want to clarify "supported" (and this is my own paraphrasing, not the Official Microsoft Support Policy).  Supported means that we have thoroughly tested a specific configuration.  If you have a problem, you can call up Microsoft Support, and we will troubleshoot and resolve the problem, and release a fix if necessary.  If the problem is with somewhere in SUSE, we can work with the fine folks at Novell to have a fix released on their end.  In other words, if you are running SUSE Linux Enterprise Server 10 on top of Hyper-V and encounter a problem, between Microsoft and Novell, we will support you. If you are running your company on Hyper-V virtualized instances of BeOS or Ubuntu... you do so at your own risk.  Is it because we hate BeOS or Ubuntu?  Heck No!  It's just that we can't do a whole lot to fix a problem when a linux kernel update breaks compatibility.  Can you imagine the slashdot story if we released updates to the Linux kernel?  Good grief!

<double-negative alert!>

Just because something isn't "supported", however, doesn't mean that it won't work.

</double-negative alert!>

If you are running servers in a production environment, you want to be in a supported configuration (see above). If you are a an IT-Pro geek that just likes playing with things to see how they work, then you can throw caution to the wind and try things out that haven't been tested :)  With that... let's load a few distros up on Hyper-V!

(by the way, Hyper-V has a really cool "Capture screen" option that is awesome for taking screenshots :)

image

#1 OpenSuse 11

On Virtual PC 2007, OpenSuse 10.2 installed like a champ.  OpenSUSE 11 was somewhat touch-and-go.  On Hyper-V, OpenSUSE 11 installs and runs like a champ.  The following screenshots are all from the installation:

image image image

The only thing that did not work when I hit the desktop was the network adapter.  By default, Hyper-V uses a synthetic network adapter, which requires you load integration components.  From the read-me for the Linux integration components (downloadable from http://connect.microsoft.com):

When installed into a virtual machine running a supported Linux operating system, the Linux Integration components provide the following functionality:

· Driver support for synthetic devices: The Linux integration components include support for both the synthetic network controller and synthetic storage controller that have been developed specifically for Hyper-V. These components take advantage of the new high-speed bus, VMBus, which was developed specifically for Hyper-V.

· Hypercall adapter: The Hypercall adapter is a thin layer of software that sits underneath the Xen-enabled Linux kernel, and translates the Xen-specific virtualization function calls to Microsoft Hyper-V hypercalls. This results in faster performance for the Linux virtual machine.

· *BETA* Mouse Support: Support for the synthetic mouse device has been added in the form of an early “preview” driver. This new mouse support allows the mouse to move in and out of the window without having to use the CTRL-ALT-LEFTARROW key command to break out.

· *BETA* Fastpath Boot Support: Support for faster single disk configurations has been added to the RC2 release. Boot devices now take advantage of the storage VSC to provide enhanced performance.

In other words, it makes everything go faster.  I don't know if these components only work with SUSE Linux Enterprise Server 10, but the read-me does mention that "Integration Components for Red Hat Enterprise Linux 5 will be available in a future update." 

The install procedure looked too complex for a Saturday evening, so I will give you the workaround that (should) work on all distributions, whether or not integration components are available.  Shut down the VM, go into the properties, and add a legacy network adapter. 

image

Once back in the running OS, I had to run the two following commands to get an IP address, and then networking worked fine:

sudo /sbin/ifconfig eth0 up

sudo /sbin/dhclient

The other thing that does not work is sound, but that is because Hyper-V is a server product, and in the datacenter, no-one can hear you beep.  With Windows, you can get sound by RDP-ing into the VM (steps courtesy of James O'Neill here), but beats the heck out of me how you might get it to work on Linux.  Other than that, OpenSUSE 11 works like a champ, with no wrangling needed to get it up and running.

image

#2 Ubuntu 8.04 x64

I've done a ton of installs of Ubuntu (for the last several versions) in Virtual PC 2007 here: http://blogs.technet.com/seanearp/search.aspx?q=ubuntu&p=1.  All have had varying levels of success, and all of them have required a ton of tweaking to get running.  In Hyper-V, install was a snap.  The only snag was the fact that Ubuntu defaulted to a screen resolution of 1600x1200, which was much larger than my physical monitor, so I had to scroll around quite a bit during initial setup.  Once I logged on, I was able to change the resolution through the GUI, and all was well.  As with OpenSUSE, requires the Legacy Network Adapter to be able to browse the Internet.

image

#3 Fedora 9 x64

You can read about my attempts to install various version of Fedora on Virtual PC 2007 here: http://blogs.technet.com/seanearp/search.aspx?q=fedora&p=1.  All of them have required tweaking to get things like the mouse to work or the kernel to boot.  On Hyper-V, Fedora 9 x64 installs (just like OpenSUSE and Ubuntu) with no problems at all.  Like Ubuntu, it defaulted to a strange screen resolution (1152x864), but I was able to change the resolution in the GUI with no problems.  Fedora x64 works just fine on Hyper-V as well!

Yaaaay.

image

I will leave you with a screenshot of the Hyper-V manager showing me running with a mix of 32-bit and 64-bit virtual machines, both Linux and Windows, and all working like a champ.  How's this for the ultimate geek playground?!?!?  I can setup and tear down machines at will, play with them, and practice setting up networks, all on a quite-responsive Hypervisor.  Good times!

Remember... just because it isn't supported, doesn't mean it won't work. (Just don't call Microsoft looking for support ;)

image

Posted by smearp | 5 Comments

Made My Day

If you haven't seen any of the "Where the Hell is Matt?" videos, do yourself a favor and check them out, especially his new video that came out yesterday.  The locations he visits are absolutely epic.

http://www.vimeo.com/1211060

image

Posted by smearp | 0 Comments
Filed under:

Sometimes the error message means what it says

I'm in the process of setting up a new Hyper-V server, and for some reason I was unable to connect via Terminal Services to the server... I had properly enabled the "Allow connections from computer running any version of Remote Desktop (less secure) option".  However, no matter, what I did, I got the following error:

image

Remote Desktop Disconnected

Remote Desktop cannot connect to the remote computer because the authentication certificate received from the remote computer is expired or invalid.
In some cases, this error might also be caused by a large time discrepancy between the client and server computers.

image  image

It turns out that the message was actually correct.  Although my time was correct, and it was the "22nd" on both computers, they were off by exactly a month.  One thought that it was 2:50 PM on June 22nd, and the other thought it was 2:50 PM on July 22nd. (not easy to catch from the command-line BTW).  Urrrgh.  Resetting the time to the correct month on the server solved the problem.

Yay.

Posted by smearp | 0 Comments

24 Hours of SQL Server 2008

With the SQL Server 2008 release coming next quarter, now is a good time to start ramping up on the skills that you will need to deploy and take advantage of the new features of SQL Server 2008.  I see over on the Data Platform Insider blog that there are now 24 hours of recorded webcast sessions on SQL Server 2008.  Check them out!

image

Trusted

  • Ensuring Your Data Is Secure with a Trusted Platform (ITPro 90m)
  • Securing Your System (ITPro 90m)
  • Ensuring Business Continuity (ITPro 90m)
  • Predictable Response to Your Users (ITPro 90m)
  • Performance Troubleshooting (ITPro 90m)

Productive

  • Using the Microsoft Data Platform for Easy Data Access with SQL Server 2008 (Dev 60m)
  • Free Your Data with SQL Server 2008 (Dev 60m)
  • Streamline Data Access with SQL Server 2008 (Dev 60m)
  • Manage Your Unstructured Data with SQL Server 2008 (Dev 60m)
  • Simplify Management of Your SQL Server 2008 Data Platform (ITPro 90m)
  • Simplify Management with Policy-Based Management (ITPro 90m)
  • Map Your Data with SQL Server Spatial Features (Dev 9m)
  • Ensuring Your Data Is Secure with a Trusted Platform (ITPro 90m)

Intelligent

  • Data Warehousing Scale and Performance (ITPro 90m)
  • Data Warehousing Management (ITPro 90m)
  • Upgrade Your Database (ITPro 90m)
  • Performance Troubleshooting (ITPro 90m)
  • Scale Your Business (ITPro 90m)
  • Analysis Services Design and Performance Improvements (ITPro 90m)
  • Data Mining (ITPro 90m)
Posted by smearp | 0 Comments
Filed under: ,

Feeling Blue

leopardbsod

If you have used Windows for a few years, you have likely encountered a Blue Screen of Death.  Fortunately, as reliability has increased with each new release of Windows, BSODs have become progressively less common.  What causes these Blue Screens?  Primarily, bad drivers or bad hardware.  You can rule out defective memory as a cause by running the Windows Memory Diagnostic utility, but how can you find the root cause if you have a buggy driver?

Unfortunately, a message such as DRIVER_IRQL_NOT_LESS_OR_EQUAL does not give you a lot to go on as an end user.  What does that mean?  How do you fix it?

You could debug the crash dump yourself... Just install the (free) Debugging Tools for Windows, read about crash dump analysis on MSDN, pick up a copy of Windows Internals by Mark Russinovich and David Solomon, and go to town. 

As you can see by reading some of the posts on the NT Debugging Blog (http://blogs.msdn.com/ntdebugging/default.aspx), it is not for the faint of heart.  My momma didn't raise no fools, but Crash Debugging is WAAAAAAAAY over my head.

If only there was an easier way... Some sort of wizard that automatically ran the necessary debugging commands, downloaded the necessary symbols, and let you see the results of the analysis with as little (or as much) detail as you wanted.

Enter... the Crash Analyzer Wizard which ships as part of the Diagnostic and Recovery Toolset (DaRT) (30-day trial here), available to Volume Licensing customers with Software Assurance. It completely automates the process of analyzing your crash dump and letting you know what driver caused the crash.

As you can see below, Windows shut down unexpectedly for me last month.

image

Looking at the details of the crash, there is not much actionable information for me as an end-user.

image

After installing the Debugging tools for Windows and DaRT, I fired up the Crash Analyzer Wizard, and chose the option to automatically configure everything.

image

You can also uncheck this box and manually specify the symbols location and choose a dump file to analyze.

image

Hit the "Next" button and the wizard goes to town.

image

When it is done, you are pointed to the driver that caused your problem. In this particular case, I had a defective USB device that was causing problems. Other dumps I have analyzed indicated that a 3rd-party VPN client/driver was causing problems (updating to a newer version solved the problem)

image

If you hit the "Details" button, you can see more information on the error, look at a list of drivers that were loaded at the time of the crash, and see a verbose analysis (great for forwarding to your friends if you want to impress them ;)

image

Finally, after pointing to a likely driver, the wizard suggests that you update to the most current version, and offers to search the Microsoft Knowledge Base for possible causes and solutions.

image

For more information on the Microsoft Desktop Optimization Pack (MDOP) which contains this tool, click here: http://www.microsoft.com/windows/products/windowsvista/enterprise/benefits/tools.mspx

Posted by smearp | 1 Comments
Filed under: ,

Performance Tuning for Hyper-V

It looks like the Performance Tuning Guidelines for Windows Server 2008 document has been updated to include information on Performance Tuning for Virtualization Servers.  As the Hyper-V RTM release is getting closer, this is good information to start reading now.

image

What's New:

•Added "Power Guidelines" under Server Hardware section and added "Performance Tuning for Virtualization Servers" section.

Included in this paper:

•Performance Tuning for Server Hardware

•Performance Tuning for Networking Subsystem

•Performance Tuning for Storage Subsystem

•Performance Tuning for Web Servers

•Performance Tuning for File Servers

•Performance Tuning for Active Directory Servers

•Performance Tuning for Terminal Server

•Performance Tuning for Terminal Server Gateway

•Performance Tuning for Virtualization Servers

•Performance Tuning for File Server Workload (NetBench)

•Performance Tuning for Network Workload (NTttcp)

•Performance Tuning for Terminal Server Knowledge Worker Workload

•Performance Tuning for SAP Sales and Distribution Two-Tier Workload

Get it here: http://www.microsoft.com/whdc/system/sysperf/Perf_tun_srv.mspx

Visio Bonanza

WOW.

This is an AWESOME resource.  So much so that I capitalized, bolded, italicized, AND underlined AWESOME.  I just found a page on Technet with TONS of Visio diagrams for every type of SharePoint Deployment/Topology/Project.

Head on over here: http://technet.microsoft.com/en-us/office/bb310619.aspx and scroll down to where the product says "SharePoint Server 2007"

Some of my favorites include (and there are many more on the site):

Solution

Description

Products

SharePoint Server Application Security

Download this reference to learn about basic principles of SharePoint Server security, default groups, site-, list-, and item-level permissions, and more.

SharePoint Server 2007

SharePoint Server Backup and Restore

Download this reference to learn about supported types of backups, backup and restore tasks, content recovery, and more.

SharePoint Server 2007

SharePoint Server Topologies

Download this reference to learn about topology design principles, example topology implementations, and more.

SharePoint Server 2007

SharePoint Server Baseline Site Hierarchies

Download this reference for example site hierarchies.

SharePoint Server 2007

SharePoint Server Customization

The purpose of this model is to showcase the top SharePoint Server 2007 customization areas and what features a user can modify to meet their objectives.

SharePoint Server 2007

SharePoint Server Database Administration

Download this reference to learn about database administration in SharePoint Server.

SharePoint Server 2007

SharePoint Server Enterprise Content Management

This poster presents the features in SharePoint Server 2007 that support enterprise content management, introduces the predefined content management sites, and illustrates how content moves from one site to another.

SharePoint Server 2007

SharePoint Server Extranet Topologies

Download this reference to learn about perimeter in proxy, back-to-back perimeter, and more extranet topologies.

SharePoint Server 2007

SharePoint Server Inter-Farm Shared Services

Shared Service Providers can be configured to provide services to multiple SharePoint Server 2007 farms.

SharePoint Server 2007

SharePoint Server Search Administration

Download this reference for the search administration process, search topology, and more.

SharePoint Server 2007

SharePoint Server Shared Services

Learn about shared services, provider architecture, recommended topologies, and more.

SharePoint Server 2007

Posted by smearp | 0 Comments
Filed under: ,

TCP/IP Fundamentals for Microsoft Windows

Download the eBook here.

There is nothing particularly fundamental about this book, unless you are a CCNP or otherwise live and breathe packets.  Surprisingly (to me) however, the book remains quite readable. Written by Joseph Davies (aka The Cable Guy in TechNet Magazine)... he even has an entry on Wikipedia here.

This online book is a structured, introductory approach to the basic concepts and principles of the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol suite, how the most important protocols function, and their basic configuration in the Microsoft® Windows Vista™, Windows Server® 2008, Windows® XP, and Windows Server 2003 families of operating systems. This book is primarily a discussion of concepts and principles to lay a conceptual foundation for the TCP/IP protocol suite and provides an integrated discussion of both Internet Protocol version 4
(IPv4) and Internet Protocol version 6 (IPv6).

Weighing in at a hefty 559 pages, this e-book covers TCP/IP end-to-end.  If you already know the fundamentals of TCP/IP, you probably do not yet have a good handle on IPV6, which is coming whether I want it to or not.  This book has quite a bit of content in IPV6 routing, DNS, DHCP, and IPv6 Transition Technologies.  The Table of Contents is as follows:

  • Chapter 1 – Introduction to TCP/IP
  • Chapter 2 – Architectural Overview of the TCP/IP Protocol Suite
  • Chapter 3 – IP Addressing
  • Chapter 4 – Subnetting
  • Chapter 5 – IP Routing
  • Chapter 6 – Dynamic Host Configuration Protocol
  • Chapter 7 – Host Name Resolution
  • Chapter 8 – Domain Name System Overview
  • Chapter 9 – Windows Support for DNS
  • Chapter 10 – TCP/IP End-to-End Delivery
  • Chapter 11 – NetBIOS over TCP/IP
  • Chapter 12 – Windows Internet Name Service Overview
  • Chapter 13 – Internet Protocol Security and Packet Filtering
  • Chapter 14 – Virtual Private Networking
  • Chapter 15 – IPv6 Transition Technologies
  • Chapter 16 – Troubleshooting TCP/IP
  • Appendix A – IP Multicast
  • Appendix B – Simple Network Management Protocol
  • Appendix C – Computer Browser Service

And... the price is right (free!)

Get it here.

Save Your AD

I saw this referenced over on the Joeware blog, and he's right... it's very funny.

http://www.saveyourad.com

It's a Beastie-Boysesque promotional video from Quest, a Microsoft Gold Partner and 2007 Global ISV Partner of the Year.

Very well done.

Posted by smearp | 0 Comments
Filed under:

Microsoft Operations Framework (MOF) 3.0 Released!

Download it here.

"But Sean" you may ask yourself.... "didn't you just post that version 4 had been released?  What's the deal?"

Yes, Microsoft Operations Framework 4.0 was just released.  A representation of the two models (version 3.0 and 4.0) are as follows (3.0 is the first one)

image image

Besides the obvious addition of more diamonds (rhombi? parallelograms? I'm kidding in any case), MOF v 4.0 had different design goals than MOF v.3.  As I mentioned before, the Service Management Functions (SFMs) in MOF v.4 are designed to be bite-sized.  You should be able to spend 20 minutes reading the Envision or Reliability SMF and then get started on your project.

MOF v.3 was designed to be much more comprehensive, going into extraordinary detail about the intricacies of Security Administration, Directory Services and Administration, or Storage Management.  As you can see in the table below (I've bolded the SMFs in the Operating Quadrant, which are the most interesting to me), with one exception, all of the SMFs are now part of the new Operations SMF.

Old  Name Old Quadrant New Area New Name
Service Level Management Optimizing Plan Phase Business/IT Alignment SMF
Financial Management Optimizing Plan Phase Financial Management SMF
Capacity Management Optimizing Plan Phase Reliability SMF
Availability Management Optimizing Plan Phase Reliability SMF
IT Service Continuity Management Optimizing Plan Phase Reliability SMF
Workforce Management Optimizing Manage Layer Team SMF
Security Management Optimizing Plan Phase Reliability SMF
Infrastructure Engineering Optimizing Deliver Phase Envision SMF
Change Management Changing Manage Layer Change and Configuration SMF
Configuration Management Changing Manage Layer Change and Configuration SMF
Release Management Changing Deliver Phase Deploy SMF
System Administration Operating Operate Phase Operations SMF
Security Administration Operating Operate Phase Operations SMF
Service Monitoring and Control Operating Operate Phase Service Monitoring and Control SMF
Directory Services Administration Operating Operate Phase Operations SMF
Network Administration Operating Operate Phase Operations SMF
Storage Management Operating Operate Phase Operations SMF
Job Scheduling Operating Operate Phase Operations SMF
Service Desk Supporting Operate Phase Customer Service SMF
Incident Management Supporting Operate Phase Customer Service SMF
Problem Management Supporting Operate Phase Problem Management SMF
Risk Model   Manage Layer Governance, Risk, and Compliance SMF
Team Model   Manage Layer Team SMF
    Plan Phase Policy SMF
    Deliver Phase Project Planning SMF
    Deliver Phase Build SMF
    Deliver Phase Stabilize SMF

What is lost in the process of this consolidation and higher-level focus of the new version? 

Well, if we continue to focus on the Operating SMFs, the new Operations SMF is 28 pages.  As I mentioned, this version is the new home for what had previously been:

  • System Administration (28 pages)
  • Security Administration (41 pages)
  • Directory Services Administration (62 pages)
  • Network Administration (31 pages)
  • Storage Management (35 pages)
  • Job Scheduling (37 pages)

So the new version is worse than the old one?  It's just a cliff's notes version of what came before?  Not at all.  The new version has accomplished some great things.  Incorporated governance, increased the number of checkpoints before proceeding to the next phase of the framework, increased readability, reduced complexity, and incorporated key components of the Microsoft Solutions Framework.  In my opinion, it complements the older framework, but does not replace it.  Over time, product groups will create detailed documentation around the updated framework such as the excellent Active Directory Product Operations Guide - Detailed Maintenance Actions or High Availability and the Microsoft Operations Framework by the Biztalk team.

As stated by Don Lemmex (MOF Program Manager) in the TechNet Forums:

"...there are some significant differences between 3.0 and 4.0.

  • The biggest difference is that 4.0 is that we have established a complete lifecycle for IT services. Now the IT organization and the business have a map for making decisions, the kinds of activities involved in providing IT services, and when the activities should happen. 
  • MSF is now integrated into the overall IT lifecycle to make a deeper relationship between development and operations. 
  • The material is much more streamlined and focuses on essential concepts. We wanted to give the IT professional enough context to understand what is involved right away, and not force them to immerse themselves in an entire body of knowledge before applying it to their situation. 
  • Governance, risk management, policy and compliance are new in 4.0 in recognition of their critical importance to successful IT services. 
  • The Team Model in MOF 3.0 is now a Team SMF in MOF 4.0 and provides a much improved way to consider roles and accountabilities throughout the lifecycle. 
  • The community for MOF is even more important for 4.0 than it was in 3.0, since much of the “making it real in my situation” will take place here on these forums. This is the place to look for and contribute adaptable, pragmatic examples that show “this is what I did, and it worked really well for us.”

So the goal of MOF 4.0 is practical guidance that provides the right concepts and a community that constantly develops and extends the application of these concepts through discussion, examples, and job aids."

That said... don't discount MOF v.3, it still contains a significant amount of useful information.  Download the archive here. As per the download page:

Microsoft Operations Framework (MOF) delivers practical guidance for everyday IT practices and activities, helping users establish and implement reliable, cost-effective IT services.

For MOF 4.0, the newest version of MOF, click here.

Customers still using MOF 3.0 may download those documents from this archive page. The 3.0 guidance includes:

  • MOF 3.0 core white papers
    • MOF Executive Overview
    • MOF Team Model for Operations
    • MOF Process Model for Operations
    • MOF Risk Management Discipline for Operations
  • MOF 3.0 Service Management Function guides
  • MOF 3.0 Operations Management Review guides
Send questions or feedback to us directly at mof@microsoft.com

Evalu'08

I just ran into the following contest on a banner ad of all places...   It looks like if you try out any of our current line of products (Windows Server 2008, Visual Studio 2008, DPM, and the like), you are entered to win some killer prizes!

https://www.microsoft.com/Infrastructure/Evalu08/

image

All you have to do is download a trial (or run through a virtual lab) for any of the following products (that I play with just for fun ;)

image

Prizes include a Zune, an XBOX 360 Elite, and a Windows Home Server.  How can you go wrong?

image

Official rules here, and sign up at the Evalu'08 site.  It looks like Microsoft Employees aren't eligible to participate.  Dang it!

Migrating to Microsoft Online

As quoted by Mary Jo Foley,

In five years, 50 percent of our Exchange mailboxes will be Exchange Online,” said (Microsoft Senior Vice President Chris) Capossela, who expects a portion of Exchange Online customers to come from customers switching from International Business Machines’ Lotus Domino system.”

This work is done through the Microsoft Online Services team, where they offer hosted versions of Office Live Meeting 2007, Exchange Online, SharePoint Online, and Office Communication Server Online.

image

But what if you already have E-Mail infrastructure in place?  How would you go about moving everything over?

There's a guide for that!  From the introduction:

Microsoft® Online Services supports migration of the contents of local Microsoft Exchange Server mailboxes as well as the contents of POP3 and IMAP4 mailboxes from your current environment to Microsoft Exchange Online. Migration can be done as quickly or as slowly as you want. Small organizations may be able to migrate to Microsoft Online Services overnight or over a weekend. Larger or more complex organizations typically prefer to establish e-mail and directory coexistence for a longer period of time and perform a controlled migration in logical stages.

To successfully migrate from your current environment to Microsoft Online Services, you must consider the following steps:

The size and complexity of your current environment, your organization’s existing Internet connectivity, the type of e-mail system you are using, whether or not you are using the Active Directory® directory service—all of these factors will help determine your migration goals. In some cases, you may be able to skip or minimize some of these steps. Follow the links above to the sections of this document that describe each of these steps.

clip_image002

Download the guide here.

More Posts Next page »
 
Page view tracker