Today, Microsoft has made available a Release Candidate (RC) for Service Pack 1 for Windows Server 2008 R2 and Windows 7. SP1 includes both a roll-up of operating system updates and several new capabilities for Windows Server.
Microsoft RemoteFX introduces a new set of remote user experience capabilities that enable a media-rich user environment for virtual and session-based desktops. RemoteFX can be deployed to a range of thick and thin client devices, enabling cost-effective, local-like access to graphics-intensive applications. RemoteFX also supports a broad array of USB peripherals to improve the productivity of users of virtual desktops.
SP1 also includes Dynamic Memory, which enables servers running Hyper-V for server virtualization, to be more efficient in the use of memory. Dynamic Memory pools and distributes memory among the virtual machines running on a physical host, enabling higher consolidation ratios, increasing server utilization rates, and providing more flexible workload management. Furthermore, memory is dynamically added based on the demands of the current workloads and without service interruption.
Expect to see Service Pack 1 released in its final form during first quarter 2011 and whether you’re virtualizing servers or desktops, take a few minutes to learn more about Service Pack 1 here. You needn’t wait for SP1, however – you can join those already enjoying the benefits of Windows Server 2008 R2 by deploying today.
Improve the efficiency and availability of IT resources and applications with the new virtualization innovations provided in Windows 7 and Windows Server 2008 R2 SP1 RC. Dynamic Memory and Microsoft RemoteFXTM, to help businesses further optimize their datacenter and desktops.
- Dynamic Memory lets Hyper-V administrators pool available memory on a physical host and dynamically distribute it to any virtual machine(s) running on that host.
- RemoteFX lets Windows Server 2008 R2 administrators provide a rich end user desktop virtualization experience by delivering vivid content, independent of any graphics stack, to server-hosted virtual and session-based desktops.
Businesses can take advantage of these innovations to help deliver new capabilities such as private cloud and VDI. To learn more about Windows Server 2008 R2 SP1 RC and the benefits it provides, read the documents, feature overview and FAQs below.
- Read the Windows Server 2008 R2 Technical Whitepaper for a technical overview of Windows Server 2008 R2 SP1 RC release features and benefits.
- Download the Windows Server 2008 R2 SP1 RC Reviewer’s Guide to evaluate the core features of Windows Server 2008 R2 SP1 RC release in your environment.
Dynamic Memory Overview
Windows Server 2008 R2 Hyper-V introduces a new feature, called Dynamic Memory, in the Windows 7 SP1 and Windows Server 2008 R2 SP1 RC releases. It allows customers to achieve increased density when they’re consolidating physical servers into a virtual realm, providing them with predictable performance and linear scalability.
With Dynamic Memory, IT administrators are able to pool available memory on a physical host and then dynamically dole that memory out to virtual machines running on the host, based on current workload needs.
- For a technical overview of the new Dynamic Memory feature, download the Dynamic Memory Technical Overview whitepaper.
- View the Dynamic Memory video
RemoteFX Overview
RemoteFX, a key feature of Remote Desktop Services (RDS) lets IT administrators deliver a rich graphics experience to end-users through virtualized desktops. Using new protocol enhancements between Windows Server 2008 R2 and Windows 7, end users can now access virtual machines on a wide variety of target devices and still get a rich graphics experience with server-side graphics processing.
- Learn more about Remote Desktop Services and RemoteFX and download the Remote Desktop Services Business White Paper.
- View the RemoteFX video
Sources;
http://blogs.technet.com/b/windowsserver/
http://bink.nu/news/windows-7-and-windows-server-2008-r2-service-pack-1-release-candidate.aspx
Today I have another great ebook to share with you. If you are interested in Microsoft virtualization solutions, then book “Understanding Microsoft Virtualization solutions” will be great resource for you. It is available as a free pdf download, and it covers Windows Server 2008 Hyper-V, System Center Virtual Machine Manager 2008, Microsoft Application Virtualization 4.5, Microsoft Enterprise Desktop Virtualization, and Microsoft Virtual Desktop Infrastructure. It’s been written by Mitch Tulloch with the Microsoft Virtualization team, it’s been published by Microsoft Press, it has 431 pages and it is available as FREE DOWNLOAD.

After some research and reading various websites about how to control Active Directory with Powershell, I finally found what I needed. A lot of articles about this topic immediately start using all kinds of cmdlets developed by several parties, especially the one by Quest. But I wanted to do this stuff without needing any extra libraries/cmdlets. The script shown in this article does a search in the Active Directory for a user object given the SAM account name. It then shows some of the attributes of that user. The third part of the script changes some of the attributes and writes the changes back to Active Directory. And finally it moves the object to a new Organisational Unit (OU). All this with native Powershell.