<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Weblog.BassQ.nl</title>
	<atom:link href="http://Weblog.BassQ.nl/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://Weblog.BassQ.nl</link>
	<description>A Great Collection Of Information</description>
	<lastBuildDate>Fri, 21 Oct 2011 09:56:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Exchange 2010 SP1 gives Multi-Tenant support</title>
		<link>http://Weblog.BassQ.nl/index.php/exchange-2010-sp1-gives-multi-tenant-support/</link>
		<comments>http://Weblog.BassQ.nl/index.php/exchange-2010-sp1-gives-multi-tenant-support/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 09:56:41 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Weblog]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1103</guid>
		<description><![CDATA[Exchange 2010 SP1 has built-in multi-tenant support, which helps service providers to host multiple organizations in a single Active Directory environment. There are few features which are available only in hosting mode and few others which are not available, compared &#8230; <a href="http://Weblog.BassQ.nl/index.php/exchange-2010-sp1-gives-multi-tenant-support/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Exchange 2010 SP1 has built-in multi-tenant support, which helps service providers to host multiple organizations in a single Active Directory environment. There are few features which are available only in hosting mode and few others which are not available, compared to a normal deployment of Exchange 2010 SP1. 2010 SP1 will form part of the suite of multi-tenant capable products that will replace the Hosted Messaging and Collaboration solution.</p>
<h2>Few points to note about installing 2010 SP1 in hosting mode:</h2>
<ul>
<li>The installation can only be done in command line.</li>
<li>You need to use /InstallWindowsComponents while running the setup to install all windows components required for Exchange. This will not install the pre-requirements only the windows components! Always install the pre-requirements first.</li>
<li>You need to use /Hosting switch while running the setup to install Exchange in hosting mode.</li>
<li>2010 SP1 is required.</li>
<li>Exchange Management Console will not be installed.</li>
</ul>
<p>Exchange 2010 SP1 doesn&#8217;t support the following features in Hosting mode (from Technet):</p>
<ul>
<li>Exchange Management Console</li>
<li>Public Folders</li>
<li>Unified Messaging Server role</li>
<li>GalSync</li>
<li>Federation</li>
<li>Business-to-Business features such as cross-premises message tracking and calendar sharing</li>
<li>IRM</li>
<li>Outlook 2003 support (EnableLegacyOutlook)</li>
<li>Edge Transport Server role</li>
<li>Same forest upgrade from Exchange 2007</li>
<li>Resource forest</li>
<li>Parent-child domains</li>
<li>Discontiguous namespace</li>
<li>Disjoint namespace</li>
</ul>
<p>Here is based on the blogs zerohoursleep and howexchangeworks how its done! This step-by-step tutorial that will guide you to installing your first Exchange 2010 SP1 multi-tenant organization to a fully operational mode.</p>
<h2>Lab setup</h2>
<p>For this lab I am using 2 servers running Microsoft Windows 2008 R2 one of them acting as a domain controller for the lab domain <strong>lab.com</strong> and the other will be running all roles of Microsoft Exchange 2010 SP1 CAS,HUB and Mailbox.</p>
<p>Of course in a live environment exchange roles will be most probably split among multiple servers but the concept is pretty much the same.</p>
<p>I will assume that the Domain Controller is already installed and that the exchange server to be has already Windows 2008 R2 installed with all the <a href="http://blog.tiensivu.com/aaron/archives/1949-Exchange-2010-SP1-released-prereq-hotfixes-needed-for-Server-2008-R2.html" target="_blank">required patches</a> to deploy Exchange 2010 SP1.</p>
<h2>Installing Exchange 2010 SP1 in hosting (or multi-tenant) mode</h2>
<h4>Installing Exchange prerequisites on Windows 2008R2</h4>
<p>I am used to <a href="http://www.ucblogs.net/blogs/exchange/archive/2010/05/07/Automated-prerequisite-installation-via-PowerShell-for-Exchange-Server-2010-on-Windows-Server-2008-R2-_2D00_-v2.0.aspx" target="_blank">this script</a> to automate installation of the prerequisites since I find it very clean.<br />
We will start by running the powershell administrator &#8220;right click -&gt; run as administrator&#8221; and allow the script execution using</p>
<div>
<div>
<pre>Set-ExecutionPolicy unrestricted</pre>
</div>
</div>
<p>Running the script will then offer you a menu, in my case I need to select option 6 since all roles will be installed on the same server and restart the machine after.</p>
<p><a href="http://farm5.static.flickr.com/4128/5080104493_f05872a280_b.jpg"><img src="http://farm5.static.flickr.com/4128/5080104493_f05872a280_z.jpg" alt="00" width="640" height="271" /></a></p>
<h2>Installing Exchange</h2>
<p>As you may already know Exchange 2010 multi-tenant can only be installed using the command line by adding the /hosting parameter, we will initiate the installation by running</p>
<div>
<div>
<pre>setup.com /m:install /r:m,ca,ht /installwindowscomponents /hosting /on:ExchLab</pre>
</div>
</div>
<p><a href="http://farm5.static.flickr.com/4145/5080104539_4270fde899_b.jpg"><img src="http://farm5.static.flickr.com/4145/5080104539_4270fde899.jpg" alt="01" width="650" height="173" /></a></p>
<p>Let me first explain the above command</p>
<ul>
<li>/m stands for /mode and we are running the installation mode</li>
<li>/r stands for /roles and we want to install the m (mailbox) ca (client access) ht (hub transport) roles. Of course you will need to change this if you don&#8217;t want to install all roles</li>
<li>/hosting is required to tell the setup to run the hosting installation</li>
<li>/on stands for /OrganizationName and you will define here the name of your Exchange organization. I called mine ExchLab</li>
</ul>
<p>We will now wait for the installation to finish<br />
<img src="http://farm5.static.flickr.com/4027/5080104583_1a2f865a23.jpg" alt="02" width="500" height="182" /></p>
<p><img src="http://farm5.static.flickr.com/4127/5080104633_94790420a6.jpg" alt="03" width="500" height="246" /></p>
<h2>A few differences with Exchange not hosted</h2>
<p>The first thing I have noticed after the installation is differences in Active Directory Users and Computers like the presence of a brand new Organizational Unit &#8220;Microsoft Exchange Hosted Organizations&#8221;<br />
<img src="http://farm5.static.flickr.com/4025/5080698638_5054002df9.jpg" alt="04" width="500" height="161" /></p>
<p>And the addition of new Exchange Security groups (plus the absence of the UM one)<br />
<a href="http://farm5.static.flickr.com/4049/5080738322_aa7f905e1b_b.jpg" target="_blank"><img src="http://farm5.static.flickr.com/4049/5080738322_aa7f905e1b.jpg" alt="04'" width="500" height="46" /></a></p>
<p>Now of course the absence of the Exchange Management Console should have been first however this I was expecting since it is all over the place so I was expecting this.</p>
<p><span id="more-1103"></span></p>
<h2>A look at Service Plans</h2>
<p>Before doing a jump start and create an organization we need to take a look at some files located on your CAS server called Service Plans.</p>
<p>Service plans are located by default in &#8220;C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\ServicePlans&#8221; of your CAS server and they define the different services your hosted organization provides to its customer.</p>
<p><img src="http://farm5.static.flickr.com/4001/5080181889_a76c8161a4.jpg" alt="15" width="500" height="144" /></p>
<p>We have 2 things to notice here</p>
<ol>
<li>Since the files are located on the CAS then editing a file means updating it on all your CAS servers</li>
<li>You have 2 kinds of files the .ServicePlan files that actually defines all permissions you give to an organization and the .csv file that maps Hosting Plans with Service Plans</li>
</ol>
<h4>.ServicePlan files</h4>
<p>Each .SevicePlan above presents a set of permissions/features/quotas etc.. and their names are self explanatory. However if you need to change or create you own ServicePlan the file itself is an xml file, just start with the <strong>HostingAllFeatures_Sample.ServicePlan</strong> and remove any entry you don&#8217;t want and/or change any value.</p>
<p><strong>N.B.</strong>: Make sure NOT to use the sample plans if you edit them since they will replaced by any update done on the server.</p>
<p><img src="http://farm5.static.flickr.com/4105/5080228215_7e41445a2d.jpg" alt="16" width="500" height="473" /></p>
<h4>.csv file</h4>
<p>The other kind of file in this folder is the <strong>ServicePlanHostingRemap.csv</strong> that is pretty simple as it maps a specific hosting plan name and offerID to a service plan defined above. Nothing really complicated her but definitely worth a look</p>
<p><img src="http://farm5.static.flickr.com/4151/5080237965_dd3d30943b.jpg" alt="17" width="453" height="209" /></p>
<h2>Creating your first organization</h2>
<p>So now that you have grasp the general idea about ServicePlan files let&#8217;s create our first organization. We will start by first creating the Serviceplan whitin <strong>ServicePlanHostingRemap.csv </strong>file we have just discussed<strong>.</strong> Because i am using the sample i won&#8217;t but normaly i would delete the samples and create your own here.   <strong><br />
</strong></p>
<p>Then running the command.</p>
<div>
<div>
<pre>$c = get-credential</pre>
</div>
</div>
<p>This will prompt you for a username and password, you can input any fake username you want since only need and use the password from this command. The password specified is going to be used for the administrator of the organization you are about to create.<br />
Then run</p>
<div>
<div>
<pre>New-organization -name TestOrg -DomainName TestOrg.com -ProgramId HostingSample -OfferId 2 -location en-US -AdministratorPassword $c.password</pre>
</div>
</div>
<p><a href="http://farm5.static.flickr.com/4063/5080104733_5b0bcdd18e_b.jpg" target="_blank"><img src="http://farm5.static.flickr.com/4063/5080104733_5b0bcdd18e.jpg" alt="05" width="500" height="109" /></a><br />
Let&#8217;s focus on this command a bit</p>
<ol>
<li>Name parameter defines the Organization name you are about to create</li>
<li>DomainName parameter defines the SMTP domain of this organization, so users in the TestOrg organization will have emails @TestOrg.com</li>
<li>ProgramID is coming right from the .csv file we have just discussed so this organization will have the HostingSample hosting plan&lt;</li>
<li>OfferID is also defined in the .csv file above, so we need to match HostingSample with ProgramID 2 we are giving to this organization the HostingAllFeatures_sample ServicePlan</li>
<li>AdministratorPassword: As you can notice the parameter is only concerned with the password of this organization&#8217;s administrator, not the username, so we are using on the password provided in the get-credentials command only by using $c.password</li>
</ol>
<p>That was not that complicated right ! But what happened on the Active Directory side ?</p>
<p><img src="http://farm5.static.flickr.com/4113/5080698802_80ec1bbaeb.jpg" alt="07" width="500" height="213" /></p>
<p>As you can see a dedicated OU was created for the TestOrg organization with its Administrator user and its own Security groups. Pretty cool hein !<br />
Don&#8217;t worry yet about the extra user &#8220;Antoine Khater&#8221; we will see how to create it in the Part 3 of this tutorial.</p>
<h2>Deleting an Organization</h2>
<p>To finish today&#8217;s article I will go over the process of deleting an organization.</p>
<h2>Deleting all mailboxes</h2>
<p>You will not be allowed of purging an organization as long as it has mailboxes so we will need to, as a start, delete all the mailboxes of the organization. You will now notice that the &#8220;<em>get-mailbox</em>&#8221; command has, in hosting mode, an extra parameter -organization. So to delete all mailboxes in the TestOrg organization we will run</p>
<div>
<div>
<pre>get-mailbox -Organization TestOrg | remove-mailbox</pre>
</div>
</div>
<p><a href="http://farm5.static.flickr.com/4132/5080698838_de635ee668_b.jpg" target="_blank"><img src="http://farm5.static.flickr.com/4132/5080698838_de635ee668.jpg" alt="08" width="500" height="116" /></a></p>
<h2>Deleting the organization</h2>
<p>Now that the organization is empty of all mailboxes it can be deleting using</p>
<div>
<div>
<pre>Remove-Organization TestOrg</pre>
</div>
</div>
<p><img src="http://farm5.static.flickr.com/4151/5080104875_569ccba68c.jpg" alt="09" width="500" height="64" /><br />
And as you can imagine in will do all the cleaning from Active Directory as well.<br />
<img src="http://farm5.static.flickr.com/4028/5080698886_ceef7b31eb.jpg" alt="10" width="308" height="130" /></p>
<h2>Managing mailboxes as a hosting company</h2>
<h2>Creating mailboxes</h2>
<p>We need to make the difference here between you, as a hosting company, creating users in a specific organization and the Organization Administrator creating users for its own organization.</p>
<p>To create, as a hosting company, users for a specific organization you will need to use the powershell command new-mailbox that, also, got new attribute -Organization.<br />
Assuming I want to create a new mailbox for myself in the Organization &#8220;TestOrg&#8221; the command will be</p>
<div>
<div>
<pre>New-Mailbox "Antoine Khater" -UserPrincipalName akhater@testorg.com -Organization TestOrg</pre>
</div>
</div>
<p><a href="http://farm5.static.flickr.com/4053/5080104773_15fedded18_b.jpg" target="_blank"><img src="http://farm5.static.flickr.com/4053/5080104773_15fedded18_z.jpg" alt="06" width="640" height="106" /></a></p>
<p>As you can see the mailbox was created with the quotas define in the service plan of the TestOrg organization and with an email address of akhater@testorg.com, and you can guess it will be located in the TestOrg organizational unit in Active Directory.<br />
<img src="http://farm5.static.flickr.com/4113/5080698802_80ec1bbaeb_z.jpg" alt="07" width="505" height="215" /></p>
<h2>Deleting mailboxes</h2>
<p>Well this is a really funny one and I think it is a bug actually. The remove-mailbox cmdlet didn&#8217;t get the -organization parameter which make it impossible to delete a mailbox unless you use the combination of get-mailbox and remove-mailbox as follows</p>
<div>
<div>
<pre>get-mailbox akhater@testorg.com -Organization TestOrg | remove-mailbox</pre>
</div>
</div>
<p><a href="http://farm5.static.flickr.com/4001/5080955394_98f5fe5784_b.jpg" target="_blank"><img src="http://farm5.static.flickr.com/4001/5080955394_98f5fe5784.jpg" alt="18" width="500" height="153" /></a></p>
<h2>Managing Organization as Organization Admin</h2>
<p>Well I know that most hosting companies provide their customers with panels to do the management however exchange 2010 provides a decent management interface which is nothing but the Outlook Web App ECP.</p>
<p>Remember that administrator password we have used when we first created our TestOrg in earlierof this tutorial? Well it is now time to use it &#8230;</p>
<p>From the web browser reach <span style="text-decoration: underline;">https://casserver/ecp</span> and logon with the organization username/password.<br />
(one thing I&#8217;ve noticed is that now the OWA authentication page asks by default for the email address instead of Domain\Username)<br />
<img src="http://farm5.static.flickr.com/4016/5080104957_547465e04c.jpg" alt="11" width="497" height="479" /></p>
<p>After logging on you have the option to manage your organization<br />
<img src="http://farm5.static.flickr.com/4068/5080698980_a12f57755c.jpg" alt="12" width="440" height="344" /></p>
<p>And there you will presented with the options of Creating new mailboxes/managing Mailboxes/reseting password and even creating SMTP rules and tracking emails</p>
<p><img src="http://farm5.static.flickr.com/4083/5080105049_a416d1d655_z.jpg" alt="13" width="640" height="279" /></p>
<p><img src="http://farm5.static.flickr.com/4012/5080699068_56f1dbf88a_z.jpg" alt="14" width="640" height="358" /></p>
<h2>A look at address lists</h2>
<p>I would like to add that, even if address list segregation is not supported yet on Exchange 2010 SP1, when installed in hosting (or multi-tenancy) mode each user will only see their Global Address Lists accounts that belongs to the same organization. So a user in the TestOrg organization will not see users in any other organization and vice-versa.<br />
<img src="http://farm5.static.flickr.com/4033/5080423825_b8b63c5fe4.jpg" alt="19" width="500" height="177" /></p>
<p><img src="http://farm5.static.flickr.com/4125/5080423861_a7062a5ba5.jpg" alt="20" width="500" height="204" /></p>
<h2>Receiving email</h2>
<p>It is well known that if your exchange 2007/2010 is internet facing you will need to add &#8220;<em>Anonymous</em>&#8221; to the permission groups of the &#8220;Default Receive Connector&#8221; on your Hub transport server. Exchange 2010 running in hosted mode is no exception however there is no Exchange Management Console anymore to do this change so we will need to do it through powershell by running the following command. Of course don&#8217;t forget to replace &#8220;Exchange&#8221; by your Hub server name.</p>
<div>
<div>
<pre>Set-ReceiveConnector -PermissionGroups 'AnonymousUsers, ExchangeUsers, ExchangeServers, ExchangeLegacyServers' -Identity 'Exchange\Default Exchange'</pre>
</div>
</div>
<h2>Sending emails</h2>
<h2>Sending external emails</h2>
<p>We also know that Exchange 2007 / 2010 will not send external emails before creating a send connector, so we will create on using powershell also.</p>
<p>To create a Send connector using DNS MX for routing. You will also need to replace &#8220;Exchange&#8221; by the name of your Hub server</p>
<div>
<div>
<pre>new-SendConnector -Name 'To Internet' -Usage 'Custom' -AddressSpaces 'SMTP:*;1' -IsScopedConnector $false -DNSRoutingEnabled $true -UseExternalDNSServersEnabled $false -SourceTransportServers 'Exchange'</pre>
</div>
</div>
<p>To create a Send connector using smarthost relay for routing. You will also need to replace &#8220;Exchange&#8221; by the name of your Hub server and 1.1.1.1 by the IP of the smarthost</p>
<div>
<div>
<pre>new-SendConnector -Name 'Using SmartHost' -Usage 'Custom' -AddressSpaces 'SMTP:*;1' -IsScopedConnector $false -DNSRoutingEnabled $false -SmartHosts '[1.1.1.1]' -SmartHostAuthMechanism 'None' -UseExternalDNSServersEnabled $false -SourceTransportServers 'Exchange'</pre>
</div>
</div>
<h2>Sending Inter-Organization emails</h2>
<p>Well this is where things are new! I started by simply sending an email between 2 users in different organizations and, instead of reaching its destination, it went directly to the unreachable queue !</p>
<p><img src="http://farm5.static.flickr.com/4015/5080489639_1dbed41bb9_z.jpg" alt="21" width="640" height="75" /></p>
<p><strong>What does it mean? </strong><br />
Well it means that Users in different organizations are treated as completely independent, the user will not be resolved &#8220;locally&#8221; in Active Directory and delivered it will use the send connectors just like any other alien domain.</p>
<p><strong>How to solve this?</strong><br />
Well I am sure there are a lot of ways to do this but, since I am in a lab environment with only one server I have created a send connector for all the organizations smtp domains and set it to use the loopback IP address as smart-host connector</p>
<div>
<div>
<pre>new-SendConnector -Name 'TestOrg' -Usage 'Internal' -AddressSpaces 'SMTP:testorg.com;1','SMTP:lab.com;1' -IsScopedConnector $false -DNSRoutingEnabled $false -SmartHosts '[127.0.0.1]' -SmartHostAuthMechanism 'None' -UseExternalDNSServersEnabled $false -SourceTransportServers 'Exchange'</pre>
</div>
</div>
<h2>Well congratulations, if you made it that far you should have now a fully functional Exchange 2010 SP1 hosted environment. I hope this was of help.</h2>
<p><map name='google_ad_map_1103_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1103?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1103_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1103&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fexchange-2010-sp1-gives-multi-tenant-support%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/exchange-2010-sp1-gives-multi-tenant-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenDesktop 5.5 is Here!</title>
		<link>http://Weblog.BassQ.nl/index.php/xendesktop-5-5-is-here/</link>
		<comments>http://Weblog.BassQ.nl/index.php/xendesktop-5-5-is-here/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 10:08:07 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[XenDesktop]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1098</guid>
		<description><![CDATA[Citrix is announcing the immediate availability of XenDesktop 5.5. Citrix continues to innovate in the desktop virtualization space and build on the on the market leading trajectory established with first with XenDesktop 4.0 — the industry’s first VDI offering to &#8230; <a href="http://Weblog.BassQ.nl/index.php/xendesktop-5-5-is-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Citrix is announcing the immediate availability of XenDesktop 5.5.</p>
<p>Citrix continues to innovate in the desktop virtualization space and build on the on the market leading trajectory established with first with XenDesktop 4.0 — <em>the industry’s first VDI offering to provide integrated app and desktop delivery in a single product</em> – and extended with XenDesktop 5.0 —  <em>focused on simplification and scalability for the administrator to deploy and manage virtual desktops</em>.   With the release of XenDesktop 5.5, Citrix  takes it up a notch yet again and sets the new standard for desktop virtualization — including the ability to deliver personal VDI desktops, provide an unparalleled user experience with more than 150 new HDX features and enhancements, deliver “headquarters-like” experience across the  WAN to  remote workers and branch offices and new Citrix Receivers for Windows and MacOS.  Whew!  That was a long sentence <img src="http://blogs.citrix.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" /></p>
<p>You can read about all of the news <a href="http://www.citrix.com/English/NE/news/news.asp?newsID=2315303">here</a>.</p>
<p><strong><em>Personal VDI desktops and reducing cost</em></strong></p>
<p>The Citrix focus on end user experience and reducing costs of virtual desktop deployments was the driving force behind the <a href="http://www.citrix.com/English/NE/news/news.asp?newsID=2314908">RingCube acquisition</a> and today’s announcement of the availability of the personal vDisk technology as a feature of XenDesktop 5.5.</p>
<p>If you haven’t heard about it, the new personal vDisk technology enables IT to realize the cost saving and management of pooled virtual desktops, while providing  personalization capabilities for profiles, data and applications that is typically found in a dedicated VDI deployment model.   Since we announced the acquisition of RingCube two weeks ago, my inbox has exploded with requests for more information regarding pricing,  packaging and availability.  I am pleased to confirm today that the personal vDisk technology will be included in all editions of XenDesktop at no additional charge.  The personal vDisk technology is available today as an “Early Access” feature for customers with Software Assurance to use in their labs and proof of concepts to get familiar with the technology.  In less then two weeks since the closing of this acquisition, we have delivered on the first release that is integrated with XenDesktop.  Using XenDesktop Studio, administrators can quickly create and deploy virtual desktops that take advantage of the personal vDisk technology.  The combination of the user acceptance of the personal VDI desktop and the IT cost savings allow organizations to deploy virtual desktops to a wider based of end users – truly creating a win-win situation.</p>
<p>You get additional technical information on the personal vDisk <a href="http://blogs.citrix.com/2011/08/24/personal-vdisks/">here</a>.</p>
<p><map name='google_ad_map_1098_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1098?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1098_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1098&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fxendesktop-5-5-is-here%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/xendesktop-5-5-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New! XenApp 6.5 Available Now!</title>
		<link>http://Weblog.BassQ.nl/index.php/new-xenapp-6-5-available-now/</link>
		<comments>http://Weblog.BassQ.nl/index.php/new-xenapp-6-5-available-now/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 10:05:09 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Provisioning]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenDesktop]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1094</guid>
		<description><![CDATA[These are exciting times for desktop virtualization.  The industry is growing and Citrix is leading the charge.  The XenDesktop product line is getting plenty of well-deserved attention, but today Citrix is also announcing exciting new enhancements for XenApp 6.5. Whether included &#8230; <a href="http://Weblog.BassQ.nl/index.php/new-xenapp-6-5-available-now/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>These are exciting times for desktop virtualization.  The industry is growing and Citrix is leading the charge.  The XenDesktop product line is getting plenty of well-deserved attention, but today Citrix is also announcing exciting new enhancements for <a href="http://www.citrix.com/xenapp/how-it-works/whats-new">XenApp 6.5</a>. Whether included as a component of XenDesktop Enterprise and Platinum or deployed as a standalone product, XenApp has long been recognized as the de-facto standard in on-demand app delivery.  Now with turbo-charged app launches and a seamless multimedia experience over any network, XenApp 6.5 makes the user experience better than ever.</p>
<div>
<p><strong>Instant App Access</strong></p>
<p>The XenApp 6.5 feature generating the most excitement among customers is Instant App Access.  Gone are the days when users would have to wait several seconds for the creation of an ICA session before their application launched.  By creating an ICA session immediately upon user log-in to Citrix Receiver, Session Pre-Launch dramatically reduces overall application launch times. Since the ICA session is created even before the user clicks the application icon, the only remaining time to wait is for the application launch itself.  Depending on the application, this can be nearly instantaneous.</p>
<p>Similar technology allows an ICA session to linger after users close their last published app so that the next application launch is just as instantaneous.  While these features do consume a license, the time periods for lingering or pre-launch are configurable by the IT admin.</p>
<p><strong>Seamless multimedia experience with HDX</strong></p>
<p>With only a few exceptions, all of the <a href="http://www.citrix.com/xenapp/how-it-works/features/hdx">HDX enhancements</a> seen in XenDesktop 5.5 are also applicable for XenApp 6.5. For example, significant updates to HDX MediaStream for Flash mean that Adobe® Flash® content can be rendered locally over more network conditions than before.  This dynamically takes advantage of computing resources at the end point, resulting in even higher server scalability and a great user experience even at up to 300ms round-trip latency.</p>
<p><strong>Multi-Stream ICA</strong></p>
<p>IT administrators now have the option of delivering XenApp ICA traffic over up to four TCP/IP streams. Now instead of prioritizing the entire ICA pipeline over HTTP traffic, this feature enables more granular control for Quality of Service (QoS) routing.  Now customers can provide superior audio/visual quality for apps delivered over the WAN for example without disrupting other HTTP traffic.</p>
<p><strong>Any Device, Anywhere with Citrix Receiver</strong></p>
<p>XenApp 6.5 takes advantage of new Citrix Receiver enhancements for extreme multi-tasking, faster Windows app performance and advanced Linux device support. Customers can now deliver self-service apps to more than one billion devices, including PCs, Macs, tablets, smartphones, and thin clients – and all major device operating platforms, including new environments like iOS, Android, and Google ChromeOS.   Add it all up and we’re talking about over 1 Billion devices.</p>
<p><strong>Enhanced Desktop Experience</strong></p>
<p>Previously provided as an add-on pack for XenApp 6.0, support for an enhanced desktop experience is now included as an integrated feature of XenApp 6.5. IT can transform the typical server desktop published by XenApp.  This feature enables support for themes, installs accessory apps, and allows for the display of high-res wallpapers.  With a Windows-7 like Start Menu and taskbar, users can enjoy the look and feel of a Windows 7 desktop, while IT can benefit from the server density and locked down image management of a hosted shared desktop</p>
<p><strong>Desktop Director</strong></p>
<p>When end-users need support help with their XenApp delivered apps, help desk support staffs can use the popular Desktop Director console that now includes the integrated capability to assist users with applications delivered by XenApp and with desktops delivered by XenDesktop.</p>
<p><strong>Dynamic Data Center Provisioning</strong></p>
<p>Now XenApp 6.5 deployments can be scaled in record time by creating “controller” or “worker” roles in a XenApp server farm.  Because workers in the farm need to sync much less data, fewer overall database transactions are required.  Plus, these new roles make the process of joining a large number of servers to a XenApp farm faster and easier.</p>
<p>These are just a few of the new features in XenApp 6.5.  For a full list of all features and a comparison to previous versions, you can refer to the new <a href="http://www.citrix.com/xenappcomparativematrix">comparative feature matrix</a>.</p>
<p>For a free interactive overview of XenApp 6.5 be sure to check out this new <a href="http://training.citrix.com/mod/ctxcatalog/course.php?id=251">online course</a>.</p>
</div>
<p><map name='google_ad_map_1094_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1094?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1094_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1094&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fnew-xenapp-6-5-available-now%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/new-xenapp-6-5-available-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Center Virtual Machine Manager Self-Service Portal 2.0 SP1 released</title>
		<link>http://Weblog.BassQ.nl/index.php/system-center-virtual-machine-manager-self-service-portal-2-0-sp1-released/</link>
		<comments>http://Weblog.BassQ.nl/index.php/system-center-virtual-machine-manager-self-service-portal-2-0-sp1-released/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 21:26:00 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Provisioning]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[XenServer]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCOM]]></category>
		<category><![CDATA[SCSM]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[Wsus]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1091</guid>
		<description><![CDATA[Are your datacenter costs rising? Does your current infrastructure make it difficult to scale up or down quickly to respond to the changing needs of your organization? To meet these challenges, you need a more cost-effective, agile way to provide &#8230; <a href="http://Weblog.BassQ.nl/index.php/system-center-virtual-machine-manager-self-service-portal-2-0-sp1-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Are your datacenter costs rising? Does your current infrastructure make it difficult to scale up or down quickly to respond to the changing needs of your organization? To meet these challenges, you need a more cost-effective, agile way to provide IT services—quickly, efficiently, and on demand.</p>
<p>System Center Virtual Machine Manager Self-Service Portal 2.0 SP1 is a free, partner-extensible solution that allows you to dynamically pool, allocate, and manage datacenter resources. Using the Self-Service Portal, you can reduce IT costs, while increasing agility for your organization. The Self-Service Portal works with products and technologies you know and trust, like Windows Server and the System Center product suite. This solution delivers:</p>
<div>
<ul>
<li>Automated web portals and a workload provisioning engine that integrates with System Center.</li>
<li>Tested guidance and best practices to help configure and deploy private cloud infrastructures.</li>
<li>Guidance to help partners easily extend functionality.</li>
<li>Localization in three languages: Japanese, Traditional Chinese, and Simplified Chinese.</li>
</ul>
</div>
<div><a title="Download the System Center Virtual Machine Manager Self-Service Portal 2.0 SP1 today." href="http://www.microsoft.com/download/en/details.aspx?id=26701">Download the System Center Virtual Machine Manager Self-Service Portal 2.0 SP1 today.</a></div>
<div>
<h3>Self-Service Portal Technology Partners</h3>
<p>The Self-Service Portal includes powerful extensibility features for Microsoft technology partners. Independent software and hardware vendors can customize different virtual machine actions (create, delete, stop, start, shut down, connect, pause, and so on) to take advantage of the unique characteristics of their infrastructure.</p>
</div>
<div>
<div>
<div><a href="http://www.citrix.com/essentialshyperv/how-it-helps/vmmssp" target="_blank"><img src="http://i.microsoft.com/global/systemcenter/en/us/PublishingImages/logo-citrix2.jpg" alt="Citrix" width="210" height="130" /></a></div>
</div>
<div>
<div>
<p>Citrix Integration Pack for Self-Service Portal</p>
<p>The integration pack integrates Essentials for Hyper-V with System Center by automatically provisioning the storage whenever a virtual machine is commissioned though the Self-Service Portal.<br />
<a href="http://www.citrix.com/essentialshyperv/how-it-helps/vmmssp">Learn more &gt;</a></p>
</div>
</div>
</div>
<div>
<div>
<div><a href="http://www.compellent.com/govirtual" target="_blank"><img src="http://i.microsoft.com/global/systemcenter/en/us/PublishingImages/logo-compellent.jpg" alt="Compellent" width="210" height="130" /></a></div>
</div>
<div>
<div>
<p>Compellent Solution Pack for Self-Service Portal</p>
<p>Utilizing Windows PowerShell® with the Compellent Storage Center SAN, Compellent’s Solution Pack enables the integration and support for self-service provisioning of data storage resources with Virtual Machine Manager and Windows Server Hyper-V™ through the Self-Service Portal.<br />
<a href="http://www.compellent.com/govirtual">Learn more &gt;</a></p>
</div>
</div>
</div>
<div>
<div>
<div><a href="http://www.f5.com/solutions/applications/microsoft/virtualization/" target="_blank"><img src="http://i.microsoft.com/global/systemcenter/en/us/PublishingImages/logo-F52.jpg" alt="f5" width="210" height="130" /></a></div>
</div>
<div>
<div>
<p>F5 Solution for Self-Service Portal</p>
<p>The F5 solution for Virtual Machine Manager Self-Service Portal adds the option for traffic management by the BIG-IP application delivery controller (ADC) within the service role section of a user request. Executing this option automatically configures the BIG-IP for the request of VMs as they come online.<br />
<a href="http://www.f5.com/solutions/applications/microsoft/virtualization/">Learn more &gt;</a></p>
</div>
</div>
</div>
<div>
<div>
<div><a href="http://h20219.www2.hp.com/services/us/en/unified/msftsolutions-infrastructure.html" target="_blank"><img src="http://i.microsoft.com/global/systemcenter/en/us/PublishingImages/logo-hp2.jpg" alt="HP" width="210" height="130" /></a></div>
</div>
<div>
<div>
<p>HP Services Using the Self-Service Portal</p>
<p>Accelerate your journey to the private cloud with HP’s Converged Infrastructure and HP Technology Consulting services. Begin with a short assessment, then continue to implementation based on HP’s deep experience in the datacenter. HP uses pre-developed scripts, portals, and cmdlets to integrate into your environment and build a self-service infrastructure.<br />
<a href="http://h20219.www2.hp.com/services/us/en/unified/msftsolutions-infrastructure.html">Learn more &gt;</a></p>
</div>
</div>
</div>
<div>
<div>
<div><a href="http://software.intel.com/file/30602" target="_blank"><img src="http://i.microsoft.com/global/systemcenter/en/us/PublishingImages/logo-intel2.jpg" alt="Intel" width="210" height="130" /></a></div>
</div>
<div>
<div>
<p>Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms</p>
<p>The Intel reference architecture will assist organizations that require their cloud data and assets to reside on premises and those that need to support a new business domain with a separate IT infrastructure that is scalable and flexible.<br />
<a href="http://software.intel.com/file/30602">Learn more &gt;</a></p>
</div>
</div>
</div>
<div>
<div>
<div><a href="http://www.netapp.com/us/products/management-software/appliancewatch.html" target="_blank"><img src="http://i.microsoft.com/global/systemcenter/en/us/PublishingImages/logo-netapp2.jpg" alt="NetApp" width="210" height="130" /></a></div>
</div>
<div>
<div>
<p>NetApp ApplianceWatch PRO 2.1.1</p>
<p>Accelerate virtual machine provisioning, and increase storage efficiencies in private cloud implementations managed by the Self-Service Portal with the integration scripts and PowerShell cmdlets included in ApplianceWatch PRO 2.1.1 that enable rapid provisioning of space-efficient VMs using NetApp FlexClone technology.<br />
<a href="http://www.netapp.com/us/products/management-software/appliancewatch.html">Learn more &gt;</a></p>
</div>
</div>
</div>
<div>
<div><a href="http://www.vkernel.com/microsoft-virtual-machine-manager-self-service-portal" target="_blank"><img src="http://i.microsoft.com/global/systemcenter/en/us/PublishingImages/logo-vkernel2.jpg" alt="VKernel" width="210" height="130" /></a></div>
</div>
<p>VKernel Chargeback with Hyper-V</p>
<p>VKernel Chargeback with Hyper-V enables private clouds to automatically map virtualization costs to applications and customers by reporting on allocated costs and by measuring and expensing the actual consumption of server and storage resources by cloud customers.<br />
<a href="http://www.vkernel.com/microsoft-virtual-machine-manager-self-service-portal">Learn more &gt;</a></p>
<p><map name='google_ad_map_1091_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1091?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1091_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1091&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fsystem-center-virtual-machine-manager-self-service-portal-2-0-sp1-released%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/system-center-virtual-machine-manager-self-service-portal-2-0-sp1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft® SQL Server® 2008 R2 Service Pack 1 is out</title>
		<link>http://Weblog.BassQ.nl/index.php/microsoft%c2%ae-sql-server%c2%ae-2008-r2-service-pack-1-is-out/</link>
		<comments>http://Weblog.BassQ.nl/index.php/microsoft%c2%ae-sql-server%c2%ae-2008-r2-service-pack-1-is-out/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 20:17:38 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1085</guid>
		<description><![CDATA[What’s New in SQL Server 2008 R2 SP 1 ? Dynamic Management Views for increased supportability: sys.dm_exec_query_stats DMV is extended with additional columns to improve supportabilities over troubleshooting long-running queries. New DMVs and XEvents on select performance counters are introduced &#8230; <a href="http://Weblog.BassQ.nl/index.php/microsoft%c2%ae-sql-server%c2%ae-2008-r2-service-pack-1-is-out/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>What’s New in SQL Server 2008 R2 SP 1 ?</strong></p>
<p><strong>Dynamic Management Views for increased supportability:</strong></p>
<p>sys.dm_exec_query_stats DMV is extended with additional columns to improve supportabilities over troubleshooting long-running queries. New DMVs and XEvents on select performance counters are introduced to monitor OS configurations and resource conditions related to the SQL Server instance.</p>
<p><strong>ForceSeek for improved querying performance :</strong></p>
<p>Syntax for FORCESEEK index hint has been modified to take optional parameters allowing it to control the access method on the index even further. Using old style syntax for FORCESEEK remains unmodified and works as before. In addition to that, a new query hint, FORCESCAN has been added. It complements the FORCESEEK hint allowing specifying ‘scan’ as the access method to the index. No changes to applications are necessary if you do not plan to use this new functionality.</p>
<p><strong>Data-tier Application Component Framework (DAC Fx) for improved database upgrades:</strong></p>
<p>The new Data-tier Application (DAC) Framework v1.1 and DAC upgrade wizard enable the new in-place upgrade service for database schema management. The new in-place upgrade service will upgrade the schema for an existing database in SQL Azure and the versions of SQL Server supported by DAC. A DAC is an entity that contains all of the database objects and instance objects used by an application. A DAC provides a single unit for authoring, deploying, and managing the data-tier objects. For more information, see Designing and Implementing Data-tier Applications.</p>
<p><strong>Disk space control for PowerPivot:</strong></p>
<p>This update introduces two new configuration settings that let you determine how long cached data stays in the system. In the new Disk Cache section on the PowerPivot configuration page, you can specify how long an inactive database remains in memory before it is unloaded. You can also limit how long a cached file is kept on disk before it is deleted.</p>
<p><strong>Fixed various issues:</strong></p>
<p>This update fixes many knowledge base issues that are listed in this Master KB article.<br />
<strong>Link</strong>:<a href="http://support.microsoft.com/kb/2463333" target="_blank"> http://support.microsoft.com/kb/2463333</a></p>
<p>For a detailed list of new features and improvements that are included in SQL Server 2008 R2 SP1, review the What&#8217;s New Section in Release Notes.<br />
<strong>Link</strong>:<a href="http://go.microsoft.com/?linkid=9764593" target="_blank"> http://go.microsoft.com/?linkid=9764593</a></p>
<p>Now Sp1 is officially released, you can download the service pack from the Download Center:<br />
<strong>Download</strong>: <a href="Download: http://www.microsoft.com/download/en/details.aspx?id=26727" target="_blank">http://www.microsoft.com/download/en/details.aspx?id=26727</a></p>
<p>If you&#8217;re looking for SP1 for SQL Server Express:<br />
<strong>Download</strong>: <a href="http://www.microsoft.com/download/en/details.aspx?id=26729" target="_blank">http://www.microsoft.com/download/en/details.aspx?id=26729</a></p>
<p>And the updated feature packs can be found here:<br />
<strong>Download</strong>: <a href="http://www.microsoft.com/download/en/details.aspx?id=26728" target="_blank">http://www.microsoft.com/download/en/details.aspx?id=26728</a></p>
<p>The build number is 10.50.2500. SELECT @@VERSION will now yield something like this:</p>
<p>Microsoft SQL Server 2008 R2 (SP1) &#8211; 10.50.2500.0 (X64)<br />
Jun 17 2011 00:54:03<br />
Copyright (c) Microsoft Corporation<br />
Developer Edition (64-bit) on Windows NT 6.1 (Build 7601: Service Pack 1)</p>
<p><map name='google_ad_map_1085_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1085?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1085_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1085&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fmicrosoft%25c2%25ae-sql-server%25c2%25ae-2008-r2-service-pack-1-is-out%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/microsoft%c2%ae-sql-server%c2%ae-2008-r2-service-pack-1-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 4 final release on March 22!</title>
		<link>http://Weblog.BassQ.nl/index.php/firefox-4-final-release-on-march-22/</link>
		<comments>http://Weblog.BassQ.nl/index.php/firefox-4-final-release-on-march-22/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 20:16:57 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[FireFox]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1078</guid>
		<description><![CDATA[After twelve betas, one release candidate and a year of development, Mozilla plans to release the final version of Firefox 4 on March 22 around 7AM PDT. Tech blog ConceivablyTech spotted the date on Mozilla&#8217;s official release schedule yesterday and &#8230; <a href="http://Weblog.BassQ.nl/index.php/firefox-4-final-release-on-march-22/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After twelve betas, one release candidate and a year of development, Mozilla plans to release the final version of Firefox 4 on March 22 around 7AM PDT.</p>
<p>Tech blog <a href="http://www.conceivablytech.com/6281/products/firefox-4-0-1-ahead-first-firefox-5-build-sort-of">ConceivablyTech</a> spotted the date on Mozilla&#8217;s <a href="https://wiki.mozilla.org/Releases">official release schedule</a> yesterday and a <a href="http://groups.google.com/group/mozilla.dev.planning/browse_thread/thread/18a347956e4693eb#">message to developers</a> from Mozilla senior engineering director Damon Sicore indicated the  first and only Firefox 4 release candidate would likely ship as the  final version of the browser. Firefox 4 RC1 was made available on March  9.</p>
<p>&#8221;As of now, there are no known issues that would stop us from shipping  RC1 as final&#8230;March 22nd is the day we would ship.  Both IT and  Marketing have indicated that March 22nd is an acceptable final launch  date.  If at any time we discover issues that would block final release,  we would issue an RC2 as soon as possible, reset the ship date, and  communicate to everyone,&#8221; he said.</p>
<p>Despite Mr Sicore&#8217;s mention of the possibility of a second release candidate, Mozilla <a href="https://wiki.mozilla.org/Firefox/Planning/2011-03-16">planning notes</a> indicate the company would most likely push Firefox 4 out the door on  March 22 and follow-up with an incremental update to fix any minor  issues.</p>
<p>&#8221;Several issues have been identified as potential ridealongs, meaning we might do a 4.0.1 release,&#8221; the notes said.</p>
<p>The final version of Firefox 4 was originally scheduled to ship in  November 2010, but repeated delays saw the release schedule revised on  more than one occasion. Given that rather chequered history, it remains  to be seen if Firefox 4 will actually ship on March 22 as planned.</p>
<p>Based on the Gecko 2.0 engine, Firefox 4 will bring an updated user  interface, new ways to organize tabs, a revamped add-on manager, support  for HTML5 video standards, multitouch support on <a id="itxthook1" rel="nofollow" href="http://www.neowin.net/news/firefox-4-final-release-on-march-22#">Windows</a> 7 and a range of performance and security enhancements.</p>
<p>Mozilla has <a href="http://www.neowin.net/news/firefox-5-only-months-after-firefox-4-release">indicated a desire</a> to move to a faster release schedule following Firefox 4, with  mozilla.org co-founder and Mozilla CTO Brendan Eich telling developers  users could be running the fifth version of Firefox just months after  Firefox 4 is released.</p>
<p><img src="http://www.neowin.net/images/uploaded/1_Firefox4.jpg" alt="" width="562" height="263" /></p>
<p><map name='google_ad_map_1078_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1078?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1078_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1078&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Ffirefox-4-final-release-on-march-22%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/firefox-4-final-release-on-march-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 9 is here!</title>
		<link>http://Weblog.BassQ.nl/index.php/internet-explorer-9-is-here/</link>
		<comments>http://Weblog.BassQ.nl/index.php/internet-explorer-9-is-here/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 19:58:48 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Wsus]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1069</guid>
		<description><![CDATA[Microsoft has launched the much anticipated IE9. To start experiencing a more beautiful web with IE9 and to visit a small set of the top 250 web-sites globally that have created a more beautiful experiences for all of us with &#8230; <a href="http://Weblog.BassQ.nl/index.php/internet-explorer-9-is-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft has launched the much anticipated IE9.</p>
<p>To start experiencing a more beautiful web with IE9 and to visit a small  set of the top 250 web-sites globally that have created a more  beautiful experiences for all of us with IE9, go to <a href="http://beautyoftheweb.com/experience">http://beautyoftheweb.com/experience</a>.</p>
<p>Internet Explorer 9 has now been <a href="http://www.beautyoftheweb.com/" target="_blank">downloaded</a> 2.35 million times in the first 24 hours since its <a href="http://windowsteamblog.com/ie/b/ie/archive/2011/03/15/fast-is-now-beautiful-ie9-released.aspx" target="_blank">Monday night release</a>. That is over 27 downloads every second, or over 240 downloads every 9 seconds. Wow!.</p>
<p>They want to thank everyone around the world for downloading IE9 and the enthusiastic reception. 2.3 million downloads in 24 hours is over double the 1 million downloads we saw of the IE9 Beta and four times that of the IE9 RC over the same time period.</p>
<p>In case you missed it, check out the collection of videos from the <a href="http://www.microsoft.com/presspass/presskits/internetexplorer/VideoGallery.aspx" target="_blank">SxSW launch event</a>.  <a href="http://www.microsoft.com:80/presspass/presskits/internetexplorer/VideoGallery.aspx?contentID=IE9Launch_FrankClip&amp;WT.z_convert=Share" target="_blank">Ze Frank’s demo</a> of <a href="http://star.me" target="_blank">Star.ME</a> is one not to be missed!</p>
<p><img src="http://www.neowin.net/images/uploaded/mswinie9_1_rtm1.png" alt="" width="493" height="154" /></p>
<p>You can see all of the demos and the complete launch event by clicking play below. And to download Internet Explorer 9 for yourself, visit <a href="http://www.beautyoftheweb.com" target="_blank">http://www.beautyoftheweb.com</a>.</p>
<p><a href="http://www.microsoft.com:80/presspass/presskits/internetexplorer/VideoGallery.aspx?contentID=IE9Launch_FrankClip&amp;WT.z_convert=Share" target="_blank">Ze Frank’s demo</a> of <a href="http://star.me" target="_blank">Star.ME</a> is one not to be missed!</p>
<p>You can see all of the demos and the complete launch event by clicking play below. And to download Internet Explorer 9 for yourself, visit <a href="http://www.beautyoftheweb.com" target="_blank">http://www.beautyoftheweb.com</a>.</p>
<p>&nbsp;</p>
<p><map name='google_ad_map_1069_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1069?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1069_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1069&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Finternet-explorer-9-is-here%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/internet-explorer-9-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Application Virtualization 4.6 Service Pack 1</title>
		<link>http://Weblog.BassQ.nl/index.php/microsoft-application-virtualization-4-6-service-pack-1/</link>
		<comments>http://Weblog.BassQ.nl/index.php/microsoft-application-virtualization-4-6-service-pack-1/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 19:34:28 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[App-V]]></category>
		<category><![CDATA[Softgrid]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1066</guid>
		<description><![CDATA[Microsoft Application Virtualization (App-V) 4.6 Service Pack 1 provides the latest updates to App-V 4.6 Microsoft Application Virtualization 4.6 Service Pack 1 (App-V 4.6 SP1) updates App-V 4.6 with the latest security and stability enhancements to help keep computers running &#8230; <a href="http://Weblog.BassQ.nl/index.php/microsoft-application-virtualization-4-6-service-pack-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft Application Virtualization (App-V) 4.6 Service Pack 1 provides the latest updates to App-V 4.6</p>
<p>Microsoft  Application Virtualization 4.6 Service Pack 1 (App-V 4.6 SP1) updates  App-V 4.6 with the latest security and stability enhancements to help  keep computers running App-V up-to-date, reliable, and more secure. The  goal of this service pack is to increase the overall quality of the  existing product features while maintaining a high level of  compatibility with previous releases.    &#8216;<br />
<strong>Feature Summary: </strong></p>
<ul>
<li>Streamlined  application sequencing – Improvements to the App-V 4.6 SP1 Sequencer  make packaging applications for App-V easier and faster.</li>
<li>Support  for using a read-only cache on RDS – App-V 4.6 SP1 now supports using a  shared, read-only cache in both VDI and RDS environments.</li>
<li>Support for sequencing Microsoft .NET Framework 4.0 – App-V 4.6 SP1 now supports sequencing the Microsoft .NET Framework 4.0.</li>
<li>Customer  Feedback and Hotfix Rollup – App-V 4.6 SP1 also includes a rollup up of  fixes to address issues found since the Microsoft Application  Virtualization 4.6 release.</li>
</ul>
<p><a title="Download details Microsoft Application Virtualization 4.6 Service Pack 1" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=3b48dbfe-612d-4806-b737-9254bd9b2445&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29" target="_blank">Download details Microsoft Application Virtualization 4.6 Service Pack 1</a></p>
<p><map name='google_ad_map_1066_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1066?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1066_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1066&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fmicrosoft-application-virtualization-4-6-service-pack-1%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/microsoft-application-virtualization-4-6-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 and Windows Server 2008 R2 Service Pack 1 (KB976932) and download</title>
		<link>http://Weblog.BassQ.nl/index.php/windows-7-and-windows-server-2008-r2-service-pack-1-kb976932-and-download/</link>
		<comments>http://Weblog.BassQ.nl/index.php/windows-7-and-windows-server-2008-r2-service-pack-1-kb976932-and-download/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 08:48:56 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[XenApp]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1061</guid>
		<description><![CDATA[Service Pack 1 is now available on Technet for subscribers. Consumer end-users can find general information about Windows 7 SP1 at the following Microsoft website: http://windows.microsoft.com/windows7sp1 Public downloads will be here Windows 7 Service Pack 1 To obtain Windows 7 &#8230; <a href="http://Weblog.BassQ.nl/index.php/windows-7-and-windows-server-2008-r2-service-pack-1-kb976932-and-download/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Service Pack 1 is now available on Technet for subscribers.</p>
<p>Consumer end-users can find general information about Windows 7 SP1 at the following Microsoft website:</p>
<p><a href="http://windows.microsoft.com/windows7sp1" target="_blank">http://windows.microsoft.com/windows7sp1</a></p>
<p>Public downloads will be here</p>
<h3>Windows 7 Service Pack 1</h3>
<p>To obtain Windows 7 SP1, visit the following Microsoft website:</p>
<p><a href="http://windows.microsoft.com/installwindows7sp1" target="_blank">http://windows.microsoft.com/installwindows7sp1</a> (http://windows.microsoft.com/installwindows7sp1)</p>
<h3>Windows 2008 R2 Service Pack 1</h3>
<p>To obtain Windows 2008 R2 SP1, visit the following Microsoft website:</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkID=199583" target="_blank">http://go.microsoft.com/fwlink/?LinkID=199583</a></p>
<p>The following documentation for Windows 7 and Windows Server 2008 R2 Service Pack 1 is provided here.</p>
<p>Deployment Guide for Windows Server 2008 R2 with SP1 and Windows 7 with SP1.doc 213KB <a href="http://www.microsoft.com/downloads/info.aspx?na=46&amp;SrcFamilyId=61924CEA-83FE-46E9-96D8-027AE59DDC11&amp;SrcDisplayLang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fE%2fB%2fA%2fEBA55FE2-373A-4351-9346-6D762B79AA69%2fDeployment+Guide+for+Windows+Server+2008+R2+with+SP1+and+Windows+7+with+SP1.doc" target="_blank">Download</a></p>
<p>Hotfixes and Security Updates included in Windows 7 and Windows Server 2008 R2 Service Pack 1.xls 465KB <a href="http://www.microsoft.com/downloads/info.aspx?na=46&amp;SrcFamilyId=61924CEA-83FE-46E9-96D8-027AE59DDC11&amp;SrcDisplayLang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fE%2fB%2fA%2fEBA55FE2-373A-4351-9346-6D762B79AA69%2fHotfixes+and+Security+Updates+included+in+Windows+7+and+Windows+Server+2008+R2+Service+Pack+1.xls" target="_blank">Download</a></p>
<p>Installing Windows Server 2008 R2 with SP1.doc 94KB <a href="http://www.microsoft.com/downloads/info.aspx?na=46&amp;SrcFamilyId=61924CEA-83FE-46E9-96D8-027AE59DDC11&amp;SrcDisplayLang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fE%2fB%2fA%2fEBA55FE2-373A-4351-9346-6D762B79AA69%2fInstalling+Windows+Server+2008+R2+with+SP1.doc" target="_blank">Download</a></p>
<p>Release Notes for Windows 7 with Service Pack 1.doc 87KB <a href="http://www.microsoft.com/downloads/info.aspx?na=46&amp;SrcFamilyId=61924CEA-83FE-46E9-96D8-027AE59DDC11&amp;SrcDisplayLang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fE%2fB%2fA%2fEBA55FE2-373A-4351-9346-6D762B79AA69%2fRelease+Notes+for+Windows+7+with+Service+Pack+1.doc" target="_blank">Download</a></p>
<p>Release Notes for Windows Server 2008 R2 with Service Pack 1.doc 87KB <a href="http://www.microsoft.com/downloads/info.aspx?na=46&amp;SrcFamilyId=61924CEA-83FE-46E9-96D8-027AE59DDC11&amp;SrcDisplayLang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fE%2fB%2fA%2fEBA55FE2-373A-4351-9346-6D762B79AA69%2fRelease+Notes+for+Windows+Server+2008+R2+with+Service+Pack+1.doc" target="_blank">Download</a></p>
<p>MS KB <a title="Information about Service Pack 1 for Windows 7 and for Windows Server 2008 R2" href="http://support.microsoft.com/?kbid=976932" target="_blank">Information about Service Pack 1 for Windows 7 and for Windows Server 2008 R2</a></p>
<p><img class="alignnone" title="WS08R2sp1" src="http://bink.nu/blogs/news/WS08R2sp1_5BD52288.png" alt="" width="488" height="274" /></p>
<p><map name='google_ad_map_1061_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1061?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1061_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1061&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fwindows-7-and-windows-server-2008-r2-service-pack-1-kb976932-and-download%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/windows-7-and-windows-server-2008-r2-service-pack-1-kb976932-and-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure Citrix IMA to use a specified network Interface</title>
		<link>http://Weblog.BassQ.nl/index.php/how-to-configure-citrix-ima-to-use-a-specified-network-interface/</link>
		<comments>http://Weblog.BassQ.nl/index.php/how-to-configure-citrix-ima-to-use-a-specified-network-interface/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 13:37:24 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[XenApp]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1055</guid>
		<description><![CDATA[source: http://www.doctor-citrix.com/ The purpose of these settings is to set up a specific NIC for IMA use when You have multi homed XenApp Servers. Registry Values to Set; Purpose(s) is specify if the server has several NICs or not; Registry &#8230; <a href="http://Weblog.BassQ.nl/index.php/how-to-configure-citrix-ima-to-use-a-specified-network-interface/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>source: <a href="http://www.doctor-citrix.com/" target="_blank">http://www.doctor-citrix.com/</a></p>
<p>The purpose of these settings is to set up a specific NIC for IMA use when You have multi homed XenApp Servers.<br />
Registry Values to Set;</p>
<p><strong>Purpose(s) is specify if the server has several NICs or not;</strong><br />
Registry Hive : HKLM\Software\Citrix\IMA<br />
Value : MultipleNICMySelf<br />
Type : REG_DWORD<br />
Data : 1 (1 = This Server has several NICs) </p>
<p><strong>Purpose(s) is to specify the NIC to dedicate;</strong><br />
Registry Hive : HKLM\Software\Citrix\IMA<br />
Value : NICToUse<br />
Type : REG_SZ<br />
Data : Mac adress of the desired NIC (example : 00-C0-4F-74-68-E5 )</p>
<p><strong>If one of the previously specified reg values is set on any server you&#8217;llo have to set the following reg value to ALL SERVERS within the Farm.<br />
</strong></p>
<p>Purpose(s) is to specify that IMA will try to communicate with all remote server NICs<br />
Registry Hive : HKLM\Software\Citrix\IMA<br />
Value : MultipleNICOtherServer<br />
Type : REG_DWORD<br />
Data : 1</p>
<p><map name='google_ad_map_1055_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1055?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1055_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1055&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fhow-to-configure-citrix-ima-to-use-a-specified-network-interface%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/how-to-configure-citrix-ima-to-use-a-specified-network-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 great information recources for Application Virtualization from Microsoft</title>
		<link>http://Weblog.BassQ.nl/index.php/15-great-information-recources-for-application-virtualization-from-microsoft/</link>
		<comments>http://Weblog.BassQ.nl/index.php/15-great-information-recources-for-application-virtualization-from-microsoft/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 20:38:47 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Weblog]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1046</guid>
		<description><![CDATA[Source; http://www.marcoblijenberg.nl/ Let’s start sharing some great information on Microsoft Application Virtualization alias APP-V or the old name softgrid. Below is an overview of links with all kind of great information on APP-V. App-V general information APP-V Techcenter, your starting &#8230; <a href="http://Weblog.BassQ.nl/index.php/15-great-information-recources-for-application-virtualization-from-microsoft/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Source;<a href="http://www.marcoblijenberg.nl/" target="_blank"> http://www.marcoblijenberg.nl/</a><br />
Let’s start sharing some great information on Microsoft Application Virtualization alias APP-V or the old name softgrid.<br />
Below is an overview of links with all kind of great information on APP-V.</p>
<p><strong>App-V general information</strong></p>
<p>APP-V Techcenter, your starting point when you need more information about APP-V| <a href="http://technet.microsoft.com/en-us/appvirtualization/default.aspx" target="_blank">Microsoft Technet</a><br />
APP-V whitepapers, part of APP-V Techcenter | <a href="http://technet.microsoft.com/en-us/appvirtualization/cc843994.aspx" target="_blank">Microsoft Technet</a><br />
Tech forum with all App-V related information, not only limited to APP-V | <a href="http://www.appvirtguru.com/">Appvirtguru.com</a><br />
App-V information, clear overview on APP-V components | <a href="http://app-vsupport.com/" target="_blank">app-vsupport.com</a><br />
App-V FAQ overview | <a href="http://blog.stealthpuppy.com/appv-faqs" target="_blank">http://blog.stealthpuppy.com/appv-faqs</a></p>
<p><strong>App-V learning resources</strong></p>
<p>Some App-V learning video’s | <a href="http://blogcastrepository.com/media/albums/appv/default.aspx">Blogcastrepository</a><br />
Application Virtualization (App-V) Video Series | <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=E0CCA44A-F522-48C3-837F-85493B3734A9" target="_blank">Microsoft Technet</a><br />
TechNet Virtual Labs: System Center | <a href="http://technet.microsoft.com/en-us/systemcenter/bb539977.aspx" target="_blank">Microsoft Technet</a><br />
App-V certification, there’s no “stand alone” APP-V certification. Skills being measured are based on MDOP | <a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-656&amp;locale=en-us" target="_blank">Microsoft Learning</a></p>
<p><strong>App-V sequencing &amp; recipes</strong></p>
<p>Application Virtualization message-board, not only limited to App-V | <a href="http://www.appdeploy.com/messageboards/tt.asp?forumid=27" target="_blank">Appdeploy.com</a><br />
The Microsoft App-V Sequencing Recipe Forum | <a href="http://social.technet.microsoft.com/Forums/en-US/prescriptiveguidance" target="_blank">Microsoft Technet</a><br />
Stealthpuppy recipe/sequence resources | <a href="http://blog.stealthpuppy.com/appvrecipes">App-V recipes</a><br />
TMUrgent recipe/sequence resources | <a href="http://www.tmurgent.com/GridPackages/TableList.aspx" target="_blank">App-V recipes</a></p>
<p><strong>App-V related blogs</strong></p>
<p>App-V team blog | <a href="http://blogs.technet.com/appv/" target="_blank">Microsoft Technet Blog</a><br />
The Official Microsoft Virtual World Blog | <a href="http://www.marcoblijenberg.nl/app-v-information/"></a><a href="http://blogs.technet.com/virtualworld/" target="_blank">http://blogs.technet.com/virtualworld/</a><br />
The Official Microsoft MDOP(where App-V for Desktop is part of) blog | <a href="http://blogs.technet.com/mdop/" target="_blank">http://blogs.technet.com/mdop/</a><br />
Kirx.org | <a href="http://www.kirx.org/app-v/app-v-en.html" target="_blank">http://www.kirx.org/app-v/app-v-en.html</a><br />
Aaron Parker’s Stealthpuppy on application virtualization and more | <a href="http://blog.stealthpuppy.com/" target="_blank">http://blog.stealthpuppy.com/</a><br />
Confessions of a Guru | <a href="http://www.tmurgent.com/TmBlog" target="_blank">tmurgent.com</a><br />
Kevin Kaminski’s blog at MyITforum| <a href="http://myitforum.com/cs2/blogs/kkaminski/default.aspx" target="_blank">myitforum.com</a><br />
Application Distribution Blog by Nicke Källen, Microsoft MVP on App-V | <a href="http://www.viridisit.se/eng/blog/" target="_blank">Viridisit website</a><br />
German App-V website maintained by Microsoft employee Sebastian Gernert | <a href="http://blogs.msdn.com/sgern/default.aspx" target="_blank">blogs.msdn.com/sgern</a><br />
Independent App-V Blog | <a href="http://www.softgridblog.com/" target="_blank">http://www.softgridblog.com/</a><br />
DesktopControl Blog |<a href="http://www.desktopcontrol.info/" target="_blank">http://www.desktopcontrol.info/</a></p>
<p><strong>App-V Tools</strong></p>
<p>App-V Best Practice Analyzer | <a href="https://www.microsoft.com/downloads/details.aspx?FamilyID=1A091960-1C9F-4BFC-9247-284E83C07D02&amp;displaylang=en" target="_blank">Microsoft Download Center</a><br />
App-V ADM Templates, also check-out the ADM add-ons from Login Consultants| <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=67CDF9D2-7E8E-4D76-A552-FD82DBBFF9BC&amp;displaylang=en" target="_blank">Microsoft Downloads</a><br />
App-V Resource Kit tool, you will need this when using Dynamic Suite Composition | <a href="http://technet.microsoft.com/en-us/appvirtualization/dd277292.aspx" target="_blank">Microsoft Technet</a><br />
Great resource with tools and instant apps for your demo’s | <a href="http://www.virtualapp.net/" target="_blank">virtualapp.net</a><br />
The App-V tools from Login Consultants, you need to register before you can download the tools | <a href="http://www.loginconsultants.com/index.php?option=com_docman&amp;task=cat_view&amp;gid=20&amp;Itemid=149" target="_blank">Login Consultants Tools</a><br />
Application Virtualization Central, with tools, training videos and much more | <a href="http://www.tmurgent.com/AppVirt/AppVirt.aspx" target="_blank">tmurgent.com</a><br />
Download sequenced applications free | <a href="http://www.instantapp.net/" target="_blank">http://www.instantapp.net/</a></p>
<p><strong>App-V troubleshooting</strong></p>
<p>General troubleshooting App-V | <a href="http://blogs.technet.com/appvcallback/" target="_blank">Microsoft Technet Blogs</a><br />
The Microsoft Online Help for Application Virtualization | <a href="http://technet.microsoft.com/en-us/library/cc843671.aspx" target="_blank">Microsoft Technet</a></p>
<p><map name='google_ad_map_1046_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1046?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1046_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1046&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2F15-great-information-recources-for-application-virtualization-from-microsoft%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/15-great-information-recources-for-application-virtualization-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweak Windows Server 2008 R2 into Windows 7 Look and Feel</title>
		<link>http://Weblog.BassQ.nl/index.php/tweak-windows-server-2008-r2-into-windows-7-look-and-feel/</link>
		<comments>http://Weblog.BassQ.nl/index.php/tweak-windows-server-2008-r2-into-windows-7-look-and-feel/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 15:02:24 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1024</guid>
		<description><![CDATA[Use Themes on Windows Server 2008 R2; Like Windows 7 its also possible to use the Aero theme including 3d flip or at least the Windows 7 Basic theme without transparency nor 3d flip on Windows Server 2008 R2. Note &#8230; <a href="http://Weblog.BassQ.nl/index.php/tweak-windows-server-2008-r2-into-windows-7-look-and-feel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Use Themes on Windows Server 2008 R2;</h3>
<p>Like Windows 7 its also possible to use the Aero theme  including 3d flip or at least the Windows 7 Basic theme without  transparency nor 3d flip on Windows Server 2008 R2. Note that following this tutorial and  installing the “Desktop Experience” Feature also installs Windows Mail,  Windows Media Player, Video for Windows (AVI support), Windows Photo  Gallery, Windows SideShow, Windows Defender, Disk Cleanup, Sync Center,  Sound Recorder and Character Map.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/voFYzncnuOg&amp;hd" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/voFYzncnuOg&amp;hd"></embed></object></p>
<p><span id="more-1024"></span></p>
<p>1. Start the <strong>Server Manager</strong> and click below the category <strong>Features Summary</strong> at <strong>Add Features</strong>.</p>
<p><img title="Click Add Features in the Server Manager" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_01.png" alt="Click Add Features in the Server Manager" width="554" height="415" /></p>
<p>2. In the <strong>Add Features Wizard</strong> window check <strong>Desktop Experience</strong> and also accept to install the <strong>Ink and Handwriting Services</strong> when asked. Then click <strong>Next</strong>.</p>
<p><img title="Check the Desktop Experience Feature and click Next" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_02.png" alt="Check the Desktop Experience Feature and click Next" width="554" height="415" /></p>
<p>3. Review the Installation Selections and click <strong>Install</strong> to start the installation of the selected Features.</p>
<p><img title="Confirm Installation Selections and click Install" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_03.png" alt="Confirm Installation Selections and click Install" width="554" height="415" /></p>
<p>4. After the installation has finished, click the <strong>Close</strong> button and click <strong>Yes</strong> when asked if you want to restart your computer</p>
<p><img title="Click Yes to restart the computer to complete the installation of the Desktop Experience Feature" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_04.png" alt="Click Yes to restart the computer to complete the installation of the Desktop Experience Feature" width="554" height="415" /></p>
<p>5. After the computer has restarted, review and close the Installation Results window and go to <strong>Administrative Tools</strong> in the <strong>Start</strong> menu and click <strong>Services</strong>.</p>
<p><a title="Review the Installation Results and click Close" href="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_05.png"><img title="Review the Installation Results and click Close" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_05.png" alt="Review the Installation Results and click Close" width="554" height="415" /></a> <a title="Open the Services link in the Start menu" href="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_06.png"><img title="Open the Services link in the Start menu" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_06.png" alt="Open the Services link in the Start menu" width="554" height="415" /></a></p>
<p>6. Double click on the service named <strong>Themes</strong>, set <strong>Startup type</strong> to <strong>Automatic</strong> and click <strong>Apply</strong>. After the Startup type is set to Automatic click <strong>Start</strong> to start the Themes service whereafter you can close the Services Manager.</p>
<p><img title="Open the Themes service, set the Startup type to Automatic and Start the service" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_07.png" alt="Open the Themes service, set the Startup type to Automatic and Start the service" width="554" height="415" /></p>
<p>7. Download <strong title="MD5: 292fa8800e130ace9fa09d0887e9f138 | SHA1: 836ffa22fd827558ff19727797462b2b348d1b53">themes.zip</strong> (38,5MB) from <a href="http://rapidshare.com/files/289740904/themes.zip" target="_blank">Rapidshare</a>, <a href="http://www.megaupload.com/?d=GNDH5YSM" target="_blank">Megaupload</a> or <a href="http://www.4shared.com/file/138207882/8625def9/themes.html" target="_blank">4Shared</a>, extract it and run <strong>install(.cmd)</strong> to install the Windows 7 Default Themes. This step is optional as you can also download the themes you want from <a href="http://go.microsoft.com/fwlink/?LinkId=109286">http://go.microsoft.com/fwlink/?LinkId=109286 </a><br />
<img title="Extract themes.zip and run install.cmd to get the default Windows 7 Themes" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_08.png" alt="Extract themes.zip and run install.cmd to get the default Windows 7 Themes" width="554" height="415" /></p>
<p>8. Right click at an empty spot of your desktop and choose <strong>Personalize</strong>. In the Personalization window click a theme or get a nice theme via the <strong>Get more themes online</strong> link. If you have installed drivers for your videocard you will now  have transparent windows and you are able to use 3D Flip (Windowskey +  Tab)!</p>
<p><img title="Set the theme to Windows 7 Basic/Aero" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/themes_09.png" alt="Set the theme to Windows 7 Basic/Aero" width="554" height="415" /></p>
<h3>Use Windows 7 Bootscreen on Windows Server 2008 R2;</h3>
<p>In stead of the default Windows Server 2008 R2 boot screen you can  also use the one of Windows 7. This is done by just extracting the  bootres.dll and bootres.dll.mui from the Windows 7 x64 Retail MSDN dvd  and placing them in respectively the System32 and System32\en-US folder.</p>
<p>1. Download <strong title="MD5: 09e0fda5eeb6237f1a7def8ef47273e6 | SHA1: 2a5bd12528f9a0ead7479ad2409868f85c3175f3">bootres.zip</strong> (2.10MB) from <a href="http://rapidshare.com/files/289740897/bootres.zip" target="_blank">Rapidshare</a>, <a href="http://www.megaupload.com/?d=VU01QELD" target="_blank">Megaupload</a> or <a href="http://www.4shared.com/file/138196790/4954be13/bootres.html" target="_blank">4Shared</a>.</p>
<p>2. Extract the .zip to a folder and run <strong>install(.cmd)</strong><br />
<img title="Extract the archive and install using install.cmd" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/bootscreen_01.png" alt="Extract the archive and install using install.cmd" width="554" height="415" /></p>
<p>3. Enjoy your Windows 7 boot screen!<br />
<img title="Windows 7 logo boot screen on Windows Server 2008 R2" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/bootscreen_02.png" alt="Windows 7 logo boot screen on Windows Server 2008 R2" width="554" height="415" /></p>
<h3>And use the Windows 7 Bootscreen on Windows Server 2008 R2;</h3>
<p>If you don’t like the default gray Windows Server 2008 R2 logon screen, it is also possible to use the colorful Windows 7 one.</p>
<p>1. Download <strong title="MD5: 11dd75b8fa94be0a7607e8a231c42b8f | SHA1: 65c5d9f05d1f16a49777a72c0f23c5a4046ab7f0">logonscreen.7z</strong> (11,7MB) from   <a href="http://rapidshare.com/files/289740900/logonscreen.7z" target="_blank">Rapidshare</a>, <a href="http://www.megaupload.com/?d=GFP6WSP8" target="_blank">Megaupload</a> or <a href="http://www.4shared.com/file/138198134/50849901/logonscreen.html" target="_blank">4Shared</a> or <strong title="MD5: 2f860d11448d1b2f0908a5f1a55a62de | SHA1: 9c4f91341d913c5afe0b98d5e2397e5b3acd301e">logonscreen.zip</strong> (29,9MB) from <a href="http://rapidshare.com/files/289740901/logonscreen.zip" target="_blank">Rapidshare</a>, <a href="http://www.megaupload.com/?d=8R78YFC2" target="_blank">Megaupload</a> or <a href="http://www.4shared.com/file/138200800/3d250d64/logonscreen.html" target="_blank">4Shared</a>.</p>
<p>2. Extract the .zip or the .7z using <a href="http://www.7-zip.org/" target="_blank">7-Zip</a> to a folder and run <strong>install(.cmd)</strong>.<br />
<img title="Extract archive and install the Windows 7 logon screen using install.cmd" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/logonscreen_01.png" alt="Extract archive and install the Windows 7 logon screen using install.cmd" width="554" height="415" /></p>
<p>3. Enjoy your new logon screen!<br />
<img title="Windows 7 logon screen for Windows Server 2008 R2" src="http://weblog.bassq.nl/wp-content/uploads/2010/11/logonscreen_02.png" alt="Windows 7 logon screen for Windows Server 2008 R2" width="554" height="415" /></p>
<p>Manually you do it like this;</p>
<p>The files in this patch are the original ones from Windows Server  2008 R2 which are edited. You can edit them by opening the imageres.dll  file with a Resource Editor like <a href="http://www.bome.com/Restorator/" target="_blank">Restorator 2007</a>, expanding the <strong>IMAGE</strong> resource and replacing all gray logon screens with the Windows 7  equivalent. Do this as follows (read as: copy … to …): 5031 -&gt; 5044,  5032 -&gt; 5045, 5033 -&gt; 5046, 5034 -&gt; 5047, 5035 -&gt; 5048, 5036  -&gt; 5049, 5037 -&gt; 5050, 5038 -&gt; 5051, 5039 -&gt; 5052, 5040  -&gt; 5053, 5041 -&gt; 5054, 5042 -&gt; 5055, 5043 -&gt; 5056.</p>
<p><map name='google_ad_map_1024_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1024?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1024_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1024&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Ftweak-windows-server-2008-r2-into-windows-7-look-and-feel%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/tweak-windows-server-2008-r2-into-windows-7-look-and-feel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual tour: 25 years of Windows</title>
		<link>http://Weblog.BassQ.nl/index.php/visual-tour-25-years-of-windows/</link>
		<comments>http://Weblog.BassQ.nl/index.php/visual-tour-25-years-of-windows/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 13:50:01 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1017</guid>
		<description><![CDATA[Twenty-five years ago, on Nov. 20, 1985, Microsoft introduced its first version of Windows to the world. Not many people outside the technical press or the tech industry took notice. Product launch events that cost hundreds of millions of dollars &#8230; <a href="http://Weblog.BassQ.nl/index.php/visual-tour-25-years-of-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Twenty-five years ago, on Nov. 20, 1985, Microsoft introduced its first version of Windows to the world. Not many people  outside the technical press or the tech industry took notice. Product  launch events that cost hundreds of millions of dollars were still years  away.</p>
<p>What&#8217;s changed in Windows in the last 25 years? Plenty. In this image  gallery, we take a look at the various faces of Windows over the past  couple of decades and clue you in to what happened at every stage of the  operating system&#8217;s development.</p>
<h3>1985: Windows 1.0</h3>
<p><img title="Windows 1.0" src="http://www.computerworld.com/common/images/site/features/2010/11/win_10_640.jpg" border="0" alt="Windows 1.0" vspace="7" width="551" height="404" /></p>
<p>Windows started in 1981 as a project called Interface Manager and  experienced a series of delays getting out of the gate. When it was  finally released in late 1985 as Windows 1.0, it made a ripple, not a  splash. It had to be run on top of DOS, few applications were written  for it, and application windows couldn&#8217;t be overlapped (they had to be  tiled).</p>
<p>Still, the OS allowed for multitasking of Windows apps (not DOS ones)  and, even though few knew it at the time, it would eventually become  the foundation for the Microsoft empire.</p>
<p>Windows 1.0 shipped with a handful of apps, including the Notepad  text editor, a rudimentary calendar and the long-lived graphics painting  program Paint. The operating system required MS-DOS Version 2.0, 256KB  of memory and a graphics adapter. It could be run either from a hard  disk or on two floppy disks running simultaneously &#8212; in other words,  you couldn&#8217;t swap the disks in and out of a single drive.</p>
<p>from: <a href="http://www.computerworld.com/s/article/9196998/Visual_tour_25_years_of_Windows?taxonomyId=125&amp;pageNumber=1" target="_blank">http://www.computerworld.com/s/article/9196998/Visual_tour_25_years_of_Windows?taxonomyId=125&amp;pageNumber=1</a></p>
<p>some Screenshots courtesy of Microsoft or  <a href="http://www.guidebookgallery.org/" target="new">GUIdebook</a>!.</p>
<p><span id="more-1017"></span></p>
<h3>1987: Windows 2.0</h3>
<p><img title="Windows 2.0" src="http://www.computerworld.com/common/images/site/features/2010/11/win_20_640.jpg" border="0" alt="Windows 2.0" vspace="7" width="534" height="408" /></p>
<p>Screenshot courtesy of Microsoft.</p>
<p>Windows 2.0 was released in the late fall of 1987, two years after  the debut of Windows 1.0. New features in Version 2.0 included the  ability to overlap application windows and improved memory use. Also  new: Dynamic Data Exchange (DDE), which allowed Windows applications to  automatically share and update data. For example, DDE allowed  information in an Excel spreadsheet to be automatically updated when  data in another Excel spreadsheet was changed.</p>
<p>Windows 2.0 also included expanded system requirements: It needed  512KB or more of memory and required DOS 3.0. A later version, Windows  2.11, would require the use of a hard disk for Windows for the first  time.</p>
<p>With Version 2.0, more applications written for Windows began to  appear, including Microsoft Excel and Word. Aldus&#8217; PageMaker, originally  written for the Mac, was also ported to Windows.</p>
<p>Windows 2.0 was notable for another reason as well &#8212; on March 17,  1988, Apple Computer sued Microsoft, claiming that the look and feel of  the Macintosh operating system was covered by copyright, and that  Windows 2.0 violated that copyright. (Several years later, the case was resolved in Microsoft&#8217;s favor.)</p>
<h3>1990: Windows 3.0</h3>
<p><img title="Windows 3.0" src="http://www.computerworld.com/common/images/site/features/2010/11/win_30_640.jpg" border="0" alt="Windows 3.0" vspace="7" width="488" height="367" /></p>
<p>Windows 3.0, released in 1990 &#8212; and its successor, Windows 3.1,  released in 1992 &#8212; offered the first evidence that Windows might become  the world&#8217;s dominant desktop operating system. The interface was  revamped, and although it looks awkward and kludgy today, at the time it  was widely considered clean and sleek.</p>
<p>Icons were redesigned to use the VGA graphics standard with 16  colors. Memory handling was improved, and enhanced mode was added, which  sped up memory access and allowed DOS programs to run in individual  virtual machines. Windows 3.0 also allowed Windows applications to use  more memory than was available in RAM by swapping RAM temporarily to the  hard disk.</p>
<p>Thanks to enhanced mode, DOS programs could be multitasked and run in  their own resizable windows for the first time (previously, they had to  run full-screen). Windows 3.0 required 640KB of what was called  conventional memory and 256KB of extended memory. Version 3.00a of  Windows was built to support multimedia, and it supported CD-ROMs for  the first time.</p>
<p>Windows 3.0 also included what may be one of the greatest  productivity-sappers in the history of computers &#8212; the game of  Solitaire.</p>
<p>Windows 3.1 introduced TrueType fonts, for better on-screen reading  and higher-quality print output, as well as Object Linking and  Embedding, which improved upon DDE for exchanging data between  applications. Version 3.11 added support for networking using the  dominant networking standard of the time, NetWare.</p>
<h3>1993: Windows NT 3.1</h3>
<p><img title="Windows NT 3.1" src="http://www.computerworld.com/common/images/site/features/2010/11/win_nt31_640.jpg" border="0" alt="Windows NT 3.1" vspace="7" width="496" height="372" /></p>
<p>Windows NT 3.1, released in July 1993, was built for businesses  rather than consumers and was designed to be more secure and stable. It  used a 32-bit rather than a 16-bit architecture. Version 3.1 was the  first release of the NT operating system; earlier version numbers were  skipped so that the numbering for this business OS would match that of  the consumer OS, Windows 3.1. NT required an 80386 CPU, 12MB of RAM  (16MB was recommended) and 90MB of free hard disk space.</p>
<p>The enterprise-oriented operating system went through three more  releases &#8212; Windows NT 3.5 in 1994, Windows NT 3.51 in 1995 and Windows  NT 4.0 in 1996 &#8212; before moving to Microsoft&#8217;s year-based version  numbering convention with Windows 2000.</p>
<h3>1995: Windows 95</h3>
<p><img title="Windows 95" src="http://www.computerworld.com/common/images/site/features/2010/11/win_95_800.jpg" border="0" alt="Windows 95" vspace="7" width="800" height="600" /></p>
<p>Windows 95, released in August 1995, combined DOS with Windows for  the first time: Rather than installing Windows on top of DOS, you  installed only Windows 95, which included both DOS and Windows. It was  also the first consumer version of Windows that began moving away from a  16-bit architecture and toward a 32-bit one; in other words, it was a  mix of 32-bit code and 16-bit code.</p>
<p>The operating system introduced many interface improvements,  including several that live to this day, such as the taskbar and the  Start menu. Support for file names longer than eight characters was  added as well. It was far more stable than previous versions of Windows  and was the first to support Intel&#8217;s Plug and Play standard, which was  designed to make it easier to add hardware and peripherals to your PC;  the idea was that Windows would automatically recognize and configure  attached hardware. It was a step forward, but it didn&#8217;t always work &#8212;  some people referred to it as &#8220;plug and pray.&#8221;</p>
<p>At a minimum, Windows 95 required an 80386 DX CPU, 4MB of system RAM  and 120MB of hard drive space &#8212; although it was sluggish on a computer  that just met those requirements. An 80486-based PC and 8MB of RAM made  for a much better experience.</p>
<p>Windows 95 was notable for another reason as well &#8212; the massive marketing campaign that accompanied its launch was said to have cost $300 million and  included purchasing the rights to the Rolling Stones song &#8220;Start Me Up&#8221;  as the Windows 95 theme song; draping a 300-foot Windows 95 banner over  Toronto&#8217;s CN Tower; lighting the Empire State Building with Microsoft&#8217;s  corporate colors of yellow, red and green; and creating a promotional  instructional video that featured Jennifer Aniston and Matthew Perry  from the hit TV show <em>Friends</em>.</p>
<h3>1998: Windows 98</h3>
<p><img title="Windows 98" src="http://www.computerworld.com/common/images/site/features/2010/11/win_98_800.jpg" border="0" alt="Windows 98" vspace="7" width="800" height="600" /></p>
<p>Windows 98, released in June 1998, was as not as big a step forward  over Windows 95 as Windows 95 had been over Windows 3.1. Rather, it made  incremental changes to Windows, although there were a few significant  additions.</p>
<p>The most notable had to do with Internet support. For the first time,  the Winsock specification &#8212; which provides TCP/IP support for Windows  &#8212; was built directly into the operating system, rather than having to  be installed as an add-on. Also for the first time, Internet Explorer  was included as part of the operating system, which eventually led to  the U.S. Justice Department&#8217;s prosecution of Microsoft for antitrust violations.</p>
<p>Windows 98 offered considerably better USB support than Windows 95  did. A feature called Active Desktop was supposed to deliver live  Internet content to the desktop, but it proved to be buggy and was  dropped from subsequent versions of Windows.</p>
<p>Windows 98 required at least a 66-MHz 486DX2 processor, 16MB of RAM (24MB was recommended) and 500MB of hard disk space.</p>
<h3>2000: Windows 2000</h3>
<p><img title="Windows 2000" src="http://www.computerworld.com/common/images/site/features/2010/11/win_2000_800.jpg" border="0" alt="Windows 2000" vspace="7" width="800" height="600" /></p>
<p>Windows 2000, the successor to Windows NT 4.0, released in February  2000, was intended for business rather than home use, and it was  available in several editions, including multiple server versions. It  brought many features of Windows 98 into the NT line, including Internet  Explorer and Plug and Play. Windows File Protection, which protected  important system files, was introduced along with the Encrypting File  System, which improved security by encrypting files automatically, and  Active Directory, the enterprise technology used to provide network and  domain services.</p>
<p>System requirements for Windows 2000 varied depending on whether the  server or desktop version, called Windows 2000 Professional, was being  installed. Windows 2000 Professional required at least a 133-MHz Pentium  microprocessor (or the equivalent), 32MB of RAM (64MB was recommended)  and a 2GB hard disk with 650MB of free space.</p>
<h3>2000: Windows Me</h3>
<p><img title="Windows Me" src="http://www.computerworld.com/common/images/site/features/2010/11/win_me_800.jpg" border="0" alt="Windows Me" vspace="7" width="800" height="600" /></p>
<p>Windows Me (also called Windows Millennium Edition) was released in  September 2000 and quickly became one of Microsoft&#8217;s most criticized  operating systems because of installation problems, bugs and hardware  and software incompatibilities. It introduced Windows Movie Maker.  Critics maintain that it was introduced only for marketing purposes, to  give Microsoft something to sell for the 2000 holiday season.</p>
<p>Windows Me was the last version of Windows that included the DOS  architecture. It lasted little more than a year, until Windows XP was  introduced. Windows Me required a 150-MHz Pentium processor or the  equivalent (a 300-MHz model was recommended), 32MB of RAM (64MB was  recommended) and 320MB of free hard drive space (2GB was recommended).</p>
<h3>2001: Windows XP</h3>
<p><img title="Windows XP" src="http://www.computerworld.com/common/images/site/features/2010/11/win_xp_900.jpg" border="0" alt="Windows XP" vspace="7" width="900" height="563" /></p>
<p>Windows XP, released in August 2001, was a breakthrough in several  respects. It was the first version of Windows that did not use DOS as  part of its underlying architecture, and the first to be offered in both  64-bit and 32-bit editions. XP combined the desktop version of the  secure and stable enterprise-oriented Windows NT/2000 line with the  consumer-focused Windows line. (The Windows Server OS line has continued  separately from the desktop line.)</p>
<p>It was far more stable than previous versions of Windows and featured  a significantly revamped interface that was brighter, more colorful and  more contemporary-looking. Drop shadows were added to icon labels,  windows were given a more rounded look and visual effects such as fading  and sliding menus were added. Windows XP introduced a slew of new  features, including background themes and remote desktop, which allows a  PC to be controlled remotely via the Internet or a network.</p>
<p>Windows XP shipped in multiple versions, most notably Windows XP Home  Edition and Windows XP Professional. Even though it was introduced nine  years ago, XP remains the most-used version of Windows, and it&#8217;s still  available as a downgrade option on new PCs that run the Windows 7 Professional or Ultimate editions. Windows XP requires a Pentium  233-MHz processor or the equivalent (a 300-MHz model is recommended), at  least 64MB of RAM (128MB is recommended) and at least 1.5GB of  available space on the hard disk.</p>
<h3>2006: Windows Vista</h3>
<p><img title="Windows Vista" src="http://www.computerworld.com/common/images/site/features/2010/11/win_vista_900.jpg" border="0" alt="Windows Vista" vspace="7" width="900" height="720" /></p>
<p>Windows Vista, released at end of 2006, may well be the most  criticized and disliked version of Windows of all time. Released more  than five years after Windows XP, Vista faced widespread hardware  incompatibilities upon launch and wouldn&#8217;t run on older hardware.</p>
<p>Vista&#8217;s interface was significantly different from XP&#8217;s interface.  Most notably, it had a new feature called Windows Aero, a set of visual  enhancements that included transparent windows and animations. There  were also a variety of other new features, including the Windows  Sidebar, Desktop Gadgets, the Windows Photo Gallery and improved search.  Some people disliked Vista&#8217;s resource-hungry user interface, and those  who did like it couldn&#8217;t always get it: Many PCs that were sold as  &#8220;Vista-capable&#8221; couldn&#8217;t run the full version of Vista, leading to a class-action lawsuit against Microsoft.</p>
<p>Windows Vista was available in six different versions. Most PCs were  sold with Windows Vista Home Premium. It required a 1-GHz processor  (either 32- or 64-bit), 1GB of system memory, 15GB of free hard disk  space and a graphics card that was able to support Windows Aero.</p>
<h3>2009: Windows 7</h3>
<p><img title="Windows 7" src="http://www.computerworld.com/common/images/site/features/2010/11/win_7_930.jpg" border="0" alt="Windows 7" vspace="7" width="930" height="581" /></p>
<p>Windows 7,  released in October 2009, is Microsoft&#8217;s current desktop operating  system. Many people feel it&#8217;s the OS that Windows Vista should have  been. It retains the Aero interface and other enhancements from Vista,  but rather than adding a slew of new features in Windows 7, Microsoft  focused more on fixing the shortcomings of Vista. Windows 7 is generally  considered more stable than Vista, and most users upgrading from Vista  to Windows 7 did not experience the kinds of hardware problems that they  encountered when they upgraded from XP to Vista.</p>
<p>Windows 7 did introduce a few new features &#8212; notably an enhanced  taskbar, a slightly redesigned Start menu and a trio of nifty navigation  shortcuts known as Aero Peek, Aero Snap and Aero Shake. Some features of Windows Vista were taken away, including the Windows Photo Gallery and Windows Mail.</p>
<p>Windows 7 comes in multiple versions, including Windows 7 Home  Premium, Windows 7 Professional and Windows 7 Ultimate. It requires a  1-GHz processor (either 32- or 64-bit), 1GB of system memory, 16GB of  free hard disk space (20GB for the 64-bit version) and a graphics card  that&#8217;s able to support Windows Aero.</p>
<h3>What&#8217;s next?</h3>
<p>No one, including Microsoft, knows the shape that Windows will take  in the next 25 years, because there&#8217;s simply no way to peer that deeply  into the technology future. It&#8217;s a good bet, though, that the Windows of  25 years from now will be radically different from today&#8217;s version.</p>
<p>In fact, it&#8217;s reasonable to expect that there will be greater changes  to Windows in the next 25 years than in its first 25 years. That&#8217;s the  case because, despite all the changes in technology, for the past  several decades the personal computer, whether desktop or laptop, has  been people&#8217;s main computing device. It&#8217;s not clear that that will be  true in the next 25 years, given the prevalence of smartphones and the increasing popularity of tablets.</p>
<p>Several questions spring to mind: How will Windows accommodate the increasing role of cloud-based  software and services in computing? Will operating systems even matter  in the future? Will Windows move to a modular model, with  pick-and-choose components?</p>
<p>For now, Microsoft isn&#8217;t saying. In the meantime, we&#8217;ll have our  first peek at the future of Windows when the first Windows 8 beta is  released sometime next year.</p>
<p><map name='google_ad_map_1017_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1017?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1017_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1017&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fvisual-tour-25-years-of-windows%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/visual-tour-25-years-of-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Lync Server 2010 Download the 180-Day Trial</title>
		<link>http://Weblog.BassQ.nl/index.php/microsoft-lync-server-2010-download-the-180-day-trial/</link>
		<comments>http://Weblog.BassQ.nl/index.php/microsoft-lync-server-2010-download-the-180-day-trial/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 09:19:07 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Lync]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1011</guid>
		<description><![CDATA[Lync™ Server 2010 let your users in a new connected experience transforming communication into an interaction that is more collaborative, engaging, and accessible from virtually any location with internet connectivity. A single interface unites voice, IM, audio-, video-, and web-conferencing &#8230; <a href="http://Weblog.BassQ.nl/index.php/microsoft-lync-server-2010-download-the-180-day-trial/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lync™ Server 2010 let your users in a new connected experience transforming  communication into an interaction that is more collaborative, engaging,  and accessible from virtually any location with internet connectivity. A  single interface unites voice, IM, audio-, video-, and web-conferencing  into a richer, more contextual offering, and a single identity makes it  easier and more efficient for users to find contacts, check their  availability, and connect with them. Lync Server 2010 works consistently  with Microsoft Office, enriching the experience of familiar  applications like Microsoft Outlook, Microsoft Word, Microsoft  SharePoint, and more.</p>
<p>Need more information? See the <a href="http://www.microsoft.com/lync/">product details page</a>.</p>
<p><strong><a href="https://profile.microsoft.com/RegSysProfileCenter/wizard.aspx?wizid=350553ab-a21c-4488-9c39-6fa8bd8fc143&amp;lcid=1033&amp;ci=393&amp;WT.sp=_technet_,dcsjwb9vb00000c932fd0rjc7_5p3t" target="_blank">To  evaluate Microsoft Lync Server 2010, you will also need to download the  client software, Microsoft Lync 2010 (available after registration).</a></strong></p>
<p><strong><object style="width: 592px; height: 405px;" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" width="592" height="405" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"><param name="autostart" value="false" /><param name="enablecontextmenu" value="false" /><param name="url" value="http://cdn-smooth.ms-studiosmedia.com/events/Lync/en-us/1005128_Lync_keynote111710_en-us_750k.wmv" /><embed style="width: 592px; height: 405px;" type="application/x-mplayer2" width="592" height="405" src="http://cdn-smooth.ms-studiosmedia.com/events/Lync/en-us/1005128_Lync_keynote111710_en-us_750k.wmv" enablecontextmenu="false" autostart="false"></embed></object><br />
</strong></p>
<p><strong>Other Microsoft Lync Downloads;</strong></p>
<p><a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/pCTPkhG18sM/details.aspx" target="_blank">Microsoft Lync Server 2010 Release Notes</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/ZeZYdRZA98c/details.aspx" target="_blank">Lync Server 2010 Monitoring Management Pack</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/-3qjbPaK3uw/details.aspx" target="_blank">Microsoft Lync 2010 Voice and Video Training</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/AcZutsJxfYo/details.aspx" target="_blank">Microsoft Lync 2010 Training</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/4Z0kmCoMI_4/details.aspx" target="_blank">Microsoft Lync 2010 Web App Training</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/R4wxRd7KiSw/details.aspx" target="_blank">Microsoft Lync Server 2010 Protocol Workloads Poster </a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/MGJ4Dd6tEF4/details.aspx" target="_blank">Lync Adoption and Training Downloads</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/Y-bR1Zxzd5M/details.aspx" target="_blank">Lync 2010 Quick Start Guides</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/bCsGXdJtwAc/details.aspx" target="_blank">Lync 2010 Work Smart Guides</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/Y-2Cw7ydiGg/details.aspx" target="_blank">Microsoft Lync 2010 Delegate Training </a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/30vMOyJh3ow/details.aspx" target="_blank">Microsoft Lync 2010 RGS Training</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/c_1Bm0mZgys/details.aspx" target="_blank">Microsoft Lync 2010 IM and Presence Training</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/-zpGBa0GhQ4/details.aspx" target="_blank">Microsoft Lync 2010 Conferencing and Collaboration Training</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/q0dxaCRVWy0/details.aspx" target="_blank">Microsoft Lync 2010 Attendant Training</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/fq-M3H6xUWI/details.aspx" target="_blank">Microsoft Lync 2010 Phone Edition for Polycom CX700 and LG-Nortel IP Phone 8540</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/h4MQxocD2x8/details.aspx" target="_blank">Microsoft Lync Server 2010 Group Chat </a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/WVfmBZHvTTA/details.aspx" target="_blank">Lync 2010 Group Chat</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/U_2ciJUUovs/details.aspx" target="_blank">Microsoft Lync 2010 Phone Edition for Polycom CX500, Polycom CX600 and Polycom CX3000</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/wf82yKbwAYI/details.aspx" target="_blank">Unified Communications Enhanced Presence Schemas for Microsoft Lync Server 2010</a><br />
<a href="http://feedproxy.google.com/%7Er/MicrosoftDownloadCenter/%7E3/hCBuh3JukCY/details.aspx" target="_blank">Microsoft Lync Server 2010 SDK </a></p>
<p><map name='google_ad_map_1011_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1011?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1011_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1011&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fmicrosoft-lync-server-2010-download-the-180-day-trial%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/microsoft-lync-server-2010-download-the-180-day-trial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://cdn-smooth.ms-studiosmedia.com/events/Lync/en-us/1005128_Lync_keynote111710_en-us_750k.wmv" length="401417749" type="video/asf" />
		</item>
		<item>
		<title>Microsoft is going for &#8220;Desktop as a service&#8221; ?</title>
		<link>http://Weblog.BassQ.nl/index.php/microsoft-is-going-for-desktop-as-a-service/</link>
		<comments>http://Weblog.BassQ.nl/index.php/microsoft-is-going-for-desktop-as-a-service/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 12:32:50 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=1004</guid>
		<description><![CDATA[Leaked information about Windows 8 has been fairly sparse over the last few months, but some interesting PowerPoint slides reveal plans for the successor to Windows 7, codenamed Windows 8. It appears that Microsoft is looking to take Windows from &#8230; <a href="http://Weblog.BassQ.nl/index.php/microsoft-is-going-for-desktop-as-a-service/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
<p>Leaked information about Windows 8 has been fairly sparse over the last few months, but some interesting  PowerPoint slides reveal plans for the successor to Windows 7,  codenamed Windows 8. It appears that Microsoft is looking to take Windows from a desktop application and expand it to &#8220;Desktop as a service&#8221; (DaaS). The slides  reveal &#8220;Windows Next&#8221;, an internal saying for Microsoft employees who  are referring to the next major operating system, and turning it into  virtual / cloud based desktop.</p>
<p>It only makes sense that Microsoft includes Windows with other virtualization technologies like Virtual  desktop (VDI), application virtualization (App-V, MED-V, remote apps and  more), Remote desktop, data virtualization, hardware virtualization  (Hyper-V), plus a number of other available virtual services.</p>
<p><img title="Windows8-slide-virtual" src="http://neowin.net/images/uploaded/Windows8-slide-virtual_80d74a99-325a-4145-a21a-1692f41ed05c.png" border="0" alt="Windows8-slide-virtual" width="528" height="380" /></p>
<p>Desktop as a Service isn&#8217;t an entirely new thing, but focusing an  entire operating system on it is. With DaaS, Windows 8 could be easily  deployed throughout an entire company with total hardware and  application compatibility. This also opens the possibility of opening a  Windows App Store in the next major version, where companies would host  and run applications on &#8216;the cloud&#8217;, allowing for quicker security patch  updates, greater compatibility and faster deployment through an entire  infrastructure.</p>
<p>It will be interesting to see what &#8220;Windows Next&#8221; brings to both  businesses and consumers with OS virtualization. Deploying and  maintaining a single service would be cost effective for larger  businesses, just the push Microsoft might be looking for to help  companies finally make the switch from Windows XP and Vista.</p>
<p><img title="Windows8-slide-next" src="http://neowin.net/images/uploaded/Windows8-slide-next_14756d52-5ce3-4955-bb11-a7483c969390.png" border="0" alt="Windows8-slide-next" width="522" height="339" /></p>
<p>Source; <a href="http://www.neowin.net/news/windows-8-slides-hint-of-desktop-as-a-service" target="_blank">http://www.neowin.net/news/windows-8-slides-hint-of-desktop-as-a-service</a></p>
</div>
<p><map name='google_ad_map_1004_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1004?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1004_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1004&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Fmicrosoft-is-going-for-desktop-as-a-service%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/microsoft-is-going-for-desktop-as-a-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

