Soon you are going to be seeing a lot of information and advertisements for Windows 8 and the wide variety of new hardware devices. John Breeden from GCN has written a great article titled “5 ways Windows 8 can be great for agencies”. This is a very good read for those who are in the public sector and are evaluating Windows 8 for their agency.
Category Archives: Windows 8
Microsoft Assessment and Planning (MAP) Toolkit 7.0 Now Available
The Microsoft Assessment and Planning (MAP) Toolkit team is pleased to announce that MAP 7.0 is now available for download.
The Microsoft Assessment and Planning (MAP) Toolkit is an agentless, automated, multi-product planning and assessment tool for quicker and easier desktop, server and cloud migrations. MAP provides detailed readiness assessment reports and executive proposals with extensive hardware and software information, and actionable recommendations to help organizations accelerate their IT infrastructure planning process, and gather more detail on assets that reside within their current environment. MAP also provides server utilization data for Hyper-V server virtualization planning; identifying server placements, and performing virtualization candidate assessments, including ROI analysis for server consolidation with Hyper-V.
The latest version of the MAP Toolkit adds several new scenarios to help you plan your IT future while supporting your current business needs. Included scenarios help you to:
· Plan your deployment of Windows Server 2012 and Windows 8 with hardware and infrastructure readiness assessments
· Size your desktop virtualization needs for both Virtual Desktop Infrastructure (VDI) and session-based virtualization using Remote Desktop Services
· Ready your information platform for the cloud with SQL Server 2012
· Virtualize your existing Linux servers onto Hyper-V
· Identify opportunities to lower your virtualization costs with Hyper-V using the VMware migration assessment
· Assess user and device access for Lync 2010 Standard licensing
Key features and benefits of MAP 7.0 help you:
· Determine your readiness for Windows Server 2012 and Windows 8
· Migrate your VMware-based virtual machines to Hyper-V
· Size your server environment for desktop virtualization
· Simplify migration to SQL Server 2012
· Evaluate your licensing needs for Lync 2010
· Determine active users and devices
Assess Windows Server 2012 readiness
MAP 7.0 assesses the readiness of your IT infrastructure for a Windows Server 2012 deployment. This feature includes detailed and actionable recommendations indicating the machines that meet Windows Server 2012 system requirements and which may require hardware updates. A comprehensive inventory of servers, operating systems, workloads, devices, and server roles is included to help in your planning efforts.
Determine Windows 8 readiness
MAP 7.0 assesses the readiness of your IT environment for your Windows 8 deployment. This feature evaluates your existing hardware against the recommended system requirements for Windows 8. It provides recommendations detailing which machines meet the requirements and which machines may require hardware upgrades.
Key benefits include:
· Assessment report and summary proposal to help you to understand the scope and benefits of a Windows 8 deployment.
· Inventory of desktop computers, deployed operating systems, and applications.
Virtualize your Linux servers on Hyper-V
MAP 7.0 extends its server virtualization scenario to include Linux operating systems. Now, MAP enables you to gather performance data for Linux-based physical and virtual machines and use that information to perform virtualization and private cloud planning analysis for both Windows and Linux-based machines within the Microsoft Private Cloud Fast Track scenario.
Key features allow you to:
· Incorporate non-Windows machines into your virtualization planning.
· View consolidation guidance and validated configurations with preconfigured Microsoft Private Cloud Fast Track infrastructures, including computing power, network, and storage architectures.
· Get a quick analysis of server consolidation on Microsoft Private Cloud Fast Track infrastructures to help accelerate your planning of physical to virtual (P2V) migration to Microsoft Private Cloud Fast Track.
· Review recommended guidance and next steps using Microsoft Private Cloud Fast Track.
For a comprehensive list of features and benefits, click here.
Next steps:
· Download MAP Toolkit 7.0.
· Send your comments to the MAP Team.
· Learn more about MAP.
Get the latest tips from Microsoft Solution Accelerators—in 140 characters or less! Follow us on Twitter: @MSSolutionAccel.
Microsoft Announces “Surface”
This evening Microsoft unveiled a new tablet called Surface. This will be available as a Windows on ARM and an Intel based device. There is just way too much cool here to put in this blog. Go over to the official Surface web site and check it out!
Check out the full press release and keynote video here or check out the advertisement video below.


SharePoint 2010 Development Environment on Windows 8 RP
Disclaimer: The information found in this blog post is not endorsed, recommended, or supported by Microsoft. If you run into any issues with this configuration you are on your own! You have been warned.
This blog post outlines how you can get SharePoint 2010 running on Windows 8 RP for development purposes. I put this together as a way to test out Visual Studio 2012 RC with SharePoint 2010 on Windows 8 RP.
To get started, please review the MSDN document called Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008. These are the basic steps required for getting SharePoint 2010 running on Windows 7. To get SharePoint running on Windows 8 RP there are a few additional steps which I have outlined below. Some of the steps will reference information in the MSDN article linked above.
- Download and Copy the SharePoint installation file to a folder (such as c:\SharePointFiles) on the computer where you are installing SharePoint and doing your development. The SharePoint installation file should be a single .EXE file such as OfficeServer.exe.
- Extract the installation files by opening a command prompt window and then typing the following command at the directory location of the folder where you copied the installation files in the previous step. OfficeServer.exe /extract:c:\SharePointFiles
- Using a text editor such as Notepad, open the installation configuration file, config.xml, located in the path c:\SharePointFiles\files\Setup\config.xml and add the following line inside the <configuration> tag:
<Setting Id=”AllowWindowsClientInstall” Value=”True”/> - Save the configuration file.
- Review the configuration file. It should look similar to the XML block shown in Step 2 sub-step 5 in this document.
- Install the following prerequisites:
- Microsoft Sync Framework
- Chart Controls
- Filter Pack – Located in the c:\SharePointFiles\PrerequisiteInstallerFiles\FilterPack folder
- SQL Server Analysis Services ADOMD.NET
- Enable Windows features by running the command shown in Step 2 sub-step 8 in this document.
- Manually enable the Windows Identity Foundation feature by:
- Go to the start menu (press the Windows key on the keyboard)
- Type: “Windows Features”
- Click on the Settings shown below the search box
- Click on the Turn Windows Features On or Off option on the start menu
- Check the Windows Identity Foundation 3.5 option and then click OK.
- Wait for the feature to be enabled.
- Open Internet Information Services Manager and expand the server node in the left tree menu to expose the Application Pools grouping.
- Select Application Pools in the left menu and then click on the Set Application Pool Defaults… action in the right menu.
- Set the .NET Framework version to V2.0 and then click OK
- Select the DefaultAppPool from the list of application pools and then click on the Basic Settings… action in the right menu.
- Set the .NET Framework version to .NET Framework v2.0.50727 and then click OK.
- Run the SharePoint 2010 installer by typing the following at the command prompt: c:\SharePointFiles\Setup.exe
- Accept the Microsoft Software License Terms
- On the Choose the installation you want page, click Standalone to install everything on the developer workstation.
- After the SharePoint files are installed you will be presented with the option to run the SharePoint Products and Technologies Configuration Wizard. You should allow this to run. If you do not run the Wizard now you can run it at a later time. The SharePoint installation is not completed until the Wizard is run.
- One the configuration Wizard completes you will see your new SharePoint 2010 Site.
Note:
- SharePoint 2010 Only works with application pools that are set to version 2 of the .NET framework. If any of the application pools used by SharePoint are set to anything else you will receive an error during the SharePoint 2010 Products and Configuration Wizard. You can return to IIS manager and review the application pool settings at any time. If the wizard fails due to the wrong .NET version you can modify the application pool and then restart the wizard.
I would like to hear feedback If you try running SharePoint 2010 on Windows 8 RP for development evaluation purposes.
Windows 8 Release Preview Launched
Yesterday afternoon Microsoft launched the much anticipated Windows 8 Release Preview. This is the final pre-release and includes new Windows 8 apps, hundred of new apps in the Windows store, and Internet Explorer 10.
Read about the road map towards Release to Manufacturing (RTM) on the Building Windows 8 Blog while you are downloading your copy of Windows 8!
Windows 8 Release Preview: Download Here
Windows 8 Release Preview: Download here
Product Key: TK8TP-9JN6P-7X7WW-RFFTV-B7QPF
Are you wondering what new features Windows 8 will bring to your business and the enterprise? Check out this post over on the Windows for your Business Blog.