<?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>Innovative Technology Weblog</title>
	<atom:link href="http://www.buit.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buit.org</link>
	<description>Innovative Technology presented by Innovative People</description>
	<lastBuildDate>Mon, 28 Nov 2011 19:54:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Windows performance matters!</title>
		<link>http://www.buit.org/2011/11/28/windows-performance-matters/</link>
		<comments>http://www.buit.org/2011/11/28/windows-performance-matters/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 19:54:00 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows; performance; WPA; logon; login;]]></category>

		<guid isPermaLink="false">http://www.buit.org/2011/11/28/windows-performance-matters/</guid>
		<description><![CDATA[Windows 7 is often initiated for its performance like XP and unlike Vista. Too often the actual performance is measured by hand. By stopwatch! Please stop doing this and start reading this inventive blog post. Microsoft provides a free tool to measure the performance automatically. An improved toolkit is coming with Windows 8. For now [...]]]></description>
			<content:encoded><![CDATA[<div class="ExternalClass32E4DFD887D54E1089F7DE6C0BBCA08F">
<p>Windows 7 is often initiated for its performance like XP and unlike Vista. Too often the actual performance is measured by hand. By stopwatch! Please stop doing this and start reading this inventive blog post.</p>
<p>Microsoft provides a free tool to measure the performance automatically. An improved toolkit is coming with Windows 8. For now we can perfectly live with the current toolkit. Let’s get started.&#160;&#160; </p>
<p>In this post I will explain how easy it can be to measure the performance of any Windows 7 or Windows Server 2008 R2 system. I will also provide some practical advice how to create a report that adds value. </p>
<p>Note: Because of the Prefetch feature of Windows 7 it is highly recommended to prepare your test machine (referred to as ‘prepsystem’).</p>
<h2>Start measuring</h2>
<p>Your system needs to have installed:&#160; </p>
<ul>
<li>Windows Vista or higher (Windows XP does work but shows fewer results). Server system 2008 or higher. </li>
<li>.NET framework 4 </li>
<li>Local admin priveliges </li>
</ul>
<p>Now start with installing the magic tooling:</p>
<ul>
<li>Download the <a href="http://msdn.microsoft.com/nl-nl/library/ff190927" target="_blank">WPA toolkit</a> </li>
<li>Install ‘xbootmgr’ and ‘xperf’ (x86 or x64) </li>
<li>Create a temporary folder (c:\temp) </li>
<li>Open a CMD with admin priveliges </li>
</ul>
<p>Copy and past the following line in the CMD window:</p>
<p><em>xbootmgr -trace boot -traceFlags DiagEasy -resultPath C:\TEMP -numruns 10 rebootCycle –prepSystem</em></p>
<p>This will happen: </p>
<ul>
<li>Perform a trace for the time the pc boots (-trace boot) </li>
<li>Specificy the info details measured (-traceflags –diageasy) </li>
<li>Copy the results to ‘c:\temp’ (the .elt files) </li>
<li>Do this 10 times (reboot will go automatic, login by hand unless you specify / a number of 10 is a best practice average) </li>
<li>(option) Prepare yout test system 6x (2 times 3 with a break)&#160; </li>
</ul>
<h2>&#160;</h2>
<h2>Create results</h2>
<p>Create a XML summary file: </p>
<ul>
<li>For every .ETL file run this command: </li>
</ul>
<p><em>xperf /tti -i c:\temp\<strong>YourFile</strong>.etl -o summary_boot.xml -a boot</em></p>
<p>Write down the values for 1) bootDoneViaExplorer, 2) bootDoneViaPostBoot and 3) </p>
<ol>
<li>PreSMSS </li>
<li>SMSSInit </li>
<li>WinlogonInit </li>
<li>ExplorerInit </li>
<li>PostExplorerPeriod </li>
<li>TraceTail </li>
</ol>
<p>All values in milliseconds, so x100 for seconds.</p>
<h2>Time to logon</h2>
<p>Now what is the measured value for the logon time? This is the sum of the values : WinLogonInit, ExplorerInit and PostExplorerPeriod. The value of bootDoneViaExplorer indicates the total startup time.</p>
<p>However, the value of WinloginInit start counting on the moment that the login screen is shown. Meaning that typing userID and password is measured too as part of logon. This is why autologon is preferrred. On a domain joined machine this can be automated too (just Google)</p>
<h2>Summary</h2>
<ul>
<li>Install the WPA toolkit on your Windows 7 test machine </li>
<li>Run a performance test and create a report </li>
<li>Give me some results! </li>
</ul>
<p>&#160;</p>
<p>This post is inspired on the following websites: </p>
<p><a href="http://www.msfn.org/board/topic/140247-trace-windows-7-bootshutdownhibernatestandbyresume-issuess">http://www.msfn.org/board/topic/140247-trace-windows-7-bootshutdownhibernatestandbyresume-issues</a> (generic guide)</p>
<p><a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ff191001(v=vs.85).aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/ff191001(v=vs.85).aspx</a> (xbootmgr)</p>
<p><a href="http://www.computerperformance.co.uk/windows7/windows7_auto_logon.htm">http://www.computerperformance.co.uk/windows7/windows7_auto_logon.htm</a> (autologon)</p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2011/11/28/windows-performance-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove LinkedIn job postings from your stream</title>
		<link>http://www.buit.org/2011/08/19/remove-linkedin-job-postings-from-your-stream/</link>
		<comments>http://www.buit.org/2011/08/19/remove-linkedin-job-postings-from-your-stream/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 22:25:41 +0000</pubDate>
		<dc:creator>Martijn Breet</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=735</guid>
		<description><![CDATA[This website is about innovative technology. LinkedIn (u might have heard of it&#8230;) has been pretty innovative in pissing it&#8217;s users off recently&#8230;. First the (unapproved) possible usage of profile pictures and more, now it appears LI has decided to spam my activity feed with job postings.   Resolution: Select More &#62; Customize   Remove checkbox for [...]]]></description>
			<content:encoded><![CDATA[<p>This website is about innovative technology. LinkedIn (u might have heard of it&#8230;) has been pretty innovative in pissing it&#8217;s users off recently&#8230;.</p>
<p>First the (unapproved) possible usage of profile pictures and more, now it appears LI has decided to spam my activity feed with job postings.</p>
<div id="attachment_736" class="wp-caption alignnone" style="width: 514px"><a href="http://www.buit.org/wp-content/uploads/2011/08/step0.png" rel="lightbox[735]"><img class="size-full wp-image-736" src="http://www.buit.org/wp-content/uploads/2011/08/step0.png" alt="LinkedIn spamming my activity feed with job postings.... (probably paid)" width="504" height="692" /></a><p class="wp-caption-text">job spam</p></div>
<div class="mceTemp"> </div>
<div class="mceTemp">Resolution:</div>
<div class="mceTemp">Select More &gt; Customize</div>
<div class="mceTemp"><a href="http://www.buit.org/wp-content/uploads/2011/08/step1.png" rel="lightbox[735]"><img class="alignnone size-full wp-image-737" src="http://www.buit.org/wp-content/uploads/2011/08/step1.png" alt="" width="505" height="351" /></a></div>
<div class="mceTemp"> </div>
<div class="mceTemp">Remove checkbox for &#8216;jobs you may be interested in&#8217;</div>
<div class="mceTemp"><a href="http://www.buit.org/wp-content/uploads/2011/08/solution.png" rel="lightbox[735]"><img class="alignnone size-full wp-image-738" src="http://www.buit.org/wp-content/uploads/2011/08/solution.png" alt="" width="400" height="513" /></a></div>
<p> Cheerz,</p>
<p>Martijn</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2011/08/19/remove-linkedin-job-postings-from-your-stream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automate 3rd party software, drivers and BIOS updates with the new System Center Update Publisher 2011</title>
		<link>http://www.buit.org/2011/05/30/automate-3rd-party-software-drivers-and-bios-updates-with-the-new-system-center-update-publisher-2011/</link>
		<comments>http://www.buit.org/2011/05/30/automate-3rd-party-software-drivers-and-bios-updates-with-the-new-system-center-update-publisher-2011/#comments</comments>
		<pubDate>Mon, 30 May 2011 09:24:40 +0000</pubDate>
		<dc:creator>dvanderuit</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Driver updates]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCUP 2011]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=722</guid>
		<description><![CDATA[With System Center Update Publisher (SCUP) Microsoft provides a platform for adding 3rdparty updates to your conventional WSUS updates. Until last week SCUP 4.5 was available for adding 3rd party software, driver and BIOS updates to a WSUS server. With SCUP you can either use a catalog file to import multiple updates from a vendor’s [...]]]></description>
			<content:encoded><![CDATA[<p>With System Center Update Publisher (SCUP) Microsoft provides a platform for adding 3<sup>rd</sup>party updates to your conventional WSUS updates. Until last week SCUP 4.5 was available for adding 3<sup>rd</sup> party software, driver and BIOS updates to a WSUS server. With SCUP you can either use a catalog file to import multiple updates from a vendor’s website at once or just simply add your own update packages to SCUP to deploy it in your enterprise environment as they were Microsoft updates. Now, with SCUP 4.5 there were some issues which are resolved within SCUP 2011. Some of the issues include the following:</p>
<ul>
<li>Limited configuration options for download behavior (i.e. metadata only vs full content)</li>
<li>Expired updates cannot be removed from the updates server easily</li>
<li>Approval and publishing updates requires multiple steps to be taken</li>
</ul>
<p>With SCUP 2011 you now have a so called ConfigMgr integration. This integration option can be used to regulate download behavior for an update. In general you probably want clients to download only metadata from SCCM/SCUP if only a few clients request an update. When the number of clients increase it would be better to download full content so that clients will use common distribution points instead of an internet location to download the update to avoid unnecessary bandwidth utilization. With the thresholds you can regulate this now.</p>
<p>Expiring and removing updates properly was a hell of a job if an update was removed from a vendor’s catalog. In SCUP 2011 you can use a new Software Update Cleanup Wizard for this. So now, expiring a software update that exists on the update server but is not in the SCUP repository is an easy job.</p>
<p>SCUP 2011 has a Publish tab where you can bundle updates that you want to deploy to your clients. This is a new feature that makes it somewhat easier to manage and administer the SCUP update repository.</p>
<p>What I like the most about SCUP is that you are able to deploy software with the WSUS functionality available. In large enterprise environments normal software distribution requires lots of steps to be taken by various departments for each individual software update. These steps include scripting, testing, configure SCCM packages, collections, advertisements, etc. New software updates like Adobe’s Flash Player are being released very rapidly. It requires that you’ll have to execute the same procedure over again to deploy it in your enterprise. Using SCUP and Adobe’s update catalog instead will save you a lot of time.</p>
<p>Installing drivers, BIOS, hardware utilities and firmware for instance on Dell systems is an easy job using SCUP. Minor disadvantage is that you will need the OpenManage client running on client systems to provide some necessary WMI classes. These extra classes will be used to identify the hardware peripherals. WSUS uses this information to compare with the catalog logic rules:</p>
<p style="text-align: center"><a href="http://www.buit.org/wp-content/uploads/2011/05/s002.png" rel="lightbox[722]"><img class="size-full wp-image-724 aligncenter" src="http://www.buit.org/wp-content/uploads/2011/05/s002.png" alt="" width="600" height="418" /></a></p>
<p>With SCUP you can use the logic which comes with the catalogs to deploy a software update bundle that include multiple updates at once. Compare the logic within the catalog with the queries you normally use in SCCM collections for grouping the client systems what you’ll need for targeting the software.</p>
<p>You can also create your own updates. As an example i’ve added the Google Chrome browser installer as a required update with Adobe Flash Player as a prerequisite <img src='http://www.buit.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p style="text-align: center"><a href="http://www.buit.org/wp-content/uploads/2011/05/s003.png" rel="lightbox[722]"><img class="size-full wp-image-725 aligncenter" src="http://www.buit.org/wp-content/uploads/2011/05/s003.png" alt="" width="624" height="114" /></a></p>
<p style="text-align: left">Happy updating!!!</p>
<p style="text-align: left">Douwe van de Ruit</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2011/05/30/automate-3rd-party-software-drivers-and-bios-updates-with-the-new-system-center-update-publisher-2011/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ICE Amsterdam &#8211; European Event on Mobile Strategies and App Development</title>
		<link>http://www.buit.org/2011/03/23/ice-amsterdam-european-event-on-mobile-strategies-and-app-development/</link>
		<comments>http://www.buit.org/2011/03/23/ice-amsterdam-european-event-on-mobile-strategies-and-app-development/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 09:37:17 +0000</pubDate>
		<dc:creator>Elger van der Avoird</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ICE Amsterdam]]></category>
		<category><![CDATA[IOSDevCamp]]></category>
		<category><![CDATA[Mobile Apps]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=717</guid>
		<description><![CDATA[European event on mobile strategies and App development  - March 7 &#38; 8, 2001 - An impression - The 7th and 8th of March were an inspiring two days on mobile application strategies and development. The event was held on the Westergasfabriek terrain in Amsterdam. Target audience: C-level management, consultants, developers and enthusiasts. In short [...]]]></description>
			<content:encoded><![CDATA[<p><strong><br />
</strong></p>
<p><strong>European event on mobile strategies and App development  - March 7 &amp; 8, 2001</strong></p>
<p><img class="size-full wp-image-718 alignnone" src="http://www.buit.org/wp-content/uploads/2011/03/iCE-Logo-2011_b_100x100.png" alt="" width="100" height="100" /></p>
<p>- An impression -</p>
<p>The 7th and 8th of March were an inspiring two days on mobile application strategies and development. The event was held on the Westergasfabriek terrain in Amsterdam. Target audience: C-level management, consultants, developers and enthusiasts. In short a very broad audience indeed. As Daniel Erasmus, the host for the keynote speeches, put it in one slide: Development + Business = Magic</p>
<p>Being a consultant and app-enthusiast myself I had to divide my attention between the DevCamps, entrepreneurs present and keynote speeches.</p>
<p><span id="more-717"></span>The trend is clear: Apps are hot! If the word &#8220;app&#8221; is not present in the dictionary, it should be very soon. A comparison with the first http-wave seems valid: Everyone wants an app. Apps are becoming more and more a personal thing. Where the creation of apps can now be a very costly matter (employing developers etc.), there&#8217;s a rise in platforms that let you create apps without any programming skills. Remember the Geocities website building tools? Sure, the output wasn&#8217;t always pretty, the code was messy, but it sufficed and look where we are today: anyone can do wordpress, joomla or xoops websites&#8230;</p>
<p>The future looks bright for the companies that build lego-like frameworks for dummy app development. It&#8217;s time for the %your-(company)name-here% -App to hit the appstore!</p>
<p>I was present on invitation of the IOSDevCamp organization (Dom Sagolla) to increase the magic and take part in the jury. The idea of DevCamp is to combine ideas and developers and build applications in a two-day hackathon: Help each other , Create together and Present to the jury!</p>
<p>The IOS developers present blew us (the jury) away with their ideas, demo&#8217;s and prototypes. A very big thanks to all involved for creating a super productive atmosphere! And congratulations to the winners in the various categories. On the risk of not giving credit to all winners, here are a few;</p>
<ul>
<li>Distress &#8211; for the best      prototype and demo</li>
<li>Ticketeer &#8211; for a tie on      the best Amsterdam App</li>
<li>Joris Kluivers &#8211;      community prize &#8211; for organizing IOSDevCamp avant-la-lettre and building a      Dutch community</li>
</ul>
<p>A big thanks to the Municipally of Amsterdam for sponsoring this event and setting up an Amsterdam App challenge, Getronics (my employer) for sponsoring iCE Amsterdam, the people I met for the exciting ideas and inspiration (how&#8217;s that star field coming along you guys at ChainrApp?), and last but not least Herman van Bolhuis from iCE Amsterdam for organizing the event and the IOSDevCamp organization for having me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2011/03/23/ice-amsterdam-european-event-on-mobile-strategies-and-app-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A few firsthand experiences with Word 2010 Co-authoring</title>
		<link>http://www.buit.org/2010/12/03/a-few-firsthand-experiences-with-word-2010-co-authoring/</link>
		<comments>http://www.buit.org/2010/12/03/a-few-firsthand-experiences-with-word-2010-co-authoring/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 23:18:16 +0000</pubDate>
		<dc:creator>Martijn Breet</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint products & Technologies]]></category>
		<category><![CDATA[co-authoring]]></category>
		<category><![CDATA[sharepoint2010]]></category>
		<category><![CDATA[word2010]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=698</guid>
		<description><![CDATA[My last post was on the new Windows Live Workspaces if I am not mistaken… since then a lot has happened including the final releases of the new Office 2010 suite. As you all know this includes both a new SharePoint version as a new client to work with that serverplatform. Microsoft has pushed the [...]]]></description>
			<content:encoded><![CDATA[<p>My last post was on the new Windows Live Workspaces if I am not mistaken… since then a lot has happened including the final releases of the new Office 2010 suite. As you all know this includes both a new SharePoint version as a new client to work with that serverplatform. Microsoft has pushed the integration into the right direction this time…. One of my favorite features (besides the CQWP, but that was already available in 2007) are the new co-authoring features in the Office 2010 family.</p>
<p>For now co-authoring is enabled/available for:<br />
- Word<br />
- Excel<br />
- OneNote</p>
<p>More info from Microsoft on this topic can be found at:<br />
<a href="http://technet.microsoft.com/en-us/library/ff718249.aspx">http://technet.microsoft.com/en-us/library/ff718249.aspx</a> (Co authoring overview in SharePoint 2010)<br />
<a href="http://blogs.msdn.com/b/microsoft_office_word/archive/2009/09/09/co-authoring-in-word-2010.aspx">http://blogs.msdn.com/b/microsoft_office_word/archive/2009/09/09/co-authoring-in-word-2010.aspx</a>  (Co-authoring ie simultaneous editing) in Word 2010</p>
<p>Recently I had the proper use case to actually use this feature for its proper duty!  Together with a few colleagues I was responsible for answering a large RfP under ‘some’ time pressure….. Everyone in college or in business who has had to work together on a document knows the caveats….. how to keep up with versions, how to merge the different additions, how to share the latest version….<br />
Have you ended up with a merged document containing changes from more than 2 authors? Was it fun judging all those changes in that rainbow of colors? Bet it was…..</p>
<p>I’ll leave the general description of the co-authoring feature to the Microsoft dev team and instead will focus on the practical use of this nice feature. Some prerequisites:<br />
- SharePoint 2010<br />
- Word 2010 client<br />
(this applies to the Word co-authoring of course… Excel is a bit different and I’ll hope to get to that later when I have to make a joint business-case <img src='http://www.buit.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . Also, checkin/checkout should be disabled.</p>
<p>So, where do we start? Well, in a SP workspace with a document in it….</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/12/1.png" rel="lightbox[698]"><img class="alignnone size-medium wp-image-699" src="http://www.buit.org/wp-content/uploads/2010/12/1-300x74.png" alt="" width="300" height="74" /></a></p>
<p>And how? U could click on the document name, and then in the view choose edit in word (co-authoring in web app version not supported I believe…. Note to self: test that too…) or just call function menu and choose edit in word.</p>
<p>Ok, so then you are busy with multiple people in a document… the catch is that you might be editing the same document,but not the same section ! Word locks the area in which an editor is working for other users until the editor saves the changes to the server, thus releasing the sections and sharing the updated results with the other authors.</p>
<p>But, it is possible to comment in the section someone else is editing… not the same I agree, but perhaps usefull. However, the other user would have to save (and u too) to synch the changes and make them visible. Until then Andy wont see the comment…</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/12/2.png" rel="lightbox[698]"><img class="alignnone size-full wp-image-700" src="http://www.buit.org/wp-content/uploads/2010/12/2.png" alt="" width="678" height="285" /></a><br />
Its easy to see where the other user(s) are editing. A bracket appears indicating the locked section. Commenting as said is still possible, editing isnt (see notification in bottom left corner) My section locking bracket appears differently, as seen below:</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/12/3.png" rel="lightbox[698]"><img class="alignnone size-full wp-image-701" src="http://www.buit.org/wp-content/uploads/2010/12/3.png" alt="" width="644" height="292" /></a></p>
<p>If you have a small document, or you have a writer going through it like a berserker touching every paragraph you might get something like this:</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/12/2.png" rel="lightbox[698]"></a></p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/12/4.png" rel="lightbox[698]"><img class="alignnone size-medium wp-image-702" src="http://www.buit.org/wp-content/uploads/2010/12/4-300x188.png" alt="" width="300" height="188" /></a></p>
<p>All sections locked until Andy saves the document, synching the changes and releasing them to me, the other author…<br />
From the backstage view it is possible to see who is editing the document, and send them a message. A quick image:<br />
 <a href="http://www.buit.org/wp-content/uploads/2010/12/5.png" rel="lightbox[698]"><img class="alignnone size-medium wp-image-703" src="http://www.buit.org/wp-content/uploads/2010/12/5-300x232.png" alt="" width="300" height="232" /></a></p>
<p>An overview of users (and the ability to send them an IM via integrated OCS) is also available at the bottom of the screen…</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/12/6.png" rel="lightbox[698]"><img class="alignnone size-full wp-image-704" src="http://www.buit.org/wp-content/uploads/2010/12/6.png" alt="" width="679" height="223" /></a></p>
<p>When both users try to save at the same time the second one is blocked…. Wait a few seconds and try again… Oh yeah, the indicator on save button indicates available updates…</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/12/7.png" rel="lightbox[698]"><img class="alignnone size-full wp-image-705" src="http://www.buit.org/wp-content/uploads/2010/12/7.png" alt="" width="307" height="303" /></a></p>
<p>Thats all for now folks ! Enjoy your co-authoring and remember to save often ! No sectionsquatters !!!</p>
<p>Ciao,</p>
<p>Martijn</p>
<p>ps: Thnx to <a href="http://www.twitter.com/@awdhaan">www.twitter.com/@awdhaan</a> for testing this feature together with me&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2010/12/03/a-few-firsthand-experiences-with-word-2010-co-authoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Bitlocker Status Reporting in SCCM 2007</title>
		<link>http://www.buit.org/2010/08/18/howto-bitlocker-status-reporting-in-sccm-2007/</link>
		<comments>http://www.buit.org/2010/08/18/howto-bitlocker-status-reporting-in-sccm-2007/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 12:27:53 +0000</pubDate>
		<dc:creator>dvanderuit</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Bitlocker]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=659</guid>
		<description><![CDATA[I recently had to come up with a solution that will enable administrators to build reports for client&#8217;s bitlocker status. To do so i found a few articles on the web that pointed me in the right direction, however i didn&#8217;t found a complete howto for it so that&#8217;s a good reason for me to post a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://picasaweb.google.com/lh/photo/Ne4UKlVEWV4hPb8NvV6X1Q?feat=directlink"></a>I recently had to come up with a solution that will enable administrators to build reports for client&#8217;s bitlocker status. To do so i found a few articles on the web that pointed me in the right direction, however i didn&#8217;t found a complete howto for it so that&#8217;s a good reason for me to post a complete one.</p>
<p>To enable bitlocker status reporting in a centralised management environment with SCCM you need to follow some steps because bitlocker is not integrated that far (yet??) in the Windows OS. First, let&#8217;s first take a look at the status information that bitlocker provides:</p>
<ul>
<li>Volume name, example: <strong>C: [OSDisk]</strong></li>
<li>Disk size, example: <strong>148,75 GB</strong></li>
<li>BitLocker Version, example: <strong>Windows 7</strong></li>
<li>Conversion Status, example: <strong>Fully Encrypted</strong></li>
<li>Percentage Encrypted, example: <strong>100%</strong></li>
<li>Encryption Method, example: <strong>AES 128 with Diffuser</strong></li>
<li>Protection Status, example: <strong>Protection On</strong></li>
<li>Lock Status, example: <strong>Unlocked</strong></li>
<li>Identification Field, example: <strong>None</strong></li>
<li>Key Protectors (Note: multivalue), example: <strong>TPM, Numerical Password</strong></li>
</ul>
<p>You can check the above on clients using the commandline tool <em>manage-bde.exe -status</em> on Windows 7 clients. For Vista clients use <em>cscript manage-bde.wsf -status. </em></p>
<p><strong>Step 1. Modify and deploy SMS_DEF.MOF</strong></p>
<p>We want bitlocker status information to be inventoried to SCCM. A proper way of doing that would be to add the bitlocker class to the <em>SMS_DEF.MOF </em>file on the management point (found in %SCCMinstallpath%\inboxes\clifiles.src\hinv). Make a copy of this file and edit with your favorite app. Add the following lines at the end of the file:</p>
<div>#pragma namespace (&#8220;\\\\.\\root\\cimv2\\SMS&#8221;) <strong>//make sure to use normal quotes!</strong><br />
#pragma deleteclass(&#8220;SCCM_BitLocker&#8221;,NOFAIL)</div>
<div>[ SMS_Report     (TRUE),</div>
<div>SMS_Group_Name ("SCCM_BitLocker"),</div>
<div>SMS_Class_ID   ("CUSTOM|SCCM_BitLocker|1.0") ]</div>
<div>class SCCM_BitLocker : SMS_Class_Template</div>
<div>{</div>
<div>[SMS_Report (TRUE), key ] string Drive;</div>
<div>[SMS_Report (TRUE)] string DriveLabel;</div>
<div>[SMS_Report (TRUE)] string Size;</div>
<div>[SMS_Report (TRUE)] string BitLocker_Version;</div>
<div>[SMS_Report (TRUE)] string Conversion_Status;</div>
<div>[SMS_Report (TRUE)] string Percentage_Encrypted;</div>
<div>[SMS_Report (TRUE)] string Encryption_Method;</div>
<div>[SMS_Report (TRUE)] string Protection_Status;</div>
<div>[SMS_Report (TRUE)] string Lock_Status;</div>
<div>[SMS_Report (TRUE)] string Identification_Field;</div>
<div>[SMS_Report (TRUE)] string Key_Protectors;</div>
<div>[SMS_Report (TRUE)] string Automatic_Unlock;</div>
<div>[SMS_Report (TRUE)] string ScriptLastRun;</div>
<div>};</div>
<p><em>[edit] Make sure to replace any fancy double quotes with normal quotes after copying because otherwise compiling or parsing will fail. Or download this file: <a href="http://www.buit.org/wp-content/uploads/2010/08/bitlocker_mof1.txt">bitlocker_mof</a>.</em></p>
<p>You should check the file for errors with <em>mofcomp.exe -check SMS_DEF.MOF.</em> To enable the MOF file on a single client run the following command on the client <em>mofcomp -class:forceupdate %pathtofile%\SMS_DEF.MOF. </em>Copy the edited file back to enable it on your ConfigMgr site.</p>
<p><strong>Step 2. Install Bitlocker</strong></p>
<p>Create and link a GPO to apply on the bitlocker clients that contain the following settings (or similair based on your own requirements):</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td colspan="2" width="100%" valign="top">Machine | Administrative Templates | System | Trusted Platform Module Services</td>
</tr>
<tr>
<td width="79%" valign="top">Turn on TPM backup to Active Directory Domain Services</td>
<td width="21%" valign="top">Enabled</td>
</tr>
<tr>
<td colspan="2" width="100%" valign="top">Machine | Administrative Templates | Windows Components | BitLocker Drive Encryption | Operating Sytem Drives</td>
</tr>
<tr>
<td width="79%" valign="top">Choose how BitLocker-protected operating system drives can be recovered</td>
<td width="21%" valign="top">Enabled</td>
</tr>
<tr>
<td width="79%" valign="top">Allow data recovery agent</td>
<td width="21%" valign="top">Disabled</td>
</tr>
<tr>
<td width="79%" valign="top">Configure user storage of BitLocker recovery information:</td>
<td width="21%" valign="top">Require 48-digit recovery passwordAllow 256-bit recovery key</td>
</tr>
<tr>
<td width="79%" valign="top">Omit recovery options from the BitLocker setup wizard</td>
<td width="21%" valign="top">Enabled</td>
</tr>
<tr>
<td width="79%" valign="top">Save BitLocker recovery information to AD DS for operating system drives</td>
<td width="21%" valign="top">Enabled</td>
</tr>
<tr>
<td width="79%" valign="top">Configure storage of BitLocker recovery information to AD DS:</td>
<td width="21%" valign="top">Store recovery passwords and key packages</td>
</tr>
<tr>
<td width="79%" valign="top">Do not enable BitLocker until recovery information is stored to AD DS for operating system drives</td>
<td width="21%" valign="top">Disabled</td>
</tr>
</tbody>
</table>
<p>Enter the BIOS on your client or use tools like the Dell client configuration utility to turn on TPM, clear the TPM and activate it. After doing this enable bitlocker encryption on the machine. You can use any method to achive this.</p>
<p><strong>Step 3. Add Bitlocker status to WMI &amp; run hw inventory</strong></p>
<p>Although there are multiple ways of manipulating bitlocker through WMI you still need a script to read, update and store bitlocker status information in the WMI repository (see <a href="http://msdn.microsoft.com/en-us/library/aa376409.aspx">http://msdn.microsoft.com/en-us/library/aa376409.aspx</a>). This is because Managed Object Format (MOF) files are not installed as part of the Windows SDK and therefore the included classes are not added to the WMI repository automatically by Windows itself.</p>
<p><em><strong>[update: A handy colleague wrote a powershell version of the script for adding the bitlocker status into WMI with some nice enhancements. All credits go to Daniel Last.]</strong></em></p>
<p>The scripts (use only one):</p>
<ul>
<li>VBS version: <a href="http://www.buit.org/wp-content/uploads/2010/08/UpdateBitlockerStatus.zip">UpdateBitlockerStatus.vbs</a></li>
<li>Powershell verion: <a href="http://www.buit.org/wp-content/uploads/2010/08/Bitlocker_Status.zip"><span style="text-decoration: line-through">Bitlocker_Status.ps1</span></a> <a href="http://www.buit.org/wp-content/uploads/2010/08/Bitlocker_Status_v1.1.ps1_.zip">Bitlocker_Status_v1.1.ps1</a> [update]</li>
</ul>
<p>Run the script and after that initiate a hardware inventory on the client. Note that the powershell version of the script already triggers a hardware inventory. Additionally, the powershell script need to be run with the powershell execution policy to be set to RemoteSigned. Do this using the following cmdlet: <em>Set-ExecutionPolicy RemoteSigned</em></p>
<p><strong>[edit] You could trigger the inventory in the vbscript by adding this line: </strong>WshShell.Run “WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule “&amp;Chr(34) &amp; “{00000000-0000-0000-0000-000000000001}” &amp; Chr(34) &amp; ” /NOINTERACTIVE”,,true</p>
<p>After a while you will find 2 new tables and 1 new view in the SCCM site database:</p>
<p><a href="http://lh3.ggpht.com/_lWnCoC2_6_I/TGvOcQjeLdI/AAAAAAAAHRk/VppR7vyxT3o/%5C%5CFile0011%5CBestusr2%24%5CRuitD%5CMijn%20Documenten%5CMijn%20Afbeeldingen%5Cbitlocker.jpg" rel="lightbox[659]"><img src="http://lh3.ggpht.com/_lWnCoC2_6_I/TGvOcQjeLdI/AAAAAAAAHRk/VppR7vyxT3o/%5C%5CFile0011%5CBestusr2%24%5CRuitD%5CMijn%20Documenten%5CMijn%20Afbeeldingen%5Cbitlocker.jpg" alt="" width="741" height="234" /></a></p>
<p><a href="http://lh3.ggpht.com/_lWnCoC2_6_I/TGvOcQjeLdI/AAAAAAAAHRk/VppR7vyxT3o/%5C%5CFile0011%5CBestusr2%24%5CRuitD%5CMijn%20Documenten%5CMijn%20Afbeeldingen%5Cbitlocker.jpg" rel="lightbox[659]"></a></p>
<p><strong>Step 4. Create the Report</strong></p>
<p>I created a report in SCCM with the following query:</p>
<p><em>SELECT     v_R_System.Name0 AS Computername, v_GS_SCCM_BitLocker0.Bitlocker_Status0 AS [Bitlocker Status],<br />
v_GS_SCCM_BitLocker0.BitLocker_Version0 AS [Bitlocker Versie], v_GS_SCCM_BitLocker0.Conversion_Status0 AS [Converstion Status],<br />
v_GS_SCCM_BitLocker0.Drive0 AS Drive, v_GS_SCCM_BitLocker0.DriveLabel0 AS DriveLabel, v_GS_SCCM_BitLocker0.Encryption_Method0 AS [Encryption Method],<br />
v_GS_SCCM_BitLocker0.Identification_Field0 AS [Identification Field], v_GS_SCCM_BitLocker0.Key_Protectors0 AS [Key Protectors],<br />
v_GS_SCCM_BitLocker0.Percentage_Encrypted0 AS [Percentage Encrypted], v_GS_SCCM_BitLocker0.Protection_Status0 AS [Protection Status],<br />
v_GS_SCCM_BitLocker0.ScriptLastRun0 AS [Script Last Run]<br />
FROM         v_GS_SCCM_BitLocker0 INNER JOIN<br />
v_R_System ON v_GS_SCCM_BitLocker0.ResourceID = v_R_System.ResourceID</em></p>
<p>And there it is, the Bitlocker report (note: old screenshot based another query but more or less similar):</p>
<p><a href="http://lh4.ggpht.com/_lWnCoC2_6_I/TGvOcY8LS-I/AAAAAAAAHRo/NURzqji2SAM/%5C%5CFile0011%5CBestusr2%24%5CRuitD%5CMijn%20Documenten%5CMijn%20Afbeeldingen%5Cbitlocker_report.jpg" rel="lightbox[659]"><img class="alignnone" src="http://lh4.ggpht.com/_lWnCoC2_6_I/TGvOcY8LS-I/AAAAAAAAHRo/NURzqji2SAM/%5C%5CFile0011%5CBestusr2%24%5CRuitD%5CMijn%20Documenten%5CMijn%20Afbeeldingen%5Cbitlocker_report.jpg" alt="" width="700" height="184" /></a></p>
<p><em>Tested on SCCM R2 with a Windows 7 Enterprise bitlocker client. </em></p>
<p>Feel free to comment on this post.</p>
<p>Regards,<br />
Douwe van de Ruit</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2010/08/18/howto-bitlocker-status-reporting-in-sccm-2007/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>do more with less in System Center Configuration Manager.Next (Beta 1)</title>
		<link>http://www.buit.org/2010/05/28/do-more-with-less-in-system-center-configuration-manager-next-beta-1/</link>
		<comments>http://www.buit.org/2010/05/28/do-more-with-less-in-system-center-configuration-manager-next-beta-1/#comments</comments>
		<pubDate>Fri, 28 May 2010 08:51:39 +0000</pubDate>
		<dc:creator>dvanderuit</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[v.Next]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=629</guid>
		<description><![CDATA[Hi i’m Douwe van de Ruit, a new blogger at buit.org and right now i have some nice things to share about the upcoming System Center Configuration Manager.next. Microsoft released Beta 1 last Tuesday so i downloaded it from the Microsoft connect site and kicked it in a virtual testlab to dig through the new [...]]]></description>
			<content:encoded><![CDATA[<p>Hi i’m Douwe van de Ruit, a new blogger at buit.org and right now i have some nice things to share about the upcoming System Center Configuration Manager.next. Microsoft released Beta 1 last Tuesday so i downloaded it from the Microsoft connect site and kicked it in a virtual testlab to dig through the new features and changes. I will show some new features from which i have great expectations. I will stick to the headlines only because covering all newly or changed features will be to much for a blogpost.</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/05/vnext-instalscreen3.png" rel="lightbox[629]"><img class="aligncenter size-medium wp-image-648" src="http://www.buit.org/wp-content/uploads/2010/05/vnext-instalscreen3-300x216.png" alt="" width="300" height="216" /></a></p>
<p>While installing SCCM.next i found out that the procedure was very similar to the way SCCM 2007 is installed. But when i started the Admin console i finally saw the “Outlook-styled” console for SCCM that is inline with consoles used for OpsMgr and VmMgr!</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/05/vnext-admin-console4.png" rel="lightbox[629]"><img class="aligncenter size-medium wp-image-649" src="http://www.buit.org/wp-content/uploads/2010/05/vnext-admin-console4-300x249.png" alt="" width="300" height="249" /></a></p>
<p>A good example of &#8220;do more with less&#8221; will be client settings, all settings are simplified by consolidating them in just one, simple and faste editable setting-interface:</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/05/vnext-client-settings1.png" rel="lightbox[629]"><img class="aligncenter size-medium wp-image-650" src="http://www.buit.org/wp-content/uploads/2010/05/vnext-client-settings1-300x190.png" alt="" width="300" height="190" /></a></p>
<p>So the interfacelifted GUI is a big change included in SCCM.next. But what about functionality and features? Well, Googling on vNext will return 3 main focus areas where Microsoft would deliver changed functionalities:</p>
<ol>
<li><em>User centric application management  – Empowering Administrators to define intent, and end users flexible access to the right application at the right time</em></li>
<li><em>Infrastructure simplification – Simplify management infrastructure, processes and administrative overhead</em></li>
<li><em>Simplify Client Management – Daily tasks, model based configuration management and improvements over existing capabilities</em></li>
</ol>
<p>User centric comes with so called user device affinity rules as you like, which can be used to define user’s devices and priorize them in a way that some deployments can depend on these affinity rules. Additionally, it will allow admins to create definitions of the relationship between the users and their applications in a way that the admins don’t have to worry about where that user is and what device it&#8217;s using .  They can trust the system that the user will have the right application at the right time in the right place suitable for the device they are on. Just a screenshot that relates to the user centric management functionality:</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/05/vnext-affinity-rules1.png" rel="lightbox[629]"><img class="aligncenter size-medium wp-image-651" src="http://www.buit.org/wp-content/uploads/2010/05/vnext-affinity-rules1-300x246.png" alt="" width="300" height="246" /></a></p>
<p>Just looking at the interface already shows that all administrative tasks just got easier and smarter and will achieve better overall performance in using ConfigMgr for all tasks. Infrastructure and Client Management simplifications will take more investigation to find out significant improvements as opposed to SCCM 2007. However, i do know that distribution points in SCCM.next will support scheduling and throttling. Imagining a branch office with a considerable amount of clients, you normally would create a secondary site if there was a concern about content distribution bandwidth consumption during office hours. With SCCM.next now you&#8217;re not bound to secondary sites because you can use distribution points with scheduling and throttling capabilities using the newly added &#8221;Rate Limits&#8221; tab in distribution point settings.</p>
<p>By simplified client management Microsoft introduces the &#8220;Custom Client Setting&#8221;. With this feature you can create custom client agent settings which you can apply to collections containing devices, users or both. On top of the custom client settings you will still be able to configure the top-level client agent settings. The need for an extra Primary site will become unneccesary if the only reason would be driven out of other Client settings. Very nice.</p>
<p><a href="http://www.buit.org/wp-content/uploads/2010/05/vnext-custom-client-settings.png" rel="lightbox[629]"><img class="aligncenter size-medium wp-image-653" src="http://www.buit.org/wp-content/uploads/2010/05/vnext-custom-client-settings-300x228.png" alt="" width="300" height="228" /></a></p>
<p>To summarize some more new stuff i (quickly) found:</p>
<ul>
<li>added distribution groups for administrative purpose</li>
<li>SCCM.next is 64 bit only</li>
<li>SQL 2008 required</li>
<li>added more than 300 extra SQL tables in the site database</li>
<li>changed the term “Advertisements” into “Deployments”</li>
<li>added Global Conditions settings which can be used to divide device types based on various parameters</li>
<li>SQL Reporting service replaces standard reporting</li>
<li>the “inboxes” system is still in use (and not transformed into SQL based communication as introduced before as a “wanna have”)</li>
<li>&#8220;Create Report&#8221; function crashes in my test lab <img src='http://www.buit.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </li>
<li>Help function returns white pixels <img src='http://www.buit.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>SCCM 2007 DCM and Assett Intelligence nodes are integrated into a &#8220;Assets and Compliance&#8221; tab</li>
<li>New System roles: Software Catalog Web Service Point, Software Catalog Web Site Point, Mobile device enrollment proxy point, Mobile device enrollment point</li>
</ul>
<p>Nice stuff so far :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2010/05/28/do-more-with-less-in-system-center-configuration-manager-next-beta-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to perform remote assistance?</title>
		<link>http://www.buit.org/2010/05/01/how-to-perform-remote-assistance/</link>
		<comments>http://www.buit.org/2010/05/01/how-to-perform-remote-assistance/#comments</comments>
		<pubDate>Sat, 01 May 2010 19:00:30 +0000</pubDate>
		<dc:creator>PSlijkhuis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows remote support teamview]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=623</guid>
		<description><![CDATA[Recently I noticed a change in remote support through Microsoft Windows. This is a feature I use a lot when helping family with their issues. Now I have an issue. I cannot get through anymore. Somehow remote support is blocked. I noticed a change. Before, the receiving party had to enter a session password. Now, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I noticed a change in remote support through Microsoft Windows. This is a feature I use a lot when helping family with their issues. Now I have an issue. I cannot get through anymore. Somehow remote support is blocked. I noticed a change. Before, the receiving party had to enter a session password. Now, a 12 digit security code is presented which the helping party needs to enter flawless. I have tried is at least three times with totally different machines and at differert times. Every time a connection was not established.</p>
<p>This time, I did not have endless time to troubleshoot. So I decided to make a quick escape through an internet service. I found TeamViewer 5 to be an easy to use replacable. For home use it&#8217;s free. It uses two simple codes to identify the session. For now, I stick with this. Because there is nothing more frustrating for a helpdesk like me than not seeing what happens on the other side, I guess&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2010/05/01/how-to-perform-remote-assistance/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>BUIT @ TechED 2009</title>
		<link>http://www.buit.org/2009/11/11/buit-teched-2009/</link>
		<comments>http://www.buit.org/2009/11/11/buit-teched-2009/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:18:21 +0000</pubDate>
		<dc:creator>Erik Luppes</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=617</guid>
		<description><![CDATA[Last Tuesday at the Microsoft Tech•Ed Europe 2009 conference in Germany, Microsoft Business Division President Stephen Elop announced that Microsoft Exchange Server 2010 is now available worldwide to help businesses reduce costs, protect communications and delight e-mail users. Along with Windows 7 and Windows Server 2008 R2, Exchange Server 2010 is part of a generation [...]]]></description>
			<content:encoded><![CDATA[<p>Last Tuesday at the Microsoft Tech•Ed Europe 2009 conference in Germany, Microsoft Business Division President Stephen Elop announced that Microsoft Exchange Server 2010 is now available worldwide to help businesses reduce costs, protect communications and delight e-mail users. Along with Windows 7 and Windows Server 2008 R2, Exchange Server 2010 is part of a generation of solutions designed for increased business productivity and cost savings.</p>
<p> In today’s challenging economic environment, innovative use of new information technologies can result in improved operational efficiency and reduced costs. The combination of cost savings coupled with improved productivity and innovation is defined as “the New Efficiency.”</p>
<p> Elop also announced the release of Forefront Protection 2010 for Exchange Server, which helps Exchange Server customers further safeguard business information.</p>
<p> “Exchange Server 2010 customers are already reporting cost savings of up to 70 percent thanks to a simplified high-availability model and support for lower-cost storage. Customers are also seeing productivity gains of more than 20 percent with a universal inbox that delivers e-mail, voice mail, instant messaging and text messaging consistently across virtually any device,” Elop said. “Together with Windows 7 and Windows Server 2008 R2, the combined cost savings and improved productivity helps customers generate long-term business success.”</p>
<p> According to a commissioned study of technology early adopters conducted by Forrester Consulting on behalf of Microsoft Corp., a customer can see a payback period of less than six months when upgrading to either Exchange Server 2010* or Windows Server 2008 R2.**</p>
<p> Customers such as Bank of America Corp., Carnival Cruise Line, Global Crossing, Lifetime Products, Morgan Keegan &amp; Co. Inc., NEC Philips, Subaru Canada Inc. and Telekom Austria Group are deploying Exchange Server 2010 and report impressive results with the new server.</p>
<p> “We have increased storage eightfold at 25 percent of the cost with Exchange Server 2010 and our employees are seeing a reduction of unwanted e-mail by more than 70 percent, freeing us up to focus on more important client issues,” said Steve Derbyshire, operations director, NEC Philips.</p>
<p> Organizations including Automatic Data Processing Inc., BMW, Baker Tilly, the City of Miami, Energizer, Getronics and Pella Corp. are deploying Windows 7 and report gains in efficiency for both business users and IT. Customers report improved user productivity and easier information access, reduced costs with streamlined management, and reduced risk through better security and increased desktop control. Supporting detail is available in recent total cost of ownership studies and analyst survey reports at http://www.microsoft.com/windows/enterprise/products/windows-7/default.aspx.</p>
<p> Businesses are seeing equally significant results from Windows Server 2008 R2, with customers including Continental Airlines Inc. (U.S.), Chester Zoo (U.K.), Combell Group NV (Belgium), FinPro (Finland), Wacom Europe GmbH (Germany) and Wortell (Netherlands) noting cost savings through server consolidation, reduced power consumption and improved service levels.</p>
<p> “With Windows Server 2008 R2, we’ve been able to dramatically reduce costs in our IT infrastructure while simplifying management,” said Phil Morris, IT manager, North England Zoological Society/Chester Zoo. “By virtualizing our environment with Windows Server 2008 R2 Hyper-V, we have reduced the number of servers in our environment by 80 percent while maintaining the high availability our retail staff, researchers and management team need.”</p>
<p> “Windows Server 2008 R2 brings many efficiencies to our customers, including enabling new virtualization scenarios,” said Bill Laing, corporate vice president for the Windows Server and Solutions Division at Microsoft. “We’ve added the next generation of hypervisor and the new ability to perform Live Migration of virtual machines. Many customers are already seeing tangible results since deploying Windows Server 2008 R2 with Hyper-V.”</p>
<p> Elop said more than 45,000 partners are trained on Windows Server 2008 R2 and Exchange Server 2010, with several partners announcing new services and solutions today, including Advanced Micro Devices Inc., Avanade, Dell Inc., EMC Corp., Kaspersky Lab, Symantec Corp. and Unisys Corp.</p>
<p> Exchange Server 2010 and Forefront Protection 2010 for Exchange are available now for trial at <a href="http://www.thenewefficiency.com" target="_blank">http://www.thenewefficiency.com</a>, along with more information about Windows 7, Windows Server 2008 R2 and partner solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2009/11/11/buit-teched-2009/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Howto deploy a Federated Search Connector in Windows 7</title>
		<link>http://www.buit.org/2009/08/07/howto-deploy-a-federated-search-connector-in-windows-7/</link>
		<comments>http://www.buit.org/2009/08/07/howto-deploy-a-federated-search-connector-in-windows-7/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 22:42:18 +0000</pubDate>
		<dc:creator>Erik Luppes</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Connector]]></category>
		<category><![CDATA[Federated]]></category>
		<category><![CDATA[Group]]></category>
		<category><![CDATA[Policy]]></category>
		<category><![CDATA[Preferences]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=608</guid>
		<description><![CDATA[Howto deploy a Federated Search Connector in Windows 7 Yesterday we had a kickoff for an Early Adopter Windows 7 Community @ Microsoft in the Netherlands. One of the presentations was about Federated Search and how this nice option will make our work much easier. Some people were wondering howto deploy a Federated Search Connector [...]]]></description>
			<content:encoded><![CDATA[<p>Howto deploy a Federated Search Connector in Windows 7</p>
<p>Yesterday we had a kickoff for an Early Adopter Windows 7 Community @ Microsoft in the Netherlands.<br />
One of the presentations was about Federated Search and how this nice option will make our work much easier.</p>
<p>Some people were wondering howto deploy a Federated Search Connector in an Enterprise Environment, but nobody seems to know the answer. Reason for me to find out how to do this.</p>
<p>As for most solutions, it is not the only or the best solution, but because I like Group Policy Preferences (GPP) so much I developed a way to deploy a search connector using GPP.</p>
<p>In this example I will deploy the <a href="http://www.sevenforums.com/sfp/youtube.osdx" target="_blank">Youtube connector.</a><br />
(Look for more connectors on : <a href="http://www.sevenforums.com/tutorials/742-windows-7-search-federation-providers.html">http://www.sevenforums.com/tutorials/742-windows-7-search-federation-providers.html</a>)</p>
<p>On an admin PC just doubleclick on the downloade file, this will install the Search Connector on your PC, in fact it will install it in your user profile.</p>
<p>Now we need 2 files from your profile, first look up C:\USERS\&lt;YOUR USERNAME&gt;\LINKS\YOUTUBE.LNK<br />
Before you copy this file right click it, choose properties and change the targetlocation to : C:\Users\%USERNAME%\Searches\Youtube.searchConnector-ms</p>
<p>Now copy this file to for example your NETLOGON share.</p>
<p>After that copy the file C:\USERS\&lt;YOUR USERNAME&gt;\SEARCHES\Youtube.searchConnector-ms to the NETLOGON share.</p>
<p>We&#8217;ve got the files that we need to deploy it to our users.</p>
<p>Logon to your domain controller (or the machine that you use to manage Group Policy) and open the Group Policy Management Console.<br />
N.B. To manage Group Policy Preferences you need a Windows Server 2008 (R2), Windows Vista or Windows 7 machine.</p>
<p>Open your User policy and expand the User Configuration node.<br />
Now go to Preferences -&gt; Windows Settings -&gt; Files.</p>
<p>Add these 2 files :</p>
<p><a href="http://www.buit.org/wp-content/uploads/2009/08/searches.png" rel="lightbox[608]"><img class="alignnone size-medium wp-image-609" title="link" src="http://www.buit.org/wp-content/uploads/2009/08/link-271x300.png" alt="link" width="271" height="300" /><img class="alignnone size-medium wp-image-611" title="searches" src="http://www.buit.org/wp-content/uploads/2009/08/searches-271x300.png" alt="searches" width="271" height="300" /></a></p>
<p>If you close the file screens, the preference screen will look like this (except for my domain name <img src='http://www.buit.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p><a href="http://www.buit.org/wp-content/uploads/2009/08/preference.png" rel="lightbox[608]"><img class="alignnone size-medium wp-image-610" title="preference" src="http://www.buit.org/wp-content/uploads/2009/08/preference-300x70.png" alt="preference" width="300" height="70" /></a></p>
<p>Now the only thing you have to do is wait until the user policy is refreshed ( a user does not have to take any action and will see the search provider automaticly)<br />
And if you cant wait, just use the good old GPUPDATE.</p>
<p>Thats it for now, please enjoy.</p>
<p>Regards,</p>
<p>Erik</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2009/08/07/howto-deploy-a-federated-search-connector-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

