The folks on the Windows Cluster team are restarting their blog very soon, which covers failover clustering and network load balancing. According to a post back in Nov, "5 developers have volunteered to contribute to this blog, so we expect to have at least one post each week, so check back often!"
Cool!
This is extremely funny!!
http://www.istartedsomething.com/20080107/bill-gates-last-day-microsoft-video/
With the release of Exchange 2007 SP1, you can deploy cluster continuous replication (CCR) on Windows Server 2008, and enjoy the benefits of Windows 2008 failover cluster improvements. But did you know the deployment of CCR on Windows 2008, including the formation and configuration of the cluster, can be done via the command-line, without using any graphical user interface (GUI) interfaces, such as the Failover Cluster Management tool, or the Exchange 2007 SP1 Setup Wizard. Here's a series of commented commands you can use to do the deployment. You can even add the commands into a script, and automate the deployment. Note that these commands assume that you have the following: Two servers that will be the nodes in the failover cluster Each server has Windows Server 2008 Enterprise Edition installed Each server has the Exchange 2007 SP1 pre-reqs installed (see http://technet.microsoft.com/en-us/library/bb691354.aspx) A third server that will host a file share for the file share witness # Install Windows Failover Clustering# Run this on each server that will be a cluster nodeServerManagerCmd -i Failover-Clustering # Create failover cluster# Run this on one of the intended nodescluster /cluster:<ClusterName> /create /nodes:"<NodeName> <NodeName>" /ipaddress:ClusterIPAddress/SubnetMask Note that if you want a two-subnet failover cluster, the last parameter would be: /ipaddress:"ClusterIPAddress/SubnetMask ClusterIPAddress2/SubnetMask2" # Configure cluster tolerance for missed heartbeats# Run on either cluster node# Use this for single-subnet clusterscluster <ClusterName> /prop SameSubnetThreshold=10# Use this for two-subnet clusterscluster <ClusterName> /prop CrossSubnetThreshold=10 # Create and secure the file share that will be used by the FSM quorum# Run this on the server that will host the share (e.g., a Hub Transport server)# In the second command, VCO (virtual computer object) is the cluster computer account (e.g., cluster name)mkdir <Directory>net share <shareName>=<Directory> /GRANT:VCO,FULLcacls <Directory> /G BUILTIN\Administrators:F <VCO>:F # Configure the cluster to use the Node and File Share Majority Quorum# Run this on either node in the clusterCluster /cluster:<ClusterName> res "File Share Witness (UNCPath)" /create /group:"Cluster Group" /type:"File Share Witness" /priv SharePath=<UNCPath>Cluster res "File Share Witness (UNCPath)" /onlineCluster <ClusterName> /quorum:"File Share Witness (UNCPath)" # Configure cluster network roles# Run this on either node in the clusterCluster <ClusterName> network "NameofPrivateNetwork" /prop Role=1 # Install Exchange and create a clustered mailbox server (CMS)# Run this only on the node that will initially be the active nodeSetup.com /roles:Mailbox /newcms /CMSname:<NameofClusteredMailboxServer> /CMSIPAddress:<ClusteredMailboxServerIPAddress> Note that in a two-subnet environment, the above command will use the /CMSIPV4Addresses parameter instead of /CMSIPAddress # Stop the CMS after Setup has completed# Run this on the active nodeStop-ClusteredMailboxServer <CMSName> -StopReason Setup -Confirm:$false# Restart the active node# You can use the Shutdown.exe tool to automate this (I might add a sample command later) # Install Exchange on the passive node# Run this only on the passive nodeSetup.com /roles:Mailbox # Restart the passive node # Configure CMS NetName DNS TTL value# Run this on either node in the clustercluster.exe res <CMSNetworkNameResource> /priv HostRecordTTL=300 At this point, what's left is to test handoffs and failovers, configure mount and failover settings, and configure the transport dumpster. Visit here for more information on installing CCR on Windows 2008.
Note that these commands assume that you have the following:
# Install Windows Failover Clustering# Run this on each server that will be a cluster nodeServerManagerCmd -i Failover-Clustering
# Create failover cluster# Run this on one of the intended nodescluster /cluster:<ClusterName> /create /nodes:"<NodeName> <NodeName>" /ipaddress:ClusterIPAddress/SubnetMask
Note that if you want a two-subnet failover cluster, the last parameter would be: /ipaddress:"ClusterIPAddress/SubnetMask ClusterIPAddress2/SubnetMask2"
# Configure cluster tolerance for missed heartbeats# Run on either cluster node# Use this for single-subnet clusterscluster <ClusterName> /prop SameSubnetThreshold=10# Use this for two-subnet clusterscluster <ClusterName> /prop CrossSubnetThreshold=10
# Create and secure the file share that will be used by the FSM quorum# Run this on the server that will host the share (e.g., a Hub Transport server)# In the second command, VCO (virtual computer object) is the cluster computer account (e.g., cluster name)mkdir <Directory>net share <shareName>=<Directory> /GRANT:VCO,FULLcacls <Directory> /G BUILTIN\Administrators:F <VCO>:F
# Configure the cluster to use the Node and File Share Majority Quorum# Run this on either node in the clusterCluster /cluster:<ClusterName> res "File Share Witness (UNCPath)" /create /group:"Cluster Group" /type:"File Share Witness" /priv SharePath=<UNCPath>Cluster res "File Share Witness (UNCPath)" /onlineCluster <ClusterName> /quorum:"File Share Witness (UNCPath)"
# Configure cluster network roles# Run this on either node in the clusterCluster <ClusterName> network "NameofPrivateNetwork" /prop Role=1
# Install Exchange and create a clustered mailbox server (CMS)# Run this only on the node that will initially be the active nodeSetup.com /roles:Mailbox /newcms /CMSname:<NameofClusteredMailboxServer> /CMSIPAddress:<ClusteredMailboxServerIPAddress>
Note that in a two-subnet environment, the above command will use the /CMSIPV4Addresses parameter instead of /CMSIPAddress
# Stop the CMS after Setup has completed# Run this on the active nodeStop-ClusteredMailboxServer <CMSName> -StopReason Setup -Confirm:$false# Restart the active node# You can use the Shutdown.exe tool to automate this (I might add a sample command later)
# Install Exchange on the passive node# Run this only on the passive nodeSetup.com /roles:Mailbox
# Restart the passive node
# Configure CMS NetName DNS TTL value# Run this on either node in the clustercluster.exe res <CMSNetworkNameResource> /priv HostRecordTTL=300
At this point, what's left is to test handoffs and failovers, configure mount and failover settings, and configure the transport dumpster.
Visit here for more information on installing CCR on Windows 2008.
Configuration, rule, and help updates for the Exchange Best Practices Analyzer were released today. This update is for ExBPA version 2.8, and it includes the latest XML and ExBPA.CHM files.
Enjoy!
Microsoft.com has some new pages with Windows 2008 certification information:
· Get Certified on Windows Server 2008
· Transition your Windows Server 2003 MCSA/MCSE to Windows Server 2008
· Frequently asked questions about Windows Server 2008 certifications
See also, Get exam notification and 40% off, which is not new, but worthwhile nonetheless.
Today marks a milestone for customers and partners with the release to manufacture of Windows Server 2008, the most advanced Server operating system Microsoft has developed to date!
Windows Server 2008 builds on the success and strengths of its Windows Server predecessors while delivering valuable new functionality and powerful improvements to the base operating system. For more information, see http://www.microsoft.com/windowsserver2008/default.mspx.
Today marks another milestone for partners and customers, with the release of Service Pack 1 for Windows Vista. Service Pack 1 is a very important milestone because it addresses many of the key issues that our customers have identified with Windows Vista over the last year both, directly and through programs like the Customer Experience Improvement Program.
For more information on Windows Vista Service Pack 1, see http://windowsvistablog.com/blogs/windowsvista/archive/2008/02/04/announcing-the-rtm-of-windows-vista-sp1.aspx.
SCCP 2007 just RTM’d and is now freely available for all to download. Previously, this tool was available only for TechNet Plus and MSDN Premium subscribers, but now it’s available for all.
See http://www.microsoft.com/systemcenter/sccp/default.mspx for more information, and a link to the download.
The new version adds the following new capabilities:
• Application model for Exchange Server 2007
• Extensibility with new models from Microsoft, including Microsoft Office SharePoint Server 2007 and Microsoft Windows SharePoint Services 3.0. A model for System Center Operations Manager 2007 will be available soon.
• New, more powerful deployment wizards deliver unprecedented ease of use
• Support for 64-bit processor architectures
• Comprehensive reporting of disk IO and storage utilizations
• Increased flexibility in customizing server usage profiles
Today at 10:00am PST, Apple made several announcements at an invitation-only press conference, including the availability of a Beta version of their iPhone 2.0 software that includes a Software Development Kit (SDK) and support for the Exchange ActiveSync protocol for use on the iPhone.
For more information on Apple's licensing of Exchange ActiveSync, see the Q&A with Terry Myerson at http://www.microsoft.com/Presspass/Features/2008/mar08/03-06EASqa.mspx, as well as the announcement from Apple here and here. Be sure to check out the Exchange Team blog post on this, as well.
See what others are saying:
http://www.engadget.com/2008/03/06/iphone-heads-to-enterprise-ville-with-tktk-support/
http://gizmodo.com/364719/apple-hops-aboard-enterprise-push-email-and-calendars-activesync-and-exchange-support
Today, Microsoft released the Remote Server Administration Tools (RSAT) to the web. RSAT is the collection of Windows Server 2008 management tools which enable IT professionals to manage their Windows Server infrastructure from their PCs running Windows Vista with Service Pack 1.
The list of Windows Server 2008 administration tools which are included in RSAT are:
Role Administration Tools:
· Active Directory Certificate Services (AD CS) Tools
· Active Directory Domain Services (AD DS) Tools
· Active Directory Lightweight Directory Services (AD LDS) Tools
· DHCP Server Service Tools
· DNS Server Service Tools
· Shared Folders Tools
· Network Policy and Access Services Tools
· Terminal Services Tools
· Uniiversal Description, Discovery, and Integration (UDDI) Services Tools
Feature Administration Tools:
· BitLocker Drive Encryption Tools
· Failover Clustering Tools (yay!)
· Group Policy Management Tools
· Network Load Balancing Tools
· SMTP Server Tools
· Storage Manager for SANs Tools
· Windows System Resource Manager Tools
The tools in the following list are can be used to manage Windows Server 2003 servers:
· DHCP Server Tools
· DNS Server Tools
· Universal Description, Discovery, and Integration (UDDI) Services Tools
Download RSAT today from:
· Microsoft Remote Server Administration Tools for Windows Vista with SP1 (x86): http://www.microsoft.com/downloads/details.aspx?FamilyId=9FF6E897-23CE-4A36-B7FC-D52065DE9960
· Microsoft Remote Server Administration Tools for Windows Vista with SP1(x64): http://www.microsoft.com/downloads/details.aspx?FamilyId=D647A60B-63FD-4AC5-9243-BD3C497D2BC5
Yes, that's right...rabbits. The video speaks for itself:
http://www.youtube.com/watch?v=0vC9taroEsI
Many cool changes were made this week to both the TechNet and MSDN Web sites. These changes include a slick new look to the Exchange Server TechCenter, as well.
What's also extremely cool, are the changes you can't see - both the TechNet (1 million hits a day) and the MSDN (3 million hits a day) Web sites are running inside of Hyper-V (and actually have been for weeks, without any issues)! Check out http://www.virtualization.info/2008/05/microsoft-migrates-msdn-and-technet-on.html for more information.
A colleague at work shared the URL to a very well done Halo movie at http://www.collegehumor.com/video:1817553.
You might want to watch http://www.youtube.com/watch?v=ym0BtwmCvoc first in for background information.
While at TechEd IT Pro North America 2008, I also had the opportunity to attend Brent Alinger's session on Exchange Server 2007 and Hyper-V. Brent is a Senior Test Lead on the Exchange Team at Microsoft, and he's leading our testing efforts around Hyper-V.
Brent described a number of terms, such as the Hyper-V root (which is the parent or the host machine), Hyper-V guest (which is the child or virtual machine), virtual hard disks (VHD), passthrough disks, fixed and dynamic disks, and virtual machine state files. Some of the more noteworthy bits of info from the session are:
In terms of best practices and requirements, Brent shared the following:
Brent also mentioned that Hyper-V is a good fit when Exchange servers in branch offices cannot be consolidated to a central datacenter (for example, because of bandwidth or connectivity issues).
In terms of workload, not every workload is a candidate for virtualization. For example, server roles such as Client Access and Hub Transport can be good candidates, but a more heavy hitter like the Mailbox role (which often uses all available resources on a physical server) might not be the best candidate for virtualizing.
It was a great session, and you can expect to hear a lot more about Exchange 2007 and Hyper-V over the coming months.
I just finished watching a slide show narrated by Bill Gates that displays images from his and Microsoft's past. It's well worth watching.
Only two more days until Bill Gates' last official full-time day at Microsoft. For 33 years, Bill Gates devoted his time, energy, and passion to building one of the most exciting and influential companies in the history of business. Through his vision, hard work, and dedication, he helped create an industry and bring the power of software to millions of people around the world.
To see who he is and what he's done so far, watch the video below.
To see what he's up to next, visit the Bill & Melinda Gates Foundation.
Today, Microsoft released Windows Server 2008 Hyper-V, the hypervisor-based virtualization technology that is a feature of select versions of Windows Server 2008. I've been using Hyper-V for some time, and it is rock solid, easy-to-use, and scalable. As I blogged previously, both the TechNet (1 million hits a day) and the MSDN (3 million hits a day) Web properties are running inside of Hyper-V and have been for weeks, without any issues. Since then, because things went so well for TechNet and MSDN, Microsoft Operations migrated 25% of the Web servers running microsoft.com, one of the world's largest Web properties, to Hyper-V. We've not encountered any performance, stability, or availability issues at all. More Web servers for microsoft.com will be deployed in Hyper-V once the needed hardware arrives. For more details on this, see http://blogs.technet.com/windowsserver/archive/2008/06/25/microsoft-com-powered-by-hyper-v.aspx. Hyper-V is quite flexible, supporting a number of virtual machine (VM) guests, such as: Windows Server 2008 Windows Server 2003 Windows 2000 Server Windows Vista Windows XP Novell SUSE Enterprise Linux See http://www.microsoft.com/windowsserver2008/en/us/hyperv-supported-guest-os.aspx for specific details. As the Exchange team announced at Microsoft TechEd recently, Microsoft will be publishing a support statement with respect to Exchange Server within 60 days of today. While you're waiting, if you have a server that is a 64-bit environment and supports hardware-assisted virtualization (Intel VT or AMD-V) technology, I highly recommend download and trying Hyper-V. Hyper-V is available for download at http://www.microsoft.com/downloads/details.aspx?FamilyId=F3AB3D4B-63C8-4424-A738-BADED34D24ED. Hyper-V is also expected to be available on Windows Update/Microsoft Update on July 8, 2008. For other information about Hyper-V, see the Virtualization Team blog at http://blogs.technet.com/virtualization/archive/2008/06/26/wu-hoo-only-12-days-to-wu.aspx. Below are some Hyper-V resources: Microsoft Virtualization Home Page - http://www.microsoft.com/virtualization/default.mspx Virtualization Case Studies - http://www.microsoft.com/virtualization/case-studies.mspx Virtualization Solution Accelerators - http://technet.microsoft.com/en-us/solutionaccelerators/cc197910.aspx Windows Server 2008 Virtualization & Consolidation: http://www.microsoft.com/windowsserver2008/en/us/virtualization-consolidation.aspx Hyper-V FAQ - http://www.microsoft.com/windowsserver2008/en/us/hyperv-faq.aspx Optimized Desktop Infrastructure (VDI and much more): http://www.microsoft.com/windows/products/windowsvista/enterprise/default.mspx Virtualization TechCenter: http://technet.microsoft.com/en-us/virtualization/default.aspx How to Install Windows Server 2008 Hyper-V - http://www.microsoft.com/windowsserver2008/en/us/hyperv-install.aspx Windows Server 2008 Hyper-V Performance Tuning Guide - http://www.microsoft.com/whdc/system/sysperf/Perf_tun_srv.mspx MSDN & TechNet Powered by Hyper-V - http://blogs.technet.com/virtualization/archive/2008/05/20/msdn-and-technet-powered-by-hyper-v.aspx MSDN & TechNet Powered by Hyper-V Whitepaper - http://download.microsoft.com/download/6/C/5/6C559B56-8556-4097-8C81-2D4E762CD48E/MSCOM_Virtualizes_MSDN_TechNet_on_Hyper-V.docx Blogs: http://blogs.technet.com/virtualization/default.aspx http://blogs.msdn.com/virtual_pc_guy/ http://blogs.technet.com/jhoward/ http://blogs.technet.com/roblarson/ http://blogs.technet.com/virtualworld/ http://blogs.technet.com/windowsserver/ http://blogs.technet.com/mapblog/ http://blogs.technet.com/stbnewsbytes/ Webcasts: http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&EventID=1032368894&CountryCode=US http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&EventID=1032372420&CountryCode=US For news about Hyper-V, see: Hyper-V: It's Here Microsoft Hyper-V virtualization technology is ready to roll Kiss VMWare's Rump Goodbye Microsoft Raises its Game Against VMWare
Since then, because things went so well for TechNet and MSDN, Microsoft Operations migrated 25% of the Web servers running microsoft.com, one of the world's largest Web properties, to Hyper-V. We've not encountered any performance, stability, or availability issues at all. More Web servers for microsoft.com will be deployed in Hyper-V once the needed hardware arrives. For more details on this, see http://blogs.technet.com/windowsserver/archive/2008/06/25/microsoft-com-powered-by-hyper-v.aspx.
Hyper-V is quite flexible, supporting a number of virtual machine (VM) guests, such as:
See http://www.microsoft.com/windowsserver2008/en/us/hyperv-supported-guest-os.aspx for specific details.
As the Exchange team announced at Microsoft TechEd recently, Microsoft will be publishing a support statement with respect to Exchange Server within 60 days of today. While you're waiting, if you have a server that is a 64-bit environment and supports hardware-assisted virtualization (Intel VT or AMD-V) technology, I highly recommend download and trying Hyper-V. Hyper-V is available for download at http://www.microsoft.com/downloads/details.aspx?FamilyId=F3AB3D4B-63C8-4424-A738-BADED34D24ED. Hyper-V is also expected to be available on Windows Update/Microsoft Update on July 8, 2008.
For other information about Hyper-V, see the Virtualization Team blog at http://blogs.technet.com/virtualization/archive/2008/06/26/wu-hoo-only-12-days-to-wu.aspx.
Below are some Hyper-V resources:
Blogs:
Webcasts:
For news about Hyper-V, see:
This is too funny (and too close to real life) to not share. Check out the video at http://www.thewebsiteisdown.com/salesguy.html.
Warning: NSFW :-)
One of the Exchange Server PMs on the Front-End team shared this cool tip for disabling the Play on Phone capabilities of Exchange 2007 Unified Messaging.
The Exchange 2007 Unified Messaging Play on Phone feature enables a UM-enabled user to access a voice mail message. However, instead of playing the media file over their computer speakers, they can listen to the message on a telephone.
When users sit in office cubicles, use a public computer, have a computer that is not enabled for multimedia, or have a voice message that is confidential, a UM-enabled user may not want to or may be unable to play a voice message over their computer speakers. The Play on Phone feature lets the UM-enabled user play the voice message over a telephone. The Play on Phone feature is available in Exchange 2007 Outlook Web Access and in Office Outlook 2007.
To disable Play on Phone without affecting any other Unified Messaging functionality you set the OutCallsAllowed property on all UMIpGateway objects to false. For example:
set-UMIPGateway NameofGateway -OutCallsAllowed $false
You can also navigate to the Properties dialog for the IP Gateway object and uncheck the check box for Allow Outgoing Calls.
The flag instructs the Unified Messaging server to never to send SIP Invites (new calls) to the corresponding gateway object. If there are no gateway objects with the property set to true, then Unified Messaging will not attempt to place any outbound calls.
When using this tip, be aware that:
For more information about Play on Phone, see http://technet.microsoft.com/en-us/library/bb124387.aspx.
As part of our monthly content refresh today, we released a new White Paper - Continuous Replication Deep Dive. This comprehensive deep dive white paper includes technical details about the replication components, the replication service, log shipping and replay, scheduled and unscheduled outages, lost log resilience, transport dumpster, database re-seed scenarios and incremental reseed, log truncation, and more! You can read the White Paper at http://technet.microsoft.com/en-us/library/cc535020(EXCHG.80).aspx, and a Printer Friendly version can be found at http://technet.microsoft.com/en-us/library/cc535020(EXCHG.80,printer).aspx. We also release some other good stuff, too: White Paper: Planning for Large Mailboxes with Exchange 2007: http://msexchangeteam.com/archive/2008/07/01/449112.aspx Performance Counter and Thresholds: http://msexchangeteam.com/archive/2008/07/01/449113.aspx Enjoy!
You can read the White Paper at http://technet.microsoft.com/en-us/library/cc535020(EXCHG.80).aspx, and a Printer Friendly version can be found at http://technet.microsoft.com/en-us/library/cc535020(EXCHG.80,printer).aspx.
We also release some other good stuff, too:
Yesterday, we released SP1 for ISA Server 2006. ISA Server 2006 Service Pack 1 introduces new features and functionality for both the Standard and Enterprise Editions. The new features focus on configuration change management and enhanced troubleshooting. SP1 includes the following new features and improvements: Configuration Change Tracking Registers all configuration changes applied to ISA Server to help you assess issues that may occur as a result of these changes. Test Button Tests the consistency of a Web publishing rule between the published server and ISA Server. Traffic Simulator Simulates network traffic in accordance with specified request parameters, such as an internal user and the Web server, providing information about firewall policy rules evaluated for the request. Diagnostic Logging Viewer Now integrated as a tab into the ISA Server Management console, this feature displays detailed events on packet progress and provides information about handling and rule matching. Improvements for existing features, including: Support for integrated NLB mode in all three modes, including unicast, multicast, and multicast with Internet Group Management Protocol (IGMP). Previously, ISA Server integrated NLB-supported unicast mode only. Support for use of server certificates containing multiple Subject Alternative Name (SAN) entries. Previously, ISA Server was able to use either only either the subject name (common name) of a server certificate, or the first entry in the SAN list. Support for Kerberos Constrained Delegation (KCD) cross-domain authentication. Credentials from users located in a different domain than the ISA Server, but in the same forest, can now be delegated to an internal published Web site by using KCD. Support for client certificate authentication in a workgroup deployment. This removes the requirement to map each client certificate to an Active Directory account. For more information about this service pack, see Microsoft Knowledge Base Article 943462. For general information about installing ISA Server updates and hotfixes, see Microsoft Knowledge Base Article 885957. To download ISA Server 2006 SP1 (including the Release Notes and documentation), visit http://www.microsoft.com/downloads/details.aspx?FamilyID=d2feca6d-81d7-430a-9b2d-b070a5f6ae50&DisplayLang=en.
Configuration Change Tracking Registers all configuration changes applied to ISA Server to help you assess issues that may occur as a result of these changes. Test Button Tests the consistency of a Web publishing rule between the published server and ISA Server. Traffic Simulator Simulates network traffic in accordance with specified request parameters, such as an internal user and the Web server, providing information about firewall policy rules evaluated for the request. Diagnostic Logging Viewer Now integrated as a tab into the ISA Server Management console, this feature displays detailed events on packet progress and provides information about handling and rule matching. Improvements for existing features, including: Support for integrated NLB mode in all three modes, including unicast, multicast, and multicast with Internet Group Management Protocol (IGMP). Previously, ISA Server integrated NLB-supported unicast mode only. Support for use of server certificates containing multiple Subject Alternative Name (SAN) entries. Previously, ISA Server was able to use either only either the subject name (common name) of a server certificate, or the first entry in the SAN list. Support for Kerberos Constrained Delegation (KCD) cross-domain authentication. Credentials from users located in a different domain than the ISA Server, but in the same forest, can now be delegated to an internal published Web site by using KCD. Support for client certificate authentication in a workgroup deployment. This removes the requirement to map each client certificate to an Active Directory account. For more information about this service pack, see Microsoft Knowledge Base Article 943462. For general information about installing ISA Server updates and hotfixes, see Microsoft Knowledge Base Article 885957. To download ISA Server 2006 SP1 (including the Release Notes and documentation), visit http://www.microsoft.com/downloads/details.aspx?FamilyID=d2feca6d-81d7-430a-9b2d-b070a5f6ae50&DisplayLang=en.
For more information about this service pack, see Microsoft Knowledge Base Article 943462. For general information about installing ISA Server updates and hotfixes, see Microsoft Knowledge Base Article 885957.
To download ISA Server 2006 SP1 (including the Release Notes and documentation), visit http://www.microsoft.com/downloads/details.aspx?FamilyID=d2feca6d-81d7-430a-9b2d-b070a5f6ae50&DisplayLang=en.
Jeffrey Snover, the inventor of Windows PowerShell, has posted an important message on how to speed up startup of Windows PowerShell. The fix is detailed here.
Are you prepared for outages that affect e-mail service or data availability? Have you defined recovery strategies and procedures for disasters big and small? In this webcast, I'll cover the recommended strategies for protecting Microsoft Exchange Server 2007 messaging service and data, with an emphasis on the ultimate disaster: a full site failure. Join me this Friday (August 15, 2008) from 9:30 AM to 10:30 AM PST as I also dive deep into standby continuous replication (SCR), which was designed with these disasters in mind. This is a 300-400 level Webcast that covers disaster recovery options and strategies for Exchange 2007 SP1, standby continuous replication, and site resilience. You can register for this free Webcast at http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032381322&Culture=en-US.
You can register for this free Webcast at http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032381322&Culture=en-US.
Thanks to the nearly 150 folks who attended my Webcast last week. A recording of the Webcast is now available at https://www.livemeeting.com/cc/mseventsbmo/view?id=1032381322&role=attend&pw=27903285. I recommend that you download or view the High Fidelity Live Meeting Replay, as that version will also show the animations that were used on several slides. The WMV version does not include the animations.
As an aside, part 1 of this 2-part Webcast (which is presented by Ayla Kol, a PM on the Exchange high availability team) had some initial audio problems and is being re-recorded. The recording is expected to be available on August 26. I'll post a link here when it's ready. Enjoy!