<?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>Wes Kroesbergen&#039;s Portfolio &#187; Windows</title>
	<atom:link href="http://www.kroesbergens.com/portfolio/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kroesbergens.com/portfolio</link>
	<description>my opinions, conjectures, and thoughts</description>
	<lastBuildDate>Sun, 08 Jan 2012 15:13:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>EDNS Lookup Issues with Server 2008 R2</title>
		<link>http://www.kroesbergens.com/portfolio/2011/03/edns-lookup-issues-with-server-2008-r2/</link>
		<comments>http://www.kroesbergens.com/portfolio/2011/03/edns-lookup-issues-with-server-2008-r2/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 00:50:59 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[EDNS]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[ISA 2006]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008 R2]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=440</guid>
		<description><![CDATA[Last week I had an interesting issue crop up in my environment. Recently I migrated our domain to a Server 2008 R2 domain functional level. Last Tuesday I finally shutdown the last DNS role on a Server 2003 box, leaving only Server 2008 R2 DNS servers in our environment. Over the next few days, clients [...]]]></description>
			<content:encoded><![CDATA[
<p>Last week I had an interesting issue crop up in my environment. Recently I migrated our domain to a Server 2008 R2 domain functional level. Last Tuesday I finally shutdown the last DNS role on a Server 2003 box, leaving only Server 2008 R2 DNS servers in our environment. Over the next few days, clients started reporting DNS lookup hiccups. When they requested pages, they would get a DNS lookup error in their browser. When they refreshed their page, it would come through. I combed through the DNS server logs for errors, and found nothing. I ran Microsoft&#8217;s Best Practices Analyzer (BPA), and it reported that everything met best practice standards. I tried adding a couple more forwarders, and double-checking the validity of the root hints, but to no avail. The same DNS hiccups kept occurring.</p>
<p>Next I checked the ISA 2006 event logs. I started seeing a lot information events about packets dropped because of invalid data. These packets were coming from the servers configured in the root hints. It seemed odd, as they were literally filling my event logs.  I stumbled across this<sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-440-1' id='fnref-440-1'>1</a></sup> gem. Windows Server 2008 comes with a new protocol called EDNS turned on by default. These EDNS UDP packets are often well over 512 bytes. ISA 2006 apparently has issues handling these packets. Quickest solution: turn off EDNS.</p>
<p>EDNS can be turned off by the following command from an elevated command prompt: &#8220;dnscmd /config /enableednsprobes 0&#8243;</p>
<p>Immediately after disabling EDNS, clients had normal DNS lookups again. No more failed page lookups resolved by a refresh. There was one catch though: web browsing was drastically slow. In some cases it appeared an &#8220;ipconfig /renew&#8221; would fix it briefly, but for the better part of the day web browsing was slow. What was particularly odd was that speed tests would report the performance that we expected from our lines. After some Googling, I found this<sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-440-2' id='fnref-440-2'>2</a></sup> Microsoft KB which describes slow web browsing performance between ISA and SBS 2008. While I don&#8217;t have SBS in my environment, I thought it might be related. I ran the hotfix, and after it did its thing, it restarted the firewall. I&#8217;m not sure whether the hotfix or the firewall restart (or both) was the solution, but after that our browsing performance was speedy again!</p>


<div class='footnotes'><div class='footnotedivider'></div><ol><li id='fn-440-1'><a href="http://www.itnervecenter.com/content/some-dns-queries-are-unsuccessful-using-windows-server-2008-r2-dns-server" onclick="pageTracker._trackPageview('/outgoing/www.itnervecenter.com/content/some-dns-queries-are-unsuccessful-using-windows-server-2008-r2-dns-server?referer=');">http://www.itnervecenter.com/content/some-dns-queries-are-unsuccessful-using-windows-server-2008-r2-dns-server</a> <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-440-1'>&#8617;</a></span></li><li id='fn-440-2'><a href="http://support.microsoft.com/kb/839510" onclick="pageTracker._trackPageview('/outgoing/support.microsoft.com/kb/839510?referer=');">http://support.microsoft.com/kb/839510</a> <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-440-2'>&#8617;</a></span></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2011/03/edns-lookup-issues-with-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Perspective on Google Ditching Windows</title>
		<link>http://www.kroesbergens.com/portfolio/2010/06/some-perspective-on-google-ditching-windows/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/06/some-perspective-on-google-ditching-windows/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 15:24:40 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=396</guid>
		<description><![CDATA[Just a quick note regarding the Financial Times&#8217; report Monday1 about Google phasing out internal Windows client operating system usage, and Microsoft&#8217;s subsequent response2. Microsoft has retorted that Windows is indeed secure, and that the facts don&#8217;t support the assertion. Microsoft makes its defense by attacking its competitors, and highlighting a few things that Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note regarding the Financial Times&#8217; report Monday<sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-396-1' id='fnref-396-1'>1</a></sup> about Google phasing out internal Windows client operating system usage, and Microsoft&#8217;s subsequent response<sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-396-2' id='fnref-396-2'>2</a></sup>. Microsoft has retorted that Windows is indeed secure, and that the facts don&#8217;t support the assertion. Microsoft makes its defense by attacking its competitors, and highlighting a few things that Windows 7 &#8216;focuses&#8217; on.</p>
<p>The point I&#8217;d like to make here is that Google may be phasing out Windows 7, not because of any inherent security flaws, but that it&#8217;s possible that <strong><em>licensing</em></strong> and <strong><em>maintenance</em></strong> costs are the driving factor to phasing out Windows. Perhaps Google feels that it could spend less effort maintaining internal security by using a Linux or Unix-based OS.</p>


<div class='footnotes'><div class='footnotedivider'></div><ol><li id='fn-396-1'><a href="http://www.ft.com/cms/s/2/d2f3f04e-6ccf-11df-91c8-00144feab49a.html" onclick="pageTracker._trackPageview('/outgoing/www.ft.com/cms/s/2/d2f3f04e-6ccf-11df-91c8-00144feab49a.html?referer=');">http://www.ft.com/cms/s/2/d2f3f04e-6ccf-11df-91c8-00144feab49a.html</a>  <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-396-1'>&#8617;</a></span></li><li id='fn-396-2'><a href="http://bit.ly/cF3eNB" onclick="pageTracker._trackPageview('/outgoing/bit.ly/cF3eNB?referer=');">http://bit.ly/cF3eNB</a>  <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-396-2'>&#8617;</a></span></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/06/some-perspective-on-google-ditching-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on Client Platform Security</title>
		<link>http://www.kroesbergens.com/portfolio/2010/03/more-on-client-platform-security/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/03/more-on-client-platform-security/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 15:51:20 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=279</guid>
		<description><![CDATA[As I wrote the other day, anything the mind of man can make, the mind of man can break. The piece I wrote earlier was relating directly to the security of the client operating system. However, there is another aspect to consider, specifically the human factor. While an OS itself can be secure as a [...]]]></description>
			<content:encoded><![CDATA[<p>As I wrote the other day, anything the mind of man can make, the mind of man can break. The piece I wrote earlier was relating directly to the security of the client operating system. However, there is another aspect to consider, specifically the human factor.</p>
<p>While an OS itself can be secure as a rock, there is always a human factor involved. Even the most intelligent individual makes foolish decisions and actions at times. It is very difficult to protect the user from him/herself. It is very difficult to explain that some emails requesting their information are legitimate, and others are not. Or that some website popups only look like an application window, and are not to be clicked on. </p>
<p>These days, attackers find information more valuable than random destruction and wreaking havoc among systems. Consequently, the majority of attacks are designed to infiltrate and recover information, while doing their best not to alert the user. After all, why turn off the information hose as long as it&#8217;s producing information?</p>
<p>Consequently, one of our primary concerns should be the interaction the user makes with their computing device. If it is not possible to easily educate them on legitimate activities or requests vs. illegitimate ones, make it easy for them to understand how to control what is happening. For instance, even when they provide an administrator password to a seemingly legitimate prompt, there should be no lasting, hard to control activity. For example, an application editing the Windows Registry should not be permitted to alter settings outside the application scope (sandboxing). An educated user is a safer user. We need to do more to educate our users on the safe usage of computers, and teach them how to discern legitimate activity from illegitimate. I also believe that the OS has a place in educating the user to an extent, and providing them with easy to understand control over changes they&#8217;ve made/approved.   </p>
<p>Windows 7 has improved the control over this particular example, but unfortunately at the expense of user understanding and interaction. Linux, Unix, and OS X on the other hand, sandbox applications and their configurations, requiring minimal administrator level permissions. Consequently, the user has to very explicitly and conscientiously make a decision whenever an application requires an administrator permission level. The controls to manage any permanent changes are very easy to use in OS X. A user deletes an application, and it no longer is capable of executing. There are no core registry changes that the user needs to be concerned about removing. Configurations are in individual text files, specific to each application. I digress however. </p>
<p>I do not run antivirus on my Macs. However, I run a network firewall (LittleSnitch) that informs me of network traffic going in &#038; out. Just because my OS provides fewer attack venues, and is fairly secure, does not protect me from accidentally/foolishly approving a change which will transmit my personal information.      </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/03/more-on-client-platform-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the Security of Client Platforms</title>
		<link>http://www.kroesbergens.com/portfolio/2010/03/on-the-security-of-client-platforms/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/03/on-the-security-of-client-platforms/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:34:55 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=274</guid>
		<description><![CDATA[Anything the mind of man can make, the mind of man can break. Realizing this, one needs to shift their perception of how to view client platform security. Theoretical analysis is good. However, practical application is what should define security evaluation. Which platform is more secure in practice? Anyone can justify any OS&#8217;s security. However, [...]]]></description>
			<content:encoded><![CDATA[<p>Anything the mind of man can make, the mind of man can break.</p>
<p>Realizing this, one needs to shift their perception of how to view client platform security. Theoretical analysis is good. However, practical application is what should define security evaluation. Which platform is more secure in practice? Anyone can justify any OS&#8217;s security. However, the proof is in the pudding. For example, Unix has been used for government/financial servers for a long time. Windows Server has been used, and I would argue that the Windows servers have proved themselves much more vulnerable over an extended period. Just ask any system administrator. </p>
<p>Take a look at Linux. If there is any platform with serious potential vulnerability, it would be Linux. Since the code is so open, and written by so many uncoordinated, imperfect people, there is vast potential for holes. However, in practical usage, it is one of the most secure platforms available. When holes are found, they are quickly patched by the open source community. Most Linux users are reasonably tech-savvy, and don&#8217;t fall for many of the same social engineering tricks that Windows users do. It is arguably a secure platform.</p>
<p>This also leads to another point. The bigger the target, the more attackers will aim at it. Just because you are a smaller target does not mean you are less secure. Even if you are more vulnerable, the fact that you are being attacked less provides security. I for one do not want to be the tank shot at on the battlefield. I&#8217;d prefer to be the sniper, vulnerable, but inconspicuous and hardly fired upon.</p>
<p>Articles such as the recent PCWorld piece<sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-274-1' id='fnref-274-1'>1</a></sup> hyping how the iPhone was first to fall in the PWN2OWN contest, and how the Macs and iPhones are no less vulnerable than Windows, are worthless drivel. One needs to accept that everything can be broken. Even RSA1024 was recently broken<sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-274-2' id='fnref-274-2'>2</a></sup>. However, the fact that a platform was broken/hacked (by methods devised in the months prior) does not mean it is less secure in practical usage. I have yet to have one of my Mac installations infected or broken, while the Windows 7 install (which I only use to manage home servers or test a site in IE) has been attacked twice, and infected once.</p>
<p>Let&#8217;s stop defending our idealistic points and accept reality shall we? Mac, Linux, and Unix are all platforms that can be violated. However, in practical usage, they are more secure than the Microsoft Windows platform. </p>

<div class='footnotes'><div class='footnotedivider'></div><ol><li id='fn-274-1'><a href="http://www.pcworld.com/article/189760/hacking_impresario_windows_safer_than_mac.html" onclick="pageTracker._trackPageview('/outgoing/www.pcworld.com/article/189760/hacking_impresario_windows_safer_than_mac.html?referer=');">http://www.pcworld.com/article/189760/hacking_impresario_windows_safer_than_mac.html</a>  <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-274-1'>&#8617;</a></span></li><li id='fn-274-2'><a href="http://www.ns.umich.edu/htdocs/releases/story.php?id=7551" onclick="pageTracker._trackPageview('/outgoing/www.ns.umich.edu/htdocs/releases/story.php?id=7551&amp;referer=');">http://www.ns.umich.edu/htdocs/releases/story.php?id=7551</a>  <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-274-2'>&#8617;</a></span></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/03/on-the-security-of-client-platforms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Won&#8217;t be 128 bit</title>
		<link>http://www.kroesbergens.com/portfolio/2009/10/windows-8-wont-be-128-bit/</link>
		<comments>http://www.kroesbergens.com/portfolio/2009/10/windows-8-wont-be-128-bit/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 23:32:28 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[IA-128]]></category>
		<category><![CDATA[IA-64]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://kroesbergens.com/portfolio/?p=138</guid>
		<description><![CDATA[There have been a number of &#8216;unconfirmed&#8217; rumours floating around in the last few days about Windows 8 being 128 bit. While certainly an exciting thought, the likelihood of it being true is almost nil. Windows 8 being 128 compatible is like Windows XP Professional x64 being 64 bit. While it &#8216;worked&#8217; to an extent, [...]]]></description>
			<content:encoded><![CDATA[<p>There have been a number of &#8216;unconfirmed&#8217; rumours floating around in the last few days about Windows 8 being 128 bit. While certainly an exciting thought, the likelihood of it being true is almost nil. Windows 8 being 128 compatible is like Windows XP Professional x64 being 64 bit. While it &#8216;worked&#8217; to an extent, there was almost no market at the time, and the implementation was extremely buggy, to say the least. It was a half-assed attempt to say that Windows XP was 64 bit compatible.</p>
<p>There are no 128 bit capable processors available. Microsoft is building for a market that hasn&#8217;t even started yet. They&#8217;ve barely transitioned to 64 bit! Windows 7 is the first Windows OS that has a truly viable 64 bit market. Manufacturers have had a few years to develop 64 bit drivers, and consequently, it is far more likely that you can install Windows 7 x64 now than you could install Windows XP x64. Add to that that almost every new computer ships with a 64 bit processor, and you have yourself one viable market. Software developers also now have mature SDK&#8217;s, and have had a few years to transition to 64 bit computing. </p>
<p>Microsoft has finally shipped Windows 7, with a much shorter timeframe than Windows Vista did. I suspect that they are going to try to maintain such an active pace, shipping software every 18-24 months or so, rather than the 5 years it took for Vista. There is no way that either the hardware market or the software market will be remotely ready for 128 bit computing in 2 years. Yes, they may make it &#8216;functional&#8217;, like XP x64 was &#8216;functional&#8217;, but it will not truly be 128 bit. I suspect that Windows 9 will be as 128 bit mature as Windows Vista was 64 bit mature. Don&#8217;t expect true 128 bit computing till Windows 10. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2009/10/windows-8-wont-be-128-bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Imaging Issues</title>
		<link>http://www.kroesbergens.com/portfolio/2008/11/imaging-issues/</link>
		<comments>http://www.kroesbergens.com/portfolio/2008/11/imaging-issues/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 00:13:02 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[T400]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://portfolio.kroesbergens.com/?p=63</guid>
		<description><![CDATA[Sorry for the delay in posting. It&#8217;s been a hectic week. We ran into a few issues this past week while applying our Windows XP image to the new T400 laptops. When the computers were turned on, all the USB ports worked except one. And Windows kept complaining about a PCI driver not being installed, [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for the delay in posting. It&#8217;s been a hectic week.</p>
<p>We ran into a few issues this past week while applying our Windows XP image to the new T400 laptops. When the computers were turned on, all the USB ports worked except one. And Windows kept complaining about a PCI driver not being installed, even though on the reference machine it worked fine. There were no yellow warning signs in device manager about devices missing drivers.<br style="padding: 0px; margin: 0px;" />We traced the problem back to the BIOS. It seems that someone had made changes to the BIOS on the reference machine before it was handed off to me to create an image. They had disabled the Fingerprint reader without disabling the &#8216;Pre-Desktop Authentication&#8217;, and set the USB sleep mode to something different than the defaults. We now have to change the BIOS settings to match the reference machine on every laptop out of the box. Somewhat frustrating. We&#8217;re now two full days behind schedule.</p>
<p>Another issue that I personally had this week was related to the workstation component of the rollout. I was informed that the rollout schedule has been cut practically in half. That works&#8230; we just need to push a little more. Two days later I got another shocker&#8230; We had decided on the DC7800&#8242;s to be our standard workstation. After two weeks of testing the image created for the demo machine, the decision was made to change (the day before the new DC7800&#8242;s were to be coming in) to the DC7900&#8242;s, as DC7800&#8242;s were in short supply, and we&#8217;d get the $400 more DC7900&#8242;s for the same price. This means we need to create a brand new image for the 7900&#8242;s, literally days before they come in, as well as proceeding as close to deployment schedule as possible. I foresee a lot of problems stemming from lack of testing.</p>
<p>Tomorrow I&#8217;m off to school (it&#8217;s reading week). Someone made off with my school hard drive, so my Windows Server 2003 Administration coursework is all lost. I now have to recreate most of it, as it&#8217;s required for the second half of the semester.</p>
<p>On a positive note, the Windows Deployment Services server (my baby and setup) is performing quite well. We can freshly image computers from start to finish in about 45 minutes. I&#8217;m quite proud of my work to be honest. Even better, although I&#8217;m the only one familiar with creating/capturing images to it, and managing it, it was very easy for the others on the IT team to use it after a cursory reading of my documentation. A product is functioning the way it should when others can use it with a cursory reading of documentation.</p>
<p>Anyways, I&#8217;m off to sleep. Time for some mental relaxation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2008/11/imaging-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista Deployment Resources</title>
		<link>http://www.kroesbergens.com/portfolio/2008/11/windows-vista-deployment-resources/</link>
		<comments>http://www.kroesbergens.com/portfolio/2008/11/windows-vista-deployment-resources/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 00:09:13 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://portfolio.kroesbergens.com/?p=57</guid>
		<description><![CDATA[After my post this morning about the new Windows Vista Deployment &#38; Administration guide, I thought perhaps I should post a list of some of the resources I&#8217;ve used over the past year in my own experience with the Vista Deployment. Beside each name and link, I&#8217;ve written a brief summary of what I used [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">After my post this morning about the new Windows Vista Deployment &amp; Administration guide, I thought perhaps I should post a list of some of the resources I&#8217;ve used over the past year in my own experience with the Vista Deployment. Beside each name and link, I&#8217;ve written a brief summary of what I used it for.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>•<span style="white-space: pre;"> </span>Group Policy Team Blog: I used this extensively for learning about the new features and benefits of Windows Vista GP. Useful resource on GPP, RSAT, and GPMC. Also used for learning about the new ADMX templates.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>•<span style="white-space: pre;"> </span>GuillaumeD&#8217;s Blog: I used this for learning about some Microsoft Deployment Toolbench database and task sequence customizations and deployments. Also contains some news about virtualization (HyperVisor).</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>•<span style="white-space: pre;"> </span>JaLaBlog: I used this extensively while in the early stages of learning MDT. An invaluable resource for people new to MDT.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>•<span style="white-space: pre;"> </span>WindowsVistaPlace: I used this for information mostly about SP1.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>•<span style="white-space: pre;"> </span>Rob&#8217;s Blog: Useful general information about Windows Vista and Server 2008.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>•<span style="white-space: pre;"> </span>The GPO Guy: Invaluable resource on Group Policy in Windows Vista.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>•<span style="white-space: pre;"> </span>Todd&#8217;s Blog: A few interesting posts on general administration tips.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>•<span style="white-space: pre;"> </span>Windows Server 2008 Blog &#8211; Kurt Roggen: Very interesting resource if you&#8217;re looking for information on Server 2008.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>•<span style="white-space: pre;"> </span>Realtime Community &#8211; Vista: Lots of interesting tips and tricks on customizing/fixing Vista.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">So&#8230; a few useful sites and resources if you&#8217;re doing anything similar. Enjoy.</div>
<p>After my post this morning about the new Windows Vista Deployment &amp; Administration guide, I thought perhaps I should post a list of some of the resources I&#8217;ve used over the past year in my own experience with the Vista Deployment. Beside each name and link, I&#8217;ve written a brief summary of what I used it for.</p>
<ul>
<li><span style="white-space: normal; "><span style="white-space:pre"> </span><a rel="nofollow" target="_blank" href="http://blogs.technet.com/grouppolicy/default.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/blogs.technet.com/grouppolicy/default.aspx?referer=');">Group Policy Team Blog:</a> I used this extensively for learning about the new features and benefits of Windows Vista GP. Useful resource on GPP, RSAT, and GPMC. Also used for learning about the new ADMX templates.</span></li>
<li><span style="white-space: normal; "><span style="white-space:pre"> </span><a rel="nofollow" target="_blank" href="http://blogs.technet.com/guillaumed/default.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/blogs.technet.com/guillaumed/default.aspx?referer=');">GuillaumeD&#8217;s Blog:</a> I used this for learning about some Microsoft Deployment Toolbench database and task sequence customizations and deployments. Also contains some news about virtualization (HyperVisor).</span></li>
<li><span style="white-space: normal; "><span style="white-space:pre"> </span><a rel="nofollow" target="_blank" href="http://blogs.ethz.ch/jlaville/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/blogs.ethz.ch/jlaville/?referer=');">JaLaBlog:</a> I used this extensively while in the early stages of learning MDT. An invaluable resource for people new to MDT.</span></li>
<li><span style="white-space: normal; "><span style="white-space:pre"> </span><a rel="nofollow" target="_blank" href="http://robwhitehouse.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/robwhitehouse.com/?referer=');">Rob&#8217;s Blog:</a> Useful general information about Windows Vista and Server 2008.</span></li>
<li><span style="white-space: normal; "><span style="white-space:pre"> </span><a rel="nofollow" target="_blank" href="http://sdmsoftware.com/blog/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/sdmsoftware.com/blog/?referer=');">The GPO Guy:</a> Invaluable resource on Group Policy in Windows Vista.</span></li>
<li><span style="white-space: normal; "><span style="white-space:pre"> </span><a rel="nofollow" target="_blank" href="http://www.toddlamothe.ca/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.toddlamothe.ca/?referer=');">Todd&#8217;s Blog:</a> A few interesting posts on general administration tips.</span></li>
<li><span style="white-space: normal; "><span style="white-space:pre"> </span><a rel="nofollow" target="_blank" href="http://trycatch.be/blogs/roggenk/default.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/trycatch.be/blogs/roggenk/default.aspx?referer=');">Windows Server 2008 Blog &#8211; Kurt Roggen:</a> Very interesting resource if you&#8217;re looking for information on Server 2008.</span></li>
<li><span style="white-space: normal; "><span style="white-space:pre"> </span><a rel="nofollow" target="_blank" href="http://www.realtime-vista.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.realtime-vista.com/?referer=');">Realtime Community &#8211; Vista: </a>Lots of interesting tips and tricks on customizing/fixing Vista.</span></li>
<li><span style="white-space: normal;"><span style="white-space:pre"> </span><a rel="nofollow" target="_blank" href="http://www.windowsvistaplace.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.windowsvistaplace.com/?referer=');">WindowsVistaPlace:</a> I used this for information mostly about SP1.</span></li>
</ul>
<p>So&#8230; a few useful sites and resources if you&#8217;re doing anything similar. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2008/11/windows-vista-deployment-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of Windows</title>
		<link>http://www.kroesbergens.com/portfolio/2008/10/the-future-of-windows/</link>
		<comments>http://www.kroesbergens.com/portfolio/2008/10/the-future-of-windows/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 00:02:45 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://portfolio.kroesbergens.com/?p=49</guid>
		<description><![CDATA[As we all know, information about Windows 7 Milestone 3 was recently leaked. Before we delve into Windows 7, lets first talk about Windows Vista. What went wrong with Windows Vista? Why did it meet with so much negative publicity, both before and after release? I propose that these be the reasons: Microsoft concentrated on bringing [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;">As we all know, information about Windows 7 Milestone 3 was recently leaked. Before we delve into Windows 7, lets first talk about Windows Vista. <br style="padding: 0px; margin: 0px;" />What went wrong with Windows Vista? Why did it meet with so much negative publicity, both before and after release? I propose that these be the reasons:<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Microsoft concentrated on bringing too much new technology into Vista. This caused them to delay, delay, and delay again. When a customer is waiting for something new, time becomes critical.</li>
<li>Microsoft publicized too many features initially. And the features they publicized ended up being most of the ones they had to drop.</li>
<li>Microsoft concentrated so much on the back-end of Windows Vista that they forgot the front-end. It’s as though they worked and worked and worked on the internal features, and then suddenly realized that they needed to provide something attractive to the end user. So they made it transparent on the user side, and added Flip3D. A transparent user interface is not enough to provide the customer with satisfaction. And a ‘cool’ new way of switching that provides absolutely no usability benefits and only eye candy is waste&#8230; it won’t keep a customer.</li>
<li>Microsoft concentrated so much on the back-end features that they left performance to the end. With the release of SP1 Windows Vista became faster, but before SP1 it was a complete resource pig. And when customers have to use a poorly performing OS for a year before getting fixes, they are less likely to change their perceptions of it, no matter how much you improve.</li>
</ul>
<p></span></p>
<p><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;"><br style="padding: 0px; margin: 0px;" />So&#8230; what is Microsoft going to do with Windows 7, in light of what we just talked about? Here are my predictions / views:<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Microsoft is not publicizing features early on this time around. Smart move. Let the buzz build the same way that Apple via ‘leaked’ info from developers and software pirates.</li>
<li>Microsoft is concentrating more on the front-end this time around. They brought a lot of incredible IT features and benefits to Vista, and these will just get slid in with Windows 7. Now they are concentrating on providing real value to the end user, and not just IT.</li>
<li>Microsoft is NOT going to let timelines slide the way they did with Vista.</li>
<li>Microsoft is concentrating on performance this time around. New end user features + performance&#8230; what could be better for OS perception and adoption?</li>
<li>Microsoft is concentrating on Web integration vs Office integration this time around. With Windows Vista they brought tight integration with Office and Sharepoint&#8230; now it is time to bring that sort of integration to the Web.</li>
</ul>
<p></span></p>
<p><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;"><br style="padding: 0px; margin: 0px;" />I may add more thoughts to this page. In the meantime, feel free to leave a comment on what you think of Windows 7.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2008/10/the-future-of-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on OHA Rollout Project</title>
		<link>http://www.kroesbergens.com/portfolio/2008/05/update-on-oha-rollout-project/</link>
		<comments>http://www.kroesbergens.com/portfolio/2008/05/update-on-oha-rollout-project/#comments</comments>
		<pubDate>Tue, 06 May 2008 23:58:42 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[WIM]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://portfolio.kroesbergens.com/?p=45</guid>
		<description><![CDATA[I&#8217;ve finally got the deployment process all worked out at OHA for the time being. I set WDS up (in native mode) on one of our servers. One of the first things I did was take our existing XP SP2 images, deploy them to our hardware, run the updates, and then capture those images (WIM [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally got the deployment process all worked out at OHA for the time being. I set WDS up (in native mode) on one of our servers. One of the first things I did was take our existing XP SP2 images, deploy them to our hardware, run the updates, and then capture those images (WIM format) to the WDS server. Our co-op student now can PXE boot from any of our standard laptops or desktops, and apply the appropriate image from the network, no longer requiring a floppy to boot from. We&#8217;ve also purchased a Vista SP1 OEM disc from one of our vendors, as it will be used as the base for our image. I&#8217;ve uploaded that to the WDS server as well, meaning we can now do a PXE install of native Vista SP1. I&#8217;ve got the initial dev build of our image up on WDS as well, merely for testing purposes. In total now, we have 4 images available: Laptop XP SP2 image, Desktop XP SP2 image, Vista SP1 OEM Vanilla, and the initial Master Vista SP1 image.<br style="padding: 0px; margin: 0px;" />I gave up on the database configuration for new machines in MDT temporarily, as I was running into issues with the deployment boot image not authenticating properly with the server, despite configuring UserID, UserPwd, and UserDomain appropriately in the Boot.ini and CustomSettings.ini files. For the time being, I&#8217;ve got all my settings stored in CustomSettings.ini, but hope to get the database configuration working eventually. I also suspect that the authentication issues may disappear soon, as I&#8217;m migrating the Microsoft Deployment Toolkit from my own machine to the deployment server. Initially I&#8217;d had MDT installed on my local machine, as I wasn&#8217;t familiar with it, and wished to learn how it all functioned before setting it up on the server. Now that I know how it works and operates, I&#8217;ve got it installed on our WDS server. This will allow OHA to easily rebuild the image once I leave, whenever they wish.<br style="padding: 0px; margin: 0px;" />I&#8217;ve also spoken with our vendors regarding deploying our custom image on the new machines once they arrive. They will be installing our custom image on whatever desktops/laptops we end up ordering, and delivering them to us beginning of August. Quite exciting really.<br style="padding: 0px; margin: 0px;" />I love how hardware agnostic Vista is. It really makes developing a custom image much more enjoyable. Also having all the settings for the various stages in one XML file really helps things a lot. Unattend.xml is providing a wealth of features, and I&#8217;m really not sure I can exploit them all in the time allotted for this project. Hopefully we can make up for it in GP later on though.<br style="padding: 0px; margin: 0px;" />We&#8217;re intending on deploying the majority of our applications via GP objects. This will allow greater freedom in customizing our user&#8217;s desktops. Using the Microsoft Office Customization Tool, I&#8217;ve created an unattended Office 2k7 installation. However, we&#8217;re going to have Office 2k7, Visio Viewer 2k7, Lotus Notes 6.5.6, and Windows Powershell as part of our main image. The rest of our applications will likely be via GP.<br style="padding: 0px; margin: 0px;" />Anyway, that&#8217;s it for now. Apologies for the scatterbrainedness of the post. It&#8217;s late, and I&#8217;ve worked all day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2008/05/update-on-oha-rollout-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merits of Windows Vista</title>
		<link>http://www.kroesbergens.com/portfolio/2008/03/merits-of-windows-vista/</link>
		<comments>http://www.kroesbergens.com/portfolio/2008/03/merits-of-windows-vista/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 23:50:53 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://portfolio.kroesbergens.com/?p=39</guid>
		<description><![CDATA[Here are my main points for migrating to Microsoft Windows Vista. More Intuitive User Experience Faster application launching via new Start Menu Search in every Explorer window Live icons: Actual thumbnails of a file&#8217;s contents make it easier for the user to find documents Details Pane: All the metadata from a document is easily available [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;">Here are my main points for migrating to Microsoft Windows Vista.</span></p>
<p><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;"><br style="padding: 0px; margin: 0px;" /></span><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">More Intuitive User Experience<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Faster application launching via new Start Menu</li>
<li>Search in every Explorer window</li>
<li>Live icons: Actual thumbnails of a file&#8217;s contents make it easier for the user to find documents</li>
<li>Details Pane: All the metadata from a document is easily available (Author, creation date, etc)</li>
<li>ClearType by default on all monitors (Helps reduce strain on eyes)</li>
<li>Breadcrumb bar: (User education will allow them to navigate through hierarchal folders more efficiently)</li>
<li>No more flickering or tearing thanks to Aero</li>
<li>Navigation Pane: We can set up maps to specific OHA network folders so they&#8217;re always accessible to the user</li>
<li>Command Bar: Possible that it will help some of our older users, as it provides task oriented features listed and easily available. However, this is not a selling point, as there&#8217;s a good chance that the users will continue to just double-click.</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Search<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>We can build pre-build custom saved searches in the navigation pane to help users find their content across the network more easily.</li>
<li>Redirected Folders: We can redirect the Desktop and Documents folder to the file server, reducing users saving content on their local machine. Search will still work over these folders.</li>
<li>Offline Folders: We can set it up so that our mobile users can have certain folders that always get synced to the local computer. E.g., project folders, etc.</li>
<li>Distributed network search: Our users will be able to perform a distributed search, meaning they can find content across the network, provided they have appropriate permissions.</li>
<li>Office SharePoint offline documents: With Office 2007, you can take SharePoint libraries and documents offline via Office Outlook, and you can search over that content as well.</li>
<li>In XP folder redirection, the server copy is always open for read and writes, using up bandwidth. In Vista, the copy is cached, and all writes are written to the server, but all reads are read from the local hard drive.</li>
<li>Delta Sync syncs only the changes to a document rather than the full document when a document is being resolved in a sync.</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Internet Explorer<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Better security (IE7 runs sand-boxed in Vista)</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Windows Defender<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Integrated anti-spyware (This will really help cut down on the spyware that gets installed on our systems)</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Network Awareness<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Contextually relevant network experience for mobile users (I.e., away from OHA, or in the office. We can configure different security/sharing settings for each)</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Windows Mobility Center/Presentation settings<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Puts Display Brightness, Volume, Power, Wireless, External Display, Projector, and Synchronizing settings all in one panel</li>
<li>Presentation settings: You can set the presentation settings so that when in a presentation (either projector or Meeting Space) default background image, volume, and screensaver settings are applied</li>
<li>Built in Network Projector Support (Combining wireless with a network projector would provide for a much smoother user experience in the meeting room, both for our users or for guests)</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Sync Center<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Vista provides a central place for users to sync their mobile device and Offline Folders, Exchange, Outlook, and other documents</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Remote Assistance<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Vista makes Remote Assistance much easier for the average user, requiring far less input, and is much more intuitive. It allows users to initiate screen sharing to an admin. We could set this up at OHA so that a user has an icon on their desktop or in the help menu or start menu where they could click, and call us up that way. Or we could just use it if the co-op student or one of us IT people has issues and needs further help from a team member. With IPv6 set up on the server, we may possibly be able to set up Remote Assistance away from the office.</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Windows Meeting Space<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;"></p>
<ul>
<li><span style="color: #000000; font-family: Georgia; font-size: 13px; line-height: 19px;"><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;">Now THIS is where I feel we could </span><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; font-weight: bold; padding: 0px; margin: 0px;">really</span><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;"> benefit at OHA. I would pay for this application alone. With proper configuration, we can provide users with a much better experience in the meeting room. Windows Meeting Space allows users to easily set up an Ad Hoc wireless network between them. Users can share files, their screen contents, videos, documents, etc easily. It brings a whole new strength to the interaction in the meeting room.</span></span></li>
<li>Windows Meeting Space also uses IPv6, meaning users can leverage it across the internet provided IPv6 ISATAP is set up on Server 2003.</li>
<li>Windows Meeting Space abides by the rules set up by the Attachment Manager. This allows the admin to limit the file types allowed to be shared. It also can track usage, activity, etc in a session.</li>
<li>Using &#8216;Sessions Near Me&#8217; makes it extremely easy for users to join Meeting Space sessions occurring near them on the network or ad hoc networks. It&#8217;s all password protected as well.</li>
<li>Multiple users can work on a single document together during a session, and then all of them can save a copy of the &#8216;final&#8217; version at the end to their local computer. This allows everyone to have the same version.</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Rights Management Services<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>With Office 2007 and Vista&#8217;s integrated support for Windows Rights management, we can train users ( or not) to apply appropriate permissions to the documents. For example, if someone has written a highly confidential document, they can apply Rights Management to it to only allow particular users from AD to view it. If the document is leaked outside the organization to another person, that person will not be able to view it if they haven&#8217;t been approved/given a password.</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Remote Access<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Remote Desktop Connection allows for easy remote access. An IT admin can place an icon for the application on the desktop. Running it will set up an automatic Terminal Services Remote connection in the background without need for a VPN.</li>
<li>Combined with Server 2008&#8242;s Terminal Services Gateway, the user will be able to access corporate networks from home, quickly and easily.</li>
<li><span style="color: #000000; font-family: Georgia; font-size: 13px; line-height: 19px;"><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;">By eliminating the need for a VPN connection, Vista enables the IT admin the possibility to grant granular and secure remote access to </span><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; font-weight: bold; padding: 0px; margin: 0px;">specific</span><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;"> remote corporate resources. (Terminal Server based applications and desktops designated, rather than full access)</span></span></li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Deployment<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Vista is built on around a file based image, rather than sector based. This allows IT admins to customize the image to a greater degree, servicing individual components. Oddly enough, this is one of my favorite features of Vista.</li>
<li>Multiple installation images can be stored in a single file on the server, helping save space and keep organized.</li>
<li>Windows PE. The Preinstallation Environment allows the admin to do a network boot from a client computer, and then run a series of diagnostics or other operations on the computer without actually needing to carry around a service disc.</li>
<li>Script-based installations allow extensive support to enable remote and/or automated scenarios.</li>
<li>Desktop Optimization Pack allows virtualized, network-available services. OHA can use this for some apps which are rarely used, such as MS Visio.</li>
<li>Asset Inventory Service allows an easy way to pull all asset inventory information into an easy to manage location. This would be extremely useful, as we currently have issues with keeping track of our assets and the current user assigned.</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Increasing Automation<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>Task scheduler can be used to notify the support center of problems on a specific event.</li>
<li>Administrators can use Task Scheduler to launch a script or application every time the user locks their computer.</li>
<li>Tasks are run in sequence.</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Networking<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>NAP client integrated allows an organization to establish baseline security requirements on the client computers. If the health level is not met, we can force the client to update before they are allowed access to company resources.</li>
<li>BITS allows distributed Windows Updates.</li>
<li>Numerous networking improvements to use less bandwidth and increase network efficiency.</li>
<li>Better Quality of Service management via Group Policy.</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Control over usage of removable storage devices<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>With Group Policy for Removable Storage, we can control what data gets transferred to and from removable storage on a per-user basis.</li>
<li>We can prevent what devices are allowed to install, by Device ID, Device Class, or Device Manufacturer.</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
<p><span style="font-size: 19px; color: #707070; padding: 0px; margin: 0px;">Windows Sidebar<br style="padding: 0px; margin: 0px;" /></span></p>
<p><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;"></p>
<ul>
<li>We can put in gadgets to enable users to see their Outlook 2007 information at a glance.</li>
<li>We can possibly create or install other gadgets so that users have access to other important information as well.</li>
</ul>
<p></span></p>
<ul class="(null)" style="padding-top: 1em; padding-right: 0px; padding-bottom: 1em; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2.5em;"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2008/03/merits-of-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

