Welcome to TechNet Blogs Sign in | Join | Help

Windows 7 VHD Native Boot相关的白皮书和博客文章

今天在Webcast上讲Windows 7的VHD Native Boot功能,为了方便听众动手操作,我把一些重要的资源列出如下:

 

一些重要的白皮书

Understanding Virtual Hard Disks with Native Boot

http://technet.microsoft.com/en-us/library/dd799282(WS.10).aspx

Walkthrough: Deploy a Virtual Hard Disk for Native Boot

http://technet.microsoft.com/en-us/library/dd744338(WS.10).aspx

Add a Native-Boot Virtual Hard Disk to the Boot Menu

http://technet.microsoft.com/en-us/library/dd799299(WS.10).aspx

 

我之前写的Blog

Windows 7对VHD文件的内建支持

http://blogs.technet.com/fyu/archive/2009/01/19/windows-7-vhd.aspx

从VHD文件启动计算机

http://blogs.technet.com/fyu/archive/2009/01/19/vhd.aspx

深入研究Windows 7中的Virtual Hard Disk (VHD) 技术

http://blogs.technet.com/fyu/archive/2009/01/21/windows-7-virtual-hard-disk-vhd.aspx

再谈从虚拟磁盘文件启动计算机

http://blogs.technet.com/fyu/archive/2009/02/01/3195439.aspx

微软的第四代数据中心(Gen 4 Data Center)

装在集装箱中的微软下一代数据中心!

image

Microsoft's Generation 4 Data Center Vision - the Architects' Perspective

By David Gauthier, Data Center Infrastructure Architect and Christian Belady, Principal Power and Cooling Architect, Microsoft Corp.

On Tuesday, December 2, our Global Foundation Services team went public with our Generation 4 Modular Data Center Vision and over the past week a lot of great discussions and questions have been posed from our industry colleagues. Today, we wanted to address some of those questions and share more insight on our Gen 4 plan via a video interview we did with Adam Bomb, a Technical Evangelist at Microsoft's TechNet Edge. 

Some people got the impression that this announcement was solely about a containerized server room rather than a re-thinking of the entire infrastructure. The goal of Gen 4 is to modularize not only the server and storage components, which a number of companies are already doing, but also to modularize the infrastructure, namely the electrical and mechanical systems.  The real innovation is around the commonality, manufacturing, supply chain and integration of these modules to provide a plug-and-play infrastructure along with modularized server environments.  In addition, it is focused on scaling the infrastructure with the business demands, smoothing capital investment, and driving costs down as shown by the following chart.

While we expect these modular innovations to reduce capital investments by 20%-40% or more depending on class, we also expect considerable reductions in operating expenses related to electricity and water consumption. Designing from the start for environmental sustainability has allowed us to focus on using less construction material up front, less energy and water during operation, and also allows us to recycle and reuse components at the end of their useful life. No longer will we be governed by the initial decisions made when constructing the facility. We will have almost unlimited use and re-use of the facility and site. We will also be able to use power in an ultra-fluid fashion moving load from critical to non-critical as use and capacity requirements dictate. 

More importantly, any IT or infrastructure vendor's products that meet our specs can be used interchangeably, thus providing a means for global sourcing and a competitive and innovative supplier landscape. As our team has already discussed pretty thoroughly, Microsoft is already reaping some of the benefits of modularity with server containers and we are confident that further modularization will afford us additional benefits when applied to the 'back of house'. 

Some people have questioned whether an open air facility is as safe against natural disasters as a traditional concrete and steel structure.  We believe that it can be and we are currently taking these factors into account as part of our heat map criteria site selection activities. Of course, we also expect that our modular approach affords tremendous flexibility in addressing site specific conditions as needed. Another significant benefit modularity offers is a smaller system failure zone versus a traditional data center. For example, a fire in a data center could bring the whole facility down in traditional construction (or have the fire department activate the emergency power off). Alternatively, in a modularized data center the fire could actually be isolated to only a subset of modules and thus provide greater resiliency.  

We recognize that these types of architectures may not work for every application or every data center provider out there.  We're not saying this will be the right way or the wrong way, just our way - and it may not be for everyone. We are confident about this direction meeting the needs of our data center environment and we hope that it sets the stage for continued healthy and dynamic dialog and sharing in this industry. 

For more background information on our modular data center vision, please visit the December 2nd blog of "Our Vision for Generation 4 Modular Data Centers - One way of getting it just right...," as well as the Gen 4 video posted at Soapbox.

Posted by Frank Yu | 0 Comments
Filed under:

如何从U盘安装Windows 7

应今天Webcast听众的要求,写一写从U盘安装Windows 7的必要步骤。

步骤一:准备U盘

把容量在4GB以上的U盘插入计算机,在命令行运行下列命令,完成U盘的分区格式化。

diskpart

list disk

select disk ? (?为list disk是显示的U盘编号,不要选错了把自己的C盘格式化掉)

clean (清空U盘上的内容)

create partition primary

select partition 1

active

format fs=NTFS quick

assign

exit

步骤二:复制安装文件

使用虚拟光驱等工具,把Windows 7 beta或RC ISO中的全部文件复制到U盘上。

步骤三:写入U盘启动信息

在命令行执行如下的命令

bootsect /nt60 X:

其中bootsec位于ISO根目录的boot目录中,X是当前U盘在系统中的盘符。

步骤四:使用U盘进行安装

设置计算机从U盘启动,插入U盘即可进入跟光盘相同的安装界面。

谈一谈新版本的USMT

USMT,User States Migration Toolkit。在Windows 7的部署场景中,USMT支持了如下的一些新功能:

Hard-Link Migration Store: The new hard-link migration store is for use in computer-refresh scenarios only. Hard-link migration stores are stored locally on the computer that is being refreshed and can migrate user accounts, files, and settings in less time using megabytes of disk space instead of gigabytes.

Running ScanState on Offline Windows Images: You can run the ScanState command in Microsoft Windows PE. In addition, USMT now supports migration from previous installations of Windows contained in Windows.old directories. The offline directory can be a Windows directory when you run the ScanState command in Windows PE or Windows.old when you run the ScanState command in Windows .

Volume Shadow Copy Support: With the /vsc command line option, the ScanState command can now use the volume shadow copy service to capture files that are locked for editing by other applications.

New AES Encryption Options: USMT now provides support for stronger encryption algorithms in several key size options, based on support in the source computer’s operating system.

Configurable File Errors: You can use the new <ErrorControl> section in the Config.xml file to configure which file or registry read/write errors can be safely ignored by the /c command-line option and which ones might cause the migration to fail. In addition, the /genconfig option now generates a sample <ErrorControl> section that is enabled by specifying error codes and desired behaviors in the Config.xml file.

New Helper Functions: The ScanState command has two new helper functions that enable new migration scenarios:

  • MigXmlHelper.FileProperties can be used to control which files are migrated, based on properties that you specify. For example, date created, date modified, date accessed, and file size.
  • MigXmlHelper.GenerateDocPatterns can be used to find user documents on a computer automatically without your having to author extensive custom migration .xml files.

Improved Space Estimation: The ScanState command now more accurately estimates the size of the migration store as well as the additional temporary disk space required to create the migration store. This results in a reduction of migration failures due to low disk space. The ScanState command now also estimates the size of the compressed migration store.

List of Files Being Migrated: You can use the /listfiles command-line option for the ScanState command to generate a text file list of all files included in the migration.

Usmtutils.exe: This is a new tool that supplements the functionality provided by Scanstate.exe and Loadstate.exe.

Local Group Migration: You can use the new <ProfileControl> section in the Config.xml file to configure local group membership of users during the migration. For instance, you could use this to change users from being members of the local administrators group to being members of the local users group during a migration.

其中,大家最感兴趣的,就是Hard-Link Migration Store。微软TechNet网站针对Hard-link migration store的详细介绍如下:

Understanding a Hard-Link Migration

The hard-link migration store is created using the command-line option, /hardlink, and is equivalent to other migration-store types. However, it differs in that hard links are utilized to keep files stored on the source computer during the migration. Keeping the files in place on the source computer eliminates the redundant work of duplicating files. It also enables the performance benefits and reduction in disk utilization that define this scenario.

In most aspects, a hard-link migration store is identical to an uncompressed migration store. It is located where specified by the Scanstate command-line tool and you can view the contents of the store by using Windows® Explorer. Once created, it can be deleted or copied to another location without changing user state. Restoring a hard-link migration store is similar to restoring any other migration store; however, as with creating the store, the same hard-link functionality is used to keep files in-place.

As a best practice, we recommend that you delete a hard-link store as soon as possible after your migration is complete, for the following reasons:

  • Applications reporting file-system statistics, for example, space used and free space, might incorrectly report these statistics while the hard-link migration store is present.
  • Applications reading and writing to files that were migrated may orphan the files from the migration store, resulting in additional disk space being consumed.

Hard-Link Migration Scenario

For example, a company has decided to deploy Windows® 7 on all of their computers. Each employee will keep the same computer, but the operating system on each computer will be updated.

  1. An administrator runs the ScanState command-line tool on each computer, specifying the /hardlink command-line option. The ScanState tool saves the user state to a hard-link migration store on each computer, improving performance by reducing file duplication, except in certain specific instances.
  2. On each computer, an administrator installs the company's standard operating environment (SOE), which includes Windows 7 and other applications the company currently uses.
  3. An administrator runs the LoadState command-line tool on each computer. The LoadState tool restores user state back on each computer.

Hard-Link Migration Store Details

This section provides details about hard-link migration stores.

Hard Disk Space

The /hardlink command-line option proceeds with creating the migration store only if there is 250 megabytes (MB) of free space on the hard disk. Provided that every volume involved in the migration is formatted as NTFS, 250 MB should be enough space to ensure success for almost every hard-link migration, regardless on the size of the migration.

Hard-Link Store Size Estimation

It is not necessary to estimate the size of a hard-link migration store. Estimating the size of a migration store is only useful in scenarios where the migration store is very large, and on NTFS volumes the hard-link migration store will require much less incremental space than other store options. The only case where the local store can be quite large is when non-NTFS file systems exist on the system and contain data being migrated. Since NTFS has been the default file system format for Windows XP and Windows Vista®, this situation is unusual.

Migration Store Path on Multiple Volumes

Separate hard-link migration stores are created on each NTFS volume that contain data being migrated. In this scenario, the primary migration-store location will be specified on the command line, and should be the operating-system volume. Migration stores with identical names and directory names will be created on every volume containing data being migrated. For example:

Scanstate /hardlink c:\USMTMIG […]

Running this command on a system that contains the operating system on the C: drive and the user data on the D: drive will generate migration stores in the following locations, assuming that both drives are NTFS:

C:\USMTMIG\

D:\USMTMIG\

The drive you specify on the command line for the hard-link migration store is important, because it defines where the master migration store should be placed. The master migration store is the location where data migrating from non-NTFS volumes is stored. This volume must have enough space to contain all of the data that comes from non-NTFS volumes. As in other scenarios, if a migration store already exists at the specified path, the /o option must be used to overwrite the existing data in the store.

Location Modifications

Location modifications that redirect migrated content from one volume to a different volume have an adverse impact on the performance of a hard-link migration. This is because the migrating data that must cross system volumes cannot remain in the hard-link migration store, and must be copied across the system volumes.

Migrating Locked Files with the Hard-Link Migration Store

Files that are locked by an application or the operating system are handled differently when using a hard-link migration store.

Files that are locked by the operating system cannot remain in place and must be copied into the hard-link migration store. As a result, selecting many operating-system files for migration significantly reduces performance during a hard-link migration. As a best practice, we recommend that you do not migrate any files out of the \Windows directory, which minimizes performance-related issues.

Files that are locked by an application are treated the same in hard-link migrations as in other scenarios when the volume shadow-copy service is not being utilized. The volume shadow-copy service cannot be used in conjunction with hard-link migrations. However, by modifying the new <HardLinkStoreControl> section in the Config.xml file, it is possible to enable the migration of files locked by an application.

Posted by Frank Yu | 0 Comments
Filed under:

Windows 7 on Channel 9 技术视频大集合

image image image

都是一线的顶尖大牛出来献身说法,不容错过!

Kernel and Internals

Inside Windows 7 - User Mode Scheduler

Inside Windows 7 - Service Control Manager

Mark Russinovich – Inside Windows 7

New NUMA Support with Windows 7

Windows 7: Best Practices for Developing for Windows Standard User

Taskbar

Windows 7 New Taskbar - An Overview

Taskbar - Behind the Scenes

Designing the Windows 7 Taskbar

Jump into the Windows 7 Taskbar Jump Lists

Windows 7 Taskbar Beta Feedback

Windows 7 Taskbar Advanced Topics

Graphics

Windows 7 Graphics Architecture Overview – Part 1

Windows 7 Graphics Architecture Overview – Part 2

Windows 7 Graphics Architecture Overview – Part 3

Windows 7 Graphics - WIC

Multi-Touch

Using Touch in Line-of-Business Applications

Programming Windows 7 Multi Touch – Part 1

Programming Windows 7 Multi Touch - Part 2

Sensor and Location

Windows 7: The Sensor and Location Platform - Building Context Aware Applications

Windows 7 Sensor and Location Platform Overview

Windows 7 Location Platform Overview

Ribbon

A Lap around Windows 7 Ribbon

Ribbon Markup Overview

Ribbon Deep Dive

Windows Animation Manager

Windows Animation Overview

Inside Windows 7: Animation Manager Deep Dive and Tutorial

Libraries and Federated Search

Windows 7: Find and Organize Part 1 - The User Experience

Windows 7: Find and Organize Part 2 - Building Federated Search applications

Windows 7: Empower users to find, visualize and organize their data with Libraries and the Explorer

PowerShell

PowerShell V2 Functions

PowerShell V2 Sessions and Debugging

PowerShell V2 Modules

General

The story behind a few of the new Windows 7 wallpapers

Windows 7 RC Features Slideshow on eWeek

Posted by Frank Yu | 0 Comments
Filed under: ,

Windows 7 RC Training Kit for Developers

image

微软近日在网上提供了Windows 7 RC开发者培训包,其中包含了进行Windows 7新功能开发所需要的PPT、动手实验和Demo Code。

The Windows 7 Training Kit for Developers includes presentations, hands-on labs, and demos. This content is based on Windows 7 RC and provides an early peak to our final training. This training kit is designed to help you learn how to build applications that shine on Windows 7 by utilizing key features such as:

  • Taskbar
  • Libraries
  • Multi Touch
  • Sensors and Location
  • Ribbon
  • Trigger Start Services,
  • Instrumentation and ETW
  • Application Compatability

http://www.microsoft.com/downloads/details.aspx?FamilyID=12100526-ed26-476b-8e20-69662b8546c1&displaylang=en

微软确定Windows 7 RTM(正式版)发布日期

image

根据Windows 7 team blog上披露的消息,Windows 7的RTM(Release To Manufacturing)版本将在7月中下旬正式完成研发和测试,交付给光盘制造商和微软的合作伙伴,零售版本的Windows 7将在10月22日开始公开发售!在交付Windows 7 RTM版本时,微软也计划同时推出Windows Server 2008 R2的RTM版本!

Posted by Frank Yu | 0 Comments
Filed under:

微软发布针对IIS Web服务器的搜索引擎优化工具

image

What is it?

Today, we are announcing the IIS Search Engine Optimization (SEO) Toolkit Beta – a free toolkit that helps Web developers, hosting providers, and server administrators improve their sites’ relevance in search results by recommending how to make them more search engine-friendly. The SEO Toolkit Beta is available for installation via the Microsoft Web Platform Installer 2.0 Beta.

The IIS SEO Toolkit Beta is a piece of the larger Microsoft Web Platform strategy, which enables developers and end-users to build great websites, experiences, and achieve success in the Web ecosystem.

The IIS SEO Toolkit can:

  • Improve the volume and quality of traffic to Web site from search engines
  • Control how search engines access and display Web content
  • Inform search engines about locations that are available for indexing

The IIS SEO Toolkit includes three modules that integrate with IIS Manager:

  • Site Analysis, which suggests changes that can help improve the volume and quality of traffic to your Web site from search engines;
  • Robots Exclusion, which makes it easier to control and restrict the content that search engines index and display; and
  • Sitemaps and Site Indexes, which can help inform search engines about locations that are available for indexing.

Download and Install

The IIS SEO Toolkit Beta can be installed with the Microsoft Web Platform Installer 2.0 Beta.

Posted by Frank Yu | 1 Comments
Filed under:

“Project Natal” 101

image

什么是 Project Natal

Project Natal 是微软推出的Xbox 360上的新娱乐体验的开发代号。这个名字的由来有多层含义。首先,微软公司一向习惯以全球城市名来作为其项目的开发代号。因此,该项目负责人,来自巴西的 Alex Kipman 选择了一座位于巴西东北海岸的城市 Natal 的名字来纪念他的祖国。此外,Natal 这个词在拉丁语中也有“诞生”(“to be born”)的含义,因此用这名字来命名再合适不过。

Project Natal 将如何改变人们的游戏方式?

  • 无控制器游戏与娱乐 Project Natal 提供了一种全新的游戏方式——无需控制器。它利用传感器来跟踪人体的运动,识别面部,甚至倾听你的语音。只要你知道如何甩手、扭腰、或说话,就可以立刻和朋友一起体验 Project Natal 的魅力。
  • 全身游戏 Project Natal 为你提供了一种让身体所有部位都游戏起来的方式——头、手、脚和躯干。无遥控器游戏,意味着你不再控制超级英雄,而你就是超级英雄。全身跟踪,使得 Project Natal 的传感器能捕捉你的每次动作,从头到脚,提供全身的游戏体验。
  • 个性化游戏 Project Natal 可以在游戏中提供识别玩家面部和语音的独特体验。你可以和游戏中的角色打招呼、说话,或者直接跨一步进入传感器的视野,就可以登录 Xbox LIVE 与好友交流。只有 Project Natal 足以智能到记住各种语音和面孔。如此个性化的娱乐前所未有。
  • 站起来游戏 Project Natal 让你离开沙发,站起来游戏,获得快乐。Project Natal 的每种体验都为了让玩家动起来、笑起来、蹦起来、众乐乐而设计。Project Natal 让社会性游戏真正站了起来。
  • 轻松体验游戏乐趣 Project Natal 极大推进了乐趣的分享。你将可以和朋友们一起观赏电影,无论是同处一室,还是远隔千里——无需耳麦,无需键盘,无需任何控制器。只有你和你的朋友、家人和全新的娱乐方式。
Project Natal 是如何工作的?
  • Project Natal 传感器 Project Natal 是全球首个将 RGB 摄像头、深度传感器、多阵列麦克风,和运行特定软件的可定制芯片整合到一起的全新系统,Project Natal 将为每台 Xbox 360 主机带来这种体验。Xbox 360 独家提供 Project Natal 传感器,通过跟踪人体全身运动、识别每种语音、创造无遥控器的乐趣和社会化娱乐。
  • RGB 摄像头 Project Natal 拥有一个能提供三原色影像的视频摄像头。作为 Project Natal 传感器的一部分,RGB 摄像头主要负责脸部识别及其他功能。
  • 深度探测器 Project Natal 拥有一个配备了单色 CMOS 传感器的红外投影仪,允许 Project Natal 在任何光照条件下识别房间内的三维空间(而不是将房间作为一个2D图像来识别)。
  • 多阵列麦克风 Project Natal 内置一个麦克风,通过声音来识别语音,并过滤环境噪音。多阵列麦克风提供无耳麦的 Xbox LIVE 多人交谈,及其他功能。
  • 定制芯片(运行有微软专利软件层)这一专利软件层使得一切 Project Natal 的魔法得以成真。让 Project Natal 与目前市场上的任何其他技术都卓而不同。

Xbox 360 “Project Natal” 101 June 2009

“Project Natal,” pronounced “nuh-tall,” is a code name for a revolutionary new way to play, no controller required. See a ball? Kick it, hit it, trap it or catch it. Unlike 2-D cameras and controllers, “Project Natal” tracks your full body movement in 3-D, while responding to commands, directions, even a difference of emotion in your voice.


When “Project Natal” is ready, it will work with every Xbox 360 console so people who have never picked up a controller can finally join the fun.


See below for “Project Natal” 101, a list of terms and concepts to help explain this transformation in home entertainment.


What is “Project Natal”?


“Project Natal” (pronounced na-tall) is the code name for the new controller-free gaming and entertainment experience from Xbox 360. The name “Project Natal” has several sources. Microsoft Corp. traditionally uses cities as code names. As a result, Alex Kipman, who incubated the project and is from Brazil, chose Natal, a city along the northeastern coast of Brazil, as a tribute to his country. In addition, he knew that Natal also means “to be born” in Latin. Given the new audiences “Project Natal” will bring to Xbox 360, this felt right.


How Will “Project Natal” Change the Way I Play?

  • Controller-free gaming and entertainment. “Project Natal” provides a whole new way to play — no controller required. It uses a sensor to track your body movement and recognize your face, even listen to your voice. If you know how to move your hands, shake your hips, or speak, you and your friends will be able to jump instantly into any “Project Natal” experience.
  • Full-body play. “Project Natal” provides a new way to play where you use all parts of your body — head, hands, feet and torso. With controller-free gaming you don’t just control the superhero, you are the superhero. Full-body tracking allows the “Project Natal” sensor to capture every move, from head to toe, to give players a full-body gaming experience.
  • Personalized play. “Project Natal” provides an in-game experience in which the player’s face and voice are recognized. Greet and speak to characters in the game, or simply step into view of the sensor to log into Xbox LIVE and connect with friends. Only “Project Natal” is smart enough to remember voices and faces. Fun has never been so personalized.
  • Off-the-couch play. “Project Natal” provides gameplay that gets you off the couch, on your feet and in the fun. Each “Project Natal” experience is designed to get players moving, laughing, cheering and playing together. “Project Natal” makes social gaming off-the-couch fun.
  • Easy-to-play fun. “Project Natal” makes sharing in the fun a snap. Talk or watch a movie in the same living room or on the other side of the world — no headset, no keyboard and no controllers required. It’s just you, your friends, your family and a whole new way to play.

How Does “Project Natal” Work?
  • “Project Natal” sensor. “Project Natal” is the world’s first system to combine an RGB camera, depth sensor, multiarray microphone and custom processor running proprietary software that brings “Project Natal” experiences to every Xbox 360 console. The “Project Natal” sensor tracks full-body movement and individual voices, creating controller-free fun and social entertainment available only on Xbox 360.
  • RGB camera. “Project Natal” has a video camera that delivers the three basic color components. As part of the “Project Natal” sensor, the RGB camera helps enable facial recognition and more.
  • Depth sensor. An infrared projector combined with a monochrome CMOS sensor allows “Project Natal” to see the room in 3-D (as opposed to inferring the room from a 2-D image) under any lighting conditions.
  • Multiarray microphone. “Project Natal” has a microphone that will be able to locate voices by sound and extract ambient noise. The multiarray microphone will enable headset-free Xbox LIVE party chat and more.
  • Custom processor (running Microsoft proprietary software layer). A proprietary software layer makes the magic of “Project Natal” possible. This layer differentiates “Project Natal” from any other technology on the market through its ability to enable human body recognition and extract other visual noise.
Posted by Frank Yu | 0 Comments
Filed under: ,

Project Natal

微软在今天开幕的E3上展示了传说中的Xbox360动作感应控制器,它的开发代号叫作“Natal”。

From Engadget:

Yes, it's real. Now you'll be able to change a tire... virtually. At E3 today, Microsoft finally took the wraps off the that rumored motion controller we'd been hearing about. Apparently the small, black device -- codenamed "Natal" -- will allow for an astoundingly wide range of actions by utilizing a group of sensors (the box itself sits beneath your TV), and the accessory will be capable of juggling multiple users during a single session. The demo Microsoft showed off included a skateboarding game (replete with a young man "air" ollie-ing), and a family playing a racing game (the dad was changing a tire, the daughter driving).


The add-on will offer features such as auto sign-in for players to Xbox Live (based on complex facial recognition), and sports extremely detailed body tracking which will be able to follow the individual movements of separate limbs. During the press event, the company demoed a painting app, which lets you use your entire body to handle virtual painting supplies, allowing you to do things like throw buckets of paint onto a canvas. Another title was shown off which featured a woman interacting with a young boy on the screen -- one of the company's creepier demos in recent memory. Unfortunately for us, Microsoft says the device won't be released during 2009. We're working on snagging some face time (literally!) with a demo unit, so stay tuned... E3 is off to a wild start!

 

Posted by Frank Yu | 0 Comments
Filed under: ,

微软资源大集合-数据库

News

Technical RollUp
http://blogs.technet.com/trm/default.aspx

Documents

Introducing Microsoft’s Platform for Complex Event Processing
http://download.microsoft.com/download/F/D/5/FD5E855C-D895-45A8-9F3E-110AFADBE51A/Microsoft%20CEP%20Overview.docx
This paper is an overview of the Microsoft platform for complex event processing.
Audience: High-level

SQL Server 2008 Sustainability
http://download.microsoft.com/download/C/F/B/CFB498D0-37B0-4805-9B41-EE2FCA3F1196/SQL%20Sustainability%20Technical%20White%20Paper.doc
Microsoft IT produced the SQL Utility to improve SQL Server manageability through host consolidation, virtualization, and standardization.

Auditing in SQL Server 2008
http://msdn.microsoft.com/en-us/library/dd392015.aspx
With SQL Server Audit, SQL Server 2008 introduces an important new feature that provides a true auditing solution for enterprise customers. While SQL Trace can be used to satisfy many auditing needs, SQL Server Audit offers a number of attractive advantages that may help DBAs more easily achieve their goals such as meeting regulatory compliance requirements.
Audience: High-level

SQL Server 2008 Product Overview
http://download.microsoft.com/download/6/9/d/69d1fea7-5b42-437a-b3ba-a4ad13e34ef6/SQL2008_ProductOverview.docx
Microsoft SQL Server provides a policy-based system for managing one or more instances of SQL Server along with tools for performance monitoring, troubleshooting, and tuning that enable administrators to more efficiently manage their databases and SQL Server instances.
Audience: High-level

Troubleshooting Performance Problems in SQL Server 2008 Whitepaper
http://msdn.microsoft.com/en-us/library/dd672789.aspx
This white paper provides step-by-step guidelines for diagnosing and troubleshooting common performance problems by using publicly available tools such as:
▪ SQL Server Profiler
▪ System Monitor (in the Windows Server 2003 operating system) or
▪ Performance Monitor (in the Windows Vista operating system and Windows Server 2008), also known as Perfmon
▪ Dynamic management views (sometimes referred to as DMVs)
▪ SQL Server Extended Events (Extended Events) and the data collector, which are new in SQL Server 2008.

Geo-Replication Performance Gains with Microsoft SQL Server 2008 Running on Windows Server 2008
http://msdn.microsoft.com/en-us/library/dd263442.aspx
Microsoft.com Engineering Operations (MSCOM Ops), the team responsible for architecting and managing many of the most heavily trafficked Microsoft Web sites, recently documented substantial replication performance improvements for both push and pull subscriptions in Microsoft® SQL Server® 2008 running on Windows Server® 2008—up to 100 times faster than Microsoft SQL Server 2005 running on Windows Server 2003. This paper provides IT pros with an in-depth look at the tests conducted by the MSCOM Ops team, insight into the results, and technical analysis of the enhancements to Windows Server 2008 and SQL Server 2008 that enable wide area network (WAN)–based geo-replication.
Audience: High-level

Downloads

Microsoft SQL Server 2008 Enterprise Evaluation: Trial Experience for Developers
Download SQL Server 2008 180-day Trial Software. Microsoft SQL Server 2008 is a database platform for large-scale online transaction processing (OLTP), data warehousing, and e-commerce applications; it is also a business intelligence platform for data analysis and reporting solutions.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=6b10c7c1-4f97-42c4-9362-58d4d088cd38

Microsoft SQL Server 2008 Enterprise Evaluation: Trial Experience for IT Professionals
Download SQL Server 2008 180-day Trial Software. Microsoft SQL Server 2008 is a database platform for large-scale online transaction processing (OLTP), data warehousing, and e-commerce applications; it is also a business intelligence platform for data analysis and reporting solutions.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=265f08bc-1874-4c81-83d8-0d48dbce6297

PHP on Windows Training Kit
The PHP on Windows Training Kit includes a comprehensive set of technical content including demos and hands-on labs to help you understand how to build PHP applications using Windows, IIS 7 and SQL Server 2008.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=c8498c9b-a85a-4afa-90c0-593d0e4850cb

Adapter Pack
The BizTalk Adapter Pack has adapters for Oracle eBusiness Suite, SQL Server ,Oracle Database, mySAP Business Suite and Siebel eBusiness Applications
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=76736ba7-3c05-4436-9353-1c33f9005194

Visio Add-In for SQL Server
Visio Infrastructure for SQL Servers is a tool which is meant for IT administrators who require constant interactions with the users for the installations of the SQL server in any IT infrastructure.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=779561de-c704-4584-80ac-7e4348c927c0

SQL Server Driver for PHP Version 1.0 Cumulative Update - April 2009
Download the SQL Server Driver for PHP Version 1.0 Cumulative Update - April 2009.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=61bf87e0-d031-466b-b09a-6597c21a2e2a

SQL Adapter
The WCF based SQL Adapter can be used to connect BizTalk applications to SQL Server
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=ceb0bb34-f9d2-4d14-8bbe-0311d227b091

Infrastructure Planning and Design
The Infrastructure Planning and Design (IPD) guides are the next version of Windows Server System Reference Architecture. The guides in this series help clarify and streamline design processes for Microsoft infrastructure technologies, with each guide addressing a unique infrastructure technology or scenario.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=ad3921fb-8224-4681-9064-075fdf042b0c

Running Microsoft Office Communications Server 2007 R2 in a Virtualized Topology
This whitepaper defines the supported topologies and provides best practice recommendations for running Office Communications Server 2007 R2 and SQL Server™ 2008 in a Windows Hyper-V environment or other hypervisor technologies.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=0a45d921-3b48-44e4-b42b-19704a2b81b0

Web PI 2.0 Beta
The Web Platform Installer (WebPI) is a simplified download/install experience for all of Microsoft’s free web products.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=d87a71e4-00bd-4204-8f25-f245feb0c3ad

ALM Demo
The new ALM demo will demonstrate how organizations can standardize the collection of project requests across the organization, optimize budgets &amp; align project portfolios with strategic priorities, improve communication &amp; collaboration between project &amp; dev teams, reduce admin tasks ensuring developers are focused on quality, &amp; facilitate enterprise reporting &amp; control across the portfolio.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=f904bd1a-c803-4cc1-95b2-f5e92d84d731

DCM for SQL Datasheet
This is Microsoft Services for SQL: Desired Configuration Monitoring (DCM) datasheet.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=fcda8b1c-6634-47a5-8601-e21773fe2a7b

SQL Server 2008 Developer Training Kit
The SQL Server 2008 Developer Training Kit will help you understand how to build web applications which deeply exploit the rich data types, programming models and new development paradigms in SQL Server 2008.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=e9c68e1b-1e0e-4299-b498-6ab3ca72a6d7

Microsoft SQL Server 2008 Books Online (May 2009)
Download the documentation and tutorials for Microsoft SQL Server 2008.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=765433f7-0983-4d7a-b628-0a98145bcb97

System Center Operations Manager 2007 R2 – Evaluation Edition
Microsoft System Center Operations Manager 2007 R2 delivers end-to-end service management of applications and IT services running across the Windows, UNIX and Linux servers in your datacenter.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=93ddf25b-1ef0-4851-81b0-5fb9a2f76181

Events/Webcasts

TechNet Webcast: Fundamentals of Third-Party Security Management (Level 300)
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032416151&Culture=en-US
Monday, June 1, 2009
10:00 A.M.–11:00 A.M. Pacific Time

TechNet Webcast: Configuring with Least Privilege in SQL Server 2008 (Level 300)
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032415806&Culture=en-US
Tuesday, June 2, 2009
8:00 A.M.–9:00 A.M. Pacific Time

TechNet Webcast: Considerations for Large-Scale SharePoint Server Deployments on SQL Server (Level 300)
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032414992&Culture=en-US
Thursday, June 4, 2009
8:00 A.M.–9:00 A.M. Pacific Time

TechNet Webcast: Upgrading to SQL Server 2008: Compatibility Testing Methods and Best Practices (Level 300)
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032415504&Culture=en-US
Thursday, June 11, 2009
8:00 A.M.–9:00 A.M. Pacific Time

New KB's

Other
SQL Svr Compact Edtn 3.5 AL: FIX: Some rows are deleted when you repair a database by using the Repair method together with the RepairOption.RecoverCorruptedRows option in SQL Server 2005 Compact Edition and in SQL Server Compact 3.5
http://support.microsoft.com/kb/967963/EN-US

SQL Svr Compact Edtn 3.5 AL: FIX: Non-convergence occurs when you synchronize a SQL Server Compact 3.5 client database with the server by using Sync Services for ADO.NET in a Hub-And-Spoke configuration
http://support.microsoft.com/kb/969858/EN-US

SQL 2000
SQL Svr 2000 Reporting Svcs EN: FIX: The Internet Explorer process crashes when you print or preview a report by using the RSClientPrint control that is included in SQL Server 2000 Reporting Services in two separate browsers
http://support.microsoft.com/kb/960862/EN-US

SQL Svr Enterprise Edtn 2000 EN: BUG: Cannot connect to a clustered named instance through a firewall (Updated)
http://support.microsoft.com/kb/318432/EN-US

SQL Svr Enterprise Edtn 2000 EN: SQL Server is not supported on Windows Server 2003  or Windows Server 2008 Terminal Server application server (Updated)
http://support.microsoft.com/kb/327270/EN-US

SQL Svr Std Edtn 2000 SP3 EN: General guidelines to use to configure the MAXDOP option (Updated)
http://support.microsoft.com/kb/329204/EN-US

SQL Svr Std Edtn 2000 SP3 EN: Additional SQL Server diagnostics added to detect unreported I/O problems (Updated)
http://support.microsoft.com/kb/826433/EN-US

SQL 2005
JDBC Driver for SQL Server 2005: FIX: The certificate that was used to sign classes in the Microsoft SQL Server JDBC driver has expired in SQL Server JDBC Driver version 1.2 (Updated)
http://support.microsoft.com/kb/969619/EN-US

SQL Svr 2005 Analysis Svcs EN: FIX: A mining model of the Microsoft Decision Tree algorithm generates incorrect nodes when you set the MINIMUM_SUPPORT parameter to "9" in SQL Server 2005 Analysis Services or in SQL Server 2008 Analysis Services (Updated)
http://support.microsoft.com/kb/968290/EN-US

SQL Svr 2005 Analysis Svcs EN: FIX: Measures, measure groups, and dimensions that are not part of a perspective are exposed incorrectly when you create a grouping on the perspective in SQL Server 2005 Analysis Services or in SQL Server 2008 Analysis Services (Updated)
http://support.microsoft.com/kb/968900/EN-US

SQL Svr 2005 Analysis Svcs EN: FIX: Some cell values are doubled when you run an MDX query against a database that has the AllowedSet permission set for a dimension in SQL Server 2005 Analysis Services or in SQL Server 2008 Analysis Services (Updated)
http://support.microsoft.com/kb/969588/EN-US

SQL Svr Enterprise Edtn 2005 EN: How to troubleshoot orphaned connections in SQL Server (Updated)
http://support.microsoft.com/kb/137983/EN-US

SQL Svr Enterprise Edtn 2005 EN: FIX: The SQL Server engine in SQL Server 2005 and in SQL Server 2008 may consume large amounts of memory during the setup configuration phase (Updated)
http://support.microsoft.com/kb/967522/EN-US

SQL Svr Mobile Edtn 2005 EN: FIX: Error message when you try to insert a row or perform other database operations in a SQL Server 2005 Mobile Edition database: "Wrong page (potential database corruption)" (Updated)
http://support.microsoft.com/kb/923979/EN-US

SQL Svr Standard Edtn 2005 EN: The SQL Server 2005 service pack installation stops unexpectedly, and the following error message is logged in the setup log file: "Unable to install Windows Installer MSP file" (Updated)
http://support.microsoft.com/kb/926622/EN-US

SQL Svr Standard Edtn 2005 EN: An Incremental Servicing Model is available from the SQL Server team to deliver hotfixes for reported problems (Updated)
http://support.microsoft.com/kb/935897/EN-US

SQL Svr Standard Edtn 2005 EN: The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 2 was released (Updated)
http://support.microsoft.com/kb/937137/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: Error messages after SQL Server 2005 or SQL Server 2000 has been running for some time on Windows Server 2003 or on Windows 2000: "Failed to load FileName.dll" and "Attempts to load any type of dll might fail within the SQL Server process" (Updated)
http://support.microsoft.com/kb/941105/EN-US

SQL Svr Standard Edtn 2005 EN: Error messages when you create a snapshot backup of many databases at the same time in SQL Server: "ERROR Selected writer 'Microsoft Writer (Service State)' is in failed state" (Updated)
http://support.microsoft.com/kb/943471/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: Error message when you create a WMI event alert by using the sp_add_alert stored procedure in a SQL Server 2005 cluster: "The @wmi_query could not be executed in the @wmi_namespace provided" (Updated)
http://support.microsoft.com/kb/960552/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: When you run a query that uses the NOLOCK table hint in SQL Server 2005 or in SQL Server 2008 to retrieve BLOB data, the query runs very slowly (Updated)
http://support.microsoft.com/kb/961049/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: The tempdb database is corrupted when you start some transactions that use the snapshot isolation level on a database that has row versioning enabled in SQL Server 2005 (Updated)
http://support.microsoft.com/kb/961739/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: The CPU usage and the memory usage increase gradually and many session IDs are in the dormant status in SQL Server 2005 and in SQL Server 2008 (Updated)
http://support.microsoft.com/kb/961811/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: An incorrect backup set is listed when you restore a database from a backup file by using SQL Server Management Studio in SQL Server 2005 or in SQL Server 2008 (Updated)
http://support.microsoft.com/kb/965217/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: You obtain incorrect values for a column when you use the OPENROWSET function to import data from a data file by using an XML format file in SQL Server 2005 or in SQL Server 2008 (Updated)
http://support.microsoft.com/kb/967206/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: When you run a stored procedure that contains a query that uses the FOR XML EXPLICIT clause, you may obtain a schema that is badly formed in SQL Server 2005 or in SQL Server 2008 (Updated)
http://support.microsoft.com/kb/967337/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: You receive an incorrect result when you enable the ANSI_NULLS database option and run a query against an indexed view in SQL Server 2005 or in SQL Server 2008 (Updated)
http://support.microsoft.com/kb/967983/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: A query that runs in parallel on a multiprocessor computer returns incorrect results in SQL Server 2005 or in SQL Server 2008 (Updated)
http://support.microsoft.com/kb/968449/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: Error message when you send an e-mail by using Database Mail in SQL Server 2005 or in SQL Server 2008: "The operation has timed out" (Updated)
http://support.microsoft.com/kb/968834/EN-US

SQL Svr Standard Edtn 2005 EN: FIX: Distribution Agent fails when you try to apply a snapshot for a newly added view in a publication in SQL Server 2005 or in SQL Server 2008 (Updated)
http://support.microsoft.com/kb/969775/EN-US

SQL Svr Std Edtn 2005 64Bit EN: FIX: Error message when you run a query in SQL Server 2005 or in SQL Server 2008: "Internal Query Processor Error: The query processor could not produce a query plan" (Updated)
http://support.microsoft.com/kb/961106/EN-US

SQL 2008
SQL Svr Enterprise 2008 EN: You receive a warning about the network binding order on the Setup Support Rules page when you install SQL Server 2008 in a failover cluster (Updated)
http://support.microsoft.com/kb/955963/EN-US

SQL Svr Enterprise 2008 EN: The SQL Server 2008 builds that were released after SQL Server 2008 was released (Updated)
http://support.microsoft.com/kb/956909/EN-US

SQL Svr Enterprise 2008 EN: Microsoft ODBC drivers can return unexpected results when using parameter markers after any function in a T-SQL Statement
http://support.microsoft.com/kb/971249/EN-US

SQL Svr Enterprise 2008 EN: PRB: 'Script table as' reports an error for linked servers created using MSDASQL provider in SQL Server 2005 and SQL Server 2008 (Updated)
http://support.microsoft.com/kb/971261/EN-US

SQL Svr Standard 2008 EN: FIX: The About, Execute, and Close buttons are missing when you run the Execute Package Utility in the Chinese (Taiwan) version of Microsoft SQL Server 2008 (Updated)
http://support.microsoft.com/kb/956021/EN-US

SQL Svr Standard 2008 EN: Support policy for Microsoft SQL Server products that are running in a hardware virtualization environment (Updated)
http://support.microsoft.com/kb/956893/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you try to create a WMI event alert by using the sp_add_alert stored procedure in SQL Server 2008: "The @wmi_query could not be executed in the @wmi_namespace provided" (Updated)
http://support.microsoft.com/kb/960573/EN-US

SQL Svr Standard 2008 EN: FIX: SQL Server 2008 Database Auditing shows query criteria as a parameterized value instead of the actual record
http://support.microsoft.com/kb/967552/EN-US

SQL Svr Standard 2008 EN: FIX: An access violation occurs when you run the DBCC CLEANTABLE statement for a table that has a column of the bit data type in SQL Server 2008
http://support.microsoft.com/kb/968080/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you try to bulk insert data into a table that contains a DATE type column that uses a US date format in SQL Server 2008: "Bulk load data conversion error"
http://support.microsoft.com/kb/968215/EN-US

SQL Svr Standard 2008 EN: FIX: Error message is logged in the SQL Server 2008 Errorlog file when you perform operations on some temporary tables in SQL Server 2008: "Time out occurred while waiting for buffer latch" (Updated)
http://support.microsoft.com/kb/968543/EN-US

SQL Svr Standard 2008 EN: FIX: SQL Server 2008 Integration Services Import and Export Wizard does not provide the ConnectionString property for the .NET Framework Data Provider for ODBC
http://support.microsoft.com/kb/968615/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you perform an online index rebuild operation for a table that has no clustered index in SQL Server 2008: "Location: pageref.cpp:913 Expression: IS_OFF"
http://support.microsoft.com/kb/968740/EN-US

SQL Svr Standard 2008 EN: FIX: You receive asserts after you delete a row that contains BLOB data from a SQL Server 2008 database
http://support.microsoft.com/kb/968741/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you rebuild a table that has sparse columns in SQL Server 2008: "Cannot alter table '<TableName>' because the table either contains sparse columns or a column set column which are incompatible with compression" (Updated)
http://support.microsoft.com/kb/968742/EN-US

SQL Svr Standard 2008 EN: FIX: When you design a SQL Server 2008 report in Visual Studio 2008, no data is returned for a dataset that retrieves data from an XML Web Service by using a query that calls a Web service method
http://support.microsoft.com/kb/969131/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you run an MDX query in SQL Server 2008 Analysis Service: "The Extract function was called with hierarchy '' that does not exist in the set"
http://support.microsoft.com/kb/969235/EN-US

SQL Svr Standard 2008 EN: FIX: SQL Server 2008 Report Designer renders numbers in an order opposite to what you expect when you add a special character to a Textbox control that contains both Hebrew characters and numbers
http://support.microsoft.com/kb/969357/EN-US

SQL Svr Standard 2008 EN: FIX: The cascading report parameters are inconsistent in a SQL Server 2008 Reporting Services report that contains three or more levels of cascading report parameters
http://support.microsoft.com/kb/969453/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you run a query that uses the CASE function in SQL Server 2008: "Conversion failed when converting the <Type1> value ‘<A value>’ to data type <Type2>."
http://support.microsoft.com/kb/969467/EN-US

SQL Svr Standard 2008 EN: FIX: When you read an input column by using the managed code within a script component in a SQL Server 2008 Integration Services package, some meaningless characters are added to the returned data
http://support.microsoft.com/kb/969513/EN-US

SQL Svr Standard 2008 EN: Cumulative update package 5 for SQL Server 2008
http://support.microsoft.com/kb/969531/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you run a job whose owner is a Windows user account after SQL Server 2008 Agent is restarted: "The job failed.  The owner () of job <Job Name> does not have server access"
http://support.microsoft.com/kb/969611/EN-US

SQL Svr Standard 2008 EN: FIX: All SQL Server 2008 database engine performance counters appear to be missing when you try to monitor the performance counters through WMI interfaces
http://support.microsoft.com/kb/969653/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you click the Columns tab in OLE DB Source Editor in SQL Server 2008 Integration Services: "Error at Data Flow Task [OLE DB Source [1]]: SSIS Error Code DTS_E_OLEDBERROR"
http://support.microsoft.com/kb/969793/EN-US

SQL Svr Standard 2008 EN: Stop error message when you install SQL Server 2005 Service Pack 3 or SQL Server 2008 on a Windows XP-based computer that is earlier than Windows XP SP3: "CRITICAL_OBJECT_TERMINATION"
http://support.microsoft.com/kb/969936/EN-US

SQL Svr Standard 2008 EN: FIX: You receive an incorrect result when you query data from a linked server that is created by using an index OLE DB provider in SQL Server 2008
http://support.microsoft.com/kb/969997/EN-US

SQL Svr Standard 2008 EN: Support for Locked Pages on SQL Server 2008 Standard Edition 64-bit systems
http://support.microsoft.com/kb/970070/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you open Replication Monitor for a transactional or merge publication in an instance of SQL Server 2008 that is an upgrade from SQL Server 2000: "Cannot insert the value NULL into column 'isagentrunningnow'"
http://support.microsoft.com/kb/970150/EN-US

SQL Svr Standard 2008 EN: FIX: The data collector is disabled after you install an update for an instance of SQL Server 2008 (Updated)
http://support.microsoft.com/kb/970160/EN-US

SQL Svr Standard 2008 EN: FIX: You receive a "File system error" error message that mentions a temporary file when you process a cube in SQL Server 2008 Analysis Services
http://support.microsoft.com/kb/970184/EN-US

SQL Svr Standard 2008 EN: FIX: You receive an incorrect result when you run a query that uses the row_number function in SQL Server 2008
http://support.microsoft.com/kb/970198/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you create a report that uses a SAP NetWeaver BI data source in SQL Server 2008 Reporting Services: "The method specified is not supported by the current provider. (Microsoft Visual Studio)"
http://support.microsoft.com/kb/970255/EN-US

SQL Svr Standard 2008 EN: FIX: A performance issue occurs when you run a full-text query that contains the "AND NOT" clause in SQL Server 2008
http://support.microsoft.com/kb/970287/EN-US

SQL Svr Standard 2008 EN: Cumulative update package 2 for SQL Server 2008 Service Pack 1
http://support.microsoft.com/kb/970315/EN-US

SQL Svr Standard 2008 EN: FIX: Queries from a query notification that has a lot of subscriptions run slowly when you change the  Auto Close option to False in SQL Server 2008
http://support.microsoft.com/kb/970349/EN-US

SQL Svr Standard 2008 EN: The SQL Server 2008 builds that were released after SQL Server 2008 Service Pack 1 was released (Updated)
http://support.microsoft.com/kb/970365/EN-US

SQL Svr Standard 2008 EN: FIX: An MDX query that contains the Aggregate function incorrectly returns a NULL value for a calculated measure in SQL Server 2008 Analysis Services
http://support.microsoft.com/kb/970461/EN-US

SQL Svr Standard 2008 EN: SQL Server 2008 setup may fail with "Setup Failure in SetupActionName: cusetfeatureinstallstateaction " error message
http://support.microsoft.com/kb/970667/EN-US

SQL Svr Standard 2008 EN: SQL Server 2008 specific folders are created on systems with SQL Server 2005 starting SP3 and above to prevent upgrade failures to SQL Server 2008 at a later time
http://support.microsoft.com/kb/970669/EN-US

SQL Svr Standard 2008 EN: SQL Server 2008 setup may fail with an unknown exception on MSVCR80.DLL
http://support.microsoft.com/kb/970771/EN-US

SQL Svr Standard 2008 EN: You may get "Error 1316.A network error occurred while attempting to read from the file  Path\SSCERuntime-ENU.msi" error message when you repair an instance SQL Server 2008
http://support.microsoft.com/kb/970876/EN-US

SQL Svr Standard 2008 EN: You may receive a "FCB::RemoveAlternateStreams: Operating system error <error number>" when starting up databases on an instance of SQL Server 2005 or SQL Server 2008
http://support.microsoft.com/kb/970878/EN-US

SQL Svr Standard 2008 EN: FIX: Quotation marks are rendered incorrectly when you export a SQL Server 2008 Reporting Services report to a .csv file
http://support.microsoft.com/kb/971064/EN-US

SQL Svr Standard 2008 EN: FIX: Error message when you create a SharePoint subscription on a SQL Server 2008 Reporting Services report that uses cascading parameters: "This report requires a default or user-defined value for the report parameter '<Parameter>'"
http://support.microsoft.com/kb/971068/EN-US

SQL Svr Standard 2008 EN: FIX: The Data Profiling task shows "is_nullable" in the Control Flow window after you configure the Data Profiling task for a data source that uses the Turkish_CI_AS or Turkish_CS_AS collation in SQL Server 2008 Integration Services
http://support.microsoft.com/kb/971125/EN-US

SQL Svr Standard 2008 EN: FIX: The HTML format of a SQL Server 2008 Reporting Services report is not compliant with section 1194.22 standards in the Section 508 standards
http://support.microsoft.com/kb/971132/EN-US

SQL Svr Standard 2008 EN: Connection to SAP NetWeaver from SQL 2008 Reporting services reports "The remote server returned an error: (400) Bad Request"
http://support.microsoft.com/kb/971267/EN-US

SQL Svr Standard 2008 EN: SQL Server 2008 setup program may fail with an unhandled exception when installing from a network location
http://support.microsoft.com/kb/971269/EN-US

SQL Svr Standard 2008 EN: PRB: The certificate that was used to sign classes in the Microsoft SQL Server JDBC driver has expired in SQL Server JDBC Driver versions 1.0, 1.1
http://support.microsoft.com/kb/971270/EN-US

Posted by Frank Yu | 0 Comments

微软资源大集合-移动技术

News

MMS 2009: Find out what was announced about Configuration Manager, Operations Manager, the cloud and virtualization, and more

http://blogs.technet.com/systemcenter/pages/mms-2009-live-in-las-vegas.aspx

Gartner report: Compare Operations Manager 2007 with Microsoft Operations Manager 2005

Find out why upgrading to Operations Manager 2007 may be a good investment for your business.

http://mediaproducts.gartner.com/reprints/microsoft/vol10/article2and3/article2and3.html

Operations Manager 2007 R2 launches

Extending monitoring support from Windows platforms to UNIX and Linux servers and workloads, detailed reporting on service levels, enhanced monitoring capabilities for systems and web applications, and more, the trial is now available.

http://go.microsoft.com/?linkid=9666709

Read the blog: Operations Manager 2007 R2 hits RTM

http://blogs.technet.com/systemcenter/archive/2009/05/22/om2007r2-rtm.aspx

Blogs

Steve Rachui's Manageability blog - ConfigMgr/OpsMgr

http://blogs.msdn.com/steverac/

System Center WebLog by Russ Slaten

http://blogs.msdn.com/rslaten/

The Configuration Manager Support Team Blog

http://blogs.technet.com/configurationmgr/

The Deployment Guys

http://blogs.technet.com/deploymentguys

System Center Configuration Manager Solutions

http://blogs.technet.com/mwiles/

Carlos Santiago's Manageability Blog - SCCM/Softgrid

http://blogs.technet.com/carlossantiago/

Michael Niehaus' Windows and Office deployment ramblings

http://blogs.technet.com/mniehaus/

Paul Thomsen at myITforum.com

http://myitforum.com/cs2/blogs/pthomsen/default.aspx

Jeff Gilbert's Web blog at myITforum.com

http://myitforum.com/cs2/blogs/jgilbert/default.aspx

The Operations Manager Support Team Blog

http://blogs.technet.com/operationsmgr/

System Center Virtual Machine Manager

http://blogs.technet.com/scvmm/

The App-V Blog

http://blogs.technet.com/Softgrid/

Documents

Operations Manager & MOM

System Center Operations Manager 2007 R2 SDK Documentation

The System Center Operations Manager 2007 R2 SDK documentation includes information that explains how to programmatically automate and extend Operations Manager 2007 R2 features.

http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=a16bd9c0-55a4-4a65-ba7f-f876158be0c3

Downloads

Configuration Manager & SMS

Offline Virtual Machine Servicing Tool

This Solution Accelerator provides automated tools and guidance that IT professionals can use to update offline virtual machines efficiently and without exposing them to security risks.

http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=8408ecf5-7afe-47ec-a697-eb433027df73

Events/Webcasts

Configuration Manager & SMS

How Microsoft Is Architecting the Virtual Application Infrastructure (Level 300)

Tuesday, June 02, 2009 9:30 AM Pacific Time (US & Canada)

Microsoft is evaluating Microsoft Application Virtualization 4.5 (App-V) as a method to lower application management life-cycle costs. Attend this webcast to learn how App-V 4.5, in conjunction with Microsoft System Center Configuration Manager 2007 R2, provides an infrastructure for deploying virtualized rich client applications within an enterprise environment. When planned carefully, the same tools can be used to deploy a virtualized application that would normally deploy a desktop application.

http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032415083&culture=en-US

Other

TechNet Webcast: How to Manage Microsoft System Center Data Protection Manager 2007 in Large Enterprises (Level 300)

Wednesday, June 10, 2009 1:00 PM Pacific Time (US & Canada)

Many companies manage significant deployments of System Center Data Protection Manager (DPM) 2007 using its own management console, the DPM PowerShell command language, or the newly released Operations Manager 2007 management pack. During this webcast, we’ll provide some high level information on each of these. But large enterprises often require centralized management and reporting for multiple backup platforms, not only for multiple DPM servers, but across backup solutions from various vendors. To facilitate that, Microsoft has partnered with Bocada, which offers centralized data protection management functionality across multiple protection products. In this webcast, we’ll take a look at the centralized console for DPM 2007 that Bocada has created, as well as look at the seamlessly integrated monitoring of DPM and non-DPM backups within the Bocada solution.

http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032412446&culture=en-US

TechNet Webcast: Cheaper, Better Backups with Microsoft System Center Data Protection Manager 2007 (Level 300)

Friday, June 19, 2009 1:00 PM Pacific Time (US & Canada)

In today’s economy, more than ever, IT Pro’s are looking for ways to reduce costs while still improving existing processes or fixing things that aren’t meeting expectations – including backup. In this session, we’ll discuss legacy protection solutions for backup, disk-to-disk replication, and long-distance disaster recovery -- and how you can cut costs while gaining better backups and more reliable recoveries with System Center Data Protection Manager 2007.

http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032412440&culture=en-US

New KB's

Configuration Manager & SMS

Sys Center Config Mnger 2007 AL: A task sequence that contains many packages may take longer to run after you install System Center Configuration Manager 2007 Service Pack 1 or hotfix 949225 (Updated)

http://support.microsoft.com/kb/955955/EN-US

Sys Center Config Mnger 2007 AL: The Ccmexec.exe process may consume almost 100 percent of CPU resources on System Center Configuration Manager 2007 clients

http://support.microsoft.com/kb/968635/EN-US

Sys Center Config Mnger 2007 AL: You cannot customize the ramdisk TFTP block size on a System Center Configuration Manager 2007 SP1 site server that has the Pre-Boot Execution Environment (PXE) service point role

http://support.microsoft.com/kb/968718/EN-US

Sys Center Config Mnger 2007 AL: Operating system deployment fails in a System Center Configuration Manager 2007 SP1 environment if you deploy a different operating system to a client within one hour of a previous deployment

http://support.microsoft.com/kb/969113/EN-US

Sys Center Config Mnger 2007 AL: Delta merge may fail on System Center Configuration Manager 2007 Service Pack 1-based branch distribution points

http://support.microsoft.com/kb/969341/EN-US

Sys Center Config Mnger 2007 AL: Users cannot enumerate collection members if hotfix 955262 is installed on System Center Configuration Manager 2007 SP1 site servers (Updated)

http://support.microsoft.com/kb/969529/EN-US

Sys Center Config Mnger 2007 AL: The Ccmexec.exe process may consume almost 100 percent of CPU resources on System Center Configuration Manager 2007 Service Pack 1 clients

http://support.microsoft.com/kb/969530/EN-US

Sys Center Config Mnger 2007 AL: You encounter problems after you apply hotfix 955229 on System Center Configuration Manager 2007 site servers

http://support.microsoft.com/kb/970170/EN-US

Sys Center Config Mnger 2007 AL: Some attributes of a System Center Configuration Manager 2007 Service Pack 1 client may be missing after it is configured as a branch distribution point

http://support.microsoft.com/kb/970242/EN-US

Sys Mgmt Svr Ent Ed 2003 EN: Available command line switches for PatchInstall.exe (Updated)

http://support.microsoft.com/kb/961726/EN-US

Operations Manager & MOM

MOM Ops Mgr Serv Ent Ed 2005 EN: The MOM service may crash when you run the discovery process on many agent computers in MOM 2005 (Updated)

http://support.microsoft.com/kb/949874/EN-US

Sys Center Operation Mgr 2007 EN: Opening the Operations Manager 2007 console may result in an error message after upgrading to R2

http://support.microsoft.com/kb/971285/EN-US

Sys Center Ops Mgr 2007 SP1: Support for running System Center Operations Manager 2007 Service Pack 1 and System Center Essentials 2007 Service Pack 1 on a Windows Server 2008-based computer (Updated)

http://support.microsoft.com/kb/953141/EN-US

Sys Center Ops Mgr 2007 SP1: Description of the hotfix rollup package for System Center Operations Manager 2007 Service Pack 1 and for System Center Essentials 2007 Service Pack 1: July 25, 2008 (Updated)

http://support.microsoft.com/kb/954049/EN-US

Sys Center Ops Mgr 2007 SP1: Error message when you add an agent assignment rule in the System Center Operations Manager 2007 if an Active Directory domain name begins with a numeric digit: "XSD verification failed for management pack"

http://support.microsoft.com/kb/968082/EN-US

Other

Sys Center DataProtect Mgr 07 EN: Error message when you perform various System Center Data Protection Manager (DPM) 2007 operations after you install DPM 2007 Service Pack 1: "An Unexpected error occurred during a VSS operation" (Updated)

http://support.microsoft.com/kb/967509/EN-US

Sys Center Essentials 2007 EN: System Center Essentials 2007 installation may fail during Reporting installation due to proxy configuration

http://support.microsoft.com/kb/970783/EN-US

Posted by Frank Yu | 0 Comments

微软资源大集合-Internet篇

News

Biztalk Server
Virginia Department of Motor Vehicles - Virginia DMV Enhances Decisions, Boosts Safety, Through Integration with Other Agencies
http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?casestudyid=4000004307
GKB HiTech Ltd. - Lens Manufacturer Optimizes Order Management with RFID Technology
http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?casestudyid=4000004156
Continental Automotive - Auto Components Supplier Cuts Receiving Cycle-Time by 50%, Cuts Costs by 30%
http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?casestudyid=4000004146

SharePoint Technologies
SharePoint 2010: Preliminary System Requirements Announced
May 10, 2009: Microsoft
We've heard loud and clear that you want system requirements information as early as possible to assist in your budgeting and planning, so we're happy to announce (and confirm) some preliminary system requirements for SharePoint Server 2010.
http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx

SP2 for Office SharePoint Server and Windows SharePoint Services Now Available
April 28, 2009: Microsoft
Service Pack 2 for Microsoft Office SharePoint Server and Windows SharePoint Services is now available for download.
http://technet.microsoft.com/en-us/office/sharepointserver/bb735839.aspx#SP2
SharePoint Steers Companies Through Economic Downturn
April 23, 2009: Fresh Business Thinking
Leading IT experts have claimed that companies across the UK will be making a 'smart investment' by adopting Microsoft SharePoint during the credit crunch.
http://www.freshbusinessthinking.com/business_advice.php?AID=2375&Title=SharePoint+Steers+Companies+Through+Economic+Downturn

SP2 for Office 2007 and MOSS Arrives April 28
April 16, 2009: Redmond Developer News
On April 28, Microsoft plans to release Service Pack 2 (SP2) for Microsoft Office 2007, along with SP2 releases for some of its server products. Two of the servers that will get SP2 updates are Microsoft Office SharePoint Server (MOSS) and Windows SharePoint Services 3.0.
http://news.google.com/news/url?sa=T&ct=us/7-0&fd=R&url=http://reddevnews.com/news/article.aspx%3Feditorialsid%3D10777&cid=1333065667&ei=O-LnSbL7BYOSggP5semDBw&usg=AFQjCNHeHuoXy3mr1gAHTLhIfSjQjw4r4w

Announcing Microsoft SharePoint Server 2010
April 15, 2009: Microsoft
PressPass spoke with Chris Capossela, Senior Vice President of Microsoft's Information Worker Product Management Group to find out more about how the next version of Office related product will deliver a synchronized experience across devices and provide greater choice and flexibility for customers.
http://www.microsoft.com/presspass/features/2009/Apr09/04-15Office2010.mspx

The Ultimate Business Timesaver
April 2, 2009: Forbes
It's called collaboration software, and you should be using it.
http://www.forbes.com/2009/04/02/collaboration-software-microsoft-entrepreneurs-technology-sharepoint.html

An Enterprise Approach to Web 2.0 in Government
March 31, 2009: Microsoft
People around the world already use Web 2.0 applications to share information, build virtual communities, and connect across geopolitical, sociological, and demographic boundaries. The next generation of government—Gov 2.0—has a unique opportunity to embrace these engaging technologies to respond to citizens with increased efficiency, transparency, and openness.
http://www.microsoft.com/industry/government/guides/gov20.mspx

Microsoft Offering SharePoint Designer for Free
April 2, 2009: ChannelWeb
Microsoft has decided to give away Office SharePoint Designer 2007 for free in order to get more organizations thinking creatively and building customized applications on the SharePoint platform.
http://www.crn.com/software/216402552

Microsoft Office SharePoint Designer is now a free download!
April 2, 2009: Microsoft
SharePoint Designer 2007 now available as a free download.
http://www.microsoft.com/video/en/us/details/b259df52-9b96-4f3a-9e70-78429c129858

Pfizer Takes a Two-Pronged Approach to Content Management
March 26, 2009: Microsoft SharePoint Team Blog
Gartner has posted a report for SharePoint that features a prominent customer, Pfizer. It highlights the benefits that SharePoint has brought to Pfizer and notes how agile and easy it was to deploy and use in the company.
http://blogs.msdn.com/sharepoint/archive/2009/03/26/case-study-pfizer-takes-a-two-pronged-approach-to-content-management.aspx

Microsoft Commerce Server 2009 is Now Available on MSDN!
March 3, 2009: Microsoft
Commerce Server 2009 is now available for download to MSDN subscribers. Commerce Server 2009 delivers the ability to increase your business reach by making it possible to sell via multiple channels by using an out-of-the-box shopping site, SharePoint Commerce Services, and the Multi-Channel Commerce Foundation.
http://blogs.msdn.com/commerce/archive/2009/03/03/microsoft-commerce-server-2009-is-now-available-on-msdn.aspx

Downloads

Biztalk Server
Microsoft BizTalk Adapter for SQL Server
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=ceb0bb34-f9d2-4d14-8bbe-0311d227b091
BizTalk Adapter Pack 2.0
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=76736ba7-3c05-4436-9353-1c33f9005194
Installing and Configuring Microsoft BizTalk Adapters for Enterprise Applications
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=73906bf5-4197-4941-a73f-a43c0d38618f
BizTalk Server Best Practices Analyzer V1.2
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=93d432fe-1370-4b6d-aaa8-a0c43c30f5ab
BizTalk Adapter v2.0 for mySAP Business Suite Installation Guide and Release Notes
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=72e800a9-e9fd-4e5f-9c4a-cd340679d700

Microsoft Internet information Server
IIS DownloadCENTER
This is your single source for finding Microsoft Internet Information Services tools, samples, extensions, filters and modules created by Microsoft and the IIS community.  Read more about the Microsoft Extensions.
http://www.iis.net/downloads

SharePoint Technologies
Office SharePoint Server IT Pro content CHM
Downloadable CHM version of SharePoint Server content on TechNet.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=ba006584-711d-4ce7-9e1f-181aedf6434a

Service Level Dashboard for Ops Mgr
The graphical dashboard in this Solution Accelerator lets you accurately measure and report on end-to-end system availability and performance of business-critical applications in your organization.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=1d9d709f-9628-46a8-952b-a78f5dd2bdd9

Windows SharePoint Services 3.0 IT Pro content CHM
Downloadable CHM version of Windows SharePoint Services 3.0 content on TechNet.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=c9d6c8c5-8a62-4961-8c1b-df08b667b1c4

Windows SharePoint Services 3.0 with Service Pack 2
Microsoft Windows SharePoint Services helps your team share and manage information and documents in a Web site.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=ef93e453-75f1-45df-8c6f-4565e8549c2a

Windows SharePoint Services 3.0 x64 with Service Pack 2
Microsoft Windows SharePoint Services for x64 helps your team share and manage information and documents in a Web site.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=9fb41e51-cb03-4b47-b89a-396786492cba

SharePoint Diagnostics (SPDiag) Tool v1.0 for SharePoint Products and TechnologiesWhat does this tool do?
The SharePoint Diagnostics (SPDiag) tool v1.0 greatly simplifies the process of gathering and analyzing troubleshooting data, and can significantly reduce the time needed to diagnose issues. SPDiag v1.0 provides administrators with a unified interface for troubleshooting SharePoint performance issues, and saves collected data and reports to a SQL Server database.
Microsoft SharePoint Administration Toolkit v3.0 x86: http://go.microsoft.com/fwlink/?LinkId=141504
Microsoft SharePoint Administration Toolkit v3.0 x64: http://go.microsoft.com/fwlink/?LinkId=142035
SharePoint Diagnostics Tool (SPDiag) User Guide: http://www.microsoft.com/DownLoads/details.aspx?familyid=1C222804-51C7-4BB5-AE3D-89C68AD27A78&displaylang=en

SQLDiag and PSSDiag
PSSDIAG is also a diagnostics utility used to collect profiler trace, perfmon data for SQL Server. PSSDAIG was created to troubleshoot SQL Server 7.0 and 2000 issues. It evolved into SQL Server 2005 sqldiag.
http://sqlnexus.codeplex.com/Wiki/View.aspx?title=PSSDiag

Pre-upgrade scanning and reporting for future releases (Windows SharePoint Services)
The Upgrade Checker will scan your SharePoint Server 2007 deployment for many issues that could affect a future upgrade to SharePoint 2010, ships with SP2.
http://technet.microsoft.com/en-us/library/dd793607.aspx

Best Practices Resource Center for SharePoint Server 2007
To avoid common pitfalls and keep your Office SharePoint Server 2007 environment available and performing well, follow these best practices based on real-world experience from Microsoft Consulting Services and the product team.
http://technet.microsoft.com/en-us/office/sharepointserver/bb736746.aspx

SharePoint Disaster Recovery Advisor Tool Now Available as Freeware!
What does this tool do?
Reads your farm configuration from the database backup or from the live config database, Lists all the servers, databases and services in the farm. Verifies availability of all these components in real time, Verifies and re-creates appropriate SQL Server logins to enable SharePoint services access to the databases, In a DR situation, advises on the psconfig.exe commands needed to provision SharePoint front end, Central Administration, and application servers
http://sharepointforall.com/blogs/team/archive/2009/03/06/sharepoint-disaster-recovery-advisor-tool-now-available-as-freeware.aspx#143

Site Administrator Repository Query Tool
This tool allows you to run simple and quick queries from the Site Administrator repository, which includes information gathered about systems, as well as configuration information on Recovery Manager for SharePoint and Migration tools.
http://sharepointforall.com/media/p/8.aspx

SharePoint PowerShell PowerPack v1 Feb 2009
This download includes 4 PowerPacks.
SharePoint PowerPack - List the SharePoint Webs, folders, and List, and monitor the SharePoint usage.
SharePoint Farm PowerPack - Monitor your SharePoint farm servers, services, web services and web applications
SharePoint Remove Access PowerPack - PowerPack which connects to SharePoint over its webservices
SharePoint Navigator PowerPack - allows you to display the properties of the local farm, get a list of servers running in your farm, list SharePoint services and monitor the status and which services needs upgrade, and list the web services and web applications.
http://sharepointforall.com/media/p/38.aspx

SmartTools for SharePoint
The SmartTools for SharePoint project is a collection of SharePoint extensions to make your life as a SharePoint user, developer or administrator a little bit easier!
http://smarttools.codeplex.com/

Dive in with our latest free training
Download our new training right to your desktop or have your team download it to your SharePoint Server.
http://office.microsoft.com/en-us/sharepointserver/HA102488011033.aspx

Events/Webcasts

SharePoint Technologies
TSG presents TSG Microsoft SharePoint Express Workshop
Free of charge
Date: 3-11 June2009, 09:30
Location: Multiple UK Locations
Event Category: Onsite Event
Audience: IT Professional
Products: Microsoft Office SharePoint Server
http://www.tsg.com/page.aspx?id=81

Corporate Project Solutions presents Discover the potential of Microsoft Office SharePoint (MOSS).
Free of charge
Date: 11 June 2009, 14:00
Location: London
Event Category: Onsite Event
Audience: Business Decision Maker, Business PC User, Business Professional, Developer, Education, Government, IT Professional, Partners, Technology Decision Maker
Products: Microsoft Office, Microsoft Office SharePoint Server, Windows, Windows Server
https://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-GB&eventid=1032405711

SharePoint Champagne Breakfast
Free of charge
Date: 24 June 2009, 09:00
Location: London
Event Category: Onsite Event
Audience: Architect, BDM, Business Professional, IT Professional, Technology Decision Maker
Products: Microsoft Office SharePoint Server, Microsoft Office SharePoint Server 2007, Office Solutions Development
https://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-GB&eventid=1032416000

All upcoming Events\Webcasts
http://www.microsoft.com/sharepoint/learning/events.mspx

New KB's

Biztalk Server
BizTalk RosettaNet Std 3.0 EN: FIX: Negative Acknowledgement (NACK) messages that contains an invalid DateTimeStamp value are not rejected in BizTalk Accelerator for RosettaNet (BTARN) 3.0
http://support.microsoft.com/kb/970491/EN-US

BizTalk Server Ent 2009 EN: Using Setup.exe alone for an unattended installation will not result in a configured BizTalk server
http://support.microsoft.com/kb/971655/EN-US

BizTalk Server LOB Adapters 2006: FIX: Event ID: 0 is logged when you use BizTalk Adapter for Oracle Database to send a batch of messages to an Oracle table, and a few messages are suspended
http://support.microsoft.com/kb/955456/EN-US

BizTalk Server Std 2006 EN: FIX: The MessageBox_Parts_Cleanup_BizTalkMsgBoxDb SQL Server Agent job takes a long time to finish in BizTalk Server 2006 or in BizTalk Server 2006 R2
http://support.microsoft.com/kb/959495/EN-US

BizTalk Server Std 2006 R2 EN: FIX: An XML message remains in the active queue instead of in the suspended queue when you enable tracking after port processing for a send port that uses the EdiSend pipeline in BizTalk Server 2006 R2
http://support.microsoft.com/kb/958296/EN-US

BizTalk Server Std 2006 R2 EN: FIX: BizTalk Server 2006 R2 does not process an XML message, and the following application event error is logged: "The targetNamespace attribute cannot have empty string as its value"
http://support.microsoft.com/kb/963000/EN-US

BizTalk Server Std 2006 R2 EN: FIX: The BizTalk Server FTP adapter does not retrieve files successfully from an IBM AIX-based FTP server that is set to the fr_FR locale
http://support.microsoft.com/kb/967606/EN-US

BizTalk Server Std 2009 EN: FIX: BizTalk Adapter 2.0 for mySAP Business Suite installation fails on BizTalk Server 2009
http://support.microsoft.com/kb/970984/EN-US

BizTalk Server Std 2009 EN: “The Signing Certificate has not been configured” error using certificates with EDI/AS2
http://support.microsoft.com/kb/971193/EN-US

Microsoft Internet information Server
Internet Info Services 7.0 EN: FIX: The internal IP address of an IIS 7.0 server is revealed if an HTTP Request that does not have a Host header or has a NULL Host header is sent to the server
http://support.microsoft.com/kb/967342/EN-US

Internet Info Services 7.0 EN: Configuring IIS 7.0 in a Microsoft Windows Server 2008 failover cluster
http://support.microsoft.com/kb/970759/EN-US

Internet Info Svr 6 AL: Microsoft Security Advisory: Vulnerability in Internet Information Services (IIS) could allow elevation of privilege
http://support.microsoft.com/kb/971492/EN-US

SharePoint Technologies
Office SharePoint Designr 2007: Description of the SharePoint Designer 2007 hotfix package (Spd.msp): April 30, 2009
http://support.microsoft.com/kb/970210/EN-US

Office SharePoint Designr 2007: MOSS2007 XSLT converted Web Part (list view) breaks Item level permission as per the UI
http://support.microsoft.com/kb/970832/EN-US

Office SharePoint Server 2007 ML: Description of the SharePoint Server 2007 cumulative update package (MOSS server package): April 30, 2009
http://support.microsoft.com/kb/968851/EN-US

Office SharePoint Server 2007 ML: Description of the Microsoft Office SharePoint Server 2007 hotfix package (Dlc.msp): April 30, 2009
http://support.microsoft.com/kb/968862/EN-US

Office SharePoint Server 2007 ML: Problems occur at export, at import, or with content deployment because the word "Pages" and the word "Tabs" in the UI of the Hungarian version of SharePoint Server 2007 are incorrectly translated as the same word
http://support.microsoft.com/kb/969104/EN-US

Office SharePoint Server 2007 ML: Description of the SharePoint Server 2007 hotfix package (Coreservermui.msp): April 30, 2009
http://support.microsoft.com/kb/969420/EN-US

Office SharePoint Server 2007 ML: Description of the Microsoft Office SharePoint Server 2007 hotfix package (Dlcmui.msp [Greek]): April 30, 2009
http://support.microsoft.com/kb/969959/EN-US

Office SharePoint Server 2007 ML: Entire contents of a file that is crawled by Microsoft SharePoint may not be searchable
http://support.microsoft.com/kb/970776/EN-US

Office SharePoint Server 2007 ML: MOSS 2007: "The trial period for this product has expired." during content deployment
http://support.microsoft.com/kb/970778/EN-US

Office SharePoint Server 2007 ML: Period (.) in username converted to underscore (_) in SharePoint My Site URL
http://support.microsoft.com/kb/970779/EN-US

Office SharePoint Server 2007 ML: Howto disable autocomplete for an entire SharePoint farm
http://support.microsoft.com/kb/970782/EN-US

Office SharePoint Server 2007 ML: XSLT converted Web Part (list view) breaks Item level permission as per the UI
http://support.microsoft.com/kb/970784/EN-US

Office SharePoint Server 2007 ML: How to change the display name of FBA user in Welcome control
http://support.microsoft.com/kb/970787/EN-US

Office SharePoint Server 2007 ML: ASPStateTempSessions table in the SSP Database is not cleaned up automatically
http://support.microsoft.com/kb/970788/EN-US

Office SharePoint Server 2007 ML: Files that are larger than 5 megabytes are truncated to 5 megabytes at check-in on a server that is running SharePoint Server 2007
http://support.microsoft.com/kb/970812/EN-US

Office SharePoint Server 2007 ML: Sign In as different user does not clear the session and cookie values
http://support.microsoft.com/kb/970814/EN-US

Office SharePoint Server 2007 ML: MOSS 2007:"Absolute path information required" when attempting to create a new Web application
http://support.microsoft.com/kb/970816/EN-US

Office SharePoint Server 2007 ML: E-mail messages from SharePoint lists or workflows to SharePoint lists do not arrive
http://support.microsoft.com/kb/970818/EN-US

Office SharePoint Server 2007 ML: My Sites and My Links are not available or browsable post migration of SPS 2003 Portal to MOSS 2007 by using the Content DB migration method
http://support.microsoft.com/kb/970819/EN-US

Office SharePoint Server 2007 ML: Error message when you try to edit and save the Office HTML files from a SharePoint document library: "The file cannot be saved because it is not checked out. To make changes to this file, you must check it out."
http://support.microsoft.com/kb/970828/EN-US

Office SharePoint Server 2007 ML: When using RANK in the ORDER BY clause of a SharePoint Search query, no other properties should be used
http://support.microsoft.com/kb/970830/EN-US

Office SharePoint Server 2007 ML: Event Handlers cannot be triggered by an anonymous user
http://support.microsoft.com/kb/970869/EN-US

Office SharePoint Server 2007 ML: The ASP.NET urlMappings feature fails for SharePoint Server 2007 site templates other than the publishing portal
http://support.microsoft.com/kb/971184/EN-US

Office SharePoint Server 2007 ML: Issue with blogs on MySite, with Office SharePoint Server English and Language Packs
http://support.microsoft.com/kb/971192/EN-US

Office SharePoint Server 2007 ML: MOSS 2007 : Field associated with content types don't retain when switching content type between read-only and read-write mode
http://support.microsoft.com/kb/971195/EN-US

Office SharePoint Server 2007 ML: The 2007 Microsoft Office Server Service Pack 2 unexpectedly activates a trial expiration
http://support.microsoft.com/kb/971620/EN-US

Windows SharePoint Services 3.0: How to programmatically change the currency symbol for Slovenia and Slovakia to the euro in Windows SharePoint Services and in Office SharePoint Server
http://support.microsoft.com/kb/960287/EN-US

Windows SharePoint Services 3.0: After you change the Task content type for a SharePoint site collection, you cannot synchronize task items on a newly created Task list
http://support.microsoft.com/kb/968172/EN-US

Windows SharePoint Services 3.0: Office SharePoint Server 2007 cannot index Office SharePoint Server 2003 portal listings
http://support.microsoft.com/kb/968845/EN-US

Windows SharePoint Services 3.0: Description of the Windows SharePoint Services 3.0 cumulative update package: April 30, 2009
http://support.microsoft.com/kb/968850/EN-US

Windows SharePoint Services 3.0: Search term variants are not highlighted in the search results if you enable search term stemming in Office SharePoint Server 2007
http://support.microsoft.com/kb/969401/EN-US

Windows SharePoint Services 3.0: Description of the Windows SharePoint Services 3.0 hotfix package (Wssmui.msp): April 28, 2009
http://support.microsoft.com/kb/969421/EN-US

Windows SharePoint Services 3.0: The filter daemon process crashes when Office SharePoint Server 2007 crawls Office 2007 documents
http://support.microsoft.com/kb/970003/EN-US

Windows SharePoint Services 3.0: The thesaurus is not applied when you perform a search after you type text in the "All of these words" text box or in the "The exact phrase" text box in SharePoint Server 2007
http://support.microsoft.com/kb/970010/EN-US

Windows SharePoint Services 3.0: A discussion board item does not index when a crawl is run against the site if the subject contains a period (.)
http://support.microsoft.com/kb/970113/EN-US

Windows SharePoint Services 3.0: Error message when you run a full crawl on Business Data Catalog (BDC) data source in Office SharePoint Server 2007: "0X80040E14"
http://support.microsoft.com/kb/970155/EN-US

Windows SharePoint Services 3.0: The 'Create Cross-Site Groups' right in WSS 2.0 not transferred to Site Permission 'Create Groups' after upgrade
http://support.microsoft.com/kb/970815/EN-US

Windows SharePoint Services 3.0: Description of Microsoft support for a SharePoint configuration that is hosted in a geographically dispersed SQL Server cluster
http://support.microsoft.com/kb/971160/EN-US

Windows SharePoint Svcs 3.0 EN: Description of the Windows SharePoint Services 2.0 hotfix package (Sts.msp, Stsintl.msp): April 28, 2009
http://support.microsoft.com/kb/962954/EN-US

Windows SharePoint Svcs 3.0 EN: Description of a time zone update for Windows SharePoint Services 2.0
http://support.microsoft.com/kb/962955/EN-US

Posted by Frank Yu | 0 Comments

微软资源大集合-安全篇

News

Security

Impersonation and the Access Control List http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918230&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
By John Steer, Security Architect, Microsoft Application Consulting & Engineering (ACE) Team Security is a foundational component that needs to be integrated from the ground up in the development lifecycle. This article provides insight into impersonation and access control lists (ACLs) from a developer’s perspective.

GS Enhancements Planned for Visual Studio 2010 http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918231&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
First provided in Visual Studio .NET 2002, the Visual C++ compiler’s GS switch, which is on by default, is one of the built-in defenses designed to mitigate the buffer overrun attacks. Learn what Microsoft’s VC++ compiler team is proactively working on to refine and enhance the abilities of the GS switch.

Now On Demand: Scott Charney's Keynote from RSA Conference 2009 http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918232&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
Join Scott Charney, Corporate Vice President of Microsoft’s Trustworthy Computing Group, as he discusses the trusted Internet experience of the future and the need for technological innovation, global public policy, and societal shifts around the issues of privacy and security.

What's New in Windows 7 RC http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918233&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
Watch this quick video to learn about features and improvements in the Windows 7 Release Candidate (RC) in areas like performance, networking, security, and PC management—then download the Release Candidate http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918154&s1=68628015-2ccc-cbc7-31b9-0e76c3415474 and take a test drive.

Evaluate Microsoft Forefront codename “Stirling” Beta 2 http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918234&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
By delivering simplified management and providing critical visibility into threats, vulnerabilities, and configuration risks, Forefront codename “Stirling” helps you protect your business with greater confidence and efficiency.

Download the Latest Microsoft Security Intelligence Report http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11838615&s1=68628015-2ccc-cbc7-31b9-0e76c3415474

Forefront Anti-Spam Portal Now Live http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11863106&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
The Microsoft Forefront team has released an anti-spam portal to provide the latest news and tools about anti-spam resources. This portal is a “one-stop” resource for anti-spam information, including risks and business impacts associated with spam, blogs, forums and communities, evidence, and related technical and product information.

Download the New Capacity Planning Tool for Forefront Security for Exchange Server http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11863107&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
The new Forefront Security for Exchange Server capacity planning tool helps you understand what hardware, architecture, and configuration settings will produce recommended system performance and message throughput results for comprehensive protection your Exchange servers.

Geneva Whitepapers and Datasheet
Whitepaper: "Geneva" Claims Based Access Platform
Learn about Microsoft's new "Geneva" claims based access platform. Read about the three main components of "Geneva" and how they work together to help solve application access problems with a single simplified access model. Understand how claims can be used across a wide variety of scenarios including enterprise, federation and Web. In this paper new concepts and terminology are introduced to help architects, developers and IT professionals understand the benefits and concepts behind the claims-based model of identity. A background in developing, deploying or managing web applications and services that entail user authentication is expected. By David Chappell

Whitepaper: "Geneva" Framework - Updated for Beta 2
Get started building claims-aware applications using Microsoft code-named "Geneva" Framework. In this paper concepts and terminology are introduced to help developers understand the benefits and concepts behind the claims-based model of identity. Security expertise is not required but familiarity with ASP.NET or WCF programming is. A background in building web applications or services that care about authentication and authorization is expected. As such, the focus of the paper is on building relying parties using the framework. By Keith Brown
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9ca5c685-3172-4d8f-81cb-1a59bdc9f7e3

Microsoft Code Name "Geneva" Beta 2
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=118c3588-9070-426a-b655-6cec0a92c10b

Microsoft Security Bulletin Summary for May, 2009
http://www.microsoft.com/technet/security/bulletin/ms09-may.mspx
Microsoft Internet Security and Acceleration Server

Forefront Edge Security TechCenter
http://technet.microsoft.com/en-gb/forefront/edgesecurity/default.aspx
Please note that if you have feedback on documentation or wish to request new documents - email isadocs@microsoft.com

Forefront Edge Security Community
http://technet.microsoft.com/en-gb/forefront/edgesecurity/bb687298.aspx

Forefront TMG (ISA Server) Product Team Blog
The ISA Server Product Team Blog (http://blogs.technet.com/isablog/) is updated on a regular basis. Latest entries include:

Web Farm IP Affinity Load Balancing Algorithm
http://blogs.technet.com/isablog/archive/2009/04/30/web-farm-ip-affinity-load-balancing-algorithm.aspx

TechEd 2009: A Preview of Forefront TMG and URL Filtering
http://blogs.technet.com/isablog/archive/2009/05/03/teched-2009-a-preview-of-forefront-tmg-and-url-filtering.aspx

Announcing the Availability of ISA/TMG Best Practices Analyzer Version 7
http://blogs.technet.com/isablog/archive/2009/05/06/announcing-the-availability-of-isa-tmg-best-practices-analyzer-version-7.aspx

Quick Report From TechEd 2009: A 360-Degree View of Microsoft Forefront TMG and UAG
http://blogs.technet.com/isablog/archive/2009/05/14/quick-report-from-teched-2009-a-360-degree-view-of-microsoft-forefront-tmg-and-uag.aspx

TechEd 2009: Post Show Feedback
http://blogs.technet.com/isablog/archive/2009/05/16/teched-2009-post-show-feedback.aspx

High CPU Utilization by Wspsrv.exe Process
http://blogs.technet.com/isablog/archive/2009/05/19/high-cpu-utilization-by-wspsrv-exe-process.aspx

Fun with ISA Server and AES Cipher Suites
http://blogs.technet.com/isablog/archive/2009/05/23/fun-with-isa-server-and-aes-cipher-suites.aspx

Intelligent Application Gateway 2007

Intelligent Application Gateway 2007 Technical Resources
http://technet.microsoft.com/en-gb/forefront/edgesecurity/bb687299.aspx

Forefront Edge Security Community
http://technet.microsoft.com/en-gb/forefront/edgesecurity/bb687298.aspx

Intelligent Application Gateway Product Team Blog
The IAG Product Team Blog (http://blogs.technet.com/edgeaccessblog) is updated on a regular basis. Latest entries include:

How to configure Active Synch Trunk for Non-Windows Mobile phones sending out large email attachments
http://blogs.technet.com/edgeaccessblog/archive/2009/05/12/how-to-configure-active-synch-trunk-for-non-windows-mobile-phones-sending-out-large-email-attachments.aspx

How to configure IAG to use AES 256 encryption
http://blogs.technet.com/edgeaccessblog/archive/2009/05/14/how-to-configure-iag-to-use-aes-256-encryption.aspx

Documents

Secure Your Desktop PCs – Start a Free Security Assessment Today http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918235&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
Download the Microsoft Assessment and Planning (MAP) Toolkit, and assess your PCs’ virus and spyware vulnerability, and readiness for implementing Forefront Client Security.

Database Encryption in SQL Server 2008 Enterprise Edition http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918236&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
With the introduction of transparent data encryption (TDE) in SQL Server 2008, users now have the choice between cell-level encryption as in SQL Server 2005, full database-level encryption by using TDE, or the file-level encryption options provided by Windows. This white paper compares TDE with these other encryption methods for application developers and database administrators.

Deep Dive: Security and Protection for SQL Server 2008 http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918237&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
SQL Server includes a variety of precise, configurable security features. These features empower administrators to implement defense-in-depth that is optimized for the specific security risks of their environment. Get up to speed on security for the SQL Server Database Engine.

Administering SQL Server 2008 Servers by Using Policy-Based Management http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918238&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
Policy-Based Management is a system for managing one or more instances of SQL Server 2008. Learn monitoring and enforcement best practices and policy-based management scenarios, then get a tutorial on administering servers using Policy-Based Management.

Protect E-Mail with Forefront Security http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918239&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
Learn how to install and configure Forefront Security for Exchange Server using Windows PowerShell, fight spam with connection and content filtering, and configure multiple scanning engines and scanning policies.

ISA Server 2006 Enterprise Edition Quick Start Guide http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11918240&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
Get the necessary information and resources that you need before you start the installation and configuration of ISA Server 2006. With this information, your deployment of ISA Server 2006 will be more efficient. The information in this document focuses on a few of the many features in ISA Server 2006, to enable you to quickly prepare for deployment.

Downloads

Active Directory Domain Services in the Perimeter Network (Windows Server 2008)
This guide contains direction for determining whether Active Directory Domain Services (AD DS) is appropriate for your perimeter network (also known as the DMZs or extranets), the various models for deploying AD DS in perimeter networks, and planning and deployment information for Read Only Domain Controllers (RODCs) in the perimeter network.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c1d0fd00-bf31-4b20-95c6-279a4ce7c2b4

2007 Microsoft Office Security Guide
The 2007 Microsoft Office Security Guide provides prescriptive Group Policy setting and security configuration recommendations to help strengthen the security of computers running the 2007 Microsoft Office release on computers that run Windows Vista or Windows XP in domain–based environments.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=a12eca33-a20d-45e2-895c-5e021f3ae4c5

GPOAccelerator
The GPOAccelerator creates all the Group Policy objects (GPOs) that you need to deploy recommended security settings for your environment to save you hours of work that you would otherwise need to configure these settings. This Solution Accelerator includes guidance to assist you with this tool.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=a46f1dbe-760c-4807-a82f-4f02ae3c97b0

Local Security Authority Merged IDL File - English
This file contains the complete set of IDL definitions for the lsarpc interface, which is associated with the [MS-LSAD] and [MS-LSAT] protocol documents. It has been created by merging the "Full IDL" sections of said documents.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7700ad04-866b-447a-9e08-21dbda94460f

2007 Office system (SP2) Administrative Template files (ADM, ADMX, ADML) and Office Customization Tool
This download includes updated Group Policy Administrative Template and Office Customization Tool OPA files; an updated Office Customization Tool; and ADMX and ADML versions of the Administrative Template files. This update assumes that you have updated your 2007 Office System applications with the 2007 Office System Service Pack 2 (SP2).
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=73d955c0-da87-4bc2-bbf6-260e700519a8

ADMX Migrator
ADMX Migrator is a snap-in for the Microsoft Management Console (MMC) that simplifies the process of converting your existing Group Policy ADM Templates to the new ADMX format and provides a graphical user interface for creating and editing Administrative templates.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=0f1eec3d-10c4-4b5f-9625-97c2f731090c

Group Policy Settings Reference for Windows Internet Explorer 8
This spreadsheet lists the policy settings for computer and user configurations included in the administrative template files (admx/adml) delivered with Windows Internet Explorer 8.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=ab4655f2-0a3c-42eb-974d-24b2790bf592

Microsoft Internet Security and Acceleration (ISA) Server Best Practices Analyzer (BPA) Tool
The ISA Server Best Practices Analyzer Tool is designed for administrators who want to determine the overall health of their ISA Server computers and to diagnose current problems. The tool scans the configuration settings of the local ISA Server computer and reports issues that do not conform to the recommended best practices.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=d22ec2b9-4cd3-4bb6-91ec-0829e5f84063

Microsoft Online Services Sign In
Use this Sign In application to access Microsoft Online Services.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=5c2ca866-4107-4ae5-98d5-76bf1b18ff87

Microsoft Online Services Directory Synchronization
Use this tool to synchronize local directory services to Microsoft Online Services
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=f536cac9-c0fb-48d1-b22c-378ba92c1c9f

Update for Windows Mail Junk E-mail Filter [May 2009] (KB905866)
Install this update for Windows Mail to revise the definition files that are used to detect e-mail messages that should be considered junk e-mail or that may contain phishing content.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=aa029fde-f341-44fc-8b85-0c6f3d3c2d69

Update for Windows Mail Junk E-mail Filter for x64-based Systems [May 2009] (KB905866)
Install this update for Windows Mail to revise the definition files that are used to detect e-mail messages that should be considered junk e-mail or that may contain phishing content.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=749e10cd-f40c-4f94-8e38-d4221ded7652

Microsoft® Windows® Malicious Software Removal Tool (KB890830) x64
This tool checks your computer for infection by specific, prevalent malicious software (including Blaster, Sasser, and Mydoom) and helps to remove the infection if it is found. Microsoft will release an updated version of this tool on the second Tuesday of each month.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=585d2bde-367f-495e-94e7-6349f4effc74

Microsoft® Windows® Malicious Software Removal Tool (KB890830)
This tool checks your computer for infection by specific, prevalent malicious software (including Blaster, Sasser, and Mydoom) and helps to remove the infection if it is found. Microsoft will release an updated version of this tool on the second Tuesday of each month.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=ad724ae0-e72d-4f54-9ab3-75b8eb148356

Microsoft Code Name "Geneva" SbS Guides and VMs
"Geneva" Step by Step Guides and Virtual Machines
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=57602615-e1ee-4775-8b79-367b7007e178

Geneva Interop Whitepapers
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9eb1f3c7-84da-40eb-b9aa-44724c98e026

Security, Identity, and Access Management Datasheet
This offering provides an end-to-end security solution that allows you to move toward a dynamic IT infrastructure while ensuring better security integration, manageability, and efficiency.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b53dee69-a3f9-4800-91a8-42c1b8b365db

Internet Explorer 8 Desktop Security Guide
Guidance for Enhancing Internet Explorer Security for Desktop Users
This white paper examines new features and settings that you can modify to provide a more "locked down" security configuration for Internet Explorer 8.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=44405777-51b4-4376-9cef-f0341b13fcde

Microsoft Security Development Lifecycle (SDL) - Version 4.1
Microsoft Security Development Lifecycle v4.1 Process Guidance
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=967389d8-6ed0-4751-a8d2-9c2fad39adce

Microsoft SDL Process Template for Visual Studio Team System
The SDL Process Template is a downloadable template that integrates the Microsoft Security Development Lifecycle (SDL) directly into your Visual Studio Team System (VSTS) software development environment.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=79866b28-b03b-4bbb-91d2-0ed3f966dede

Forefront Identity Manager 2010 RC0 Demo Virtual Hard Disk Image
This package contains a Hyper-V-based demo of Forefront Identity Manager 2010 RC0 (formerly code-named ILM "2").
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=4bb23110-94cd-4ad4-84e0-955d3e6ecb13

The Business Value of Extended Validation SSL Certificates
Understand the Business Value of EV Certificates
Learn about the business value of EV Certificates, and the process for obtaining the certificates for your websites.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9948298f-1586-4cda-bee1-47b2ade78245

Increasing Your Organization’s Security and Privacy with Internet Explorer 8
Guidance for Enhancing Internet Explorer Security for Desktop Users
Learn about the emerging threat types on the web today and how Internet Explorer 8’s new security features help protect against them.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=198d40a4-6896-49b3-b8f2-c151e9797634

Forefront Threat Management Gateway and ISA Server

Announcing the Availability of ISA/TMG Best Practices Analyzer Version 7
What is new in Version 7 of IsaBPA?
• New Checks –15 new IsaBPA rules added, now collecting almost all ISA/TMG properties as well as environmental properties (now around 1500 settings collected). These settings are compared against ~235 rules. The focus on this release was targeting Configuration Storage Server and Active Directory authentication issues. This new suite joins Hardware, OS, Authentication, OWA, SSL Certificates; Site-to-site VPN with IPsec, WPLB, logging, NLB related issues and 3rd party software suites that were introduced in previous versions of IsaBPA.
• Enhanced IsaBPA viewer - It is now possible for Microsoft support engineers and the technically savvy ISA/TMG engineer to view the server configuration from the BPA report itself.
• New ISA Data Packager scenarios – The ISA Data Packager was enhanced to gather both IAG data as well as the ISA/TMG Firewall Client data. Data collection from Forefront TMG Medium Business Edition and above is now supported and also Configuration Change Tracking data is collected.
• BPA2Visio enhancement – The BPA2Visio visualization tool now includes BPA warnings and errors on the pictorial representation of the deployment in question, next to the violating links. Each node in the diagram contains now more data.
• More documentation – The IsaBPA help file has been augmented to over 130 pages. You can easily find information about how to operate IsaBPA, information about specific checks, and how to fix issues that IsaBPA has detected.
• Bug fixes –fixed several bugs and issues that were discovered in previous versions.
IsaBPAv7 is available now online at http://isabpa.com

Events/WebCasts

Security Webcast Calendar http://go.microsoft.com/fwlink/?LinkId=37910
Find security webcasts listed in an easy-to-use calendar format.

Upcoming Security Webcasts
http://www.microsoft.com/events/security/upcoming.mspx

Register for the following Webcasts on the link above

TechNet Webcast: Fundamentals of Third-Party Security Management (Level 300)
Monday, June 01, 2009 10:00 A.M.-11:00 A.M. Pacific Time

TechNet Webcast: Microsoft Forefront code name “Stirling” - The next generation of Forefront Security for SharePoint (Level 200)
Tuesday, June 02, 2009 1:00 P.M.-2:00 P.M. Pacific Time

TechNet Webcast: Forefront code name “Stirling” - The next generation of Forefront Security for Exchange Server (Level 200)
Thursday, June 04, 2009 1:00 P.M.-2:00 P.M. Pacific Time

IT Manager Webcast: Platform Solution Blueprints: Security (Level 200)
Thursday, June 04, 2009 1:00 P.M.-2:30 P.M. Pacific Time

TechNet Webcast: Microsoft Exchange Hosted Filtering is now Forefront Online Security for Exchange (Level 200)
Tuesday, June 09, 2009 1:00 P.M.-2:00 P.M. Pacific Time

TechNet Webcast: Information About Microsoft June Security Bulletins (Level 200)
Wednesday, June 10, 2009 11:00 A.M.-12:30 P.M. Pacific Time

TechNet Webcast: Best Practices for Security with SQL Server 2008 and SafeNet Luna HSM Support (Level 300)
Thursday, June 18, 2009 8:00 A.M.-9:00 A.M. Pacific Time

On-Demand Security Webcasts
http://www.microsoft.com/events/security/ondemand.mspx

Security Awareness Materials http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11524381&s1=68628015-2ccc-cbc7-31b9-0e76c3415474
Guidance, samples, and templates for creating a security-awareness program in your organization.

Learn Security On the Job http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11524382&s1=68628015-2ccc-cbc7-31b9-0e76c3415474

Learning Paths for Security - Microsoft Training References and Resources http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11524383&s1=68628015-2ccc-cbc7-31b9-0e76c3415474

Visit TechNet Spotlight: www.microsoft.com/technetspotlight
Video on Demand, Video Downloads, PowerPoint Presentations, Audio and more

New or updated KB’s

Microsoft Internet Security and Acceleration Server

FIX: An error occurs when a Web server reads cookies that are sent from a client through ISA Server 2006
http://support.microsoft.com/kb/968217

FIX: Forms-based authentication in ISA Server 2006 still does not change a password on the second attempt if the user typed inconsistent passwords in the password confirmation of the first attempt
http://support.microsoft.com/kb/969296

FIX: The ISA Server Control service cannot start after you install the MS09-012 update on a computer that is running Windows Server 2003 and that has more than 4 CPU cores
http://support.microsoft.com/kb/970441

FIX: VPN client access through ISA Server 2006 stops unexpectedly and Event ID 21122 is logged in the Application log
http://support.microsoft.com/kb/969666

FIX: The wspsrv process in ISA Server 2006 randomly crashes and an Application Error event is logged
http://support.microsoft.com/kb/968218

FIX: A user who enters an empty user name or password on a customized logon form is redirected to the default error page of ISA Server 2006 instead of a customized error page
http://support.microsoft.com/kb/968380

FIX: The ISA Server Firewall service crashes when a third-party Web filter calls the WriteClient function
http://support.microsoft.com/kb/970440

Description of the ISA Server 2006 hotfix package: April 21, 2009
http://support.microsoft.com/kb/970443

Microsoft Intelligent Application Gateway 2007

Support for Citrix XenApp5 applications is added to Intelligent Application Gateway 2007
http://support.microsoft.com/kb/967978

Full support for unattended installation and uninstallation is added to Intelligent Application Gateway 2007 Client Components setup
http://support.microsoft.com/kb/961348

Users cannot log on again after the automatic logoff period has elapsed if you use ADFS as the authentication scheme in Intelligent Application Gateway 2007
http://support.microsoft.com/kb/967737

Intelligent Application Gateway 2007 cannot parse cookies that contain comma characters
http://support.microsoft.com/kb/962860

FIX: The logon fails when you try to access IAG 2007 portals by using a user account whose name contains multibyte characters
http://support.microsoft.com/kb/967899

FIX: Error message when IAG checks the password expiration and you use the Active Directory repository on LDAPS: "Server Not Operational"
http://support.microsoft.com/kb/967695

FIX: IAG 2007 Detection Center (WMI Detection) does not detect some security products that are installed on a Windows Vista SP1-based client computer
http://support.microsoft.com/kb/961350

FIX: The operation fails and the user receives an error message when a user tries to add an attachment in Exchange 2003 OWA that is published by using the IAG 2007 default template
http://support.microsoft.com/kb/968318

FIX: The formatting on the portal is lost when you try to use a customized cascading style sheet for an IAG 2007 portal
http://support.microsoft.com/kb/967979

FIX: Error message when you run a statistics report in Intelligent Application Gateway 2007 Web Monitor: "Active Server Pages, ASP 0113"
http://support.microsoft.com/kb/967977

Windows Mobile users cannot synchronize, or synchronization causes messages to be resent when you publish ActiveSync in Intelligent Application Gateway 2007
http://support.microsoft.com/kb/967881

FIX: You cannot connect to the IAG Web site by using Internet Explorer on a client that is running Windows 2000 after you install the IAG 2007 Service Pack 2 client components
http://support.microsoft.com/kb/967251

Users receive an error message when they change their signatures in an Exchange Server 2003 OWA site that is published in an Intelligent Application Gateway 2007 portal trunk
http://support.microsoft.com/kb/967250

FIX: The changes to the URL Set level are applied to an incorrect application in Intelligent Application Gateway 2007
http://support.microsoft.com/kb/967980

A custom endpoint detection script that uses the Whale.System.IsCertValid function in Intelligent Application Gateway 2007 cannot detect client certificates by their Subject Alternative Names
http://support.microsoft.com/kb/962861

Web Monitor pages are not displayed appropriately in IAG 2007 when an apostrophe character (') exists in a user name
http://support.microsoft.com/kb/967742

Events that are in the Application category are not logged to the Syslog server in Intelligent Application Gateway 2007 (968315)
http://support.microsoft.com/kb/967742

Posted by Frank Yu | 0 Comments
More Posts Next page »
 
Page view tracker