<?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 &#187; General</title>
	<atom:link href="http://www.buit.org/category/general/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>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>
		<item>
		<title>Windows Quota&#8217;s based on Group Membership</title>
		<link>http://www.buit.org/2009/07/16/windows-quotas-based-on-group-membership/</link>
		<comments>http://www.buit.org/2009/07/16/windows-quotas-based-on-group-membership/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 17:20:31 +0000</pubDate>
		<dc:creator>Benno Zelders</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[FSRM]]></category>
		<category><![CDATA[Quota]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.buit.org/?p=588</guid>
		<description><![CDATA[I noticed that is currently is impossible or at least difficult to apply Disk Quota&#8217;s based on Security Groups instead on Folder location / users. In this article I will try to explain a solution for this problem.   To successfully apply quota&#8217;s to groups, you need the following things: Windows 2008 Domain Controllers for Group [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">I noticed that is currently is impossible or at least difficult to apply Disk Quota&#8217;s based on Security Groups instead on Folder location / users. In this article I will try to explain a solution for this problem.</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;"> </span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">To successfully apply quota&#8217;s to groups, you need the following things:</span></span></span></p>
<ul>
<li>
<div class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Windows 2008 Domain Controllers for Group Policy Preferences</span></span></span></div>
</li>
<li>
<div class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">File Server Resource Manager (available on Windows Server 2003 R2 and Server 2008)</span></span></span></div>
</li>
<li>
<div class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">A single file server</span></span></span></div>
</li>
<li>
<div class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Security Groups</span></span></span></div>
</li>
<li>
<div class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Vb Scripts</span></span></span></div>
</li>
<li>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-family: Calibri; font-size: small;">Event triggered tasks</span></span></p>
</li>
</ul>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"> </p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">In this situation, there are 3 quota templates defined in the File Server Resource Manager:</span></span></span></p>
<ul>
<li>
<div class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Bronze (100 MB), applied to the share \\SERVER1\HOME$\BRONZE</span></span></span></div>
</li>
<li>
<div class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Silver (200 MB), applied to the share \\SERVER1\HOME$\SILVER</span></span></span></div>
</li>
<li>
<div class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Gold (500 MB), applied to the <span style="color: #000000;">share \\SERVER1\HOME$\GOLD</span></span></span></span></div>
</li>
</ul>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt">  </p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Ok here we go! This how-to is pretty straight forward, so if I am going to fast plz let me know!</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;"> </span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">1: Create the required QUOTA templates in FSRM (BRONZE, SILVER, GOLD)</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">2: Create a HOME$ share on a fileserver (in this example SERVER1)</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">3: For every QUOTA template, create a separate subfolder with the Quota name (BRONZE, SILVER and GOLD).</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">4: Apply the QUOTA templates on the in step 3 created folders (BRONZE -&gt; BRONZE. SILVER -&gt; SILVER etc)</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">5: Create three security Groups (in this example BRONZE, SILVER and GOLD)</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">6: Create a folder redirection policy for Desktop and Documents and configure it as show in the pictures below:</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">(pictures only show the BRONZE part, also add the SILVER and GOLD Groups\locations)<br />
</span></span></span></p>
<div><a rel="WLPP;url=https://axa6ma.bay.livefilestore.com/y1mcSBJcu9NLMLERUyI7qxqin3x0mDpw6wn-9lYU97YjVr4NHgZBjjugXwclvuqpAEV3B6xK02AAIUT4FWI2ZYERwPwTQFqwsk67OJDNVdNOHPvHnpAfRfRlw3qtjksPeOQo4M2Msx_UhVUGqSs8bOd-A/Capture.PNG" href="https://axa6ma.bay.livefilestore.com/y1mcSBJcu9NLMLERUyI7qxqin3x0mDpw6wn-9lYU97YjVr4NHgZBjjugXwclvuqpAEV3B6xK02AAIUT4FWI2ZYERwPwTQFqwsk67OJDNVdNOHPvHnpAfRfRlw3qtjksPeOQo4M2Msx_UhVUGqSs8bOd-A/Capture.PNG" target="_blank" rel="lightbox[588]"><img style="width: 230px; height: 312px;" src="https://axa6ma.bay.livefilestore.com/y1mcSBJcu9NLMLERUyI7qxqin3x0mDpw6wn-9lYU97YjVr4NHgZBjjugXwclvuqpAEV3B6xK02AAIUT4FWI2ZYERwPwTQFqwsk67OJDNVdNOHPvHnpAfRfRlw3qtjksPeOQo4M2Msx_UhVUGqSs8bOd-A/Capture.PNG" alt="" width="216" height="324" /></a><a rel="WLPP;url=https://axa6ma.bay.livefilestore.com/y1m-OJEYNoRKHB-2wGxPRZO3zcNtnT1pv0Gv4sog4MSCbeZ0FkeDyiJuG5hye8269zQThDfvcWJUi4pvcAtKtLl1OsaHkvqavjX0hCx31Ix_RhBCifUzYhUyoUvlGIPHJxSGfrId0swOsl5HAQzRpQK-g/Capture2.PNG" href="https://axa6ma.bay.livefilestore.com/y1m-OJEYNoRKHB-2wGxPRZO3zcNtnT1pv0Gv4sog4MSCbeZ0FkeDyiJuG5hye8269zQThDfvcWJUi4pvcAtKtLl1OsaHkvqavjX0hCx31Ix_RhBCifUzYhUyoUvlGIPHJxSGfrId0swOsl5HAQzRpQK-g/Capture2.PNG" target="_blank" rel="lightbox[588]"><img style="width: 281px; height: 312px;" src="https://axa6ma.bay.livefilestore.com/y1m-OJEYNoRKHB-2wGxPRZO3zcNtnT1pv0Gv4sog4MSCbeZ0FkeDyiJuG5hye8269zQThDfvcWJUi4pvcAtKtLl1OsaHkvqavjX0hCx31Ix_RhBCifUzYhUyoUvlGIPHJxSGfrId0swOsl5HAQzRpQK-g/Capture2.PNG" alt="" width="383" height="420" /></a></div>
<div>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">(configure redirection based on Security Groups and make sure the &#8220;Move the contents of &#8230;.. to the new location&#8221; is not checked!)</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"> </p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">7: <span style="text-decoration: underline;">Create a VBS for every QUOTA </span>as shown below and place them on a centrally accessible share (\\DOMAINNAME.LOCAL\NETLOGON\SCRIPTS for example):</span></span></span></p>
</div>
<div> </div>
<div><a rel="WLPP;url=https://axa6ma.bay.livefilestore.com/y1m_WXsCvFmLpAa7JKL3wHFcyqJhhJJ4qFO-5AWt8dM0xtNYOExc05vUK5mmbLkPlNrVz0CCuHDccM7HdMHYy683U_fsbqhssUi4k90NqWgK9Vg-ueOgLQvcxmbov-fZJS4gjbfzhnBL-mBN8-eOJhEIg/Capture3.PNG" href="https://axa6ma.bay.livefilestore.com/y1m_WXsCvFmLpAa7JKL3wHFcyqJhhJJ4qFO-5AWt8dM0xtNYOExc05vUK5mmbLkPlNrVz0CCuHDccM7HdMHYy683U_fsbqhssUi4k90NqWgK9Vg-ueOgLQvcxmbov-fZJS4gjbfzhnBL-mBN8-eOJhEIg/Capture3.PNG" target="_blank" rel="lightbox[588]"><img style="width: 331px; height: 195px;" src="https://axa6ma.bay.livefilestore.com/y1m_WXsCvFmLpAa7JKL3wHFcyqJhhJJ4qFO-5AWt8dM0xtNYOExc05vUK5mmbLkPlNrVz0CCuHDccM7HdMHYy683U_fsbqhssUi4k90NqWgK9Vg-ueOgLQvcxmbov-fZJS4gjbfzhnBL-mBN8-eOJhEIg/Capture3.PNG" alt="" width="387" height="244" /></a></div>
<div>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">The script moves the user files to the correct &#8216;quota&#8217; location. If the user is member of the group &#8220;BRONZE&#8221;, all the files are moved from the \\SERVER1\HOME$\SILVER and \\SERVER1\HOME$\GOLD share to the BRONZE location.</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;"> </span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">8: <span style="text-decoration: underline;">For every QUOTA</span>, create shortcuts using Group Policy Preferences (User Configurarion\Preferences\Windows Settings\Shortcuts) and target them as shown in the third picture (example is for the BRONZE quota, they also have to be created for SILVER and GOLD):</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">!!IT IS VERY IMPORTANT TO USE IDENTICAL NAMES FOR THE SHORTCUTS!!!</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"> </p>
</div>
<div>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">The reason is that the appropriate shortcut is created based on group membership. If the user is added to a different group, the shortcut is overwritten.</span></span></span></p>
</div>
<div> </div>
<div><a rel="WLPP;url=https://axa6ma.bay.livefilestore.com/y1mts42JL_N77hSxSTfHyfx6YgtYjjiW6ZNAVilwopOqrGuqGPUfQXTS5V7yfc-YPn8ab7spXvVmTWMU-Ikp-IYySE3E6w4B_Y0MDBWAHw_YtDTAmdQkWh2KEo_WqDGMuVJSAVtfJ6HuFIl8uzG3IuzpA/Capture4.PNG" href="https://axa6ma.bay.livefilestore.com/y1mts42JL_N77hSxSTfHyfx6YgtYjjiW6ZNAVilwopOqrGuqGPUfQXTS5V7yfc-YPn8ab7spXvVmTWMU-Ikp-IYySE3E6w4B_Y0MDBWAHw_YtDTAmdQkWh2KEo_WqDGMuVJSAVtfJ6HuFIl8uzG3IuzpA/Capture4.PNG" target="_blank" rel="lightbox[588]"><img src="https://axa6ma.bay.livefilestore.com/y1mts42JL_N77hSxSTfHyfx6YgtYjjiW6ZNAVilwopOqrGuqGPUfQXTS5V7yfc-YPn8ab7spXvVmTWMU-Ikp-IYySE3E6w4B_Y0MDBWAHw_YtDTAmdQkWh2KEo_WqDGMuVJSAVtfJ6HuFIl8uzG3IuzpA/Capture4.PNG" alt="" width="251" height="272" /></a> <a rel="WLPP;url=https://axa6ma.bay.livefilestore.com/y1mVDC1CxIKzil8aPrk3AcHCZlAhlZiUey4n9f0gZQdtNJ5WLTlOvThSGJirl1NUS6Yv5113Cqp83bYh1hA0EoEAEr_a7ldgigzY9qxq9SFk-DkGNgZVMTbufoAEGvWPdU_yLCCse5bqqs4HtTM0PieKA/Capture6.PNG" href="https://axa6ma.bay.livefilestore.com/y1mVDC1CxIKzil8aPrk3AcHCZlAhlZiUey4n9f0gZQdtNJ5WLTlOvThSGJirl1NUS6Yv5113Cqp83bYh1hA0EoEAEr_a7ldgigzY9qxq9SFk-DkGNgZVMTbufoAEGvWPdU_yLCCse5bqqs4HtTM0PieKA/Capture6.PNG" target="_blank" rel="lightbox[588]"><img style="width: 277px; height: 270px;" src="https://axa6ma.bay.livefilestore.com/y1mVDC1CxIKzil8aPrk3AcHCZlAhlZiUey4n9f0gZQdtNJ5WLTlOvThSGJirl1NUS6Yv5113Cqp83bYh1hA0EoEAEr_a7ldgigzY9qxq9SFk-DkGNgZVMTbufoAEGvWPdU_yLCCse5bqqs4HtTM0PieKA/Capture6.PNG" alt="" width="389" height="435" /></a></div>
<div>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="font-size: small;"><span style="font-family: Calibri;"><span>Target path is the location of the VBS files. In this example it is <span style="COLOR: #0066cc; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US">\\DOMAINNAME\NETLOGON\SCRIPTS\BRONZE.VBS</span></span></span></span></p>
</div>
<div> </div>
<div><a rel="WLPP;url=https://axa6ma.bay.livefilestore.com/y1mUDmogTm556au8RtG2yRzausAJh5X7R65L9VIZdciAcNs4vRWoUb3y0Khk6urFOP05FEbTPVQDoebFj8TeLnC31d4cbv38FZWiOWL94I5gcwZ5ms8gh79SfCbOaUKUf5vT3LGd5q19QUh_ROdyWdNAA/Capture5.PNG" href="https://axa6ma.bay.livefilestore.com/y1mUDmogTm556au8RtG2yRzausAJh5X7R65L9VIZdciAcNs4vRWoUb3y0Khk6urFOP05FEbTPVQDoebFj8TeLnC31d4cbv38FZWiOWL94I5gcwZ5ms8gh79SfCbOaUKUf5vT3LGd5q19QUh_ROdyWdNAA/Capture5.PNG" target="_blank" rel="lightbox[588]"><img src="https://axa6ma.bay.livefilestore.com/y1mUDmogTm556au8RtG2yRzausAJh5X7R65L9VIZdciAcNs4vRWoUb3y0Khk6urFOP05FEbTPVQDoebFj8TeLnC31d4cbv38FZWiOWL94I5gcwZ5ms8gh79SfCbOaUKUf5vT3LGd5q19QUh_ROdyWdNAA/Capture5.PNG" alt="" /></a></div>
<div>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">As you can see, this shortcut is only updated for users that are member of the BRONZE group. If they are also member of the SILVER / GOLD group, nothing will be changed.</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-family: Calibri; font-size: small;"> </span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;"><strong>Now the final part (optional, but highly recommended)</strong></span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-family: Calibri; font-size: small;"> </span></span></p>
<div class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Create a event triggered tasks to:</span></span></span></div>
<ul>
<li><span style="color: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Remove the user from the groups SILVER and GOLD if added to BRONZE</span></span></span></li>
<li><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Remove the user from the groups BRONZE and GOLD if added to SILVER</span></span></span></li>
<li><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Remove the user from the groups BRONZE and SILVER if added to GOLD</span></span></span></li>
</ul>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="font-size: small;"><span style="font-family: Calibri;"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US">How to do this can be found in the following blogpost </span><span style="COLOR: black; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><a href="http://www.buit.org/2009/07/16/event-based-triggered-tasks/"><span style="mso-ansi-language: EN-US" lang="EN-US">http://www.buit.org/2009/07/16/event-based-triggered-tasks/</span></a></span><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US">.</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-family: Calibri; font-size: small;"> </span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-ansi-language: EN-US; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin" lang="EN-US"><span style="font-size: small;"><span style="font-family: Calibri;">Et Voila! Quota&#8217;s can be applied to Groups instead of users <img src='http://www.buit.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</span></span></span></p>
</div>
<div>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt">
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"> </p>
<p><span style="COLOR: black; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="font-size: small;"><span style="font-family: Calibri;">Regards,</span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="font-size: small;"><span style="font-family: Calibri;"> </span></span></span></p>
<p class="MsoNormal" style="LINE-HEIGHT: 14.25pt; MARGIN: 0cm 0cm 0pt"><span style="COLOR: black; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="font-size: small;"><span style="font-family: Calibri;">Benno Zelders</span></span></span></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.buit.org/2009/07/16/windows-quotas-based-on-group-membership/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

