Search


Sponsors





Tags


3cx activation active directory activesync adml admx ado adsi aero api apple audit collection services bdd beta bill gates bitlocker blue screen of death bob muglia c2ict carolyn kepcher ccr centro certificate ces channel9 cleartype cluster continuous replication clustering cmdlets com command line core server cougar daylight saving dcpromo defrag dep dhcpv6 display settings dns domain download download center dynamic disks eap easy print engyro esp essentials 2007 exchange exchange 2003 exchange 2007 exchange 2007 integration exchange load simulator 2003 exchange management shell exchange server 2003 exchange server 2007 faq filemon firefox flash forefront forefront security gadget gadgets games for windows geocities global catalog google group policies group policy guids hypervisor ie 7 ie7 ieak internet explorer internet explorer 7 ipv6 isa isa server it forum it forum 2006 keynote jalasoft jetstress jim allchin katmai kb kms larry orecklin lcr learning network manager licensing lip live meeting live search box llmnr loadsim longhorn longhorn server loopback adapter mak management pack mcse mcts media center microsoft microsoft application compatibility toolkit microsoft management summit msdn msdn subscriber msfp msn search mui multicast nap ncp netbios netmon notepad office 2007 office communications server 2007 office live offline files cache olpc onecare operations manager 2007 operations manager 2007 r2 osd outlook outlook 2003 outlook 2007 outlook express outlook web access 2007 pagefile patch tuesday patent phishing piracy plug and play device redirection framework pnm powershell pppoe process explorer process monitor protected mode psinfo public beta push e-mail qos rdp redmond register regmon remote access remote desktop remote managed services replication response point robocopy gui rpc rsa securid rtm sccm 2007 schema screensaver search folder service desk service manager service modeling language session broker load balancing sidebar single instance storage sms soapbox softgrid software assurance sp2 speaker idol sstp stardock start menu stefan stranger steve ballmer sybari sysinternals system center system center airlift system center online services system center user group systems management server tap techlog technet magazine terminal server terminal services tool trademarked uac unc unified communications unified messaging uris user account control vienna virtual machine virtual pc virtual server virtualization visio drawings vista vista r2 vista server vlite vmm vpn wds weblog widget wifi wiki windows windows 2000 windows anytime upgrade windows automated installation kit windows backup windows home server windows installer windows live hotmail windows live maps windows live search center windows live search for mobile windows mobile windows mobile 6 windows mobile device center windows pe windows presentation foundation everywhere windows server windows server 2003 windows server 2007 windows server 2008 windows sever 2008 windows sideshow windows vista windows vista hardware assessment windows vista ultimate extras windows xp winroute wm6 wmi xaml xbox 360 yahoo youtube zune


Affiliates


ActiveWin= Watching Microsoft like a Hawk
JCXP Microsoft Software and Technology News
TechConnect Magazine Windows Connected
MS Minded MSFN
WinBeta WinBetaSecrets

Proud sponsor of


The Hive

Windows XP Expert Zone: Feature Community
Eliminate phone wiring & lower call costs with 3CX VOIP Phone System for Windows:                                           Free SIP-based IP PBX  -  Download today!

Windows Server “Centro” is built on Windows Server 2008 and provides an integrated server and management system for midsize businesses. The CTP includes many new Windows Server 2008 Beta 3 based components, as well as updates to the server applications that shipped in “Centro” Beta 1 (updated versions of System Center Essentials 2007, Exchange Server 2007 and ISA, as well as new updates to setup, Active Directory domain join functionality and a host of other improvements).

Please take a moment to read through the hardware requirements below. If you meet these requirements, go to http://connect.microsoft.com, click on Invitations, sign in with your Windows Live ID (Passport ID) and enter the following invite ID; Extr-GHBC-JCJM.

Windows Server Kent Compton, Product Manager in Microsoft's Windows Server Solutions Group, writes:

Another milestone for Windows Server code name "Centro" occurred this afternoon with the official signing off of the CTP (5241) build. The CTP builds on the foundation established in Beta 1 while moving into new areas such as enabling legacy Active Directory domain joins, including Windows Server 2008, etc. If you're in the TAP or TechBeta you should be able to download it from connect.microsoft.com within a few hours. Please test it, push it, break it and then file those bugs! We looking forward to hearing from you.

We're on the road to Beta 2...

Silect Software, a developer of products that reduce IT ownership costs, is pleased to announce the immediate availability of MP Studio 2007. MP Studio helps offset spiraling IT management costs by giving IT organizations the ability to more effectively leverage IT management knowledge critical to the operation and maintenance of complex IT systems. Working together with Systems Center Operations Manager 2007, the result is a highly tuned service monitoring capability which identifies the slightest deviation in service delivery from defined service levels.

MP Studio 2007


Operations Manager 2007 Management Packs contain rich operational knowledge used to deliver effective service level monitoring. MP Studio 2007 delivers a framework to achieve an efficient, repeatable process for managing the key stages of the Management Pack lifecycle including analysis, reporting, tuning and version control, reducing the cost of using and managing System Center Operations Manager while increasing System Center Operations Manager’s ability to effectively monitor and report on your organization’s IT infrastructure. (more)

Kirill Tatarinov Redmond, June 29th 2007 -- today Microsoft announced that Kirill Tatarinov, currently Corporate Vice President of the Microsoft’s Management and Solutions Division (MSD) within the Microsoft Business Division, will fill the MBS leadership position vacated by Satya Nadella in March. The move will be effective on July 2, 2007. Kirill brings extensive experience in leading R&D and broader business to the MBS leadership role. For the past five years Kirill has led Microsoft’s management business including prioritizing R&D bets, galvanizing the team and delivering high-quality solutions to customers and partners. This has yielded break-through results for Microsoft including a greatly expanded product portfolio and improved brand perception.

Prior to Microsoft, Kirill spent time in both large and small company environments and experienced what it was like to be a Microsoft partner. He was the Senior Vice President and Chief Technology Officer for BMC where he also spent time leading Business Development and running an end-to-end business, and was the founder of his own company, Patrol software, the developer of innovative software solutions for systems and network management. Patrol Software was acquired by BMC in 1994. Kirill has also worked in several systems, networking and consulting companies in Russia, Israel and Australia. (more)

Jalasoft We got this email from Jalasoft:

Jalasoft wants to proudly announce that Xian Network Manager Io RC2 is now available for download from our website.

This RC2 version is code complete and its release to manufacturing (RTM) will be announced next week. This final code milestone concludes our Xian Network Manager Io Beta program to date, with several hundred participants.

Xian Network Manager Io RC2 for Operations Manager 2007

You should check out their offering, because it can extend your OpsMgr 2007 installation by adding detailed network device support and agents for non-Windows platforms like Solaris and VMware! See screenshots here.

Operations Manager 2007 I found an interesting blog with information about how Microsoft have implemented Operations Manager 2007 internally. There is a lot of information on how they have handled hardware design and SQL optimization and redundancy. The info is written by Cory Delamarter, Microsoft.

Here is the link to the "Monitoring at Microsoft with Operations Manager" blog.

Operations Manager 2007 In a previous post I found out the way to do basic queries to the opsmgr database. I got a request on what to do with two different objects with the same name. For example two SQL servers hosting a database with the same name. There is no way to distinguish them with my previous query.
I found the following query would do the trick;

SELECT MEG.[Displayname] AS Object, LEFT(MEG.[PATH], CASE WHEN charindex(';' , MEG.[PATH]) > 0 THEN charindex(';' , MEG.[PATH]) ELSE 1 END - 1) AS Server, TMV.[Name] AS MonitoringClass, MEG.[Healthstate] FROM dbo.ManagedEntityGenericView AS MEG
INNER JOIN dbo.[ManagedTypeView] AS TMV
ON TMV.[id] = MEG.[MonitoringClassId]
WHERE MEG.[Displayname] = ''
AND TMV.[Name] = 'Microsoft.SQLServer.Database'

IP PBX Miami, Florida - 26 June 2007 - today released the Enterprise edition of its new product 3CX Phone System, a Windows-based IP PBX that completely replaces a proprietary PABX. 3CX Phone System is based on the open SIP standard and interoperates with a wide range of popular SIP phones, VOIP Gateways and SIP-based providers. The Enterprise edition of 3CX Phone System implements enterprise telephony features such as Call Queuing and . It has been independently tested and certified for Microsoft Windows 2003.

The Exchange 2007 integration feature allows 3CX Phone System to use the Unified Messaging Server in Exchange Server 2007 as the voice mail server. This way, users can connect to their Exchange Server to listen to their calendar, have Exchange read out mails and receive their voice mail in their email inbox.

The Call Queuing feature allows companies to hold callers in a queue, whilst agents answer calls. Agents are able to login and logout to queues from Windows seeing the exact number of callers in the queue. (more)

SQL Server you can now attend a free e-learning on SQL Server 2008 at this URL :
https://www.microsoftelearning.com/eLearning/courseDetail.aspx?courseId=78337

Title: Clinic 7045 - What's New in Microsoft® SQL Server™ 2008
Course Type: Self-paced Course
Available Offline: Yes
Estimated Time of Completion: 2 Hours
Language: English
Description: In this clinic, you will learn about the new and enhanced features included in SQL Server 2008. You will explore the new data types and the data management features. Additionally, you will learn about the enhanced Integration Services, Analysis Services, and Reporting Services included in SQL Server 2008. This online clinic is composed of a rich multimedia experience.
Objectives: At the end of the course, students will be able to:

  • Describe the features of SQL Server 2008 and their benefits.

  • Describe the features of enterprise data platform that help you to secure data in applications.

  • Describe the dynamic development features that facilitate the development of database applications.

  • Describe the features of SQL Server 2008 that provide data storage solutions beyond relational databases.

  • Describe the enhanced features in SSIS that help you to integrate data effectively.

  • Describe the enhanced features in SSAS that help you to improve the BI infrastructure.

  • Describe the enhanced features in SSRS that help you to improve the scalability of the reporting engine.
  • VS 2005 R2 Arlindo Alves writes: "One of my colleagues developed a tool called VMRC Plus which is an improved version of the VMRC client that is deployed together with Virtual Server 2005."

    What does VMRCplus offer?
  • Direct control of local or remote instances of the Virtual Server service. IIS and IE browser are no longer required!

  • Tabbed interface to quickly jump between Virtual Server hosts and guest VMRC sessions.

  • Reusable saved states: this feature allows users to preserve a particular saved state and return to that state at any time.

  • Multiple guest selection supported for startup/shutdown/save/display.
  • (more)

    Kevin Remde links to a screencast which shows off for the first time support for an 8 core virtual machine.

    supported a utility called which allowed an administrator to connect to the Routing Engine Service on port 691, query it, and retrieve a view of the Routing Topology as seen by the server. The Routing Log Viewer in provides a similar function to WinRoute but for Exchange Server 2007 Hub Transport and Edge Transport roles.

    Since there is no Routing Engine to query, the log viewer allows an administrator to open a routing log file which contains information about what the routing topology looks like as seen by the server. To determine what the current routing topology looks like to Exchange Server, utilize the latest log file as indicated by the timestamp on the last modified date.

    Furthermore, it allows the administrator to open a second routing log and determine the changes that have occurred within the routing topology between two time periods. This provides a great benefit in instances where routing problems resolve themselves before the issue could be troubleshot or for determining which changes have occurred in the topology over time. In these cases, if problems were due to changes in the routing topology, the utility can be used to compare those changes and hopefully provide clues as to why it occurred. (continue at source)

    Microsoft Tuesday released the next beta version of that adds options for installing Microsoft’s newest Web server.

    The Community Technology Preview (CTP), which is Microsoft’s lingo for its release cycle of beta software, is available to MSDN subscribers, TechNet subscribers and Connect customers.
    With the new CTP, Internet Information Server (IIS) 7.0 is now an installation option under the Server Core feature of the server.

    Server Core is made up of the Windows kernel and a set of infrastructure “roles,” which install only the components needed for any of eight specific functions: Active Directory, Active Directory Lightweight Directory Services, DHCP, DNS, File, Print, Windows Media Services and Windows Server Virtualization (when it ships). (continue at source)

    Ever since Microsoft came out with , the demand for a real Load Balancing solution has been present. Up until now one would have to turn to third-party software to get a decent Load Balancing product. Citrix Presentation Server is the most well-known example of this. At But at BriForum 2007 In Chicago, Microsoft shocked the SBC world by announcing that will be able to do real Load Balancing.

    So what about this ““ in Windows Server 2008? What does it do? What can’t it do? Is it any good? Can I get rid of Citrix? Well, in this article we’re going to take a closer look at “Session Broker Load Balancing“ in Windows Server 2008 and see if we can answer these questions.(continue at source)

    Jeff Jones released his security report about the Security Vulnerabilities found in Windows Vista during the first 6 months. His analysis shows that Windows Vista has less High severity vulnerabilities in the first 6 months compared to Windows XP and other Operating Systems.

    Security

    Operations Manager 2007In some situations it’s nice to be able to query the OperationsManager manually. After setting up my lab en be able to change a health status of a dummy database. I ran a trace and searched for a clue where this healthstatus information is stored. Turns out that Microsoft has created some nice, userfriendly views (dbo.ManagedEntityGenericView and dbo.ManagedTypeView) that can be queried. theres plenty more to find but those 2 were enough to get the health status the way I wanted it.

    Using the following query you can see which monitor classes are being monitored for a certain object and which health state is has got. 1 being healty, 2 is a warning and 3 is an error;

    SELECT MEGv.[Displayname] AS Object, TMv.[Name] AS MonitoringClass, MEGv.[Healthstate] FROM dbo.ManagedEntityGenericView AS MEGv
    INNER JOIN dbo.[ManagedTypeView] AS TMv
    ON TMv.[id] = MEGv.[MonitoringClassId]
    WHERE MEGv.[Displayname] = 'YOUR OBJECT'

    YOUR OBJECT can be anything, form a database name to a server name. Just any object name that can be monitored.

    If you’d like to a more selective result and only want one specific monitorclass of one specific object you can use:

    SELECT MEGv.[Displayname] AS Object, TMv.[Name] AS MonitoringClass, MEGv.[Healthstate] FROM dbo.ManagedEntityGenericView AS MEGv
    INNER JOIN dbo.[ManagedTypeView] AS TMv
    ON TMv.[id] = MEGv.[MonitoringClassId]
    WHERE MEGv.[Displayname] = 'YOUR OBJECT'
    AND TMv.[Name] = ‘YOUR MONITORCLASS'

    YOUR MONITORCLASS is something like Microsoft.SQLServer.Database
    (Use the first query to list all the monitor classes for a certain object)

    Windows Server 2008 Matt McSpirit writes:

    In the video, you'll see Jeff Woolsey, Senior Program Manager for Windows Server Virtualisation (WSV), demo a number of different areas of the technology, and in particular, Jeff highlights 8-core Virtual Machines, Hot-Adding of hardware and Live Migration of Virtual Machines, none of which will make it into the first release of WSV.


    Virtual Lab Massimo ReFerre from IBM has recently blogged the technical differences between Viridian (WSV), VMware ESX, and XEN. You can read the full article in his post "A brief architecture overview of VMware ESX, XEN and MS Viridian", and a snippet is below:

    It is my feeling that there has been a bit of confusion lately around how hypervisors are being positioned by the various vendors. I am specifically referring to the three major technologies that seem to be the most relevant strategically going forward:

  • VMware ESX is the VMware flagship hypervisor product: it's the basis for the Virtual Infrastructure version 3 framework.

  • MS Viridian is the next generation hypervisor that Microsoft is going to use in the Longhorn time frame and that is currently being developed. It's basically the successor of Microsoft Virtual Server.

  • Xen is an opensource hypervisor that is being integrated by a number of players which include RedHat, Suse, XenSource and Virtual Iron.
  • (more)

    Operations Manager 2007I was playing in my lab and came across an error that couldn’t be find on google. For the sake of completion here is how I solved the simple problem. The error in the system eventvwr told me;

    Event Type: Error
    Event Source: Service Control Manager
    Event Category: None
    Event ID: 7023
    Date: 6/18/2007
    Time: 9:59:49 PM
    User: N/A
    Computer: SVR1
    Description:
    The OpsMgr Health Service service terminated with the following error:
    %%2164195395

    A cryptic message, when I started the service manually it would start. Another thing that came to my attention was, that it didn’t discover any clients or servers.
    A closer look at the event viewer revealed that there was an AD problem as well. It couldn’t contact AD (Source: netlogon Event-id: 5719) and also the DNS client couldn't register itself (Source: dnsapi Event-id: 11165).

    Clearly, a dns problem, I forgot my opsmgr server got a dynamic ipadress from my adsl modem and used my adsl modem as dns server. I pointed the servers dns client to the domain controller, rebooted the machine and the DNS, AD and opsmgr problems were gone.

    Microsoft I just got this email, revealing that a CTP for Windows Server "Centro" is underway:

    Big News! Microsoft is planning to release a Community Technology Preview (CTP) of Windows Server Code Name "Centro" in the next few weeks. We look forward to your continued participation with Windows Server "Centro" and are really excited to receive your feedback on the upcoming CTP.

    Windows Server "Centro" is built on Windows Server 2008 and provides an integrated server and management system for midsize businesses. The upcoming CTP includes many new Windows Server 2008 Beta 3 based components, as well as updates to the server applications that shipped in Windows Server "Centro" Beta 1 (updated versions of System Center Essentials 2007, Exchange Server 2007 and ISA, as well as new updates to setup, Active Directory domain join functionality and a host of other improvements).

    First of all, for those people who attended one of my sessions yesterday at Technet Live: thank you! It was a great experience and from the comments that I got, it seems that my message came through about System Center. I presented two sessions at Technet Live about System Center and DSI. During those sessions I did 6 (!) live demo's, almost one of every product. Amazingly, they all went fine and did not "Murphy" on me. :-)

    As promised, I am publishing the slide deck online. You can download it at the link hereunder. The first session was recorded and will be on the dutch Technet website in the coming 3-4 weeks. Again, thanks for joining yesterday and see you soon at another venue!

    Technet Live: System Center en DSI (Maarten Goet)

    Yesterday i attended the Technet Live event hosted by Microsoft in the RAI (Amsterdam). A couple of things got my attention while listening to the sessions:

    * No powershell on Windows Server core
    Although you can use powershell on a remote machine to manage a server core machine, my opinion is that Powershell must be available on server core as well, because in my opinion you want to standardise your scripting across your infrastructure on one language, and some scripts you want to have local on the machine itself.

    * No ASP.NET while running IIS7 on Server core
    Word is that Classic ASP works normally, but i can't imagine that microsoft would release a IIS product that won't support ASP.NET.

    Both of these limitation have to do with the fact that the .NET framework isn't available for Server Core yet, from what i have heard the .NET team at Microsoft is working on this issue. Let's hope it's in the final Windows Server 2008. What do you think? Please leave a comment.

    Also yesterday was the first time i heard Mark Minasi speak, in this case it was about "Living the Longhorn Live", Mark is a great speaker which can bring the story with lots of humour, if you have the chance you should really visit one of his sessions. Also much appriciation for Maarten and his talk about System Center, i noticed that Maarten has developed some real good presentation skills, something i want/need to work on myself. Maarten's presentation on System Center will be put on Techlog very soon.

    Maarten @ Technet Live

    While reading through my RSS feeds, i noticed a reference to the website: http://www.kbshortcuts.com/. The website gives you the opportunity to search for keyboard shortcuts for all kinds of applications running on the Windows Platform. I personally don't use keyboard shortcuts that much, but i know they can save you a lot of time when doing certain tasks. I will give it another try from now on.

    Visit Keyboard Shortcuts, Save a mouse, use a keyboard

    Jeff Alexander writes: We have just release some new resources for . Check them out below:

    SCUG Stefan Stranger, Arie de Haan and myself are already some time busy with setting up a Dutch System Center User Group (SCUG.nl) and on Monday we finally launch SCUG.nl at the Dutch TechNet Live Event in the RAI Amsterdam.

    The goal of our Dutch System Center User Group is exchanging info about all the System Center Products from Microsoft. First we start with OpsMgr 2007 and later more products will follow. You can ask questions in our forum and read blogs about System Center Products. Besides our website we will organize meetings to inform you personally. So keep a eye on SCUG.nl if you can read Dutch ;-).

    To celebrate the start of our Dutch System Center User Group we are giving away great prizes at TechNet Live in the RAI Amsterdam. (more)

    Operations Manager 2007 Microsoft has just released the Operations Manager 2007 Design Guide to their download website.

    This is really worth the read. The paper has good information about sizing, especially hardware requirements versus number of agents, which can be a real pain point for your deployment, if sized too small.

    Download it here:
    http://download.microsoft.com/download/7/4/d/74deff5e-449f-4a6b-91dd-ffbc117869a2/OpsMgr2007_DesignGuid.doc

    On the Website of Aaron Tiensivu you can find a list of Vista pre-SP1 hotfixes, sorted by category. He concentrates on the non-critical updates that don't always show up on Windows Update. He mentiones: "I wish Microsoft hosted a page like this." and i agree.

    A good portion of these are wrapped up into one package with Autopatcher.

    Updated list of Vista pre-SP1 hotfixes, sorted by category

    Windows Management Instrumentation (WMI) is one of those technologies that tends to intimidate administrators who are unfamiliar with it. On the Performance team, we handle basic WMI issues - mainly relating to basic WMI functionality and permissions. So today, we're going to go over the WMI Basics. We're not really going to get into how to write WMI scripts - there's hundreds of online scripting resources and books available already. We are going to look at the architecture of WMI itself ...

    So - what is WMI? WMI is an implementation of the Web-Based Enterprise Management (WBEM) standard. WMI provides a uniform access mechanism to a vast collection of Windows management data and methods. WMI offers access to this information via script, C++ programming interfaces, dot net classes (system.management), and a command line tool (WMIC). Other WMI capabilities also include eventing, remoting, query, views, user extensions to schema and instrumentation, and more.(continue at source)

    Operations Manager 2007 Thanks to Edwin van Veltom for sending this in:

    Systems Management: Dell Management Pack for Microsoft System Center Operations Manager 2007. The Dell Management Pack for Microsoft System Center Operations Manager integrates Dell PowerEdge server alerts into Ops Manager. The Management Pack provides a list of Dell-specific views that you can use to observe and drill down the system status in a network. Fixes and Enhancements:

    1) Added support for Microsoft System Center Operations Manager 2007
    2) Enhanced health drill down model in Diagram views from overall Dell Hardware health to individual hardware components.
    3) Includes support for the latest versions of Dell OpenManage Server Administrator v5.2 (including the enhanced Storage Management Service 2.2).
    4) Supports monitoring of Dell printers using SNMPv2

    Dell Management Pack for Operations Manager 2007

    James Bannan from APC Magazine writes:

    One thing which really annoys me about the Vista desktop is the size of the icons. Perhaps I’m too used to Windows XP, but the icon size on XP seemed perfect.

    Not only does Vista’s icon size make me think that they’re providing a visual aid in my dotage, but icons to any third-party apps are instantly stretched too far, looking ugly and pixelated.

    Well, the answer is surprisingly simple – go the desktop, hold down CTRL and scroll the mouse wheel up or down. Down makes the icons smaller, up enlarges them.

    The main difference is in the level of localization in comparison to packages: packages provide the desktop user with an approximately 80% localized user experience. In addition, LIP doesn't allow users to switch languages. Once a LIP is installed, all users using that machine will have the same User Interface (UI) language. LIP relies on the same resource-loading technology MUI is built upon, and installs on top of the English version.

    Guide to Windows Vista Multilingual User Interface
    How do I get additional language files?
    Installing Language Interface Packs

    Virtual Server Today Microsoft released to the Web the final version of Virtual Server 2005 R2 service pack 1. Available at no charge, this service pack adds support for hardware-assisted virtualization and improved backup services and compatibility. A new feature to the service pack is Volume Shadow Services, which provides customers with improved support for backup and disaster recovery. Instead of scheduling downtime for backing up each virtual machine individually, customers will now be able to take snapshot backups of physical machines, with no downtime, that will in turn take snapshots of all the virtual machines on that physical host.

    Virtual Server 2005 R2 SP1 also supports host clustering, which offers customers minimal downtime depending on the speed of storage and amount of memory assigned to a virtual machine. Host clustering is storage agnostic, comes with Windows Server 2003 Enterprise or Datacenter editions, and is a high-availability solution for both planned and unplanned downtime. And with System Center Virtual Machine Manager, downloadable today as a beta 2 version, customers will have tools for high availability migration.

    Virtual Server 2005 R2 Service Pack 1 (more)

    Want to get a better understanding of how to architect, deploy, administer, and operate Operations Manager 2007? Walk through this online course designed to help you get ramped on using Operations Manager 2007.

    System Center Operations Manager 2007 Technical Walkthrough

    TechEd 2007 It's finished, basta, finito, done, afgelopen and ende. Teched 2007 USA, this year in Orlando, was great. The keynote was not that good, besides a really cool Back to the Future movie with Christopher Lloyd live on stage. But the week had some great sessions on Windows Server 2008, Windows Server Virtualization and other 2008 products.

    We had some nice meetings like the International Roundtable with Andy Lees, the bloggers breakfast with Microsoft security guru's and an exclusive conversation with Eric Berg on the acquistion of Engyro.

    We met lots of great people like Josh & Jeff from Windows Connected, Tom Warren from Neowin, Pete Zerger from System Center Forum and other dutchies like Raymond Comvalius. The party on thursday was fantastic; Microsoft really going to the max by renting Universal's Islands of Adventure exclusively for Teched attendees! Tonight we're going to watch the Space Shuttle launch at Kennedy Space Center and tomorrow were heading home.

    Thank you for joining us this week and thanks to Microsoft for having Techlog as official bloggers / media reporters to the event. We'll pick up the normal Microsoft news coverage next monday, when life returns to normal and the day job continues. :-)

    Windows Server 2008 I just sat on the 71-649 exam, Transitioning your MCSE on Windows Server® 2003 to Windows Longhorn Server Technology Specialist, at the VUE test center at Teched 2007. While I cannot comment on any specific question, I can comment on the areas of focus for studying for this exam (right, Trika?). If you will be taking this exam in the near future, learn about the details in these areas:

  • Terminal Services - the different roles, the new features, etc

  • IIS 7 - the new command line tools, new features, etc

  • Server Core - ofcourse, know your way with all the cmdline tooling that you can use

  • Virtualization - be sure to study on how Virtual Server 2005 works

  • Active Directory - the new features, but also AD in general


  • Other then that, just know your Windows Server 2008 stuff. Download beta 3 and have a go yourself with the installation and configuration. The new Server Manager is fantastisc and nothing beats some first hand experience on the product. In 8 tot 12 weeks time we will be getting the scores. Good luck to whoever is taking a shot also!

    The topic that seems to get a lot of interest is how we use Virtual Server and Clustering together to provide high availability. Basically Virtual Server is a 'clusterable resource' - which means that any guest virtual machine can fail over between cluster nodes (for both planned and unplanned downtime) - offering the ability to quickly move a virtual machine from physical server to physical server (we currently support eight physical servers in a single cluster).

    Quick Migration


    We've been able to do this since January 2006, but it seems that not a lot of people knew it (or weren't aware of what it meant). To help with the understanding, we've renamed this feature from Host Clustering to Quick Migration. For details on how to set this up, you can find the step-by-step instructions here.

    Quick Migration simply saves the state of a running virtual machine (memory to disk), moves the storage connectivity from one physical server to another and then restores the virtual machine (disk to memory). This is quick (seconds) - but it will depend on how much memory needs to be written to disk and the speed of the connectivity to the storage. For your reference, a 512Mb virtual machine can be migrated from one server to another in about six seconds using 1Gb iSCSI. (more)

    TechEd 2007 Bob Muglia announced during the Teched 2007 keynote that IIS7 will be implemented as a role on Windows Server 2008 "Server Core". James O'Neill has some more technical details on how that will be implemented:

    We've been taking some flak about the IIS7 on Core situation. For background IIS 7 needs the .NET framework, and when you choose to install Windows Server in it's "Core" form there's no .NET framework. (In case you weren't aware we will have standard, Enterprise and Datacenter versions of Server each of which can be installed as "Full" or "Core". If you want to switch from one to the other you re-install.). No .NET framework also means no PowerShell on Core installations. The IIS situation Making it worse is some bright spark tried running Apache on core and having no special windows dependencies it works. Now Apache working isn't a bad thing - customers using the LAMP stack (Linux, Apache, MySQL, PHP) don't want to switch to an all Microsoft "WISA" one (Windows, IIS, SQL server, ASP) so they can have a "WAMP" stack.

    There has been talk of a minimal .NET framework for IIS, but that's not what's been done here. Over on the IIS.net blog Bill Staples writes: "Currently the .NET Framework is not on Server Core, which means ASP.NET is currently not available. This is something the .NET team wants to add and we're working on adding it as soon as possible. Classic ASP works just fine, and with the new FastCGI support, PHP also runs great on Server Core.".

    So the question that will naturally get asked is when will we be able to get this ? The smart money is on it being in an the interim post-beta 3 build of Server 2008 before we get to RC-1. I've been told what the planned date for the first of these is, but plans change so I'm going to leave it to the product group to make the announcement. The intervals between builds won't be any surprise if you remember what the intervals were for these builds with Vista. (more)

    TechEd 2007 This morning, at Teched 2007, Ben Armstrong presented a session on Virtualization with Microsoft solutions. He touched briefly on the licensing changes. Things you should remember in this area is that Windows Server (2003 / 2008) enterprise edition will allow for 4 virtual machines. Datacenter edition will even allow for an unlimited number of virtual machines.

    Ben had a nice slide comparing the Virtual Server 2005 R2 SP1 features with Windows Server Virtualization. The main differences are that WSV (formerly "Viridian") will support up to 4 core CPU's, more than 32 Gb RAM per VM, 1 TB of RAM on the phyiscal host. Ofcouse, WSV will support 64-bit guests natively, uses MMC 3.0 and supports MS clustering.

    Another area he talked about, was System Center Virtual Machine Manager. This new solution, currently available as beta 2, manages your virtualization environment centrally from one console. It has powershell support, does P2V and V2V out of the box and both manages WSV and Virtual Server 2005. It has a self-service console and has library functionality. SCVMM will allow for rapid deploying and provisioning of virtual machines. It integrates with Operations Manager 2007, offering management packs that exposes information on your virtual environment.

    TechEd 2007 Mark Russinovich gave a session about the kernel changes in Windows Server 2008 at Teched 2007. As earlier announced at WinHEC, Windows Server 2008 will be the last 32-bit version of the server operating system. However, Mark commented that there will be at least one more 32-bit version of the client operating system, after Vista. Here's a short summary of the great new (kernel) features that Windows Server 2008 delivers:

  • Dynamic Partitioning - which allows hot adding of resources

  • Windows Hardware Error Architecture (WHEA) - a new common error reporting infrastructure

  • Hypervisor - basis for Windows Server Virtualization

  • Time Accounting - better allocating of cpu ressources to processes

  • Self-healing NTFS - worker thread does background checks

  • SMB2 - 30x-40x more throughput

  • IO Completion Port - efficient IO completion

  • IO Prioritization - background processes can run with less priority


  • Mark explained that the Hypervisor essentially is a device driver. It controls access on low level access to system resources like processors and memory. There's a different approach as to ESX; the Microsoft hypervisor implements the main OS as a root partition and adds child partitions. Those child partitions can then access hardware resources using the same drivers. Any device that has a windows driver would thus work in any child partition.

    Operations Manager 2007 During the Microsoft Management Summit last march, Microsoft announced that they were acquiring a license for using the EMC S.M.A.R.T.S. technology and would integrate that in the next major version of Operations Manager, currently codenamed MOMv4 (hinted to be named Operations Manager 2007 R2). Marie-Pierre Belanger presented a session on Teched 2007 today, about EMC S.M.A.R.T.S. and Operations Manager 2007. Here is a short summary:

    The key features that EMC S.M.A.R.T.S. delivers is network discovery on OSI layer 1, 2 and 3, discovery of cross-site relationships and the root-cause analysis using interrelationships among components. The unique approach that EMC has, is that they do not use rules - as the other industry players do. They use models and real analysis to discovery the cause of failures and behaviour. This reduces the never-ending development of custom scripts and rules and introduces real flexibility. (more)

    Windows Server 2008 Visitors of the Teched 2007 conference get a sneak preview at Windows Server Virtualization. At the hands-on labs booths, Microsoft is running an early version of WSV - formerly "Viridian" - allow visitors to get an early glimpse of the features. The lab lets you configure a virtual network with 802.1Q support and create a (x64) multi-processor Virtual Machine. While the Hypervisor did not work at my test machine, the lab revealed some details on Microsoft's strategy around WSV.

    The lab machine was running Windows Server 2008 beta 3, build 6001, but had an extra ID called "Service Pack 1, v.126". One could conclude that this means that Microsoft will be shipping Windows Server Virtualization as part of a service pack. This would also imply that the first service pack would be out within 180 days after Windows Server 2008 RTM's.

    SP1


    My first experiences with WSV were that the MMC was not that responsive (although the machine had 4 Gb RAM and a x64 OS and CPU). I liked the features like the Powershell cmdlets and the 802.1Q support (much like ESX offers). Click on the links below to see some high-resolution screenshots of Windows Server Virtualization.

    WSV: MMC snap-in
    WSV: OS build information
    WSV: Build information
    WSV: Hypervisor "missing"
    WSV: Virtual Network properties
    WSV: Virtual Machine properties
    WSV: Powershell

    The Microsoft® Windows File Replication Service Management Pack monitors the performance and availability of Windows File Replication Service, Ultrasound, and Replica Sets. By detecting and providing alerts for critical events and performance indicators, this Management Pack helps you correct and prevent possible service outages. This Management Pack plays an important role in ensuring that Windows File Replication Service, and Replica Sets are available and working correctly.

    By using embedded expertise, this Management Pack provides alerts for performance, health, and availability conditions that indicate problems. It helps you identify issues before they become critical, allowing you to maintain a high level of availability and performance for Windows File Replication Service and Replica Sets. As a result, this Management Pack can reduce the cost of ownership by enabling proactive management and reducing resolution times for identified issues.
    Requires OpsMgr 2007 MOM 2005 Backward Compatibility MP Update) 6.0.5000.1 (or higher)

    The AEM feature in Operations Manager 2007 is next step from CER 2.0. A training video is available here.

    As such, AEM falls under the umbrella of Client Monitoring which in its current state also emcompasses other features like Customer Experience Improvement Program (CEIP). A white paper on Client Monitoring can be read here.

    Operations Manager SDK contains helper classes for programming with AEM under Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring namespace.

    There's a lot available online to read about AEM (one such read is here) and so the next few blogs on AEM would focus on how you can customize AEM as per your needs.

    TechEd 2007 Rodney Fournier presented a 1.5 hour presentation on the new Failover Clustering in Windows Server 2008. He had a top 10 of enhancements list. The room was full of people, interested in the changes. While clustering has come a long way since NT 4.0 "Wolfpack", Windows Server 2008 introduces some nice new improvements. Here are a few highlights:

  • To get a full supported cluster you have to run a validate tool. This tool checks all hardware/software in a cluster if it meet the requirements. This tool only works with Windows Server 2008.

  • Support of multiple quorum models, to remove the single point of failure on the quorum resource.

  • The Cluster Admin tool is gone, it now works with a MMC 3.0 snapin, without the lockups of the gui when moving resources.

  • Graphical configuration of cluster resource dependancies added with bolean functionality.

  • It is possible to make a Cluster over multiple subnets. And the 500ms responsetime between cluster nodes can be adjusted.

  • From a personal view I'm happy with the new MSDTC role wizard, which is a welcome feature.

  • Configuring a cluster in Windows 2003 took 23 steps, in Windows Server 2008 it is just 3.


  • One big shortcoming of the new Failover Clustering functioality is that it will lack support for Powershell in the RTM version!

    Operations Manager 2007 Cameron Fuller has a nice walkthrough on how to generate a report for free disk space on servers monitored by OpsMgr:

    The easy approach is not to use a report for this, but rather to use the Operations Console directly to provide a graph. This can be done through the Operations Console / Monitoring / Microsoft Windows Server / Performance / Disk Capacity. This view also allows you to specify how long the graph should show data through clicking on the Select Time Range option. The second option I have found is to create a report based upon the built-in Performance report. This is done through:

    In the Operations Console open Reports / Microsoft Generic Report Library / Performance

    1. Double-click on the Performance report
    2. Set the date to Yesterday as a starting Date
    3. Click Change to configure the report (more)

    Report

    Vista Josh over at Windowsconnected.com has a great article about Vista and ad-hoc wireless networks:

    One of the general annoyances of connecting to the wireless infrastructure at show like TechEd is the number people that seem to be in my general vicinity broadcasting as an ad-hoc connection. Are they trying to get unsuspecting people to connect to them and gleam some information from their laptops? I doubt it, but still annoying. From Techedbloggers.net I found a great tip from Chris Pringle about adding a quick filter to suppress ad-hoc networks. As an admin run the following:

    netsh wlan add filter permission=denyall networktype=adhoc

    to reverse this again run the following:

    netsh wlan del filter permission=denyall networktype=adhoc

    VMware Andrew Dugdell writes: "I just saw this from Damian over at ozvms.com. It's a new whitepaper for installing ESX server under VMware Workstation 6.0"

    This paper illustates how to install and configure VMware ESX3 Server to run within VMware Workstation 6. From this, VirtualCenter, VMotion, HA and DRS features can be configured. Although performance is significantly reduced from that of a physical server, this type of environment opens considerable possibilities for portable client demonstrations and is excellent for self training and small lab environments.

    This paper assumes the reader has good technical knowledge of VMWare Virtual Infrastructure 3. The paper assumes that you know how to install the VirtualCenter2, License Server and Virtual Infrastructure Client. The hardware used in this whitepaper was an IBM Thinkpad T60P laptop, Core Duo, 3GB memory, 120GB SATA Hard Disk. (more)

    Vista We attended a session on Teched 2007 where the subject was the underestimated role of sound in application. This was the first presentation where the audience several times laughed out loud about sound clips, proving his point that sound touches people. Yochay Kiriaty then went into depth on the role that speech plays in todays applications.

    A year ago they attempted to demonstratie this functionality ending in a failure. He did the same thnig again, live, flawlessly. He demo'd thee default voice recognition system (and speech synthesizer) in Vista and showed how to solve fairly complex problems in a few lines of code. Writing a pizza order application. The last thing he showed was a prerecorded video about a speechcomputer interacting with a caller making an appointment in outlook.

    Alan Goodman held a great session on Teched 2007 about Microsoft's Virtualization offering, specifically about Virtual Machine Manager. Besides talking about the great features, he demo'd the P2V function and powershell cmdlets. One of his slides revealed a roadmap on Microsoft's virtualization. It seems that WSV (formerly "Viridian") will be out as beta when WS2008 RTM's and this is when SC VMM will also RTM. Alan told the audience that they were targetting late 2007:

    Roadmap


    Teched 2007: Microsoft Virtualization Roadmap (full version)

    Josh from WindowsConnected writes:


    Coming with is the ability to do Windows Vista and Windows Server 2008 deployments. Today at TechEd Senior Program Manager Pat Azzarello gave attendees a glimpse of this as well as lots of useful info for those that might be interested in leveraging Multicast capabilities.

    Windows Server 2003's Unicast/SMB mode scales well until you get to 75 clients beyond that limit Microsoft recommends breaking them into blocks of 75 or leveraging multicast. There will be no update to add Multicast support to Windows Server 2003, to get this functionality you will need to use a Windows Server 2008 WDS box.

    System Center Engyro Techlog had a telephone conversation with Eric Berg, director of Product Management in the Windows and Enterprise Management Division at Microsoft about the Engyro acquisition. The acquisition was announced yesterday at the Teched 2007 keynote. Engyro produces software that works with System Center products like Operations Manager. Not only do they provide agents for non-windows platforms, they also build connectors that allow for communications between Operations Manager and other vendors like Tivoli and Openview.

    Eric told Techlog that the main reason that they acquired Engyro, were their connectors. Those connectors will be integrated in the next major release of Operations Manager. The Operations Manager agents for non-windows platforms will not come to market; they were in proof-of-concept phase before the acquisition. Engyro will exist as a seperate entity within Microsoft, similar to the acquisition of Softricity and Softgrid last year. This is unlike the licensing deal they announced during the Microsoft Management Summit in March were they licensed technology from EMC Smarts, allow for integrated and extensive network monitoring in the next major release of Operations Manager.

    Current customers of Engyro will be migrated in time to the new System Center offerings. Eric was unable to comment on any specific other acquisition plans for the near future, but told that they were investing heavily their overall portfolio, and that they will continue to look at build versus buy options across the spectrum. The acquired connectors will also provide technology for the upcoming System Center Service Manager release to allow for communications with another platforms like Tivoli and Openview.

    Powershell Don Jones from SAPIEN Technologies just held a really entertaining show about powershell at Teched 2007. He overwhelmed the audience with the power of the product. The one thing that catched my attention the most was the flexibility of the product, how to deal with file systems and registry and certificate store. And it not ended there.

    Within powershell accessing registry information is as easy as CD HKLM:. But thats only the built-in functionality. Several communities are busy with making more addons to access other resources like; Active directory, Sharepoint and SQL server. More intresting powershell stuff can be found at: www.codeplex.com and www.powergui.org.

    Windows Server 2008 Uday Hegde, a Group Program Manager for Directory Services at Microsoft presented a session on Active Directory changes in Windows Server 2008. He took us on a quick round trip through the new features of Active Directory Domain Services in Windows Server 2008. Here are some highlights:

    Security
  • WS2008 introduces so-called Read Only Domain Controllers

  • Multiple password policies are now possible in a single domain, but can only be applied to users or groups, NOT to Organizational Units


  • Auditing
  • Besides the regular "Who made the change, when, what" you can now see the old AND new values, thereby having a chance to see what was changed


  • Managebility
  • You can now apply Directory Services patches, perform offline defrags, all without a reboot

  • Ability to make snapshots of Active Directory - using NTDSutil - and restore them on a live production server - using dsamain.exe - as a second instance of AD

  • Prevent accidential deletion of OU's using a checkbox called "protect object from accidential deletion", which sets special object rights compatible with Win2003 AD
  • Yesterday morning, during Teched 2007, Nigel Cain presented a session on System Center Service Manager. In his overview he spoke about the new features that this System Center product will bring to market. Besides performing live demo's, Nigel had some nice new screenshots:

    System Center Service Manager


    Service Manager: Asset Management
    Service Manager: Self-Service Portal
    Service Manager: Incident Management
    Service Manager: Change Management

    The basic concept of DNS name resolution is fairly simple. Every Web site is assigned a unique IP address. In order to access a website, a client needs to know what the site’s IP address is. Of course users don't usually enter an IP address into their Web browser, but rather enter the site's domain name instead. In order to access the requested website, the Web browser must be able to convert the site's domain name into the corresponding IP address. This is where DNS comes into play. The client computer is configured with the address of a preferred DNS server. The requested URL is forwarded to the DNS server, and the DNS server returns the IP address for the requested website. The client is then able to access the requested site.

    As you can see, the name resolution process is pretty cut and dry. However, there are countless websites in the world, and new sites are being created every day. It is impossible for your DNS server to know the IP address of every single website. When a DNS server does not know the address for a requested site, it uses one of two methods to determine the site's IP address.

    The preferred name resolution method is called recursion. Generally speaking, recursion refers to the process of having the DNS server itself to make queries to other DNS servers on behalf of the client who made the original request. In essence, the DNS server becomes a DNS client. Some administrators prefer to disable recursion for performance reasons. If recursion is disabled, then the DNS server uses a process called iteration to resolve the name request.(continue at source)

    TechEd 2007 Techlog was invited to a Bloggers Breakfast this morning at Teched 2007. Just like the International Roundtable yesterday, there were no pre-defined subjects other then it should be security related. Vinny Gullotto, general manager of the Security research and response division at Microsoft, answered questions. There were two main themes; UAC and spam. Here is a short summary:

    User Account Control
    The discussion went about the multiple prompting of UAC on Vista, the main reason why people disable it. Jeff from Windows Connected suggesting to tie in the Spynet features of Defender to reduce prompting. This way, a similar rating could be established for "known" apps, reducing the prompts.

    Vinny commented that other ways could also help like digital signatures (checking hash signatures) and an agent to the box, allowing for updates. Vinny commented that there are internal investigations to those techniques, but no planning or decisions have been made. Microsoft told that the number of prompts will be reduced on Windows Server 2008, due to the fact that it would be unlikely that users are interactively working on servers.

    Antispam
    The second half of the hour went about spam and how to deal with that. Microsoft talked about the fact that this would really not be solvable with the current underlying outdated infrastructure of IPv4 and email. Moving to IPv6 or IPsec as transport, would help significantly. Jeff added to the conversation that Instant Messaging (IM) could also help. IM has a explicit level of trust, sender verification and adds message delivery status.

    Companies could start using federated IM as a (partial) solution to the spam problem. Other bloggers suggested using mandatory filtering at ISP's or authenticating email. Vinny commented that the real shift in paradigm would come from an IPv4-IPv6 migration.

    The Performance team handles for several different components - most notably Printing, Internet Explorer and Terminal Server. In most environments, the Active Directory administrator handles the design, implementation and maintenance all of the group policies - even if another group is responsible for the technologies affected by the policies. When an issue arises with one of these technologies, often it is the administrator for that system who is trying to troubleshoot the problem - who may not know much about the policies in place. So today we're going to go over some basic Group Policy concepts.

    The primary purpose of Group Policy is to apply policy settings to computers and users in an Active Directory domain to enable IT administrators to automate one-to-many management of users and computers. This simplifies administrative tasks and reduces IT costs. Administrators can efficiently implement security settings, enforce IT policies, and distribute software consistently across a given site, domain, or range of organizational units.(continue at source)

    Continue to build on your existing skills and be one of the first to become a certified expert on (formerly code name "Longhorn"). Windows Server 2008 is the powerful new server technology that helps you increase the flexibility of your server infrastructure while saving time and reducing costs.

    Microsoft Certified Systems Engineers () in Windows Server 2003 can quickly and easily transfer their skills to achieve Microsoft Certified Technology Specialist () accreditation on Windows Server 2008. The MCTS credential enables professionals to target specific technologies and distinguish themselves by demonstrating in-depth knowledge and expertise in those technologies.

    More info on how you can transfer your MCSE credentials to MCTS

    Microsoft said Monday that the Vista version of its application virtualization product and enhanced asset management and desktop monitoring will be available July 1.

    The updated Softgrid platform is part of Microsoft's Desktop Optimization Pack for its customers who buy software maintenance contracts. The Windows client has been widely available since early this year.

    As part of the version 2.0 Optimization Pack, which was released to manufacturing this week, Microsoft will release enhanced asset inventory services, including a Vista-compatible version of Asset Inventory Service, a byproduct of the company's acquisition of AssetMetrix. (continue at source)

    The following / Management packs have released to the Web

    Microsoft Print Service Management Pack for Operations Manager 2007 - http://www.microsoft.com/downloads/details.aspx?FamilyID=35d1fece-867b-4a0c-8642-57e84e327018&DisplayLang=en

    Microsoft Windows File Replication Service 2000/2003 Management Pack for Operations Manager 2007 - http://www.microsoft.com/downloads/details.aspx?FamilyID=6f5f8e56-6a35-4909-bb8f-968ee95a8f17&DisplayLang=en

    Microsoft Windows Group Policy 2003 Management Pack for Operations Manager 2007 - http://www.microsoft.com/downloads/details.aspx?FamilyID=52459150-85bd-4acb-90be-2ee5df18e1a8&DisplayLang=en

    Microsoft Windows Server 2000/2003 DHCP Management Pack for Operations Manager 2007 - http://www.microsoft.com/downloads/details.aspx?FamilyID=2694e87c-76e0-417b-ad0f-5897e46fff88&DisplayLang=en

    Microsoft Office SharePoint Server 2007 Management Pack for Operations Manager 2007 - http://www.microsoft.com/downloads/details.aspx?FamilyID=e7bfee42-2d3c-4810-97f8-4d89d7428a5f&DisplayLang=en

    icrosoft Windows SharePoint Services 3.0 Management Pack for Operations Manager 2007 - http://www.microsoft.com/downloads/details.aspx?FamilyID=6803aa1d-0578-4d7d-bc2f-9600f0440d92&DisplayLang=en

    TechEd 2007 Techlog, and other blogs and sites that bring news about Teched 2007, were invited to an international roundtable with Andy Lees, Corporate Vice President, Server & Tools Marketing and Solutions Group at Microsoft. The meeting had no pre-defined subject, so there was a great opportunity to ask questions. Most part of the time went about Windows Server Virtualization. Here's a short summary:

    Two features were pulled from RTM planning of Windows Server Virtualization, formerly "Viridian": Live Migration and Hot adding of resources due to time constraints. Andy explained that there is a difference between Live Migration and Quick Migration. The first one is a "seamless" experience and mainly targeted at unplanned downtime. It involves copying 99% of the VM, then copying the last bits at the latest moment and then switching the pointers. Quick Migration is actually targeted at planned downtime and involves pausing the VM, copying 100% and then unpausing the VM on the new host. Quick Migration would typically take not more than 5-10 seconds. Quick Migration will make it into RTM!

    Microsoft has not decided how the 2 features will be delivered post-RTM. They are investigating on using a Windows Server 2008 service pack as the "vehicle". A great other feature of WSV will be that it supports geo clustering. It actually utilizes the Windows Server 2008 features of clustering to support easy geo clustering implementations.

    System Center Stefan Stranger is reporting that the first beta of System Center Service Manager, formerly known as codename "Service Desk", was released to TAP customers:

    Beta1 is available on connect. It can be downloaded from http://connect.microsoft.com using your liveid account you used initially to register. Also make sure to download the related documents. The partner resources are planned to be available on connect late this week (will send another mail when they are posted).

    Tom Warren from neowin.net captured a movie of the Teched 2007 keynote:


    For more news on Teched 2007, keep a close eye on Techlog or visit our good friends at Windows Connected and Neowin.

    SQL Server Today the first publicly available CTP for the next version of SQL Server was released. It will be called SQL Server 2008, it was formerly known by its codename - Katmai.

    You can download the CTP here: https://connect.microsoft.com/sqlserver?wa=wsignin1.0

    You can also see a webcast by David Campbel here: http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032341071&EventCategory=2&culture=en-US&CountryCode=US.

    Windows Server 2008 Bob Muglia noted during the Teched 2007 keynote that Microsoft will be implementing Internet Information Server (IIS) as a role on server core!

    Microsoft Takes Web Hosting to a New Level with Internet Information Services 7.0

    Bill Laing: We announced that the Server Core installation option of Microsoft Windows Server 2008 will now include IIS7. This is a direct result of feedback we received from customers and partners. In fact, it was pretty much the No. 1 request.

    IIS7 already represents a great leap forward, since it gives customers a completely modular, extensible Web server with expanded application hosting that also offers excellent compatibility and streamlined Web infrastructure management.

    Now, with IIS7 available in the Server Core installation option, customers get this modular, low-footprint Web hosting platform on top of all of the other great benefits that Server Core’s low-profile installation provides.

    Teched ORLANDO - At TechEd 2007 in Orlando this morning, although there were few (if any) product announcements from the keynotes, Microsoft senior vice president Bob Muglia announced that Xandros has become the second Linux vendor to license Microsoft's intellectual property for use with Linux, following in Novell's footsteps.

    Microsoft, Xandros Broad Collaboration Agreement

    For Xandros, the agreement marks a major milestone in its vision of delivering end-to-end Linux desktop and server solutions as well as Windows® and Linux cross-platform management and interoperability tools.

    “Companies today are running a mixture of Linux and Windows systems,” said Andreas Typaldos, chief executive officer of Xandros. “Cross-platform data centers are a reality. To meet evolving customer needs, vendors need to recognize the value of sharing intellectual property, developing more interoperable solutions, and providing management tools that are familiar and easy to use.”

    SQL Server At the Teched 2007 keynote, Barry Shilmover came to stage. He showed Operations Manager 2007, with a diagram view on an Expense application. He demo'd a build of SQL Server "Katmai" and the new capability of policies. He had a management pack for SCOM that detected that, repaired it and came back into compliancy. Barry shortly noted that SQL Server "Katmai" will indeed be SQL Server 2008.

    Bob announced during that keynote that they acquired a company called Engyro and thereby holding their promise to invest in management of heterogeneous environments. Engyro delivers agents for Operations Manager 2007 for several non-Microsoft platforms and applications:

    System Center Engyro


    As noted on the slides that Bob Muglia used, it seems that they will be calling it System Center Engyro.

    Microsoft Acquires Engyro Corporation

    During the TechEd 2007 USA keynote, Bob noted that Viridian/WSV will in fact take 6 months to release their virtualization, after Windows Server 2008 is released. During the demo, Techlog noticed that a new build of Viridian/WSV was used: WSV 1.1.579.0:

    WSV


    Jeff Woolsey showed the Viridian MMC, running several virtual machines, with also an x64 VM. He demo'd the capability of quad core support. Jeff showed SC Virtual Machine Manager, converting a Vmware VM to Viridian/WSV. He demo'd adding a new virtual machine from the library, thereby providing more performance on the application.

    Teched 2007 Teched 2007 in Orlando, USA started today with an astounding keynote. Bob Muglia featured in a short movie with "Doc" from the Back to the Future movies. The main message from this was that Microsoft will deliver practical solutions rather than only talking about visions.

    Bob started the keynote off, talking about how organizations should be more strategic as opposed to the current 70/30 maintenance centric operations. He talked about Microsoft's Infrastructure Optimization models; core, business productivity and application platform and how they will provide solutions to realizing that more strategic centric operations.

    In regard to how that dynamic IT environment can be realized, Microsoft introduced four key areas of focus; service-enabled, user-focused, process-led and model-driven, unified and virtualized. Bob showed a demo on Energyzer, a US based company, that uses tools like Performance Point (which Microsoft acquired last year) and Sharepoint Server to be a strategic IT shop. (more)

    TechEd 2007 Sander and myself will be flying to Orlando this afternoon to attend Teched 2007.

    Techlog will be doing extensive coverage of the event, starting with the Keynote on monday, which is hinted to show more off Windows Server Virtualization.

    If you're not going to Teched, you should check out Virtual Teched, which will have free live and on-demand webcasts, virtual labs, and podcasts. Also, keep a close eye on Techlog, for the latest information on and from the event!

    Data Protection Manager System Center Data Protection Manager 2007 Beta 2 is now available for download! DPM 2007 Beta 2 is designed to provide a best-of-breed protection and the most robust, reliable recovery experience for Exchange Server, SQL Server, and SharePoint. Try out the new standard for Windows backup and recovery – DPM 2007 combines the best aspects of Continuous Data Protection (CDP) and traditional tape backup with a seamlessly integrated disk and tape platform. Learn how you can use DPM 2007 to perform better backups as well as rapid and reliable recoveries while significantly reducing the costs and complexities associated with data protection.

    DPM 2007 is the first backup product engineered from the ground up with Longhorn server in mind. Leveraging the Windows VSS infrastructure as well as a brand new volume filter, DPM is able to efficiently track block level changes on a Longhorn server with significantly less disk or processor overhead than seen in previous solutions. It also includes support for advanced application configurations on Longhorn like Cluster Continuous and Local Continuous replication for Exchange. (more)

    Data Protection Manager 2007 Beta 2 (x86)
    Data Protection Manager 2007 Beta 2 (x64)

    Softricity Once applied for the Softgrid 4.2 Tech Preview, the download page shows:

    ... As a reminder, the tech preview is a non-supported release and cannot be used in a production environment. Microsoft recommends updating to the full production version of 4.2 once it becomes available in July 2007 as part of the Microsoft Desktop Optimization Pack for SA 2007 release ...

    Softricity Microsoft is pleased to announce the immediate availability of the Technical Preview for Microsoft SoftGrid Application Virtualization 4.2. This evolutionary release contains several updates, including Windows Vista compatibility, support for sequencing Side-by-Side (SxS) applications (such as Office 2007, Visual Studio Express and more), and bug fixes since the 4.1 release.

    This Technical Preview includes the Microsoft SoftGrid Client for Desktops and the System Center Sequencer. To test this preview, the administrator will need a SoftGrid 4.1 or later server on the test network (available from MVLS). (more)

    TechEd 2007 Patrick has some interesting hints about the Teched 2007 keynote, next monday:

    For those of you amongst the 14,000 attending TechEd 2007 next week in Orlando, expect to see and learn alot about virtualization.

    It all starts with Bob Muglia's keynote on Monday where Jeff Woolsey will reprise his role of virtualization demo dude. Jeff will demo Windows Server 2008 server core installation running an IDS build of Windows Server virtualization, managed by both MOM and System Center Virtual Machine Manager. I'd expect to see VM creation, interop and network load balancing with limited disruption of service. I'm hoping to see V-to-V conversion, from ESX Server to Windows Server virtualization. I'll be watching on Monday, and I expect the webcast to be available from here.

    If you're looking for 300-level fun, I'd recommend attending the first-ever, public hands-on lab for Windows Server virtualization. You won't walk away with code (it's not public yet) from this HOL, but you'll walk away with the ability to: configure Windows Server virtualization, create and manage VHDs, create and manage virtual network switches and VMs.

    Techlog will be doing extensive live coverage of the event, so stay tuned!