Windows 7 and Windows Server 2008 R2 SP1 Beta

The Windows 7 and Windows Server 2008 R2 SP1 Beta helps keep your PCs and servers on the latest support level, provides ongoing improvements to the Windows Operating System (OS), by including previous updates delivered over Windows Update as well as continuing incremental updates to the Windows 7 and Windows Server 2008 R2 platforms based on customer feedback, and is easy for organizations to deploy a single set of updates.

The Windows 7 and Windows Server 2008 R2 SP1 Beta will help you:

o Keep your PCs supported and up-to-date
o Get ongoing updates to the Windows 7 platform
o Easily deploy cumulative updates at a single time
o Meet your users' demands for greater business mobility
o Provide a comprehensive set of virtualization innovations
o Provide an easier Service Pack deployment model for better IT efficiency

The public beta is best suited for IT pros, tech enthusiasts and developers who need to test the service pack in their organization or with the software they are developing.

In order to download and install the Windows 7 and Windows Server 2008 R2 SP1 Beta you must currently have a Release to Manufacturing (RTM) version of Windows 7 and Windows Server 2008 R2 already installed. The Beta is available in English, French, German, Japanese and Spanish.

To learn more about piloting, deploying and managing Windows 7, visit the Springboard Series on TechNet.

Download Here


Linux Integration Services v2.1 Now Available

We are really excited to announce the availability of the Hyper-V Linux Integration Services for Linux Version 2.1. This release marks yet another milestone in providing a comprehensive virtualization platform to our customers. Customers who have a heterogeneous operating system environment desire their virtualization platform to provide support for all operating systems that they have in their datacenters.

Driver support for synthetic devices: Linux Integration Services supports the synthetic network controller and the synthetic storage controller that were developed specifically for Hyper-V.
Fastpath Boot Support for Hyper-V: Boot devices take advantage of the block Virtualization Service Client (VSC) to provide enhanced performance.
Timesync: The clock inside the virtual machine will remain synchronized with the clock on the host.
Integrated Shutdown: Virtual machines running Linux can be gracefully shut down from either Hyper-V Manager or System Center Virtual Machine Manager.
Symmetric Multi-Processing (SMP) Support: Supported Linux distributions can use up to 4 virtual processors (VP) per virtual machine.
Heartbeat: Allows the host to detect whether the guest is running and responsive.
Pluggable Time Source: A pluggable clock source module is included to provide a more accurate time source to the guest.

Download here


Slates are ‘Job 1 urgency around here,’ Ballmer says

Microsoft CEO Steve Ballmer is no slouch -- he knows Apple iPads are exceptionally popular and that the tablet PC has arrived. Sure, iPads have been available since April, but some Windows 7 slates will be coming out soon.

"They'll be shipping as soon as they're ready," Ballmer said today at Microsoft's Financial Analyst Meeting in Redmond. "This is Job 1 around here. Nobody is sleeping at the switch."

Ballmer thinks Microsoft is in a good position for the emerging tablet market. Windows 7, which has built-in touch-screen support, can be installed on numerous form factors -- slates, hybrids, ultralights ...

People will want options. And right now, as far as tablets, Apple's just got the iPad.

"They've sold certainly more than I'd like them to sell," Ballmer admitted.

So when Windows 7 slates start coming out -- in about month, Ballmer hopes -- there should be many options. And Microsoft thinks that's a good position to be in.

Continue at seattlepi


Microsoft Internet Explorer 9 beta due in September

Microsoft is readying a beta of its Internet Explorer (IE) 9 browser that it will roll out in September, according to Microsoft Chief Operating Officer Kevin Turner.

Turner shared the beta date during his morning keynote at the annual Microsoft Financial Analyst Meeting (FAM) on July 29.

According to several recent leaks, Microsoft had been targeting August as its beta delivery target for IE 9. This beta is expected to be public (as the test previews have been), and to feature more of the user interface elements.

On July 29, Neowin.net reposted some screen shots from what they believe to be a newly leaked test build of IE 9. That build includes a new download manager, but doesn’t yet feature the new user interface.

Full story at All About Microsoft


Windows 7 Registry Optimizations for Virtual Desktops

In another blog, I discussed Windows 7 services that you might wish to disable when going down the path of desktop virtualization. In this article, I'm now focusing on registry modification you will want to make to optimize Windows 7 for virtual desktops. I've broken it down into Recommended configurations, Standard Mode configurations (for Provisioning services), and Optional configurations.

As I learn more from upcoming Windows 7 implementations, I'll be updating the following tables, so it might be worthwhile to stay updated with RSS or subscribe via Email. Now, for the good stuff...

Recommended Configurations

The following registry changes are recommended for all deployment scenarios and would almost always be desirable in a Windows 7 hosted VM-based VDI desktop implementation:

Configuration Optimizer Registry Modification (in REG format)
Disable Last Access Timestamp Yes [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisableLastAccessUpdate"=dword:00000001
Disable Large Send Offload No [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BNNS\Parameters]
"EnableOffload"=dword:00000000
Disable TCP/IP Offload No [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DisableTaskOffload"=dword:00000001
Increase Service Startup Timeout No [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "ServicesPipeTimeout"=dword:0002bf20
Hide Hard Error Messages No [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows] "ErrorMode"=dword:00000002
Disable CIFS Change Notifications No [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRemoteRecursiveEvents"=dword:00000001
Disable Logon Screensaver No [HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"ScreenSaveActive"="0"

Note: The Optimizer column indicates whether this registry change is included in the XenConvert Optimizer tool that is installed with the Provisioning Services target device software.

Standard Mode Recommended Configurations

The next set of registry changes are recommended for images deployed using standard mode vDisk images with Citrix Provisioning services. Standard mode images are unique in that they are restored to the original state at each reboot, deleting any newly written or modified data. In this scenario, certain processes are no longer efficient. These configurations may also apply when deploying persistent images and in many cases should be implemented in addition to the changes recommended in the preceding section.

Configuration Optimizer Registry Modification (in REG format)
Disable Clear Page File at Shutdown Yes HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000000
Disable Offline Files Yes [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache]
"Enabled"=dword:00000000
Disable Background Defragmentation Yes [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] "Enable"="N"
Disable Background Layout Service Yes [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OptimalLayout]
"EnableAutoLayout"=dword:00000000
Disable Bug Check Memory Dump Yes [HKLM\SYSTEM\CurrentControlSet\Control\CrashControl]
"CrashDumpEnabled"=dword:00000000
"LogEvent"=dword:00000000"
SendAlert"=dword:00000000
Disable System Restore Yes [Software\Policies\Microsoft\Windows NT\SystemRestore] "DisableSR"=dword:00000001
Disable Hibernation Yes [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power] "Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00
Disable Memory Dumps Yes [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "CrashDumpEnabled"=dword:00000000 "LogEvent"=dword:00000000 "SendAlert"=dword:00000000
Disable Mach. Acct. Password Changes Yes [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters]
"DisablePasswordChange"=dword:00000001
Redirect Event Logs No Set appropriate path based on environment.HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Application]
"File"="D:\EventLogs\Application.evtx"

[HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Security]
"File"="D:\EventLogs\Security.evtx"

[HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\System]
"File"="D:\EventLogs\System.evtx"
Reduce Event Log Size to 64K Yes HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Application]
"MaxSize"=dword:00010000
[HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Security]
"MaxSize"=dword:00010000

[HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\System]
"MaxSize"=dword:00010000

Optional Configurations

This last set of machine-based registry changes is optional regardless of whether the image is deployed as a persistent or standard image. In many cases, the following configurations should be implemented; however, these configurations should be analyzed for suitability to each unique environment.

Configuration Justification Registry Modification (in REG format)
Disable Move to Recycle Bin Although the recycle bin will be deleted on subsequent reboots, disabling this service altogether might pose a risk in that users will not be able to recover files during their session. Although this setting is part of the optimizer, it might be advantageous to not disable the Recycle Bin. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
"UseGlobalSettings"=dword:00000001
"NukeOnDelete"=dword:00000001

Note: These are only recommendations. You should implement these at your own risk

Remember, you can stay current with this and other Windows 7 virtual desktop recommendations via the Virtualize My Desktop - Windows 7 site.

Daniel
Lead Architect - Worldwide Consulting Solutions
Follow Me on twitter: @djfeller
My Blog: Virtualize My Desktop
Questions, then email Ask The Architect

Microsoft Hohm Joins Forces With Blue Line

Tracking your energy use and saving money just got easier today. Microsoft and Blue Line Innovations have joined forces to give consumers real-time information about their energy use down to the minute and the dollar. The companies have combined Blue Line’s popular energy tracking device with Microsoft Hohm to give consumers information about their household energy use — and its cost — at a glance, with easy-to-use graphs that show where you can save the most energy and money.

“With a utility bill you may only see your energy usage once every month or even every two months,” said Troy Batterberry, product unit manager for Microsoft Hohm. “The Blue Line PowerCost Monitor and WiFi Gateway provide updates every 30 seconds, so you’re getting real-time data so you can take real-time action. It’s kind of like online banking for your energy bill, offering 24x7 access to your usage.”

The Blue Line PowerCost Monitor attaches to a household power utility meter; no wiring is required, and no need to call in an electrician. The WiFi Gateway device wirelessly transmits energy use data to the consumer’s Microsoft Hohm account and can provide personalized energy recommendations. Hohm also offers social networking communities on Facebook and Twitter to help users compare notes and get tips for ways to improve their energy efficiency.

Graphs and charts make it easy to identify usage patterns and potential problems. For example, the electricity usage chart below shows that power consumption spiked when the user turned on the air conditioner at various times of the day. With this type of insight into energy usage, consumers are empowered to make immediate choices about how to manage their household power consumption.

Full Story here


Hotmail rollout picks up steam! ActiveSync Coming Soon!

Here at Hotmail, we’ve been busy getting our latest release out to our customers – upgrading server clusters, building the new indexes for conversation threading, and making tweaks to our site metrics and deployment software. This deployment was complex, but it has been one of the smoothest in Hotmail history. We know many of you have been anxious to get the new Hotmail for your own accounts ever since we announced the new features, and we appreciate your patience and your feedback.

I’m very happy to report that we are picking up the pace of the rollout. In fact, as of this morning, we have over 100 million customers using the new Hotmail, and we’re upgrading even more users as we speak. We expect to upgrade nearly all of our customers within the next week.

Once the rollout of the new Hotmail is complete, we’ll start preparing for the release of Exchange ActiveSync for Hotmail, which will allow you to sync your email, calendar, and contacts with your mobile phone. That release will happen later this summer – keep watching this blog for details.

http://windowsteamblog.com/windows_live/b/windowslive/archive/2010/07/27/hotmail-rollout-picks-up-steam.aspx


Messenger Companion – Have conversations in IE

In this release of Windows Live, you can now see your friends’ activity in all the social networks you use. Last week, for example, Douglas Pearce blogged about what this means for the new Messenger. He discussed how Messenger Highlights is designed to be the most complete view of what your friends are doing across the web. Messenger Companion is an exciting extension of that effort. Messenger Companion is a browser plugin which lets you quickly share and discover what your friends have shared online. It lets you view the links your friends are sharing, comment on them, and even share something fun you’ve come across. And if you’ve connected your social networks to Windows Live, Messenger Companion works across all of them.

Discovering what your friends have shared:

We want to make it easy for you to discover what your friends are sharing online, so if you have your Windows Live ID connected to your social networks, it doesn’t matter where a friend shares information. When you visit a website, Messenger Companion will let you know if your friends have shared any new links on that site by subtly flashing in the top right corner of your browser window. This will open up Messenger Companion and show you all the links recently shared by your friends in any of your connected social networks.

Joining in the conversation

Shared links can spark an interesting conversation where friends join in to comment and give their two cents. Messenger Companion shows you the conversation about a shared link, while letting you view the link and comment back.

We don’t want you to worry about where the activity is happening, so sharing is seamlessly integrated into your Windows Live experience. When you join in a conversation, your comment gets posted back to the social network your friend used to share the link.

Sharing with your friends

The story wouldn’t be complete if there was no way for you to share interesting things you come across online. Not only can you use Messenger Companion to share with your friends, but Messenger Companion provides one-click sharing!

Full Story at windowsteamblog


IE 8 SmartScreen Filter Reaches Important Milestone

Socially engineering attacks like malware are a growing threat on the internet and are one of the most common risks to people’s safety online. We introduced malware protection in Internet Explorer 8 as part of the SmartScreen Filter and have talked about it on the Windows Experience Blog a couple of times over the last year.

Here are a couple of quick facts about Internet Explorer and malware as we hit this 1 billion blocks milestone:

  • NSS Labs have recognized the Internet Explorer 8 SmartScreen Filter as a leader in protection against Socially Engineered Malware in their August 2009 and March 2010 reports which compared Internet Explorer 8 to Chrome, Firefox and others.
  • Our malware block rates continue to improve because we continue to improve the SmartScreen service back-end. For example, in August 2009 we had blocked about 70 million attempts to download malware or about 18 million blocks per month. At the time, according to Net Applications, about 15% of the internet population used Internet Explorer 8. In the last two months, we’ve blocked 100 million attempts to download malware. Last month, according to Net Applications, nearly 26% of the internet population uses Internet Explorer 8. There are 1.7 times more users on Internet Explorer 8 than August 2009 but we’re blocking 5 times more malware month on month.

1 billion malware blocks is an amazing milestone and an example of two things. First socially engineered attacks like malware continue to be a real threat for users on the web. Second, to help keep you safe online your browser needs to continually enhance and improve its service.

Full Story at windowsteamblog


Secure Enterprise Remote Access Options for iPads

IT has a number of options to enable remote access for employees wanting mobile access to email and work applications from their iPads. There are however pros and cons for each option as well as some prerequisite questions to consider.

Considerations

Company iPads - For company owned iPads a likely scenario is to treat iPads similar to mobile phones. If company apps or email are allowed to run native on the iPad then Mobile Device Management ( MDM ) software may be necessary to assure corporate security policy is enforced. BES servers may be in place already for Blackberry's, this type of control may be need to be duplicated for company iPads as well. The forth coming improvements in iOS4 will help with email however additional applications will still require management. If however company data is not allowed to reach the iPad as discussed below, then the management costs and administration could be significantly reduced.

Personal iPads - Many early adopter employees and specifically executives are now bringing their new iPad to work and asking IT for access to company apps. One problem is most companies have policies against storing company data on anything but company owned equipment. While the iPad does include a great email app including support for Exchange, the decision needs to be made to change the company policy or allow exceptions for iPad users. Beyond email, corporate calendars are also supported by the iPad, however most users complain of conflicts and errors compared to Outlook Calendar. The best solution for most companies dealing with personal iPads is to not allow apps or data to run locally. IT can provide safe remote access to hosted email and apps or virtual desktops.

Applications - Beyond Email, determining what apps are required by users and if they are available on the iPad is a big consideration. Many company web apps require specific browsers and are not compatible with mobile Safari on the iPad. Windows apps will obviously not work locally and although iWork and a few Office clones are available, most users will find these limiting.

Other Tablets - Since the iPad was announced it seems like there is a new Tablet announced or rumored every week. Some like the Dell Streak or Cisco Cius run Android but others will run Windows or WebOS or MeeGo or other yet to be named OS. The iPad has a head start but it will not be the only Tablet that needs access to company apps. So solving the problem only for iPads will be another point solution for a growing challenge.

Options

Native iPad Apps - If every app required is available on the iPad, then this may be the right answer for company iPads provided they can be managed through MDM software and administration. The pros for native apps are user experience and offline operation ( app dependent ) For personal iPads however assuring corporate security compliance is a challenge with native apps. Also future support for non iPad Tablets should be considered.

VPN with Web Apps - The iPad does have limited native VPN capability in the OS and can support some web apps. These apps need to be tested and expect many not to be compatible. Again consideration for data left behind on personal iPads needs to be taken into account.

Hosted Virtual Applications - Applications running on Windows servers such as Windows XenApp ( or Terminal Services/RDS ) can be an ideal solution for secure iPad app delivery. In addition to Windows apps, Web Apps that require IE or specific browser plug-ins can easily be delivered to iPads. With XenApp IT can dictate what user gets what app and can easily turn on or off access to applications without managing the iPad itself. Only a single app, the Citrix Receiver is required on the iPad and the configuration can be done via emailed or clicking a link on an intranet web wage. No MDM software is required or concern about company data on personal iPads. A con of this method is that a WiFi or 3G connection is required and apps will not work offline.
Over 200,000 companies already have Citrix XenApp infrastructure that can support the iPad although some may need to configuration changes to enable access. A Citrix Access Gateway is also recommended for secure access, again already in place at many companies. For companies without Citrix, the implementation can be small as a single Windows server with XenApp Fundamentals which is good for between 5 and 75 users.

Virtual Desktops - Hosted Virtual Desktops or Virtual Desktop Infrastructure ( VDI ) such as XenDesktop provides a full Windows 7 environment for each user running on a server in a company datacenter or service provider. Again only the Citrix Receiver is required on the iPad and IT has complete control to turn on or off access. Applications can be installed in the Windows 7 images or be streamed to the image via Application Virtualization. Citrix XenDesktop is required for this solution along with servers supporting the Virtual Desktop images. A free starter edition is available for up to 10 users called XenDesktop Express .

So now that the iPad has topped 3 million units with no slow down in sight, it's obvious that the tablet form factor has been legitimized and also has a place in business ( or at least remote access to the business ). If you are in IT and considering how to support the iPad let us know your challenges.

RSS for Posts RSS for Comments