<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://ucug.nl/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>UCUG.NL</title><link>http://ucug.nl/blogs/</link><description>De Nederlandse Unified Communications User Group</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Kanarie (Canary) in Exchange 2010</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/09/01/kanarie-canary-in-exchange-2010.aspx</link><pubDate>Wed, 01 Sep 2010 20:01:00 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:327</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Een klant kwam met een melding over een Canary in de eventlog van Exchange 2010 SP1:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier;"&gt;Log Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application &lt;br /&gt;Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MSExchange Control Panel &lt;br /&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-8-2010 19:03:03 &lt;br /&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 38 &lt;br /&gt;Task Category: General &lt;br /&gt;Level:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error &lt;br /&gt;Keywords:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Classic &lt;br /&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A &lt;br /&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HCAS01.hosting.local &lt;br /&gt;Description: &lt;br /&gt;Current User: &amp;#39;HOSTING\extest_5a2870cf97864&amp;#39; &lt;br /&gt;Exchange Control Panel detected an invalid canary from request for URL &amp;#39;https://webmail.exchangelabs.nl/ecp/RulesEditor/InboxRules.svc/GetList&amp;#39;. &lt;br /&gt;Canary in cookie: &amp;#39;c44995fe-5ee9-466c-99c6-4c55eafe076f&amp;#39; mismatch with canary in header/form: &amp;#39;&amp;#39;. &lt;br /&gt;Event Xml:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Een canary is in SP1 geintroduceerd (en 2007 SP3) om cross-site script attacks tegen te gaan. De &amp;#39;canary&amp;#39; is een string welke continue tussen client en server wordt gebruikt om zodoende ook &amp;#39;man in the middle attacks&amp;#39; tegen te gaan. Maar, bovenstaande melding is een known issue (=bug) in SP1 welke tevoorschijn komt als je met Test-ECPConnectivity cmdlet aan de slag gaat.&lt;/p&gt;
&lt;p&gt;De Test-ECPConnectivity is een cmdlet in Exchange 2010 (en dus ook SP1) waarmee je het Exchange Control Panel kunt testen. Om dit te gebruiken moet eerst een test gebruiker aangemaakt worden. Deze testgebruiker kan worden aangemaakt met het script New-TestCasConnectivityUser.ps1 welke in de \Scripts directory zit van Exchange 2010. Hier moet ook een Mailbox Server worden opgegeven, dus het commando kan er als volgt uit zien:&lt;/p&gt;
&lt;p&gt;Get-MailboxServer &amp;ndash;Identity SERVER | .\New-TestCasConnectivityUser.ps1&lt;/p&gt;
&lt;p&gt;&lt;img height="290" width="580" src="http://exchangelabs.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_6B415120.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Nu wordt de testgebruiker aangemaakt en kan het echt test cmdlet worden aangeroepen.&lt;/p&gt;
&lt;p&gt;&lt;img height="290" width="582" src="http://exchangelabs.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_52355B0E.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Wil je meer informatie, dan kan je altijd de | fl optie gebruiken:&lt;/p&gt;
&lt;p&gt;&lt;img height="548" width="576" src="http://exchangelabs.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_1DB488C6.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;De gebruiker &amp;lsquo;extest_5a2870cf97864&amp;rsquo; vind je dus ook terug in de eventlog zoals helemaal bovenaan getoond.&lt;/p&gt;
&lt;p&gt;Zoals gezegd, dit is dus een bug in SP1 en ook als zodanig door MS geidentificeerd. Staat op de planning voor een Update Rollup Fix, maar als de business case niet goed gemaakt kan worden dan kan het ook pas met SP2 gefixt worden.&lt;/p&gt;
&lt;p&gt;Kom je deze kanarie tegen, niets van aantrekken dus.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=327" width="1" height="1"&gt;</description><category domain="http://ucug.nl/blogs/jaapwess/archive/tags/Exchange+2007+SP3/default.aspx">Exchange 2007 SP3</category><category domain="http://ucug.nl/blogs/jaapwess/archive/tags/canary/default.aspx">canary</category><category domain="http://ucug.nl/blogs/jaapwess/archive/tags/invalid+canary/default.aspx">invalid canary</category><category domain="http://ucug.nl/blogs/jaapwess/archive/tags/Exchange+2010+SP1/default.aspx">Exchange 2010 SP1</category><category domain="http://ucug.nl/blogs/jaapwess/archive/tags/ECP/default.aspx">ECP</category></item><item><title>ICT nieuws t/m week 31 2010</title><link>http://ucug.nl/blogs/bob/archive/2010/07/27/ict-nieuws-t-m-week-31-2010.aspx</link><pubDate>Tue, 27 Jul 2010 13:02:05 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:324</guid><dc:creator>Bob Daamen</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Het is nu volop vakantie, half Nederland is weg. Zelf sta ik op het punt om een maand niet in Nederland te zijn. Daarom vlak voor mijn vertrek nog een post.&lt;/p&gt;  &lt;p&gt;De afgelopen periode was het al behoorlijk rustig, behalve op het vlak van security. Een aantal security bedrijven presenteerden halfjaarlijkse rapporten (Secunia, McAfee) en daarnaast waren er weer de gebruikelijke perikelen rondom Microsoft patches. Microsoft had weer een stapel bulletins en een vervelende 0-day. Dit is vooral vervelend voor werkstations omdat het makkelijk te misbruiken is. Zorg dat je Windows 2000 en XP SP2 achter je hebt gelaten, die worden niet meer ondersteund en voor het genoemde lek verschijnt dan ook geen update.&lt;/p&gt;  &lt;p&gt;Uiteraard weer de bekende Exchange artikelen van MSexchange.org en telnetport25.org. ben je een Exchange admin, dan zeker lezen.&lt;/p&gt;  &lt;p&gt;En natuurlijk heb ik nog volop interessante artikeltjes verzameld. Happy reading…. en een fijne vakantie.&lt;/p&gt;  &lt;p&gt;Bob&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;SECURITY: IBM neemt patch bedrijf BigFix over&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: ibm.com&lt;/p&gt;  &lt;p&gt;IBM laat middels een persbericht de wereld weten dat ze patchbedrijf BigFix overnemen. De producten zullen worden ondergebracht in IBM’s softwaredivisie. IBM zal de producten inpassen in haar de suites die IBM zelf voor het datacenter heeft. Met name de verregaande automatisering die in datacenters gewenst is kan hiermee verder vormgegeven worden.&lt;/p&gt;  &lt;p&gt;Hoeveel geld er met de overname gemoeid is blijft onduidelijk.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www-03.ibm.com/press/us/en/pressrelease/32026.wss"&gt;http://www-03.ibm.com/press/us/en/pressrelease/32026.wss&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Zero-day gat in Windows XP intensief uitgebuit&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: webwereld.nl&lt;/p&gt;  &lt;p&gt;Afgelopen maand werd een ernstig lek in Windows XP ontdekt en gemeld als &lt;a href="http://www.microsoft.com/technet/security/advisory/2219475.mspx"&gt;Microsoft Security Advisory&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Nu is gebleken dat het lek actief misbruikt wordt in al behoorlijke aantallen.&lt;/p&gt;  &lt;p&gt;Natuurlijk heeft de melder van het lek nogal wat ellende over zich heen gekregen maar de man zegt dat hij zich gedwongen voelde omdat Microsoft aangaf niet binnen 60 dagen te willen patchen.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://webwereld.nl/nieuws/66450/zero-day-gat-in-windows-xp-intensief-uitgebuit.html#source=newsletter"&gt;http://webwereld.nl/nieuws/66450/zero-day-gat-in-windows-xp-intensief-uitgebuit.html#source=newsletter&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLOUD: Seminar Virtual Cloud Environment&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: telindus-isit.nl&lt;/p&gt;  &lt;p&gt;Telindus ISIT organiseert een seminar over cloud computing, gebaseerd op de cloud van Cisco, EMC en VMware, op 29 juli of 31 augustus.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;De Virtual Computing Environment coalition (VCE) vertegenwoordigt een ongekend niveau van samenwerking in ontwikkeling, diensten en partnerenablement welke de risico&amp;#39;s van infrastructuur virtualisatie in de pivate cloud vermindert. &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;VCE Vblock infrastructure packages bieden een complete IT infrastructuur welke best-of-breed virtualisatie, netwerk, rekenkracht, dataopslag, beveiliging en management technologieën integreert.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Laat u informeren over de manier waarop de samenwerking Telindus-ISIT, Cisco, EMC en VMware voor u als klant vereenvoudiging van uw infrastructuur kan opleveren en uiteindelijk kostenbesparing in de hand werkt.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.telindus-isit.nl/vce-event/home?utm_campaign=vce_event&amp;amp;utm_source=mailing&amp;amp;utm_medium=mailing_boei"&gt;http://www.telindus-isit.nl/vce-event/home?utm_campaign=vce_event&amp;amp;utm_source=mailing&amp;amp;utm_medium=mailing_boei&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Nieuwe manier van switchen kan Internet sneller maken&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techworld.nl&lt;/p&gt;  &lt;p&gt;Onderzoekers aan het MIT zeggen een techniek ontwikkeld te hebben, genaamd &lt;i&gt;flow&lt;/i&gt; &lt;i&gt;switching&lt;/i&gt;, om optische signalen sneller te kunnen switchen. Routers op het Internet hoeven dan niet eerst optische signalen om te zetten in elektrische signalen maar switchen het licht direct. Voorwaarde is wel dat routers anders ingezet worden omdat routers nu doorgaans verkeer uit vele richtingen ontvangen en versturen wat met &lt;i&gt;flow switching&lt;/i&gt; niet kan.&lt;/p&gt;  &lt;p&gt;Als de techniek doet wat het belooft kan het Internet zo’n 100 tot misschien wel 1000 keer sneller worden en bovendien goedkoper. Die hogere snelheid zullen we nodig hebben want de vraag naar bandbreedte blijft maar stijgen.&lt;/p&gt;  &lt;p&gt;De technologie vereist echter nogal wat investeringen dus we zullen of en wanneer het daadwerkelijk gaat aanslaan.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://techworld.nl/technologie/26719/internet-wordt-100x-zo-snel-en-goedkoper.html?page=1"&gt;http://techworld.nl/technologie/26719/internet-wordt-100x-zo-snel-en-goedkoper.html?page=1&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Going Virtual with Exchange 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Michael Noel bespreekt virtualisatie van Exchange. In vorige versies van Exchange lag het bepaald niet altijd voor de hand om de servers te virtualiseren. Ten eerste leende de systemen zich er niet altijd voor vanwege hun karakteristieken. Daarnaast lag het qua support en licenties ook niet altijd makkelijk.&lt;/p&gt;  &lt;p&gt;Maar nu veel bedrijven een “virtualiseren, tenzij…” beleid hebben is het toch zinvol om de situatie nog eens te bekijken. Ten eerste heeft Microsoft een behoorlijke hypervisor in haar portfolio en ten tweede is Exchange op versie 2010 aanbeland.&lt;/p&gt;  &lt;p&gt;Sinds Microsoft haar hypervisor Hyper-V heeft zijn zowel de licentievoorwaarden gunstiger geworden maar is ook de ondersteuning voor gevritualiseerde systemen sterk verbeterd. Dit heeft bepaald zijn effect op Exchange 2010. Niet alle rollen mag je virtualiseren. Unified Messaging mag niet, maar de andere rollen mogen gevirtualiseerd worden.&lt;/p&gt;  &lt;p&gt;Michael geeft goede tips hoe je het beste een stabiele en snelle gevirtualiseerde Exchange omgeving kunt bouwen. Een sterk artikel met 5 pagina’s.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/exchange-server/Going-Virtual-with-Exchange-2010.aspx"&gt;http://www.windowsitpro.com/article/exchange-server/Going-Virtual-with-Exchange-2010.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: SharePoint Server 2010 Deployment&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op de TechNet site van Microsoft is een deployment guide verschenen voor SharePoint Server 2010.&lt;/p&gt;  &lt;p&gt;Op deze pagina kun je een hele berg informatie over SharePoint vinden met informatie over &lt;a href="http://technet.microsoft.com/sharepoint/ee518660.aspx"&gt;training&lt;/a&gt;, &lt;i&gt;How to&lt;/i&gt; video’s (waaronder &lt;a href="http://www.microsoft.com/resources/msdn/en-us/office/media/video/sharepoint.html?uuid=6cf453d2-5943-480c-b747-332fa09ed23a&amp;amp;from=mscomsharepoint"&gt;de installatie&lt;/a&gt;), &lt;a href="http://technet.microsoft.com/library/cc262485.aspx"&gt;hard- en software requirements&lt;/a&gt;, etc.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/ff798284.aspx"&gt;http://technet.microsoft.com/en-us/ff798284.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Office 2010 Deployment&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op de Microsoft TechNet site is een overzicht van allerlei informatie over Office 2010 deployments. Denk aan &lt;a href="http://technet.microsoft.com/library/cc179137.aspx"&gt;planning documenten&lt;/a&gt;, &lt;a href="http://technet.microsoft.com/library/ee624354.aspx"&gt;upgrades&lt;/a&gt;, &lt;a href="http://technet.microsoft.com/library/ee624349.aspx"&gt;volume activiation&lt;/a&gt;, etc.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/ff798287.aspx"&gt;http://technet.microsoft.com/en-us/ff798287.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Adobe direct download location for Reader&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: adobe.com&lt;/p&gt;  &lt;p&gt;Hier zijn de verschillende versies van Adobe Reader direct te downloaden, waaronder de zojuist verschenen 9.3.3 versie.&lt;/p&gt;  &lt;p&gt;&lt;a&gt;ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Active Directory Schema Changes with Exchange 2007 SP3&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist&lt;/p&gt;  &lt;p&gt;Service Pack 3 voor Exchange 2007 werd kortgeleden uitgebracht. Dit artikel op TechNet legt uit welke AD schema aanpassingen er nodig zijn voor dit service pack.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff607224%28EXCHG.80%29.aspx"&gt;http://technet.microsoft.com/en-us/library/ff607224%28EXCHG.80%29.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: Microsoft moet cool worden om te overleven&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techworld.nl&lt;/p&gt;  &lt;p&gt;Microsoft heeft de recentelijk geïntroduceerde Kin-telefoon gekilled. Het ding blijkt niet aan te slaan bij consumenten.&lt;/p&gt;  &lt;p&gt;Tim O’Reilly van O’Reilly Media constateert dat met name de consumentendivisie van Microsoft niet goed weet wat consumenten nu leuk vinden.&lt;/p&gt;  &lt;p&gt;De vraag is natuurlijk of dit Microsoft zal schaden. O’Reilly denk dat dit op de korte termijn niet zo zal zijn maar op de middellange termijn zal dit Microsoft wel degelijk raken. Als Microsoft wil blijven groeien dan zal Microsoft zeker interessante producten voor consumenten moeten brengen.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://techworld.nl/technologie/26847/microsoft-moet-cool-worden-om-te-overleven.html#source=rss"&gt;http://techworld.nl/technologie/26847/microsoft-moet-cool-worden-om-te-overleven.html#source=rss&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft SQL Server 2008 R2 Report Builder 3.0&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="Description"&gt;&lt;/a&gt;Report Builder 3.0 introduces additional visualizations including maps, sparklines and databars which can help produce new insights well beyond what can be achieved with standard tables and charts. The Report Part Gallery is also included in this release - taking self-service reporting to new heights by enabling users to re-use existing report parts as building blocks for creating new reports in a matter of minutes with a “grab and go” experience. Additionally, users will experience significant performance improvements with enhancements to the ability to use Report Builder in server mode. This allows for much faster report processing with caching of datasets on the report server when toggling between design and preview modes.     &lt;br /&gt;Microsoft SQL Server 2008 R2 Report Builder 3.0 has two different methods to complete the installation process: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Attended Installation – an interactive user interface will guide you through the set-up process and obtain all of the information and consent required to complete the installation. This includes the displaying, acknowledgement, and archiving of the applicable SQL Server license terms.&lt;/li&gt;    &lt;li&gt;Un-attend Installation – this is a DOS command Line set-up process that does not have an interactive user interface to guide you through the set-up process. In this case, you will be required to enter a parameter during installation that indicates your acceptance of the license terms. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The Report Builder license terms and readme are both located on this web page in the download section. You can also download the Report Bulder 3.0 suite of standalone sample reports on this page.    &lt;br /&gt;The Report Builder 3.0 suite of standalone sample reports demonstrates the use of data regions such as table, matrix, and list; data visualization such as charts, spark lines and indicators; and other new SQL Server 2008 R2 Reporting Services features such as 270 degree text rotation. &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;It isn’t necessary to install data sources to run these reports, as the report queries include the report data.&lt;/li&gt;    &lt;li&gt;The sample reports download includes a Readme with instructions on how to view and run the reports.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=d3173a87-7c0d-40cc-a408-3d1a43ae4e33"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=d3173a87-7c0d-40cc-a408-3d1a43ae4e33&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;NETWORK: 40G/100G Ethernet standaard definitief&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techworld.nl&lt;/p&gt;  &lt;p&gt;De IEEE heeft in een nieuwe standaard zowel de 40 Gb als de 100 Gb Ethernet standaard geratificeerd. De eerste afnemers ervan zullen voornamelijk ISP’s en datacenters zijn. Uiteraard houdt het niet op bij 100 G, de verwachting is dat we voor 2015 ook al 1 Tb zullen gaan zien. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://techworld.nl/technologie/27028/op-weg-naar-100-gigabit-ethernet.html#source=rss"&gt;http://techworld.nl/technologie/27028/op-weg-naar-100-gigabit-ethernet.html#source=rss&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange 2007 SP3 and OWA S/MIME Version Mismatch&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist (Susan Bradley)&lt;/p&gt;  &lt;p&gt;Het blijkt dat er een klein foutje is geslopen is SP3 voor Exchange 2007. Er is een kleine versie mismatch die voor problemen kan zorgen met OWA en S/MIME. Het artikel geeft wat het probleem is en ook hoe je het kunt oplossen.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Here are two ways to resolve this issue.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;1. If you have the &lt;a href="http://msdn.microsoft.com/en-us/library/aa370557%28VS.85%29.aspx"&gt;Orca.exe&lt;/a&gt; utility, you can change the version number of the &lt;b&gt;\Microsoft\Exchange Server\ClientAccess\Owa\smime\owasmime.msi&lt;/b&gt; file from 8.3.83.2 to 8.3.83.0. &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;2. Download and run the &lt;a href="http://msexchangeteam.com/files/12/attachments/entry455444.aspx"&gt;PatchMSIProductVersion.vbs&lt;/a&gt; script which changes the version number. Note, the download is named PatchMSIProductVersion.vbs_txt. Remove the _txt from the file extension before running it.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;After you use either of the above methods, restart IIS. (Use the &lt;b&gt;IISReset&lt;/b&gt; command.)&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/schadinio/archive/2010/07/10/exchange-2007-sp3-and-owa-s-mime-version-mismatch.aspx"&gt;http://blogs.technet.com/b/schadinio/archive/2010/07/10/exchange-2007-sp3-and-owa-s-mime-version-mismatch.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;VIRTUALIZATION: Microsoft changes virtualization licensing for SQL Server 2008 R2&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techtarget.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft met het uitbrengen van SQL Server 2008 R2 de prijsstrategie m.b.t. gevirtualiseerde systemen weer aangepast.&lt;/p&gt;  &lt;p&gt;De belangrijkste verandering is dat SQL Server 2008 R2 nu Windows volgt. Buitende Standard en Enterprise versies is er nu ook een Datacenter Edition. Deze is 2 keer zo duur als de Enterprise versie, ruwweg gaat de prijs van $ 27,5K naar $ 55K per processor.&lt;/p&gt;  &lt;p&gt;Het ‘voordeel’ is wel dat je dan ongelimiteerd mag virtualiseren (over voordelen gesproken).&lt;/p&gt;  &lt;p&gt;De nieuwe loot aan de SQL Server stam en de nieuwe strategie gooien roet in het eten voor bedrijven die agressieve virtualisatieplannen hebben.&lt;/p&gt;  &lt;p&gt;Op &lt;a href="http://www.bythebell.com/2010/05/virtualization-licensing-savings-for-microsoft-windows-and-sql-server-products.html"&gt;deze locatie&lt;/a&gt; is een mooie TCO calculator voor SQL te vinden.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://searchsqlserver.techtarget.com/news/2240018305/Microsoft-changes-virtualization-licensing-for-SQL-Server-2008-R2"&gt;http://searchsqlserver.techtarget.com/news/2240018305/Microsoft-changes-virtualization-licensing-for-SQL-Server-2008-R2&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Universele laptop-adapter in de maak&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: webwereld.nl&lt;/p&gt;  &lt;p&gt;De IEEE broedt op een standard voor een universele laptop adapter. Na de mobiele telefoon lijkt de laptop nu aan de beurt.&lt;/p&gt;  &lt;p&gt;Acer en Asus hebben al laten weten het initiatief te steunen.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://webwereld.nl/nieuws/66516/-universele-laptop-adapter-in-de-maak-.html#source=newsletter"&gt;http://webwereld.nl/nieuws/66516/-universele-laptop-adapter-in-de-maak-.html#source=newsletter&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Microsoft gaat &amp;#39;hardcore&amp;#39; voor Windows 7-tablets&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: webwereld.nl&lt;/p&gt;  &lt;p&gt;Steve Ballmer heeft gezegd dat ook Microsoft vol zal gaan voor tablet PC’s. Nog dit jaar moeten er verschillende ‘slates’ met Windows 7 uitkomen. Ook HP komt voor op de lijst die de ronde doet, wat opmerkelijk is omdat het gerucht de ronde deed dat HP de stekker uit haar slate project had getrokken.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://webwereld.nl/nieuws/66541/microsoft-gaat--hardcore--voor-windows-7-tablets.html#source=newsletter"&gt;http://webwereld.nl/nieuws/66541/microsoft-gaat--hardcore--voor-windows-7-tablets.html#source=newsletter&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Public Beta Now Available for Windows 7 and Windows Server 2008 R2 Service Pack 1&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsteamblog.com&lt;/p&gt;  &lt;p&gt;De bèta van SP1 voor Windows 7 en Server 2008 R2 is nu publiekelijk beschikbaar. Dit is bekend gemaakt tijdens de Worldwide Partner Conference.&lt;/p&gt;  &lt;p&gt;Een download link is er nog niet maar ongetwijfeld zal dat de komende dagen opduiken.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://windowsteamblog.com/windows/b/bloggingwindows/archive/2010/07/12/public-beta-now-available-for-windows-7-and-windows-server-2008-r2-service-pack-1.aspx"&gt;http://windowsteamblog.com/windows/b/bloggingwindows/archive/2010/07/12/public-beta-now-available-for-windows-7-and-windows-server-2008-r2-service-pack-1.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Stratus makes $50,000 zero downtime promise - Guarantees VMware performance&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Stratus geeft nu, met haar laatste nieuwe Xeon 5570 hardware lijn, klanten de garantie van 100% beschikbaarheid met VMware vSphere 4. Gaat het toch fout dan betaalt Stratus $ 50K. het programma loop tot eind 2010 en is dus nog zo’n kleine 6 maanden geldig.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/06/30/stratus_guarantee/"&gt;http://www.theregister.co.uk/2010/06/30/stratus_guarantee/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Juli 2010 security bulletins van Microsoft&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft weer haar security bulletins voor de maand juli uitgebracht. Het gaat deze keer om 4 bulletins. Er zijn geen Windows 2000 bulletins meer (en die komen ook nooit meer) maar nog net wel voor Windows XP SP2. Voor XP SP2 is het de laatste keer dat er nog security fixes verschijnen want vanaf vandaag houdt de support op dit Service Pack definitief op.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-042&lt;/b&gt; - Vulnerability in Help and Support Center Could Allow Remote Code Execution (2229593) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-042.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-042.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt; (Low for servers)    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Windows XP SP2 &amp;amp; SP3 and Server 2003 SP2&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-043&lt;/b&gt; - Vulnerability in Canonical Display Driver Could Allow Remote Code Execution (2032276) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-043.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-043.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical &lt;/i&gt;&lt;/b&gt;(Important for servers)    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Windows 7 (64-bit only) and Server 2008 R2 (Server Core &lt;b&gt;&lt;u&gt;not&lt;/u&gt;&lt;/b&gt; affected)&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-044&lt;/b&gt; - Vulnerabilities in Microsoft Office Access ActiveX Controls Could Allow Remote Code Execution (982335) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-044.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-044.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Office 2003 SP3 and Office 2007 SP1 &amp;amp; SP2&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-045&lt;/b&gt; - Vulnerability in Microsoft Office Outlook Could Allow Remote Code Execution (978212) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-045.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-045.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Office XP SP3, Office 2003 SP3 and Office 2007 SP1 &amp;amp; SP2    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms09-060.mspx"&gt;MS09-060&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Assessment n.a.v. juli security bulletins van Microsoft&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.technet.com &amp;amp; isc.sans.org&lt;/p&gt;  &lt;p&gt;Gisteren verschenen er 4 security bulletins voor de diverse Microsoft platformen en pakketten. Dat is op zich beperkt maar met name voor Windows XP zit er een hele belangrijke bij. Bulletin &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-042.mspx"&gt;MS10-042&lt;/a&gt; dicht een lek dat bijzonder kritiek is en in de praktijk al bij aanvallen misbruikt wordt. Deze patch moet zo snel mogelijk geïnstalleerd worden.&lt;/p&gt;  &lt;p&gt;Voor servers is de inschatting een stuk lager. Uiteraard moet er gepatcht worden maar dat hoeft niet op stel en sprong.&lt;/p&gt;  &lt;p&gt;Wel is het zo dat &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-024.mspx"&gt;MS10-024&lt;/a&gt; opnieuw is uitgebracht. Deze patch voor SMTP bevatte eerder een fout die nu hersteld is. Als je deze eerder al geïnstalleerd had heb je daar nu dus niks meer aan.&lt;/p&gt;  &lt;p&gt;Lees &lt;a href="http://blogs.technet.com/b/msrc/archive/2010/07/13/july-2010-security-bulletin-release.aspx"&gt;hier&lt;/a&gt; verder bij Microsoft.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://isc.sans.edu/diary.html?storyid=9166"&gt;Hier&lt;/a&gt; de visie van het Internet Storm Center van SANS.    &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;#&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Affected&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Contra Indications&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Known Exploits&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Microsoft rating&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;ISC rating&lt;/b&gt;&lt;sup&gt;(*)&lt;/sup&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;clients&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;servers&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-042.mspx"&gt;MS10-042&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerability in Help and Support Center Could Allow Remote Code Execution&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Windows XP SP2 and above, Windows Server 2003 SP2             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1885"&gt;CVE-2010-1885&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2229593"&gt;KB 2229593&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;actively being exploited&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;PATCH NOW!&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-043.mspx"&gt;MS10-043&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerability in Canonical Display Driver Could Allow Remote Code Execution&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Windows7 x64, Windows Server 2008 R2 x64             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3678"&gt;CVE-2009-3678&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2032276"&gt;KB 2032276&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 2&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-044.mspx"&gt;MS10-044&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerabilities in Microsoft Office Access ActiveX Controls Could Allow Remote Code Execution&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Access 2003 SP3, Access 2007 SP1 and above             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0814"&gt;CVE-2010-0814&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1881"&gt;CVE-2010-1881&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982335"&gt;KB 982335&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 1,1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-045.mspx"&gt;MS10-045&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerability in Microsoft Office Outlook Could Allow Remote Code Execution (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-060.mspx"&gt;MS09-060&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Outlook             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0266"&gt;CVE-2010-0266&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/978212"&gt;KB 978212&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: 1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Java 6 update 21 is er&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist&lt;/p&gt;  &lt;p&gt;Op de Sun site is te vinden dat java 6u21 verschenen is. Op de consumenten-site is deze info nog niet verschenen.&lt;/p&gt;  &lt;p&gt;Volgens de release notes is de update vooral bugfixing en niet security gerelateerd.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://java.sun.com/javase/downloads/index.jsp"&gt;http://java.sun.com/javase/downloads/index.jsp&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://java.sun.com/javase/6/webnotes/6u21.html"&gt;http://java.sun.com/javase/6/webnotes/6u21.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Are you opening up a .NET case with Microsoft?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Een Microsoft support engineer heeft zijn best gedaan om op dit blog te beschrijven wat Microsoft allemaal doet om support-vraagstukken m.b.t. het .NET Framework op te lossen. Een verhelderend stuk.&lt;/p&gt;  &lt;p&gt;Het aardige is dat een aantal van de tools die er bestaan besproken worden en die kun je dan ook veelal zelf ter hand nemen, waardoor je mogelijk Microsoft support niet (meer) nodig hebt.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/askcore/archive/2010/07/12/are-you-opening-up-a-net-case-with-microsoft.aspx"&gt;http://blogs.technet.com/b/askcore/archive/2010/07/12/are-you-opening-up-a-net-case-with-microsoft.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Calendar Printing Assistant for Outlook&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Calendar Printing Assistant for Outlook is a program that provides an easy way to print and customize Outlook calendar information. It puts you in control of the tools you need and helps you plan and create designer-quality output.    &lt;br /&gt;With this download you can: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Print dynamic calendar views&lt;/li&gt;    &lt;li&gt;Customize and personalize your calendars&lt;/li&gt;    &lt;li&gt;Adjust information to changing views&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=e7bab4eb-d032-46cd-908e-a7a6af2ef404"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=e7bab4eb-d032-46cd-908e-a7a6af2ef404&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: Study: Windows 7 Halves SMB Support Costs&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;Uit onderzoek van IDC is gebleken dat de support kosten voor het MKB met de helft afnemen als overgestapt wordt op Windows 7.&lt;/p&gt;  &lt;p&gt;Het gaat vooral om bedrijven tot zo’n 250 gebruikers.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.informationweek.com/news/hardware/desktop/showArticle.jhtml?articleID=225701985&amp;amp;cid=RSSfeed_IWK_All"&gt;http://www.informationweek.com/news/hardware/desktop/showArticle.jhtml?articleID=225701985&amp;amp;cid=RSSfeed_IWK_All&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Office 2010 Tool: Compatibility Inspector&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Microsoft Office 2010 Compatibility Inspector compares existing (legacy) code against the Office 2010 object model by using a text search for known properties and methods that have changed. You can run the tool against specific projects. You can also mark those areas in the code where text search has identified a possible object model match. The comment will include description of what was found along with possible remediation link to online content or help.    &lt;br /&gt;The tool integrates with both Microsoft Visual Basic for Applications 7.0 (VBA 7) and Microsoft Visual Studio 2008. It includes a basic scanner where definitions and remediation links are updated from a central online location. It also generates a summary report and a details report. The summary includes the total lines of code scanned as well as total lines identified as potential candidates for object model changes. The details report includes the module name, line number, and links to remediation for each identified issue along with color-coded flags for impact guidance. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=23c8a7f6-88b3-48ef-9710-9742340562c0"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=23c8a7f6-88b3-48ef-9710-9742340562c0&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Microsoft to offer a small-business version of Office 2010, after all&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Microsoft is toch bezig met een Small Business versie van Office 2010. Dat blijkt uit screenshots die op het web rondgaan. Het pakket blijkt Word, Excel, Outlook en OneNote te omvatten.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.zdnet.com/blog/microsoft/microsoft-to-offer-a-small-business-version-of-office-2010-after-all/6708"&gt;http://www.zdnet.com/blog/microsoft/microsoft-to-offer-a-small-business-version-of-office-2010-after-all/6708&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft Application Request Routing Version 2 for IIS 7 (x64)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;Microsoft Application Request Routing (ARR) for IIS 7 is a proxy-based routing module that forwards HTTP requests to application servers based on HTTP headers, server variables, and load balance algorithms. ARR Version 2 is an incremental release that includes all of the features from Version 1, and adds support for disk-based cache.    &lt;br /&gt;ARR Version 2 can be used to: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Enhance ARR Version 1 &lt;a href="http://learn.iis.net/page.aspx/489/using-the-application-request-routing-module"&gt;scenarios&lt;/a&gt; with disk cache.&lt;/li&gt;    &lt;li&gt;Use ARR as a cache proxy as a &lt;a href="http://learn.iis.net/page.aspx/577/cache-hierarchy-management-using-application-request-routing/"&gt;cache node&lt;/a&gt; in a &lt;a href="http://learn.iis.net/page.aspx/649/deploying-application-request-routing-in-cdn/"&gt;CDN/ECN environment&lt;/a&gt;.      &lt;ul&gt;       &lt;li&gt;Use ARR as an edge/child cache node.&lt;/li&gt;        &lt;li&gt;Use ARR as a parent cache node.&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The installation package includes several additional components and hotfixes required by Application Request Routing:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://learn.iis.net/page.aspx/460/using-url-rewrite-module/"&gt;Microsoft URL Rewrite Module Version 2 for IIS 7&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Microsoft Web Farm Management Version 1 for IIS 7&lt;/li&gt;    &lt;li&gt;&lt;a href="http://learn.iis.net/page.aspx/489/using-the-application-request-routing-module"&gt;Microsoft Application Request Routing Version 2 for IIS 7&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Microsoft External Cache Version 1 for IIS 7&lt;/li&gt;    &lt;li&gt;Hotfix (&lt;a href="http://support.microsoft.com/kb/954438"&gt;KB 954438&lt;/a&gt;)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The ARR version 1 and ARR version 2 cannot be installed side-by-side. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ed922306-0d35-4764-8c2c-a378b54e90e1"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ed922306-0d35-4764-8c2c-a378b54e90e1&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Windows 8 plans leaked&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;Op deze site zijn slides uit een (interne) Microsoft presentatie te vinden met talloze details over de plannen m.b.t. Windows 8.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msftkitchen.com/2010/06/windows-8-plans-leaked-numerous-details-revealed.html"&gt;http://msftkitchen.com/2010/06/windows-8-plans-leaked-numerous-details-revealed.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft URL Rewrite Module 2.0 for IIS 7 (x86)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;IIS URL Rewrite Module 2 is an incremental release that includes all the features from version 1.1, and adds support for outbound response rewriting. More specifically, it can be used to: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Implement complex URL rewriting logic by using custom rewrite providers written in .NET.&lt;/li&gt;    &lt;li&gt;Replace the URLs generated by a web application in the response HTML with a more user friendly and search engine friendly equivalent . &lt;/li&gt;    &lt;li&gt;Fix up the content of any HTTP response by using regular expression pattern matching.&lt;/li&gt;    &lt;li&gt;Modify HTTP request headers and IIS server variables.&lt;/li&gt;    &lt;li&gt;Modify HTTP response headers&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The installation package includes several additional components and hotfixes required by URL Rewrite Module 2.0. Refer to the KB articles for the hotfixes to get more details. In order to apply the hotfixes correctly without restarting the server, it is recommended that the WAS service is stopped before installing URL Rewrite Module 2.0. The following hotfixes will be installed with URL Rewrite Module 2.0: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Update for IIS 7.0 FastCGI module (&lt;a href="http://support.microsoft.com/?kbid=954946"&gt;KB 954946&lt;/a&gt;);&lt;/li&gt;    &lt;li&gt;Hotfix for IIS 7.0 SetUri function (&lt;a href="http://support.microsoft.com/?kbid=949172"&gt;KB 949172&lt;/a&gt;);&lt;/li&gt;    &lt;li&gt;Hotfix for ASP.NET System.Web.dll (&lt;a href="http://support.microsoft.com/?kbid=957660"&gt;KB 957660&lt;/a&gt;).&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c8d3e2a4-5d14-434b-a067-39a6fb8b9311"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c8d3e2a4-5d14-434b-a067-39a6fb8b9311&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: iOS 4.0: Exchange Mail, Contacts, or Calendars may not sync after update&lt;/b&gt;&lt;/p&gt;  &lt;p&gt; Bron: support.apple.com&lt;/p&gt;  &lt;p&gt;Op de Apple support site is een artikel gevonden over sync problemen met Exchange en iOS 4.0.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Symptoms&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Immediately after updating to iOS 4.0, some users may notice that Exchange ActiveSync Mail, Contacts, or Calendars do not sync, or sync very slowly. In addition, some Exchange Server administrators may notice their servers running slowly.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.apple.com/kb/TS3398"&gt;http://support.apple.com/kb/TS3398&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft Network Monitor 3.4&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Eind juni bracht Microsoft versie 3.4 uit van haar bekende network monitoring tool.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Network Monitor 3.4 is a protocol analyzer. It allows you to capture network traffic, view and analyze it. Version 3.4 is an update and replaces Network Monitor 3.3. Network Monitor 3.x is a complete overhaul of the previous Network Monitor 2.x version.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=983b941d-06cb-4658-b7f6-3088333d062f&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=983b941d-06cb-4658-b7f6-3088333d062f&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange 2007 Service Pack 2 with the Exchange Plug-in, Recovery Storage Groups and Windows 2008 Server Backup...&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: telnetport25.org&lt;/p&gt;  &lt;p&gt;Andy Grogan bespreekt hier de nieuwe VSS writer plug-in van Exchange 2007 met SP2 op Windows Server 2008.&lt;/p&gt;  &lt;p&gt;Voor disaster recovery en storage groups nogal belangrijke informatie.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.telnetport25.com/en/component/content/article/44-exchange-2007--recovery-/336-exchange-2007-service-pack-2-with-the-exchange-plug-in-recovery-storage-groups-and-windows-2008-server-backup.html"&gt;http://www.telnetport25.com/en/component/content/article/44-exchange-2007--recovery-/336-exchange-2007-service-pack-2-with-the-exchange-plug-in-recovery-storage-groups-and-windows-2008-server-backup.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft System Center Virtual Machine Manager Self-Service Portal 2.0 Release Candidate&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;VMMSSP (also referred to as the self-service portal) is a fully supported, partner-extensible solution built on top of Windows Server 2008 R2, Hyper-V, and System Center VMM. You can use it to pool, allocate, and manage resources to offer infrastructure as a service and to deliver the foundation for a private cloud platform inside your datacenter. VMMSSP includes a pre-built web-based user interface that has sections for both the datacenter managers and the business unit IT consumers, with role-based access control. VMMSSP also includes a dynamic provisioning engine. VMMSSP reduces the time needed to provision infrastructures and their components by offering business unit “on-boarding,” infrastructure request and change management. The VMMSSP package also includes detailed guidance on how to implement VMMSSP inside your environment.    &lt;br /&gt;&lt;b&gt;Important:&lt;/b&gt; VMMSSP is not an upgrade to the existing VMM 2008 R2 self-service portal. You can choose to deploy and use one or both self-service portals depending on your requirements.    &lt;br /&gt;The self-service portal provides the following features that are exposed through a web-based user interface: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Configuration and allocation of datacenter resources:&lt;/b&gt; Store management and configuration information related to compute, network and storage resources as assets in the VMMSSP database.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Customization of virtual machine actions:&lt;/b&gt; Provide a simple web-based interface to extend the default virtual machine actions; for example, you can add scripts that interact with Storage Area Networks for rapid deployment of virtual machines. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Business unit on-boarding:&lt;/b&gt; Standardized forms and a simple workflow for registering and approving or rejecting business units to enroll in the portal.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Infrastructure request and change management:&lt;/b&gt; Standardized forms and human-driven workflow that results in reducing the time needed to provision infrastructures in your environment.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Self-Service provisioning:&lt;/b&gt; Supports bulk creation of virtual machines on provisioned infrastructure through the web-based interface.Helps business units to manage their virtual machines based on delegated roles.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=fef38539-ae5a-462b-b1c9-9a02238bb8a7&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=fef38539-ae5a-462b-b1c9-9a02238bb8a7&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft Assessment and Planning Toolkit 5.0&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;The Microsoft Assessment and Planning (MAP) Toolkit is an agentless tool designed to simplify and streamline the IT infrastructure planning process across multiple scenarios through network-wide automated discovery and assessments. The MAP Toolkit performs an inventory of heterogeneous IT environments and provides you with usage information for SQL Server and servers in the Core CAL Suite, Windows 2000 Server migration assessment, SQL Server 2008 discovery and assessment for consolidation, and a readiness assessment for the most widely used Microsoft technologies including Windows 7, Office 2010, and Windows Server 2008 R2. The MAP Toolkit also provides server virtualization scenarios to help you identify underutilized resources and the hardware specifications needed to successfully consolidate your servers using Microsoft Hyper-V technology.    &lt;br /&gt;For home users and users with a few computers to migrate, use the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=157599"&gt;Windows 7 Upgrade Advisor&lt;/a&gt; to understand the readiness of your computer for Windows 7.     &lt;br /&gt;The MAP Toolkit includes the following components: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Microsoft_Assessment_and_Planning_Toolkit_Setup.exe. &lt;/b&gt;Installation package containing the tool, release notes, &lt;i&gt;Getting Started Guide&lt;/i&gt;, &lt;i&gt;Software Usage Tracker Guide&lt;/i&gt; and toolkit help (chm file). &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Release_Notes_en.htm. &lt;/b&gt;Available as a separate download. Provides information to read before installing the MAP Toolkit, including installation prerequisites and known issues. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Getting_Started_Guide.en.doc. &lt;/b&gt;Available as a separate download. Provides information about toolkit installation, environment preparation, and assessment scenarios supported by toolkit wizards and the UI. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Usage_Tracker_Guide.en.doc. &lt;/b&gt;Helps users configure the MAP Toolkit for using the software usage tracker feature. Once the tool is configured, this guide shows the user how to complete the inventory and analyze the results. Available as a separate download. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;MAP_Training_Kit.zip. &lt;/b&gt;Available as a separate download. Contains sample databases and training materials.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=67240b76-3148-4e49-943d-4d9ea7f77730"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=67240b76-3148-4e49-943d-4d9ea7f77730&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Outlook social connector for Live Messenger &amp;amp; Facebook online&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Eerder bracht Microsoft al de beta voor de Outlook social connector for LinkedIn. Nu zijn de definitieve versies voor Live Messenger en Facebook verschenen.&lt;/p&gt;  &lt;h3&gt;Microsoft Outlook Social Connector Provider for Facebook&lt;/h3&gt;  &lt;p&gt;The Microsoft Outlook Social Connector Provider for Facebook allows you to connect your Facebook account to the Outlook Social Connector and obtain information about your friends and colleagues. You can see status updates and recently posted items from your Facebook contacts.    &lt;br /&gt;You can also use Outlook Social Connector to display a quick view of related Outlook content when you click on an email from a contact, such as recent e-mail conversations, meetings, and shared attachments to help you easily track your communications     &lt;br /&gt;&lt;b&gt;NOTE&lt;/b&gt;: The Microsoft Outlook Social Connector Provider requires Microsoft Outlook Social Connector and the related update (KB983403) to be installed. If these components are not already installed on your machine, the Microsoft Outlook Social Connector Provider for Facebook will download and install the necessary updates from the Microsoft Download Center before completing the provider installation. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ce8b7517-234c-48a1-a655-324a88893b02"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ce8b7517-234c-48a1-a655-324a88893b02&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;Microsoft Outlook Social Connector Provider for Windows Live Messenger&lt;/h3&gt;  &lt;p&gt;The Microsoft Outlook Social Connector Provider for Windows Live Messenger allows you to connect your Windows Live ID to the Outlook Social Connector and obtain information about your friends and colleagues. You can see status updates and recently posted files from your Windows Live contacts.    &lt;br /&gt;You can also use Outlook Social Connector to display a quick view of related Outlook content when you click on an email from a contact, such as recent e-mail conversations, meetings, and shared attachments to help you easily track your communications.     &lt;br /&gt;&lt;b&gt;NOTE&lt;/b&gt;: The Microsoft Outlook Social Connector Provider requires Microsoft Outlook Social Connector and the related update (KB983403) to be installed. If these components are not already installed on your machine, the Microsoft Outlook Social Connector Provider for Windows Live Messenger will download and install the necessary updates from the Microsoft Download Center before completing the provider installation. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b45b3d7f-22e1-403c-b0fb-587fd33aa6f3"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b45b3d7f-22e1-403c-b0fb-587fd33aa6f3&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: TechNet Magazine juli 2010 - going green&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op de TechNet site is het juli nummer verschenen van TechNet Magazine (US edition). Het hoofd thema van dit nummer is Green Computing.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image002_5F00_4E0480CE.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image002" border="0" alt="clip_image002" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image002_5F00_thumb_5F00_42715440.jpg" width="244" height="188" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/magazine/ff817050.aspx"&gt;http://technet.microsoft.com/en-us/magazine/ff817050.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Microsoft confirms &amp;#39;nasty&amp;#39; Windows zero-day bug - But it won&amp;#39;t patch the vulnerability for Windows XP SP2 or Windows 2000&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist (Susan Bradley)&lt;/p&gt;  &lt;p&gt;Microsoft heeft vorige week een security advisory uitgebracht over een zeer ernstig lek dat gevonden is in alle versies van Windows.&lt;/p&gt;  &lt;p&gt;Het blijkt mogelijk de shortcut functie van Windows te misbruiken om een systeem over te nemen. Het is voor de aanvaller alleen nodig dat een gebruiker met Windows Explorer het icoon van een shortcut ‘ziet’.&lt;/p&gt;  &lt;p&gt;Microsoft werkt aan een oplossing maar heeft al bekend gemaakt dat het geen patch meer zal uitbrengen voor Windows 2000 en XP SP2.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/advisory/2286198.mspx"&gt;http://www.microsoft.com/technet/security/advisory/2286198.mspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.computerworld.com/s/article/9179299/Microsoft_confirms_nasty_Windows_zero_day_bug"&gt;http://www.computerworld.com/s/article/9179299/Microsoft_confirms_nasty_Windows_zero_day_bug&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Productivity Hub 2010 - training via SharePoint&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Microsoft has developed the Productivity Hub to help support your ongoing end user training efforts.    &lt;br /&gt;The Hub is a SharePoint Server site collection for 2007 and 2010 that serves as a learning community and is fully customizable. It provides a central place for your training efforts, and includes training content from Microsoft’s core products. Microsoft also provides ongoing and updated content packs.     &lt;br /&gt;The Hub uses SharePoint Server’s social networking capabilities, such as blogs and discussion groups. In addition, it offers the Coach program, a change management feature to help you train end users to self-help, reducing the burden on your training and IT staff. The Coach program impacts productivity in a collaborative and positive way.     &lt;br /&gt;The 2010 version of the Productivity Hub includes a quiz feature, a section called ‘Get it Done’ that offers training for tasks such as email management and collaboration, and also features Silverlight. There will be a non-Silverlight version of the 2010 Hub delivered in late June.     &lt;br /&gt;The 2007 Hub contains 2007 content only (v2) with 2010 content added in v3 (to be released in June 2010). You can also add 2010 content packages to your current Hub. Watch for more document on migration from your 2007 Hub to your 2010 Hub.     &lt;br /&gt;What the Productivity Hub is:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Format: Pre-loaded SharePoint site collection, optimized for Web 2.0 functionality and easily deployed within SharePoint Server 2007 or SharePoint 2010 environment, depending on version&lt;/li&gt;    &lt;li&gt;Content: Convenient end user productivity training in a variety of formats (documents, videos, podcasts, etc.). Receive free quarterly updates of content that you will learn about through the Productivity blog.&lt;/li&gt;    &lt;li&gt;Blog: The Productivity blog offers tips and tricks for end user productivity. Use it as is, or your training staff can use the posts as their own to help them get started in running an internal blog.&lt;/li&gt;    &lt;li&gt;Train the trainer: Includes IT/Manager section to aid with deployment of the site collection, and guidance to develop the Coach program&lt;/li&gt;    &lt;li&gt;Products: Office 2007 and Office 2010 (including SharePoint Server 2007 and SharePoint 2010), Windows 7 and Internet Explorer 8, Project, Visio, Live Meeting, and Communicator&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You can also download additional content packages that expand the training materials you can make available through the Hub.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4AAA9862-E420-4331-8BC3-469D7BAE0FF1&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=4AAA9862-E420-4331-8BC3-469D7BAE0FF1&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Office 2010 Tool: Office Environment Assessment Tool&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This is a comprehensive environment scanning tool. This tool (along with documentation) assists a customer in the assessment phase of deployment. It identifies the following:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Currently installed applications and installation environment.&lt;/li&gt;    &lt;li&gt;Add-ins currently in use by Office clients.&lt;/li&gt;    &lt;li&gt;Programs that are not registered as add-ins but still interact with Office programs.&lt;/li&gt;    &lt;li&gt;Report: Environmental assessment (potential upgrade issues).&lt;/li&gt;    &lt;li&gt;Report: Add-ins assessment—list of third party programs and information about the compatibility of those programs with Microsoft Office 2010.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=EA33F615-188D-464E-BC64-3AB06AA43961&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=EA33F615-188D-464E-BC64-3AB06AA43961&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;VIRTUALIZATION: VMware introduceert vSphere 4.1 - weinig nieuwe functies, wel nieuw licentiemodel&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techworld.nl&lt;/p&gt;  &lt;p&gt;VMware heeft haar vlaggenschip virtualisatieproduct afgelopen juni geüpgraded. Versie 4.1 biedt weinig nieuwe functies maar is onderhuids toch behoorlijk aangepast.&lt;/p&gt;  &lt;p&gt;Zo bleef het maximum aantal servers binnen cluster gelijk op 32. Wel werd het maximum aantal VM’s per cluster vergroot van 1.280 naar 3.000.&lt;/p&gt;  &lt;p&gt;Het maximum aantal threads per CPU ging omhoog van 64 naar 128.&lt;/p&gt;  &lt;p&gt;De klanten die het meest geraakt worden zijn de klanten die voor de Essentials-Plus kiezen. Deze krijgen nu VMotion, maar moeten daarvoor wel € 500 meer neertellen, ook als ze het dus niet nodig hebben.&lt;/p&gt;  &lt;p&gt;Een heel belangrijk punt is de wijze van licenseren. Tot nu toe was dat per CPU, dat was sterk in het nadeel van bedrijven die relatief oude en zwakke hardware gebruikten. Nu gaat dat naar een per VM model. Hoe dat uitpakt voor bedrijven die met grote zware systemen werken is nog niet helemaal duidelijk. De verwachting is dat het meer complexiteit zal veroorzaken.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://techworld.nl/technologie/27302/vmware-middenbedrijven-betalen-meer--maar-krijgen-live-migration.html"&gt;http://techworld.nl/technologie/27302/vmware-middenbedrijven-betalen-meer--maar-krijgen-live-migration.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://searchvmware.techtarget.com/generic/0,295582,sid179_gci1516835,00.html?track=NL-915&amp;amp;ad=776242&amp;amp;asrc=EM_NLN_12051598&amp;amp;uid=8588407"&gt;http://searchvmware.techtarget.com/generic/0,295582,sid179_gci1516835,00.html?track=NL-915&amp;amp;ad=776242&amp;amp;asrc=EM_NLN_12051598&amp;amp;uid=8588407&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Microsoft gives Adobe Reader a Protected Mode&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: arstechnica.com&lt;/p&gt;  &lt;p&gt;Microsoft helpt Adobe om een sandbox te bouwen voor haar Reader pakket. Adobe’s Reader pakket wordt al een aantal jaren geplaagd door zeer serieuze bugs die leiden tot ernstige security risico’s. Door sandboxing toe te passen kunnen kwaadaardige wormen in PDF-documenten vrijwel geen kwaad meer uitrichten.&lt;/p&gt;  &lt;p&gt;Microsoft gebruikt deze technologie ook in haar office producten.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://arstechnica.com/microsoft/news/2010/07/microsoft-gives-adobe-reader-a-protected-mode.ars"&gt;http://arstechnica.com/microsoft/news/2010/07/microsoft-gives-adobe-reader-a-protected-mode.ars&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Microsoft publiceert workarounds voor Stuxnet-worm&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: tweakers.net &lt;/p&gt;  &lt;p&gt;Microsoft heeft workarounds gepubliceerd voor het recentelijk ontdekte lek m.b.t. shortcuts. Ook is een Realtek certificaat, dat door de Stuxnet-worm gebruikt wordt, ingetrokken.&lt;/p&gt;  &lt;p&gt;Anti-virus pakketten hebben nu updates voor de worm, in ieder geval Microsoft’s eigen pakketten.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://tweakers.net/nieuws/68650/microsoft-publiceert-workarounds-voor-stuxnet-worm.html"&gt;http://tweakers.net/nieuws/68650/microsoft-publiceert-workarounds-voor-stuxnet-worm.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: McAfee threats report 1st quarter 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: mcafee.com&lt;/p&gt;  &lt;p&gt;McAfee heeft voor Q1 2010 weer haar threats report klaar.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://img.en25.com/Web/McAfee/2010Q1%20Threats%20Report%20final.pdf"&gt;http://img.en25.com/Web/McAfee/2010Q1%20Threats%20Report%20final.pdf&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: Tele2 koopt eigen netwerk met BBned&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: webwereld.nl&lt;/p&gt;  &lt;p&gt;Tele2 zal BBned overnemen en verkrijgt daarmee een behoorlijk deel van de ADSL markt in vooral Nederland. De NMa moet nog goedkeuring geven.&lt;/p&gt;  &lt;p&gt;Telecom Italia had BBned al een tijdje in de etalage staan. Men had moeite om de concurrentie met vooral KPN goed aan te gaan. Mogelijk dat Tele2 het beter doet.&lt;/p&gt;  &lt;p&gt;Qua capaciteit groeit Tele2 enorm. Men heeft nu de beschikking over aanzienlijk meer wijkcentrales, neemt deel in Fiber-to-the-home projecten en heeft een vrijwel landelijk dekkend glasvezelnet.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://webwereld.nl/nieuws/66587/tele2-koopt-eigen-netwerk-met-bbned.html?m_i=OgROiztTzRDS16cKzKqRy%2Bdj0aPc6Okt_nJQuZGzVpBmpRPin#source=newsletter"&gt;http://webwereld.nl/nieuws/66587/tele2-koopt-eigen-netwerk-met-bbned.html?m_i=OgROiztTzRDS16cKzKqRy%2Bdj0aPc6Okt_nJQuZGzVpBmpRPin#source=newsletter&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Preview of Exchange Server 2010 Service pack 1 – video&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Jaap Wesselius geeft een vide preview van Service Pack 1 voor Exchange 2010.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/videos/exchange-server-2010/management-administration/video-preview-exchange-server-2010-servicepack-1.html"&gt;http://www.msexchange.org/articles_tutorials/videos/exchange-server-2010/management-administration/video-preview-exchange-server-2010-servicepack-1.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Deploying Exchange Server 2007 and Office Communications Server 2007 R2 (Part 9 &amp;amp; 10)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Anderson Patricio heeft delen 9 en 10 van zijn lange serie over de deployment van Exchange 2007 en OCS 2007 R2 online gezet.&lt;/p&gt;  &lt;p&gt;In deel 9 komt hij toe aan het deployen van de OCS clients.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/deploying-exchange-server-2007-office-communications-server-2007-r2-part9.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/deploying-exchange-server-2007-office-communications-server-2007-r2-part9.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In deel 10 gaat het over de integratie van de twee pakketten en komt Unified Messaging om de hoek.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/deploying-exchange-server-2007-office-communications-server-2007-r2-part10.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/deploying-exchange-server-2007-office-communications-server-2007-r2-part10.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange 2010 Role Based Access Control (Part 3)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Neil Hobson heeft het 3e deel van zijn serie over Role Based Access in Exchange 2010 online gezet.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-2010-role-based-access-control-part3.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-2010-role-based-access-control-part3.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Eseutil - Part 2: Eseutil Switches&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Jaap Wesselius gaat in deel 2 verder over ESEUTIL. Hij duikt diep in de techniek.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/eseutil-part2.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/eseutil-part2.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Changes to Unified Messaging with Exchange 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Markus Klein gaat in op de veranderingen op het gebied van Unified Messaging in Exchange 2010.&lt;/p&gt;  &lt;p&gt;Uiteraard zijn er weer nieuwe mogelijkheden sinds Exchange 2007 met Unified Messaging kwam.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/mobility-client-access/changes-unified-messaging-exchange-2010.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/mobility-client-access/changes-unified-messaging-exchange-2010.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Load Balancing Exchange 2010 Client Access Servers using an Hardware Load Balancer Solution (Part 3)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Henrik Walther heeft het 3e deel van zijn serie over het load balancen van Client Access Servers (Exchange 2010 CAS) online gezet.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/load-balancing-exchange-2010-client-access-servers-using-hardware-load-balancer-solution-part3.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/load-balancing-exchange-2010-client-access-servers-using-hardware-load-balancer-solution-part3.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: iPhone iOS4 Devices Required to Install iOS 4.0.1 - for Exchange online&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.technet.com&lt;/p&gt;  &lt;p&gt;Microsoft geeft gebruiker van Exchange Online met een iPhone 4 tot 29 juli de tijd om iOS 4.0.1 te installeren. Na die tijd wordt het onmogelijk nog langer te synchroniseren. Heb je nog iOS 3 dan blijft het wel gewoon werken.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/2010/07/23/iphone-ios4-devices-required-to-install-ios-4-0-1.aspx"&gt;http://blogs.technet.com/b/msonline/archive/2010/07/23/iphone-ios4-devices-required-to-install-ios-4-0-1.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: HP: Windows-tablet is voor zakelijke markt&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: webwereld.nl&lt;/p&gt;  &lt;p&gt;HP heeft meer bekend gemaakt over de Slate, het tablet dat dan weer wel en dan weer niet zou komen.&lt;/p&gt;  &lt;p&gt;Dit nieuwe tablet met Windows 7 is bedoeld voor de zakelijke markt.&lt;/p&gt;  &lt;p&gt;Overigens verwacht HP dat de komende jaren de tablet als type een enorme bloei door zal maken. We staan pas aan het begin.&lt;/p&gt;  &lt;p&gt;De Slate gaat waarschijnlijk met een Atom 1,6 GHz komen.&lt;/p&gt;  &lt;p&gt;Naast de Slate komt HP met meer tablets, waaronder een aantal met het Palm WebOS.&lt;/p&gt;  &lt;p&gt;HP heeft de naam PalmPad laten registeren, waarschijnlijk is dat de naam waaronder de nieuwe tablets uitgebracht zullen worden.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://webwereld.nl/nieuws/66656/hp--windows-tablet-is-voor-zakelijke-markt.html?m_i=JnGJf%2BSZHSXZXwDCbYImDsrkP1IjXJby1gOHChwo_t6l0iYJ9#source=newsletter"&gt;http://webwereld.nl/nieuws/66656/hp--windows-tablet-is-voor-zakelijke-markt.html?m_i=JnGJf%2BSZHSXZXwDCbYImDsrkP1IjXJby1gOHChwo_t6l0iYJ9#source=newsletter&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Microsoft neemt ARM-licentie voor eigen processor&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: webwereld.nl&lt;/p&gt;  &lt;p&gt;Microsoft heeft een eigen licentie genomen bij Arm voor de processor. Wat Microsoft hier nu precies mee wil is niet helemaal duidelijk. Maar de licentie maakt het mogelijk om een eigen variant van een ARM-processor te maken, net als Apple gedaan heeft.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://webwereld.nl/nieuws/66660/microsoft-neemt-arm-licentie-voor-eigen-processor.html?m_i=r%2BsrY4_KE3bLL0RvHq2RajXRFPq7drZQh0AtO5NeVK_ly17r8#source=newsletter"&gt;http://webwereld.nl/nieuws/66660/microsoft-neemt-arm-licentie-voor-eigen-processor.html?m_i=r%2BsrY4_KE3bLL0RvHq2RajXRFPq7drZQh0AtO5NeVK_ly17r8#source=newsletter&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Hold off installing OCS 2007 R2 Cumulative Update 6 and .NET 4.0 gotchas&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglsit (Susan Bradley)&lt;/p&gt;  &lt;p&gt;Er lijken wat problemen te zijn met CU6 voor OCS 2007 R2 en .NET 4.0. Aaron Tiensivu raadt daarom aan nog even te wachten met het installeren van deze cumulative update.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.tiensivu.com/aaron/archives/1947-Hold-off-installing-OCS-2007-R2-Cumulative-Update-6-and-.NET-4.0-gotchas.html"&gt;http://blog.tiensivu.com/aaron/archives/1947-Hold-off-installing-OCS-2007-R2-Cumulative-Update-6-and-.NET-4.0-gotchas.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: SBS 2003 Performance Report error indicates an automatic service is not running&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist (Susan Bradley)&lt;/p&gt;  &lt;p&gt;Op SBS 2003 kun je een melding krijgen dat een service die automatisch hoort op te starten niet loopt. Deze melding kun je krijgen als je .NET framework 4.0 hebt verwijderd.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/sbs/archive/2010/07/26/sbs-2003-performance-report-error-indicates-an-automatic-service-is-not-running.aspx"&gt;http://blogs.technet.com/b/sbs/archive/2010/07/26/sbs-2003-performance-report-error-indicates-an-automatic-service-is-not-running.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Secunia Half Year Report 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: secunia.com&lt;/p&gt;  &lt;p&gt;Secunia heeft haar halfjaarlijkse rapport uitgebracht, voor H1 2010 deze keer.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Key highlights of the Secunia Half Year Report 2010:&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;· &lt;i&gt;Since 2005, no significant up-, or downward trend in the total number of vulnerabilities in the more than 29,000 products covered by Secunia Vulnerability Intelligence was observed.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;· &lt;i&gt;A group of ten vendors, including Microsoft, Apple, Oracle, IBM, Adobe, and Cisco, account onaverage for 38 percent of all vulnerabilities disclosed per year.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;· &lt;i&gt;In the two years from 2007 to 2009, the number of vulnerabilities affecting a typical end-userPC almost doubled from 220 to 420, and based on the data of the first six months of 2010, the number is expected to almost double again in 2010 to 760.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;· &lt;i&gt;During the first six months of 2010, 380 vulnerabilities or 89% of the figures for all of 2009 has already been reached.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;· &lt;i&gt;A typical end-user PC with 50 programs installed had 3.5 times more vulnerabilities in the 24 3rd party programs installed than in the&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://secunia.com/gfx/pdf/Secunia_Half_Year_Report_2010.pdf"&gt;http://secunia.com/gfx/pdf/Secunia_Half_Year_Report_2010.pdf&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Forefront Endpoint Protection 2010 beta&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Forefront Endpoint Protection simplifies and improves endpoint protection while greatly reducing infrastructure costs. It builds on System Center Configuration Manager 2007 R2, allowing customers to use their existing client management infrastructure to deploy and manage endpoint protection. This shared infrastructure lowers ownership costs while providing improved visibility and control over endpoint management and security&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=8b46c3ff-d9a0-4741-8ba5-458c1b3d2257"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=8b46c3ff-d9a0-4741-8ba5-458c1b3d2257&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Risk and Health Assessment Program for Windows Desktop (WDRAP) - Scoping Tool&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Brief Description&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Risk and Health Assessment Program for Windows Desktop (WDRAP) – Scoping Tool   &lt;br /&gt;This download package is intended for Microsoft Premier Customers Only. This package includes all of the scoping tools necessary to prepare and qualify your environment to receive a Risk and Health Assessment Program for Windows Desktop (WDRAP).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=9e4e81e0-fae9-4578-898c-0ad2170b31ef"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=9e4e81e0-fae9-4578-898c-0ad2170b31ef&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft Deployment Toolkit (MDT) 2010 Update 1&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Deploy Windows 7, Office 2010, and Windows Server 2008 R2 with the newly released Microsoft Deployment Toolkit 2010 Update 1. MDT is the recommended process and toolset for automating desktop and server deployment. MDT provides you with the following benefits: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Unified tools and processes, including a set of guidance, for deploying desktops and servers in a common deployment console. &lt;/li&gt;    &lt;li&gt;Reduced deployment time and standardized desktop and server images, along with improved security and ongoing configuration management. &lt;/li&gt;    &lt;li&gt;Fully automated Zero Touch Installation deployments by utilizing System Center Configuration Manager 2007 Service Pack 2 and Windows deployment tools. For those without a System Center Configuration Manager 2007 infrastructure, MDT uses Windows deployment tools for Lite Touch Installation deployments. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Some of the key changes in MDT 2010 Update 1 are:&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Comprehensive tools and guidance to efficiently manage large-scale deployments of Microsoft Office 2010. &lt;/li&gt;    &lt;li&gt;A new User-Driven Installation (UDI) deployment method that utilizes System Center Configuration Manager. UDI lets end users initiate and customize an OS deployment on their PCs—via an easy-to-use wizard. &lt;/li&gt;    &lt;li&gt;Automatically detects the true supported platforms for drivers, reducing deployment issues. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=3bd8561f-77ac-4400-a0c1-fe871c461a89"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=3bd8561f-77ac-4400-a0c1-fe871c461a89&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: Microsoft volume licensing changes coming, but not in FY 2011&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Microsoft zal haar Volume Licensing onder handen gaan nemen. Maar nog niet in het fiscale jaar 2011 (dat loopt van 1 juli 2010 tot 30 juni 2011).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.zdnet.com/blog/microsoft/microsoft-volume-licensing-changes-coming-but-not-in-fy-2011/6847?tag=content;feature-roto"&gt;http://www.zdnet.com/blog/microsoft/microsoft-volume-licensing-changes-coming-but-not-in-fy-2011/6847?tag=content;feature-roto&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Publishing Exchange Server 2010 with Forefront Unified Access Gateway 2010 and Forefront Threat Management Gateway&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Allowing access to corporate resources from any location, perhaps using devices that are not controlled by the organization, presents additional risk to the security of the data and services being accessed. Therefore it&amp;#39;s critical to take measures to ensure that the data is being accessed securely, which means implementing technologies such as certificates, firewalls, enforcing pre-authentication, and device or endpoint validation. This white paper provides detailed information about publishing Microsoft Exchange Server 2010 using Forefront Unified Access Gateway 2010 and Forefront Threat Management Gateway 2010, including how to choose between them for different scenarios, and provides specific steps you can take to configure Forefront TMG and Forefront UAG to publish Exchange 2010. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=894bab3e-c910-4c97-ab22-59e91421e022&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=894bab3e-c910-4c97-ab22-59e91421e022&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Outlook Social Connector for Facebook &amp;amp; WLM&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Microsoft Outlook Social Connector Provider for Windows Live Messenger    &lt;br /&gt;Connect your Windows Live ID to the Outlook Social Connector and stay up to the minute with the people in your network by accessing everything from e-mail threads to status updates in one single, centralized view.    &lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b45b3d7f-22e1-403c-b0fb-587fd33aa6f3"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b45b3d7f-22e1-403c-b0fb-587fd33aa6f3&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Microsoft Outlook Social Connector Provider for Facebook    &lt;br /&gt;Connect your Facebook account to the Outlook Social Connector and stay up to the minute with the people in your network by accessing everything from e-mail threads to status updates in one single, centralized view.    &lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ce8b7517-234c-48a1-a655-324a88893b02"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ce8b7517-234c-48a1-a655-324a88893b02&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bink.nu/news/outlook-social-connector-for-facebook-amp-wlm.aspx"&gt;http://bink.nu/news/outlook-social-connector-for-facebook-amp-wlm.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: A look at the Import/Export Mailbox improvements in Exchange 2010 Service Pack 1 (Part 1)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Henrik Walther heeft een artikel geschreven over de import/export mogelijkheden van Exchange 2010 SP1 en dan vooral de verbeteringen.&lt;/p&gt;  &lt;p&gt;Deel 1 is nu online.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/look-import-export-mailbox-improvements-exchange-2010-service-pack-1-part1.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/look-import-export-mailbox-improvements-exchange-2010-service-pack-1-part1.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Integrating OCS Instant Messaging into Outlook Web App (Part 1)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Anderson Patricio heeft een artikel geschreven over de integratie van OCS instant messaging in OWA (2010).&lt;/p&gt;  &lt;p&gt;Deel 1 is nu online.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/integrating-ocs-instant-messaging-into-outlook-web-app-part1.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/integrating-ocs-instant-messaging-into-outlook-web-app-part1.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft Web Farm Framework Version 2 for IIS 7 - Beta (x64)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Web Farm Framework can be used to : &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Provision web platform and content &lt;/li&gt;    &lt;li&gt;Scale web infrastructure and resources using ARR and 3rd party load balancers &lt;/li&gt;    &lt;li&gt;Manage multiple servers or a farm using a unified interface &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=42c19da8-e0ad-42dc-b463-0a26c674b367"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=42c19da8-e0ad-42dc-b463-0a26c674b367&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Vragen en antwoorden van John Savill over Windows Server&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;John Savill brengt elke keer een Q &amp;amp; A waarin vragen van lezers worden beantwoord. Ik heb er een aantal uitgevist.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Q. Can a Hyper-V server be managed by two different System Center Virtual Machine Manager (SCVMM) servers?&lt;/b&gt;    &lt;br /&gt;Interessante vraag waarop het antwoord NEE is.    &lt;br /&gt;Lees hier verder - &lt;a href="http://www.windowsitpro.com/article/virtualization2/Q-Can-a-Hyper-V-server-be-managed-by-two-different-System-Center-Virtual-Machine-Manager-SCVMM-servers-.aspx"&gt;http://www.windowsitpro.com/article/virtualization2/Q-Can-a-Hyper-V-server-be-managed-by-two-different-System-Center-Virtual-Machine-Manager-SCVMM-servers-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Q. Is it OK to turn off IPv4 on my Failover Cluster&amp;#39;s dedicated networks?&lt;/b&gt;    &lt;br /&gt;Ook een leuke vraag, IPv6 gaat natuurlijk meer en meer spleen. Het antwoord op de vraag is JA.    &lt;br /&gt;&lt;a href="http://www.windowsitpro.com/article/networking/Q-Is-it-OK-to-turn-off-IPv4-on-my-Failover-Cluster-s-dedicated-networks-.aspx"&gt;http://www.windowsitpro.com/article/networking/Q-Is-it-OK-to-turn-off-IPv4-on-my-Failover-Cluster-s-dedicated-networks-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Q. Should my Hyper-V servers be members of my domain or part of a workgroup?&lt;/b&gt;    &lt;br /&gt;Domein lidmaatschap is niet verplicht voor Hyper-V hosts, er valt wel heel veel voor te zeggen.    &lt;br /&gt;&lt;a href="http://www.windowsitpro.com/article/virtualization2/Q-Should-my-Hyper-V-servers-be-members-of-my-domain-or-part-of-a-workgroup-.aspx"&gt;http://www.windowsitpro.com/article/virtualization2/Q-Should-my-Hyper-V-servers-be-members-of-my-domain-or-part-of-a-workgroup-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Q. Are Cluster Shared Volumes (CSVs) supported across nodes in multiple subnets?&lt;/b&gt;    &lt;br /&gt;Nodes van een cluster moeten op hetzelfde subnet zitten.    &lt;br /&gt;&lt;a href="http://www.windowsitpro.com/article/storage/Q-Are-Cluster-Shared-Volumes-CSVs-supported-across-nodes-in-multiple-subnets-.aspx"&gt;http://www.windowsitpro.com/article/storage/Q-Are-Cluster-Shared-Volumes-CSVs-supported-across-nodes-in-multiple-subnets-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Q. How can I set the DNS suffix search list on a Windows Server Core installation?&lt;/b&gt;    &lt;br /&gt;Hoe kun je de DNS suffix search list bevolken zonder GUI, met GPO’s.    &lt;br /&gt;&lt;a href="http://www.windowsitpro.com/article/networking/Q-How-can-I-set-the-DNS-suffix-search-list-on-a-Windows-Server-Core-installation-.aspx"&gt;http://www.windowsitpro.com/article/networking/Q-How-can-I-set-the-DNS-suffix-search-list-on-a-Windows-Server-Core-installation-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange indexing en PDFs&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Paul Robichaux bespreekt het onderwerp Exchange indexing en de uitdaging m.b.t. PDF’s.&lt;/p&gt;  &lt;p&gt;· Exchange Search Indexing and the Problem with PDFs - &lt;a href="http://www.windowsitpro.com/article/exchange-server/Exchange-Search-Indexing-and-the-Problem-with-PDFs.aspx"&gt;http://www.windowsitpro.com/article/exchange-server/Exchange-Search-Indexing-and-the-Problem-with-PDFs.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· More About Exchange Content Indexing and PDFs - &lt;a href="http://www.windowsitpro.com/article/exchange-server-2010/More-About-Exchange-Content-Indexing-and-PDFs.aspx"&gt;http://www.windowsitpro.com/article/exchange-server-2010/More-About-Exchange-Content-Indexing-and-PDFs.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Which version of Exchange for which role&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Q: Is it OK to use the Standard edition of Exchange 2010 or Exchange 2007 for my Hub Transport servers and Client Access Servers if I&amp;#39;m using Enterprise edition for my mailbox servers?&lt;/p&gt;  &lt;p&gt;Paul Robichaux doet uit de doeken voor welke rollen je nu wel of niet de Enterprise editie nodig hebt. Voro de meeste rollen kun je volstaan met de standard edition.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/messaging/Q-Is-it-OK-to-use-the-Standard-edition-of-Exchange-2010-or-Exchange-2007-for-my-Hub-Transport-servers-and-Client-Access-Servers-if-I-m-using-Enterprise-edition-for-my-mailbox-servers-.aspx"&gt;http://www.windowsitpro.com/article/messaging/Q-Is-it-OK-to-use-the-Standard-edition-of-Exchange-2010-or-Exchange-2007-for-my-Hub-Transport-servers-and-Client-Access-Servers-if-I-m-using-Enterprise-edition-for-my-mailbox-servers-.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=324" width="1" height="1"&gt;</description></item><item><title>ICT nieuws t/m week 25</title><link>http://ucug.nl/blogs/bob/archive/2010/06/25/ict-nieuws-t-m-week-25.aspx</link><pubDate>Fri, 25 Jun 2010 21:32:32 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:322</guid><dc:creator>Bob Daamen</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Het is nu absoluut voetbaltijd, zelf heb ik vandaag ook voetbal gekeken terwijl ik deze post samenstelde. Toch was er volop interssant nieuws dat ik jullie niet wil onthouden.&lt;/p&gt;  &lt;p&gt;Ten eerste was Microsoft klaar met Office 2010 en SharePoint 2010. Maar ook werd SP1 voor Exchange 2010 aangekondigd. Ook verscheen rollup 4 voor Exchange 2010. Dan als klap op de vuurpijl kregen we ook ineens SP3 voor Exchange 2007 waarvan het leukste is dat het product nu ook op Server 2008 R2 draait.&lt;/p&gt;  &lt;p&gt;Ik heb veel posts, over diverse tools (o.a. voor Exchange), een karrevracht aan Exchange posts, de security bulletins van mei en juni, marktinformatie, hardware, kortom leuke dingen.&lt;/p&gt;  &lt;p&gt;Happy reading zo aan de vooravond van de zomervakantie.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Bob&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Nieuwe aanval omzeilt antivirussoftware&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: automatiseringgids.nl&lt;/p&gt;  &lt;p&gt;Ontwikkelaars van matousec.com zeggen een methode ontwikkeld te hebben die ze in staat stelt alle bekende AV-software te omzeilen.&lt;/p&gt;  &lt;p&gt;Dit is op zich slecht nieuws. Het goede nieuws is wel dat er heel veel code voor nodig is en dat die eerst op een Windows systeem geïnstalleerd zal moeten worden.&lt;/p&gt;  &lt;p&gt;De techniek maakt gebruik van de manier waarop AV-software in een Windows systeem haakt. Het blijkt mogelijk om net nadat de AV-software zijn goedkeuring heeft gegeven aan een gescand bestand dat bestand razendsnel te verwisselen door een kwaadaardig bestand.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.automatiseringgids.nl/IT%20in%20bedrijf/Beheer/2010/19/Nieuwe%20aanval%20omzeilt%20antivirussoftware.aspx"&gt;http://www.automatiseringgids.nl/IT%20in%20bedrijf/Beheer/2010/19/Nieuwe%20aanval%20omzeilt%20antivirussoftware.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Windows Server 2008 R2: Hyper-V Component Architecture&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Zoals wel vaker brengt Microsoft van die grote component posters uit in PDF formaat. Zo ook van Hyper-V R2.&lt;/p&gt;  &lt;p&gt;Printen wordt aangeraden op A3 (of groter), anders wordt lezen erg moeilijk.&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;&lt;a name="Description"&gt;&lt;/a&gt;This poster provides a visual reference for understanding key Hyper-V technologies in Windows Server 2008 R2. It focuses on architecture, snapshots, live migration, virtual networking, storage, and import/export. You can use this poster in conjunction with the previously published Windows Server 2008 and Windows Server 2008 R2 component posters (see &lt;a href="http://go.microsoft.com/fwlink/?LinkId=193499"&gt;http://go.microsoft.com/fwlink/?LinkId=193499&lt;/a&gt; and &lt;a href="http://go.microsoft.com/fwlink/?LinkId=179116"&gt;http://go.microsoft.com/fwlink/?LinkId=179116&lt;/a&gt;). &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5567b22a-8c47-4840-a88d-23146fd93151&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=5567b22a-8c47-4840-a88d-23146fd93151&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5567b22a-8c47-4840-a88d-23146fd93151"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image002" border="0" alt="clip_image002" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image002_5F00_3D57FE9A.gif" width="244" height="155" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Seagate preps three terabyte whopper - So big XP can&amp;#39;t handle it&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Seagate heeft de eerste 3 TB harddisk aangekondigd. Met de standaard 512 bytes-per-sector LBA adressering kan Windows XP niet meer met deze schijf overweg.&lt;/p&gt;  &lt;p&gt;Fabrikanten van moederborden hebben ook een probleem: om een dergelijke schijf als bootdisk te kunnen gebruiken moet ook het master boot record schema aangepast worden. We zullen over moeten naar GPT partitionering.&lt;/p&gt;  &lt;p&gt;Fabrikanten van RAID-systemen moeten ook aanpassingen gaan maken om met dergelijke schijven uit de voeten te kunnen.&lt;/p&gt;  &lt;p&gt;Kortom, het heeft allemaal nogal wat voeten in de aarde. Overschakelen op 4 KB blokgroottes gaat in ieder geval helpen maar ook hier kunnen sommige OS’en niet altijd even makkelijk mee uit de voeten.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/05/18/seagate_3tb/"&gt;http://www.theregister.co.uk/2010/05/18/seagate_3tb/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Seagate to announce SSD-threatening hybrid drive&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Seagate heeft een nieuwe hybride schijf aangekondigd. Het gaat hier om een 2,5 inch schijf (250 – 500 GB) gecombineerd met een 4 GB flash drive. Een dergelijk concept werd ten tijde van de introductie van Vista ook al geprobeerd. Een groot succes werd dat toen niet.&lt;/p&gt;  &lt;p&gt;Men heeft het caching algoritme nu sterk verbeterd. De schijf houdt continue in de gaten welke bestanden het meest gebruikt wordt en kopieert die naar de SSD. Na de 2&lt;sup&gt;e&lt;/sup&gt; boot zul je merken dat het zaakje fors sneller wordt en na de 3&lt;sup&gt;e&lt;/sup&gt; boot nogmaals.&lt;/p&gt;  &lt;p&gt;De schijf gaat door het leven als de Momentus PSD en scoort heel goed. Met name boottijden lopen heel sterk terug.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/05/21/seagate_momentus_xt/"&gt;http://www.theregister.co.uk/2010/05/21/seagate_momentus_xt/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Hyper-V Protection with DPM 2010 - How to automatically protect new Virtual Machines&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: technet.microsoft.com&lt;/p&gt;  &lt;p&gt;Op dit blog staat een artikel dat uitlegt hoe je nieuwe virtuele machines in Hyper-V automatisch in je DPM2010 backup kunt meenemen.&lt;/p&gt;  &lt;p&gt;Normaal gesproken vereist dat handmatig ingrijpen maar middels scripting kun je dat automatiseren.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/hyper-v-protection-with-dpm-2010-how-to-automatically-protect-new-virtual-machines.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/hyper-v-protection-with-dpm-2010-how-to-automatically-protect-new-virtual-machines.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Download Microsoft SharePoint Server 2010 Trial&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: technet.microsoft.com&lt;/p&gt;  &lt;p&gt;Op het TechNet evaluation center is een link te vinden naar de nieuwe SharePoint 2010 versie. Uiteraard betreft het hier een evaluatieversie.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Microsoft SharePoint Server 2010 is the business collaboration platform for the Enterprise and the Web that enables you to connect and empower people through an integrated set of rich features. Whether deployed on-premise or as a hosted service, SharePoint Server 2010 helps you cut costs with a unified infrastructure while allowing you to rapidly respond to your business needs.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/evalcenter/ee388573.aspx"&gt;http://technet.microsoft.com/en-us/evalcenter/ee388573.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Download Microsoft Office Professional Plus 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: technet.microsoft.com&lt;/p&gt;  &lt;p&gt;Office 2010 verscheen kortgeleden en ook hiervan heeft Microsoft nu een evaluatieversie op het web beschikbaar gesteld.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/evalcenter/ee390818.aspx"&gt;http://technet.microsoft.com/en-us/evalcenter/ee390818.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Microsoft Office Professional Plus 2010 empowers your people to do their best work from more places – whether they’re using a PC, phone or web browser. It can maximize existing investments and help people accomplish more by bringing server capabilities to everyone through familiar and intuitive applications. Office Professional Plus 2010 provides smart, simple, time-saving tools to help everyone do more with less.&lt;/i&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft Office 2010 Deployment Kit for App-V&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Microsoft Office 2010 Deployment Kit for App-V is required for sequencing and deploying Office 2010 client products with Microsoft Application Virtualization (App-V). This kit includes the components required for Office license activation.   &lt;br /&gt;This product must be installed on the App-V sequencing station prior to monitoring the Office 2010 client installation.    &lt;br /&gt;This product must also be installed on the client machines to which virtualized Office 2010 client packages will be deployed. It can be configured to enable certain system components to interact with virtualized Office 2010, including:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Fast search in virtualized Outlook 2010 using Windows Desktop Search&lt;/li&gt;    &lt;li&gt;Ability for virtualized Office 2010 applications to open, edit, and save Office files hosted with Windows SharePoint&lt;/li&gt;    &lt;li&gt;Search indexing support for Office file types&lt;/li&gt;    &lt;li&gt;URL protocol redirection to virtualized Outlook 2010&lt;/li&gt;    &lt;li&gt;Print to virtualized OneNote 2010&lt;/li&gt;    &lt;li&gt;Mail control panel applet for virtualized Outlook 2010&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=479f12f2-5678-493e-bce1-682b3ece5431&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=479f12f2-5678-493e-bce1-682b3ece5431&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Use Group Policy to Enhance Adobe Security&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.mcbsys.com&lt;/p&gt;  &lt;p&gt;Ene Mark Berry heeft een blogpost geschreven over hoe je middels GPO’s de security rondom Adobe-pakketten kunt verhogen.&lt;/p&gt;  &lt;p&gt;Mark legt uit hoe je GPO’s en logon scripts kunt inzetten voor bijvoorbeeld het uitschakelen van JavaScript ondersteuning.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.mcbsys.com/mark/post/Use-Group-Policy-to-Enhance-Adobe-Security.aspx"&gt;http://blogs.mcbsys.com/mark/post/Use-Group-Policy-to-Enhance-Adobe-Security.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Supersnel WiGig op weg naar wifi-standaard&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: webwereld.nl&lt;/p&gt;  &lt;p&gt;De WiFi alliance denkt er hard over na om&amp;#160; WiGig op te nemen inde WiFi-specificatie. Deze snelle draadloze standaard haalt snelheden tot 7 Gbps.&lt;/p&gt;  &lt;p&gt;De WiFi-alliance denkt dat WiGig past in de plannen voor de 60 GHz band die in de meeste landen nog vrij is.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://webwereld.nl/nieuws/65950/supersnel-wigig-op-weg-naar-wifi-standaard.html#source=newsletter"&gt;http://webwereld.nl/nieuws/65950/supersnel-wigig-op-weg-naar-wifi-standaard.html#source=newsletter&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Microsoft security bulletins voor mei 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft bracht eerder deze maand 2 security bulletins uit.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-030&lt;/b&gt; - Vulnerability in Outlook Express and Windows Mail Could Allow Remote Code Execution (978542) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-030.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-030.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Outlook Express, Windows Live Mail &amp;amp; Windows Mail on Windows Server 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP2, Vista SP1 &amp;amp; SP2, Server 2008 RTM &amp;amp; SP2 (**), 7 and Server 2008 R2 (**) – (**) Server Core not affected    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms09-037.mspx"&gt;MS09-037&lt;/a&gt; &amp;amp; &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms08-048.mspx"&gt;MS08-048&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-031&lt;/b&gt; - Vulnerability in Microsoft Visual Basic for Applications Could Allow Remote Code Execution (978213) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-031.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-031.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Office XP SP3, Office 2003 SP3, Office 2007 SP1 &amp;amp; SP2, VBA &amp;amp; VBA SDK    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS08-013.mspx"&gt;MS08-013&lt;/a&gt; &amp;amp; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS06-047.mspx"&gt;MS06-047&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: How to Remove an Unwanted Service in Windows 7/Vista/XP - sc.exe&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: winhelponline.com&lt;/p&gt;  &lt;p&gt;Soms heb je dat, een service in je lijst met Windows services, die je niet wilde en dus kwijt wilt. Dit command-line tool maakt het eenvoudig.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.winhelponline.com/blog/how-to-remove-an-unwanted-service/"&gt;http://www.winhelponline.com/blog/how-to-remove-an-unwanted-service/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Will Microsoft&amp;#39;s new Windows VDA license put a drag on virtualization deployments?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Mary-Jo Foley bespreekt de nieuwe VDA licentie van Microsoft en hoe sommigen denken dat dit een rem zal geven op VDI.&lt;/p&gt;  &lt;p&gt;Als je bekijkt wat een complete Windows licentie inclusief Software Assurance kost en dat vergelijkt met de nieuwe VDA licentie dan begrijp je waarom.&lt;/p&gt;  &lt;p&gt;Maar eerst: waarvoor dient de VDA (Virtual Desktop Access)&amp;#160; licentie? Welnu, die heb je nodig als het platform waarmee je de virtuele Windows desktop benadert zelf geen Windows is. Denk aan andere OS’en of bijvoorbeeld thin clients. Deze licentie zal dus dikwijls nodig zijn.&lt;/p&gt;  &lt;p&gt;Een VDA-licentie kost $ 100 per jaar, dus $ 500 na vijf jaar. Een gewone Windows licentie kost $ 300 na vijf jaar. De vraag die sommigen stellen is “Waarom mogen we niet gewoon een Windows licentie kopen en die toepassen op onze thin clients?”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.zdnet.com/blog/microsoft/will-microsofts-new-windows-vda-license-put-a-drag-on-virtualization-deployments/6308?alertspromo=&amp;amp;tag=nl.rSINGLE"&gt;http://www.zdnet.com/blog/microsoft/will-microsofts-new-windows-vda-license-put-a-drag-on-virtualization-deployments/6308?alertspromo=&amp;amp;tag=nl.rSINGLE&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft adds support for Office 2010 via new Deployment Toolkit update&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Mary-Jo Foley meldt dat Microsoft nu, na de officiële lancering voor de zakelijke markt, ondersteuning voor Office 2010 in haar deployment tool MDT 2010 inbouwt. Met MDT 2010 update 1 wordt het mogelijk om het nieuwe Office pakket in de Windows deployment mee te nemen. Men kan eigen aanpassingen maken in de configuratie.&lt;/p&gt;  &lt;p&gt;Deze update 1 is nu in bèta en is te downloaden op de Connect site.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://services.social.microsoft.com/feeds/FeedItem?feedId=353c0f57-dfb3-47a0-91d8-c04a69e7b79c&amp;amp;itemId=abfe33f8-7c87-40bd-916f-7f26f8324f5c&amp;amp;title=Need+tools+and+guidance+to+deploy+Windows+7+and+Office+2010%3f&amp;amp;uri=https%3a%2f%2fconnect.microsoft.com%2fInvitationUse.aspx%3fProgramID%3d1646%26InvitationID%3dMDTH-PJBM-CBVJ%26SiteID%3d14&amp;amp;k=yVRA4yLev0%2fiK7x%2fQJPJUUbxw8HfoAkYN1EEodXkvqs%3d"&gt;http://services.social.microsoft.com/feeds/FeedItem?feedId=353c0f57-dfb3-47a0-91d8-c04a69e7b79c&amp;amp;itemId=abfe33f8-7c87-40bd-916f-7f26f8324f5c&amp;amp;title=Need+tools+and+guidance+to+deploy+Windows+7+and+Office+2010%3f&amp;amp;uri=https%3a%2f%2fconnect.microsoft.com%2fInvitationUse.aspx%3fProgramID%3d1646%26InvitationID%3dMDTH-PJBM-CBVJ%26SiteID%3d14&amp;amp;k=yVRA4yLev0%2fiK7x%2fQJPJUUbxw8HfoAkYN1EEodXkvqs%3d&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.zdnet.com/blog/microsoft/microsoft-adds-support-for-office-2010-via-new-deployment-toolkit-update/6286?alertspromo=&amp;amp;tag=nl.rSINGLE"&gt;http://www.zdnet.com/blog/microsoft/microsoft-adds-support-for-office-2010-via-new-deployment-toolkit-update/6286?alertspromo=&amp;amp;tag=nl.rSINGLE&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft: Office 2010 and SQL Server 2008 R2 go better together&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Mary-Jo Foley heeft een blogpost over de uitspraak van Microsoft dat de nieuwe 2010 producten ‘beter samenwerken’. Uiteraard is dit gebruikelijke marketingtaal bij een lancering. Maar deze keer zit er ook een flinke kern van waarheid in. Dat heeft vooral te maken met het de nieuwe PowerPivot feature. Deze feature maakt van Excel 2010, SharePoint 2010 en SQL Server 2008 R2 een BI-oplossing.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.powerpivot.com/"&gt;http://www.powerpivot.com/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Om deze feature te bouwen heeft Microsoft daadwerkelijke uitwisseling tussen de Excel- en SQL Server plaatsgevonden. Mensen van het ene team werden bij het andere team geplaatst en andersom.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.zdnet.com/blog/microsoft/microsoft-office-2010-and-sql-server-2008-r2-go-better-together/6179?tag=nl.e550"&gt;http://www.zdnet.com/blog/microsoft/microsoft-office-2010-and-sql-server-2008-r2-go-better-together/6179?tag=nl.e550&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Opvallend detail met SQL Server 2008 R2 is overigens wel dat de prijzen per processor omhoog gaan. De Standard Edition gaat 25% omhoog en Enterprise Edition 15%. De prijzen voor de CALs blijven gelijk.&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Office 2010: a deeper dive&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Ed Bott heeft een 4 pagina’s tellend artikel geschreven over Office 2010. Hij schreef eerder al tolloze boeken over eerdere versies en tientallen online artikelen. Deze keer heeft hij gepoogd om helder te maken wat echt belangrijk is in de nieuwe incarnatie van Office. Het betreft hier toch een pakket wat door honderden miljoenen mensen gebruikt wordt.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.zdnet.com/blog/bott/office-2010-a-deeper-dive/2042?tag=nl.e539"&gt;http://www.zdnet.com/blog/bott/office-2010-a-deeper-dive/2042?tag=nl.e539&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Review: NetWrix Group Policy Change Reporter&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Eric Rux heeft een review geschreven over NetWrix Group Policy Reporter. Een tool dat je kan vertellen wat er gewijzigd is in Group policies, wanneer en door wie. Dit tool is een belangrijke aanvulling op de reeds aanwezige tooling van Windows.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/technology/Group-Policy-Change-Reporter.aspx"&gt;http://www.windowsitpro.com/article/technology/Group-Policy-Change-Reporter.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Windows Server 2008 R2 and Windows 7 Group Policy - New features are more evolutionary than revolutionary&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Darren Mar-Elia heeft een verhaal geschreven over de veranderingen in Server 2008 R2 (en Windows 7) m.b.t. Group Policies. De kern van zijn betoog is dat de meeste wijzigingen meer evolutionair dan revolutionair van aard zijn in vergelijking tot Server 2008 en Vista.&lt;/p&gt;  &lt;p&gt;Hij gaat in 5 pagina’s met groot detail in op de wijzigingen:&lt;/p&gt;  &lt;p&gt;1. Administrative template changes&lt;/p&gt;  &lt;p&gt;2. PowerShell support&lt;/p&gt;  &lt;p&gt;3. Modifying Registry Policy with PowerShell&lt;/p&gt;  &lt;p&gt;4. Starter GPOs—Does Anyone Care?&lt;/p&gt;  &lt;p&gt;5. New Policy–Enabled Features&lt;/p&gt;  &lt;p&gt;6. New Security Policies&lt;/p&gt;  &lt;p&gt;7. Advanced Audit Policy&lt;/p&gt;  &lt;p&gt;8. Network List Policies&lt;/p&gt;  &lt;p&gt;9. Name Resolution Policy&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/windows-client/Windows-Server-2008-R2-and-Windows-7-Group-Policy.aspx"&gt;http://www.windowsitpro.com/article/windows-client/Windows-Server-2008-R2-and-Windows-7-Group-Policy.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Migrating from Exchange Server 2003 to Exchange Server 2010: A Small Organization Perspective&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Michael Smith heeft voor een partner-bedrijf de migratie mogen doen van Exchange 2003 naar 2010. Hij biedt ons via zijn verhaal de kans om hieruit lering te trekken. Het artikel is zeer uitgebreid, 7 pagina’s, en is uitermate leerzaam.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/exchange-server/Migrating-from-Exchange-Server-2003-to-Exchange-Server-2010-A-Small-Organization-Perspective.aspx?elq_mid=2065&amp;amp;elq_cid=3346811"&gt;http://www.windowsitpro.com/article/exchange-server/Migrating-from-Exchange-Server-2003-to-Exchange-Server-2010-A-Small-Organization-Perspective.aspx?elq_mid=2065&amp;amp;elq_cid=3346811&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: InfoPath 2010 with SharePoint 2010: A Walkthrough - Design and create data-collection forms&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Ryan Thomas heeft een walkthrough geschreven voor diegenen die met InfoPath 2010 en SharePoint 2010 aan de slag willen met data collection formulieren.&lt;/p&gt;  &lt;p&gt;InfoPath is bij uitstek het tool om formulieren te maken voor SharePoint maar toch is het een grote onbekende in de wereld van professionele IT’ers.&lt;/p&gt;  &lt;p&gt;Nu het gebruik van SharePoint toeneemt wil Ryan ons daarom duidelijk maken wat je met InfoPath allemaal kunt en waarom je het absoluut zou moeten overwegen. Je kunt er namelijk formulieren mee maken zonder code te hoeven schrijven.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/sharepoint/InfoPath-2010-with-SharePoint-2010-A-Walkthrough.aspx?elq_mid=2189"&gt;http://www.windowsitpro.com/article/sharepoint/InfoPath-2010-with-SharePoint-2010-A-Walkthrough.aspx?elq_mid=2189&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;VIRTUALIZATION: Virtualizing Microsoft SharePoint&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: netapp.com&lt;/p&gt;  &lt;p&gt;John Parker heeft een verhaal geschreven over het virtualiseren van Microsoft SharePoint. SharePoint wordt meer en meer toegepast en steeds meer bedrijven voeren een ‘virtualiseren tenzij’ beleid. Virtualisatie is bij uitstek een techniek waarbij het makkelijker is om systemen meer resources te geven. Bij fysieke systemen ben je gebonden aan de box en groei je uit je jasje dan moet je migreren (scale-up of scale-out).&lt;/p&gt;  &lt;p&gt;Als virtualisatielaag wordt in dit artikel Hyper-V ingezet, voor de storage uiteraard NetApp.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://communities.netapp.com/docs/DOC-5972"&gt;http://communities.netapp.com/docs/DOC-5972&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Best Practices for Exchange 2010 (on NetApp)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: netapp.com&lt;/p&gt;  &lt;p&gt;Brad Garvey van NetApp gaat in op de best practices voor Exchange 2010 op een NetApp storage omgeving. Sinds het verschijnen van Exchange Server 2010 zijn de best practices voor Exchange flink veranderd en zeker ook op NetApp.&lt;/p&gt;  &lt;p&gt;Brad gaat in op de veranderingen in met name Exchange clustering (zo bestaan LCR, CCR, SCR en SCC niet meer in Exchange 2010) en de gevolgen die dit heeft voor je storage.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://communities.netapp.com/docs/DOC-5965"&gt;http://communities.netapp.com/docs/DOC-5965&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Microsoft Office 2010 Volume Product Key (VLK) Requires KMS or MAK for Activation&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: solidblogger.com &amp;amp; Microsoft.com&lt;/p&gt;  &lt;p&gt;Nu Office 2010 definitief gelanceerd is kijken velen naar dit nieuwe pakket. Nieuw is ook de activatie die Microsoft nu vanaf de 2010-versie verplicht stelt. Net als bij Windows Vista en 7 moet ook elke Office installatie nu geactiveerd worden. Hetzij via een lokale sleutel (MAK) of via een centrale oplossing (KMS). Dit vereist voor vele bedrijven een flinke aanpassing in deployment schema’s.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.solidblogger.com/microsoft-office-2010-product-key-activation/"&gt;http://www.solidblogger.com/microsoft-office-2010-product-key-activation/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download Microsoft Office 2010 KMS Host License Pack&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=97b7b710-6831-4ce5-9ff5-fdc21fe8d965&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=97b7b710-6831-4ce5-9ff5-fdc21fe8d965&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;VIRTUALIZATION: Dynamic Memory Coming To Hyper-V&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.technet.com&lt;/p&gt;  &lt;p&gt;Jeff Woolsey heeft een serie artikelen geschreven over een feature van Server 2008 R2 SP1: Dynamic Memory.&lt;/p&gt;  &lt;p&gt;Er zijn nu 5 delen (deel 5 is een repost) waarin uitgelegd wordt wat het is , wat het kan en wat je ermee kunt. In deel 5 eindigt Jeff met de aanbeveling die ook VMware doet: voorkom oversubscription omdat dit slecht is voor je performance. Het grote voordeel van Dynamic memory is echter dat je grotere dichtheden met VM’s op je virtualisatieplatform kunt behalen.&lt;/p&gt;  &lt;p&gt;Het zijn technische verhalen die vereisen dat je wel het e.e.a. weet van techniek maar ze schetsen een goed beeld van deze feature.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/virtualization/archive/2010/03/18/dynamic-memory-coming-to-hyper-v.aspx"&gt;http://blogs.technet.com/b/virtualization/archive/2010/03/18/dynamic-memory-coming-to-hyper-v.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/virtualization/archive/2010/03/25/dynamic-memory-coming-to-hyper-v-part-2.aspx"&gt;http://blogs.technet.com/b/virtualization/archive/2010/03/25/dynamic-memory-coming-to-hyper-v-part-2.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/virtualization/archive/2010/03/25/dynamic-memory-coming-to-hyper-v-part-3.aspx"&gt;http://blogs.technet.com/b/virtualization/archive/2010/03/25/dynamic-memory-coming-to-hyper-v-part-3.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/virtualization/archive/2010/03/25/dynamic-memory-coming-to-hyper-v-part-4.aspx"&gt;http://blogs.technet.com/b/virtualization/archive/2010/03/25/dynamic-memory-coming-to-hyper-v-part-4.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/virtualization/archive/2010/05/20/dynamic-memory-coming-to-hyper-v-part-5.aspx"&gt;http://blogs.technet.com/b/virtualization/archive/2010/05/20/dynamic-memory-coming-to-hyper-v-part-5.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Waarschijnlijk komt er nog een deel 6….&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;ERVER APPS: Customizable Script In Exchange 2007 SP2 Rollup Installation&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchangeteam.com&lt;/p&gt;  &lt;p&gt;Soms heb je dat, draaien er op je Exchange server 3rd party producten die ervoor zorgen dat je Microsoft rollup packages niet of niet goed willen installeren. Nu heeft Microsoft een aanpasbaar script uitgebracht waaraan je zelf commando’s kunt toevoegen.&lt;/p&gt;  &lt;p&gt;Het voorbeeld script is &lt;a href="http://msexchangeteam.com/files/12/attachments/entry455062.aspx"&gt;hier&lt;/a&gt; te vinden.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msexchangeteam.com/archive/2010/06/02/455063.aspx"&gt;http://msexchangeteam.com/archive/2010/06/02/455063.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TRAINING: Exchange 2010 Training and Certification Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Brian Reinholz heeft zijn best gedaan om alle mogelijkheden voor training en certificering voor Exchange 2010 op een rijtje te zetten. Er zijn 2 examens:&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-662&amp;amp;locale=en-us"&gt;Exam 70-662: Microsoft Exchange Server 2010 – Configuration&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-663&amp;amp;locale=en-us"&gt;Exam 70-663: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/outlook/Exchange-2010-Training-and-Certification-Overview.aspx"&gt;http://www.windowsitpro.com/article/outlook/Exchange-2010-Training-and-Certification-Overview.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: TechNet Magazine: May 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Het meinummer van TechNet Magazine verscheen al een paar weken terug. Het hoofdthema is deze keer “Remote Offices”. &lt;/p&gt;  &lt;p&gt;Diverse producten passeren natuurlijk de revue: van Server 2008 R2 met Read-only DC’s en BranchCache tot virtuele desktops.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image004_5F00_7A0F872A.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image004" border="0" alt="clip_image004" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image004_5F00_thumb_5F00_47ABB3AB.jpg" width="244" height="188" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/magazine/ff683593.aspx"&gt;http://technet.microsoft.com/en-us/magazine/ff683593.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Deploying Database Availability Groups in Exchange Server 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Paul Robicheaux heeft een stuk geschreven over het toepassen van Exchange 2010 Database Availability Groups. Hij brengt diverse zaken ter sprake en begint met een fout die velen maakten. Om gebruik te kunnen maken van de DAG feature heb je de Enterprise versie nodig van Server 2008 of 2008 R2.&lt;/p&gt;  &lt;p&gt;Het stuk is 4 pagina’s lang, dus behoorlijk uitgebreid.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/high-availability/deploying-database-availability-groups-in-exchange-server-2010.aspx"&gt;http://www.windowsitpro.com/article/high-availability/deploying-database-availability-groups-in-exchange-server-2010.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: IBM eX5: Breaking Virtualization Barriers? - a whitepaper from IBM &amp;amp; VMware&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Via the Register kun je een whitepaper downloaden over de nieuwe eX5 Intel architectuur van IBM. De nieuwe eX5 architectuur gaat verder dan Intel’s eigen platform op het gebied van schaalbaarheid, performance en datacenter faciliteiten.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;IBM’s eX5 architecture advances the ‘state of art’ in x86 by adding features and capabilities that extend the traditional x86 architecture and allow customers to get much more value from their x86 investment in terms of performance, facilities, and data center labor. The new features in these systems should also pay virtualization dividends allowing much higher system utilization rates and improved TCO. This report takes a look at IBM’s new eX5 innovations and also discusses how IBM and VMware are working together to help customers get the most out of their system investments.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://whitepapers.theregister.co.uk/paper/view/1507/ibm-ex5-breaking-virtualizaton-barriers-final.pdf"&gt;http://whitepapers.theregister.co.uk/paper/view/1507/ibm-ex5-breaking-virtualizaton-barriers-final.pdf&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Configuring the Native Exchange 2007 MP for OpsMgr 2007 R2 (Part 6)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Rui Silva heeft deel 6 van zijn serie over OpsManager 2007 R2 en het Exchange 2007 management pack online gezet.&lt;/p&gt;  &lt;p&gt;Gebruik je Operations Manager 2007 R2 om Exchange te monitoren, dan is deze serie een must-read.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/configuring-native-exchange-2007-mpopsmgr-2007-r2-part6.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/configuring-native-exchange-2007-mpopsmgr-2007-r2-part6.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Administrator Audit Logging (Part 1 + 2)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Neil Hobson heeft een 2-delige serie over de nieuwe Administrator Auditing Logging feature in Exchange 2010.&lt;/p&gt;  &lt;p&gt;Met name voor beheer kan het heel handig zijn om te weten wat wanneer en door wie is gewijzigd. Dat maakt deze feature nu mogelijk.&lt;/p&gt;  &lt;p&gt;Deel 1: &lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/compliance-policies-archiving/administrator-audit-logging-part1.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/compliance-policies-archiving/administrator-audit-logging-part1.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Deel 2: &lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/compliance-policies-archiving/administrator-audit-logging-part2.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/compliance-policies-archiving/administrator-audit-logging-part2.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Eliminating Traditional Backups using native Exchange 2010 Functionality (Parts 1 +2 + 3)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Henrik Walther bespreekt de mogelijkheden om een traditionele backup achterwege te laten in Exchange 2010. Traditioneel houdt in ‘backup-to-tape’ or ‘backup-to-disc’. Interessante materie die absoluut de moeite van het lezen waard is. het kan je helpen eens out-of-the-box te denken.&lt;/p&gt;  &lt;p&gt;Deel 1: &lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/eliminating-traditional-backups-using-native-exchange-2010-functionality-part1.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/eliminating-traditional-backups-using-native-exchange-2010-functionality-part1.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Deel 2: &lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/eliminating-traditional-backups-using-native-exchange-2010-functionality-part2.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/eliminating-traditional-backups-using-native-exchange-2010-functionality-part2.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Deel 3: &lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/eliminating-traditional-backups-using-native-exchange-2010-functionality-part3.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/eliminating-traditional-backups-using-native-exchange-2010-functionality-part3.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Deel 4 moet nog verschijnen.&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Changes in Outlook 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: technet.microsoft.com&lt;/p&gt;  &lt;p&gt;Op deze TechNet pagina beschrijft Microsoft wat de vernieuwingen zijn in Outlook 2010.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc179110.aspx"&gt;http://technet.microsoft.com/en-us/library/cc179110.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange Management Console: New features in Exchange Server 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Anderson Patricio bespreekt de nieuwe Exchange 2010 management console en hoe deze vooral veel meer dynamische content vanuit het Internet heeft. Anderson’s doel is laten zien wat deze nieuwe console betekent voor je beheerwerk.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-management-console-new-features-in-exchange-server-2010.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-management-console-new-features-in-exchange-server-2010.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Managing Inbox Rules in Exchange Server 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Anderson Patricio heeft een artikel geschreven over het beheer van Inbox rules zonder hiervoor naar de PC van een gebruiker te hoeven gaan. In Exchange 2010 zijn de mogelijkheden hiervoor sterk verbeterd en dus zeker de moeite waard om eens naar te kijken.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/managing-inbox-rules-exchange-server-2010.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/managing-inbox-rules-exchange-server-2010.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Sysinternals RAMMap v1.0&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Have you ever wondered exactly how Windows is assigning physical memory, how much file data is cached in RAM, or how much RAM is used by the kernel and device drivers? RAMMap makes answering those questions easy. RAMMap is an advanced physical memory usage analysis utility for Windows Vista and higher.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/sysinternals/ff700229.aspx"&gt;http://technet.microsoft.com/en-us/sysinternals/ff700229.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download: &lt;a href="http://download.sysinternals.com/Files/RAMMap.zip"&gt;http://download.sysinternals.com/Files/RAMMap.zip&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft Application Virtualization 4.5 Service Pack 2&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Microsoft Application Virtualization 4.5 Service Pack 2 (App-V 4.5 SP2) updates App-V 4.5 with the latest security and stability enhancements to help keep computers running App-V up-to-date, reliable, and more secure. The goal of this service pack is to increase the overall quality of the existing product features while maintaining a high level of compatibility with previous releases.    &lt;br /&gt;Feature Summary: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Support for Office 2010 – App-V 4.5 SP2 now supports the virtualization of Microsoft Office 2010.&lt;/li&gt;    &lt;li&gt;Support for SQL Mirroring – App-V 4.5 SP2 now supports Microsoft SQL Mirroring. &lt;/li&gt;    &lt;li&gt;Customer Feedback and Hotfix Rollup – App-V 4.5 SP2 also includes a rollup up of fixes to address issues found since the Microsoft Application Virtualization 4.5 SP1 release.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c8ef481e-ddbd-472b-8ce8-ffa2fdba314f&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c8ef481e-ddbd-472b-8ce8-ffa2fdba314f&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Free tool: Certificate Manager for Exchange 2007&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Bink wijst ons op een gratis tool voor Exchange 2007 genaamd Certificate manager for Exchange 2007. Het tool helpt het beheer van certificaten vergemakkelijken en het zorgt er ook voor dat je minder makkelijk fouten kunt maken.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bink.nu/news/free-tool-certificate-manager-for-exchange-2007.aspx"&gt;http://bink.nu/news/free-tool-certificate-manager-for-exchange-2007.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.u-btech.com/products/certificate-manager-for-exchange-2007.html"&gt;http://www.u-btech.com/products/certificate-manager-for-exchange-2007.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image006_5F00_433532E4.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image006" border="0" alt="clip_image006" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image006_5F00_thumb_5F00_4C24C523.jpg" width="244" height="132" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Remote Desktop Connection Manager&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Microsoft heeft recentelijk een heel aardig tool uitgebracht waar mensen die veel RDP sessies gebruiken heel blij mee zullen zijn. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;RDCMan manages multiple remote desktop connections. It is useful for managing server labs where you need regular access to each machine such as automated checking systems and data centers. It is similar to the built-in MMC Remote Desktops snap-in, but more flexible. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4603c621-6de7-4ccb-9f51-d53dc7e48047"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4603c621-6de7-4ccb-9f51-d53dc7e48047&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Springboard Series Windows 7 IT Pro Work Template: Windows 7 Deployment Plan&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Windows 7 Deployment Plan can be used as a broad checklist or as the overall reference document for each part of the deployment process. For each segment of the process, the Deployment Plan presents the steps as identified in the Microsoft Deployment Toolkit, a list of interim and final milestones, and pointers to some of the useful documentation pertinent to the tasks involved. The Deployment Plan also contains a sample checklist for each segment of the process that can be used as go/no-go approval points as the deployment plan is being developed.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=171ecffc-92ab-4f48-b6b4-dd68712fc663&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=171ecffc-92ab-4f48-b6b4-dd68712fc663&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Deploying Remote Desktop Connection Broker with High Availability&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;A failover cluster is a group of independent computers that work together to increase the availability of applications and services. The clustered servers (called nodes) are connected by physical cables and by software. If one of the cluster nodes fails, another node begins to provide service (a process known as failover). Users experience a minimum of disruptions in service. This guide describes the steps for configuring Remote Desktop Connection Broker (RD Connection Broker) in a failover cluster, as part of a configuration that provides users with access to personal virtual desktops or virtual machines in a virtual desktop pool through RemoteApp and Desktop Connection. As you work with the configuration in this guide, you can also learn about failover clusters and familiarize yourself with the Failover Cluster Manager snap-in in Windows Server 2008 R2 Enterprise or Windows Server 2008 R2 Datacenter. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=df3e1876-737e-4f81-9f29-828a67ebbf58&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=df3e1876-737e-4f81-9f29-828a67ebbf58&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Microsoft security bulletins June 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft in de maand juni 2010 10 security bulletins uitgebracht.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-032&lt;/b&gt; - Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege (979559) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-032.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-032.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Privilege escalation    &lt;br /&gt;Affected software: Windows 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP2, Server 2008 RTM &amp;amp; SP2 (*), Vista SP1 &amp;amp; SP2, 7 and Server 2008 R2 (*) – (*) Server Core is affected    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-065.mspx"&gt;MS09-065&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-033&lt;/b&gt; - Vulnerabilities in Media Decompression Could Allow Remote Code Execution (979902) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-033.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-033.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Windows 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP2, Server 2008 RTM &amp;amp; SP2 (*), Vista SP1 &amp;amp; SP2, 7 and Server 2008 R2 (*) – (*) Server Core is affected    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/MS09-028.mspx"&gt;MS09-028&lt;/a&gt;, &lt;a href="http://www.microsoft.com/technet/security/bulletin/MS09-047.mspx"&gt;MS09-047&lt;/a&gt; &amp;amp; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS08-033.mspx"&gt;MS08-033&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-034&lt;/b&gt; - Cumulative Security Update of ActiveX Kill Bits (980195) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-034.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-034.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Windows 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP2, Server 2008 RTM &amp;amp; SP2 (**), Vista SP1 &amp;amp; SP2, 7 and Server 2008 R2 (**) – (**) Server Core is not affected    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-008.mspx"&gt;MS10-008&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-035&lt;/b&gt; - Cumulative Security Update for Internet Explorer (982381) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-035.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-035.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: IE 5.01 &amp;amp; 6 SP1 on Server 2000 SP4, IE 6 on XP SP2 &amp;amp; SP3, Server 2003 SP2, IE 7 on XP SP2 &amp;amp; SP3, Server 2003 SP2, Vista SP1 &amp;amp; SP2, Server 2008 RTM &amp;amp; SP2 (**), IE 8 on XP SP2 &amp;amp; SP3, Server 2003 SP2, Vista SP1 &amp;amp; SP2, Server 2008 RTM &amp;amp; SP2 (**), 7 and Server 2008 R2 (**) – (**) Server Core is not affected    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-018.mspx"&gt;MS10-018&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-036&lt;/b&gt; - Vulnerability in COM Validation in Microsoft Office Could Allow Remote Code Execution (983235) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-036.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-036.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Office XP SP3, Office 2003 SP3 and Office 2007 SP1 &amp;amp; SP2    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms08-055.mspx"&gt;MS08-055&lt;/a&gt;, &lt;a href="http://www.microsoft.com/technet/security/bulletin/MS09-068.mspx"&gt;MS09-068&lt;/a&gt;, &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms09-027.mspx"&gt;MS09-027&lt;/a&gt;, &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-004.mspx"&gt;MS10-004&lt;/a&gt;, &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-017.mspx"&gt;MS10-017&lt;/a&gt;, &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-023.mspx"&gt;MS10-023&lt;/a&gt; &amp;amp; &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-028.mspx"&gt;MS10-028&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-037&lt;/b&gt; - Vulnerability in the OpenType Compact Font Format (CFF) Driver Could Allow Elevation of Privilege (980218) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-037.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-037.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Privilege escalation    &lt;br /&gt;Affected software: Windows 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP2, Server 2008 RTM &amp;amp; SP2 (*), Vista SP1 &amp;amp; SP2, 7 and Server 2008 R2 (*) – (*) Server Core is affected    &lt;br /&gt;Replaced bulletins: none&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-038&lt;/b&gt; - Vulnerabilities in Microsoft Office Excel Could Allow Remote Code Execution (2027452) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-038.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-038.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Office XP SP3, Office 2003 SP3 and Office 2007 SP1 &amp;amp; SP2    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-017.mspx"&gt;MS10-017&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-039&lt;/b&gt; - Vulnerabilities in Microsoft SharePoint Could Allow Elevation of Privilege (2028554) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-039.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-039.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Information disclosure    &lt;br /&gt;Affected software: Office InfoPath 2003 SP3, InfoPath 2007 SP1 &amp;amp; SP2, SharePoint Server 2007 SP1 &amp;amp; SP2 and SharePoint Services 3.0 SP1 &amp;amp; SP2    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms08-077.mspx"&gt;MS08-077&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-040&lt;/b&gt; - Vulnerability in Internet Information Services Could Allow Remote Code Execution (982666) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-040.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-040.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Server 2003 SP2, Vista SP1 &amp;amp; SP2, Server 2008 RTM &amp;amp; SP2 (*), 7 and Server 2008 R2 (*) – (*) Server Core is affected    &lt;br /&gt;Replaced bulletins: none&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-041&lt;/b&gt; - Vulnerability in Microsoft .NET Framework Could Allow Tampering (981343) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-041.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-041.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Tampering    &lt;br /&gt;Affected software: .NET Framework 1.0, 1.1, 2.0 and 3.5 on all supported Operating Systems – Server Core 2008 is not affected, Server Core 2008 R2 is affected    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/MS09-036.mspx"&gt;MS09-036&lt;/a&gt; &amp;amp; &lt;a href="http://www.microsoft.com/technet/security/bulletin/MS09-061.mspx"&gt;MS09-061&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Microsoft Security Advisory (973811) - Extended Protection for Authentication&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft kondigt in deze advisory een nieuwe feature aan voor Windows genaamd Extended Protection for Authentication.&lt;/p&gt;  &lt;p&gt;Programmeurs en programma’s kunnen deze feature gebruiken en zo de beveiliging op een systeem vergroten.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Version:&lt;/b&gt; 1.5&lt;/p&gt;  &lt;p&gt;Microsoft is announcing the availability of a new feature, Extended Protection for Authentication, on the Windows platform. This feature enhances the protection and handling of credentials when authenticating network connections using Integrated Windows Authentication (IWA).&lt;/p&gt;  &lt;p&gt;The update itself does not directly provide protection against specific attacks such as credential forwarding, but allows applications to opt-in to Extended Protection for Authentication. This advisory briefs developers and system administrators on this new functionality and how it can be deployed to help protect authentication credentials.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Mitigating Factors:&lt;/b&gt;    &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top"&gt;           &lt;p&gt;•&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Internet Explorer will never send credentials automatically to servers hosted in the Internet zone. This reduces the risk that credentials can be forwarded by an attacker within this zone.&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top"&gt;           &lt;p&gt;•&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Applications that use session signing and encryption (such as remote procedure call (RPC) with privacy and integrity, or server message block (SMB) with signing enabled) are not affected by credential forwarding.&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/advisory/973811.mspx"&gt;http://www.microsoft.com/technet/security/advisory/973811.mspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Known issues met .NET Framework after june 2010 security bulletins&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft al een tweetal KB-artikelen op het net gezet over issues die optreden met de .NET Framework updates die deze week verschenen.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;A known issue with the Microsoft .NET Framework 2.0 Service Pack 1 updates and the Microsoft .NET Framework 3.5 updates&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2197148/"&gt;http://support.microsoft.com/kb/2197148/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Updates for the .NET Framework 3.5 Service Pack 1 and the .NET Framework 2.0 Service Pack 2 may cause the Microsoft Knowledge Base article number to appear instead of the full title of the update in the Add or Remove Programs item in Control Panel&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2197146/"&gt;http://support.microsoft.com/kb/2197146/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: June 2010 Microsoft Black Tuesday Summary &amp;amp; Assessing the risk of the June Security Bulletins&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: isc.sans.org &amp;amp; Microsoft.com&lt;/p&gt;  &lt;p&gt;Zoals elke maand heeft het Internet Storm Center haar inventarisering van de maandelijkse Microsoft bulletins op het net geplaatst.&lt;/p&gt;  &lt;p&gt;En Microsoft heeft zelf ook het e.e.a. te zeggen over de bulletins. Interessant leesvoer.&lt;/p&gt;  &lt;p&gt;Met Microsoft beginnen dan maar.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/srd/archive/2010/06/08/assessing-the-risk-of-the-june-security-bulletins.aspx"&gt;http://blogs.technet.com/b/srd/archive/2010/06/08/assessing-the-risk-of-the-june-security-bulletins.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Today we released &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-jun.mspx"&gt;&lt;b&gt;ten security bulletins&lt;/b&gt;&lt;/a&gt;.&amp;#160; Three have a maximum severity rating of Critical and seven have a maximum severity rating of Important.&amp;#160; We hope that the table below helps you prioritize the deployment of the updates appropriately for your environment.    &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;&lt;b&gt;Bulletin&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;&lt;b&gt;Most likely attack vector&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;&lt;b&gt;Max Bulletin Severity&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;&lt;b&gt;Max Exploit-ability Index Rating&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;&lt;b&gt;Likely first 30 days impact&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;           &lt;p&gt;&lt;b&gt;Platform mitigations and key notes&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;MS10-035&lt;/p&gt;            &lt;p&gt;(IE)&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;Victim browses to a malicious webpage.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;Proof-of-concept has been presented publicly for Information Disclosure issue.&lt;/p&gt;            &lt;p&gt;Likely to also see exploit released for one or more of these memory corruption vulnerabilities.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;           &lt;p&gt;IE users on later platforms at reduced risk due to Protected Mode mitigating the information disclosure issue.&amp;#160; IE8 users on Windows Vista and Windows 7 at reduced risk due to presence of DEP and ASLR.&lt;/p&gt;            &lt;p&gt;Please see this &lt;a href="http://blogs.technet.com/b/srd/archive/2010/06/08/ms10-035-cross-domain-information-disclosure-vulnerability.aspx"&gt;&lt;b&gt;SRD blog post&lt;/b&gt;&lt;/a&gt; for more information&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;MS10-033&lt;/p&gt;            &lt;p&gt;(quartz.dll)&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;Victim browses to a malicious webpage or opens a malicious AVI movie with Media Player.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;Likely to see an exploit released able to exploit the vulnerability in MJPEG parsing.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;           &lt;p&gt;&lt;a name="_GoBack"&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;MS10-034&lt;/p&gt;            &lt;p&gt;(killbits)&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;Victim browses to a malicious webpage.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;n/a&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;May see an exploit released able to exploit one or both of the Microsoft ActiveX controls.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;           &lt;p&gt;CVE-2010-0252:&amp;#160; Victim must have Office XP’s Data Analyzer (MSDA) package installed to be vulnerable.&lt;/p&gt;            &lt;p&gt;CVE-2010-0811: User interaction required&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;MS10-032&lt;/p&gt;            &lt;p&gt;(kernel drivers)&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;Attacker already running code with low privileges on a vulnerable machine runs a malicious EXE to elevate to a higher privilege level. &lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;Likely to see an exploit released able to elevate from a low privileged user on the box to a higher privilege.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;           &lt;p&gt;Please see this &lt;a href="http://blogs.technet.com/b/srd/archive/2010/06/08/ms10-032-vulnerabilities-in-windows-kernel-mode-drivers-could-allow-elevation-of-privilege.aspx"&gt;&lt;b&gt;SRD blog post&lt;/b&gt;&lt;/a&gt; for more information about exploitability&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;MS10-038&lt;/p&gt;            &lt;p&gt;(Excel)&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;Victim opens a malicious XLS file that exploits a vulnerability to run arbitrary code.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;Exploit likely to be developed for one of more of these XLS parsing vulnerabilities in the next 30 days.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;MS10-036&lt;/p&gt;            &lt;p&gt;(Office ActiveX)&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;Victim opens a malicious Office document that instantiates an ActiveX control to result in code execution.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;Likely to see malicious Office documents that exploit this within the next 30 days.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;MS10-039&lt;/p&gt;            &lt;p&gt;(SharePoint)&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;Victim clicks an attacker-sent link to a Sharepoint server on which they have administrative rights.&amp;#160; Attacker-supplied link causes them to take an automatic action on the Sharepoint Server.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;Proof-of-concept already public for this issue.&amp;#160; However, we have not heard of real-world attacks from either customers or partners.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;MS10-040&lt;/p&gt;            &lt;p&gt;(IIS)&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;Attacker connects remotely over HTTP to IIS server that has installed the (optional) &lt;a href="http://www.microsoft.com/technet/security/advisory/973811.mspx"&gt;&lt;b&gt;Channel Binding Update&lt;/b&gt;&lt;/a&gt; and has enabled (off-by-default) Windows Authentication.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;Less likely to see exploits developed resulting in successful code execution in next 30 days.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;MS10-037&lt;/p&gt;            &lt;p&gt;(OpenType)&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;Local user running at low privileges on a vulnerable machine runs a malicious EXE to elevate to a higher privilege level.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;Less likely to see exploits developed resulting in successful code execution in next 30 days&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="108"&gt;           &lt;p&gt;MS10-041&lt;/p&gt;            &lt;p&gt;(.NET)&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="120"&gt;           &lt;p&gt;Custom .NET applications that rely on XML signature protection as tamper protection could be tampered with in an undetected manner.&amp;#160; &lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="96"&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="78"&gt;           &lt;p&gt;3&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="127"&gt;           &lt;p&gt;Unlikely to see exploit developed in the next 30 days.&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="156"&gt;           &lt;p&gt;No Microsoft .NET applications are vulnerable to this issue.&amp;#160; Usage of the specific API thought to be low in real-world.&lt;/p&gt;            &lt;p&gt;Please see this &lt;a href="http://blogs.technet.com/b/srd/archive/2010/06/08/ms10-041-xml-signature-hmac-truncation-bypass-vulnerability.aspx"&gt;&lt;b&gt;SRD blog post&lt;/b&gt;&lt;/a&gt; for more information&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;ISC van SANS, met kleurtjes. 5 stuks Critical voor servers:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://isc.sans.edu/diary.html?storyid=8929"&gt;http://isc.sans.edu/diary.html?storyid=8929&lt;/a&gt;    &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;#&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Affected&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Contra Indications&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Known Exploits&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Microsoft rating&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;ISC rating&lt;/b&gt;&lt;sup&gt;(*)&lt;/sup&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;clients&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;servers&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-032.mspx"&gt;MS10-032&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-065.mspx"&gt;MS09-065&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Windows Kernel             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0484"&gt;CVE-2010-0484&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0485"&gt;CVE-2010-0485&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1255"&gt;CVE-2010-1255&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/979559"&gt;KB 979559&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: 1,1,1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-033.mspx"&gt;MS10-033&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerabilities in Media Decompression Could Allow Remote Code Execution (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-028.mspx"&gt;MS09-028&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-047.mspx"&gt;MS09-047&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS08-033.mspx"&gt;MS08-033&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;DirectShow, DirectX, Windows Media Format Runtime, COM             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1879"&gt;CVE-2010-1879&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1880"&gt;CVE-2010-1880&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/979902"&gt;KB 979902&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 1,1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-034.mspx"&gt;MS10-034&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Cumulative Security Update of ActiveX Kill Bits (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-008.mspx"&gt;MS10-008&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;ActiveX, Internet Explorer 8             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0252"&gt;CVE-2010-0252&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0811"&gt;CVE-2010-0811&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/980195"&gt;KB 980195&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 1,1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-035.mspx"&gt;MS10-035&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Cumulative Security Update for Internet Explorer (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-018.mspx"&gt;MS10-018&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Internet Explorer             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0255"&gt;CVE-2010-0255&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1257"&gt;CVE-2010-1257&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1259"&gt;CVE-2010-1259&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1260"&gt;CVE-2010-1260&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1261"&gt;CVE-2010-1261&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1262"&gt;CVE-2010-1262&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982381"&gt;KB 982381&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 2,3,1,?,?,1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-036.mspx"&gt;MS10-036&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerabilities in COM validation in Microsoft Office Could Allow Remote Code Execution (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS08-055.mspx"&gt;MS08-055&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-017.mspx"&gt;MS10-017&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-028.mspx"&gt;MS10-028&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-068.mspx"&gt;MS09-068&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-017.mspx"&gt;MS09-017&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-023.mspx"&gt;MS10-023&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-004.mspx"&gt;MS10-004&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-027.mspx"&gt;MS09-027&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Microsoft Office             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1263"&gt;CVE-2010-1263&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/983285"&gt;KB 983285&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: 1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-037.mspx"&gt;MS10-037&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerability in the OpenType Compact Font Format (CFF) Driver Could Allow Elevation of Privilege&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Windows Kernel             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0819"&gt;CVE-2010-0819&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/980218"&gt;KB 980218&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: 2&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-038.mspx"&gt;MS10-038&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerabilities in Microsoft Office Excel Could Allow Remote Code Execution (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-017.mspx"&gt;MS10-017&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Excel             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0821"&gt;CVE-2010-0821&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0822"&gt;CVE-2010-0822&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0823"&gt;CVE-2010-0823&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0824"&gt;CVE-2010-0824&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1245"&gt;CVE-2010-1245&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1246"&gt;CVE-2010-1246&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1247"&gt;CVE-2010-1247&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1248"&gt;CVE-2010-1248&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1249"&gt;CVE-2010-1249&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1250"&gt;CVE-2010-1250&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1251"&gt;CVE-2010-1251&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1252"&gt;CVE-2010-1252&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1253"&gt;CVE-2010-1253&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1254"&gt;CVE-2010-1254&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2027452"&gt;KB 2027452&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: 2,1,2,1,1,1,1,1,1,1,2,2,1,1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-039.mspx"&gt;MS10-039&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerabilities in Microsoft SharePoint Could Allow Elevation of Privilege (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/08-077.mspx"&gt;MS08-077&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;MS Infopath, Sharepoint Services             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0817"&gt;CVE-2010-0817&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1257"&gt;CVE-2010-1257&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1264"&gt;CVE-2010-1264&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2028554"&gt;KB 2028554&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;exploits available&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: 1,3,3&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-040.mspx"&gt;MS10-040&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Remote Code Execution Vulnerability in IIS&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;IIS             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1256"&gt;CVE-2010-1256&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/982666"&gt;KB 982666&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: 2&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-041.mspx"&gt;MS10-041&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;.Net Framework Data Tampering (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-061.mspx"&gt;MS09-061&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;.Net             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0217"&gt;CVE-2009-0217&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/981343"&gt;KB 981343&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;exploits available.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: 3&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Adobe Warns of Critical Flaw in Flash, Acrobat &amp;amp; Reader&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: krebsonsecurity.com&lt;/p&gt;  &lt;p&gt;Adobe heeft ernstige lekken gemeld in Flash, Acrobat en Reader. &lt;a href="http://blogs.adobe.com/psirt/2010/06/security_advisory_for_adobe_re.html"&gt;Deze blogpost&lt;/a&gt; bij Adobe vertelt ons wat er allemaal speelt. Duidelijk is wel dat het lek in Flash Critical is. Komende vrijdag, 11 juni, wordt het dan ook gepatcht met een noodpatch. Acrobat en Reader volgen op 29 juni.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://krebsonsecurity.com/2010/06/adobe-warns-of-critical-flaw-in-flash-acrobat-reader/"&gt;http://krebsonsecurity.com/2010/06/adobe-warns-of-critical-flaw-in-flash-acrobat-reader/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://techworld.nl/technologie/25104/noodpatch-van-adobe-voor-flash-player-en-reader.html#source=rss"&gt;http://techworld.nl/technologie/25104/noodpatch-van-adobe-voor-flash-player-en-reader.html#source=rss&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft Exchange Server 2010 SP1 Beta&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: winbeta.org &amp;amp; activewin.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft de bèta uitgebracht van Service Pack 1 voor Exchange 2010.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Microsoft Exchange Server 2010 helps IT Professionals achieve new levels of reliability with greater flexibility, enhanced user experiences, and increased protection for business communications. &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Flexible and reliable&lt;/b&gt; - Exchange Server 2010 gives you the flexibility to tailor your deployment based on your company&amp;#39;s unique needs and a simplified way to keep e-mail continuously available for your users.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Anywhere access&lt;/b&gt; - Exchange Server 2010 helps your users get more done by giving them the freedom to securely access all their communications - e-mail, voice mail, instant messaging, and more - from virtually any platform, Web browser, or device.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Protection and compliance&lt;/b&gt; - Exchange Server 2010 delivers integrated information loss prevention, and compliance tools aimed at helping you simplify the process of protecting your company&amp;#39;s communications and meeting regulatory requirements.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=a0965fc9-2723-4947-ae6b-74bc3808e72a"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=a0965fc9-2723-4947-ae6b-74bc3808e72a&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Microsoft Exchange Server 2010 SP1 Beta Backup and Restore SDK June 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This SDK provides information about how to create applications that back up, restore, and recover Exchange 2010 SP1 Beta databases. The SDK download also includes a 64-bit native-code library that can be used to verify the integrity of Exchange 2010 SP1 Beta databases that are to be backed up. The Readme file contains installation instructions for and late-breaking information about the Exchange 2010 SP1 Beta Backup and Restore SDK. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=7d9de319-30c7-4896-9bc9-7e7a54ee3968"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=7d9de319-30c7-4896-9bc9-7e7a54ee3968&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Microsoft Exchange Server 2010 SP1 Beta Transport Agents SDK June 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Exchange 2010 SP1 Beta Transport Agents SDK assists developers who are building Exchange transport agent applications for Exchange 2010 SP1 Beta. This release of the SDK provides new and updated information and sample code to help you develop collaborative enterprise applications for Exchange 2010 SP1 Beta. The Readme file contains installation instructions for and late-breaking information about the Exchange 2010 SP1 Beta Transport Agents SDK.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=99989695-5116-4ec6-93c3-8395de84996d"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=99989695-5116-4ec6-93c3-8395de84996d&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: SCVMM 2008 R2 Rollup Released for SCVMM Server and Administrator&amp;#39;s Console&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;Voor System Center Virtual Machine Manager 2008 R2 is nu een rollup package verschenen.&lt;/p&gt;  &lt;p&gt;Dit zijn de opgeloste issues:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Issue 1:&lt;/strong&gt; A high availability virtual machine with a GPT pass-thru disk is reported is reported as “Unsupported Cluster Configuration.”&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Issue 2:&lt;/strong&gt; When you manage VMware Virtual Center that has distributed switches, the Virtual Machine Manager service (Vmmservice.exe) crashes.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Issue 3:&lt;/strong&gt; After Quick Storage Migration is completed, the Failover Cluster Management MMC snap-in reports that the VM still uses the old CSV volume.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Issue 4:&lt;/strong&gt; If a VM is configured with 3 virtual processors, the SCVMM Admin Console crashes. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Issue 5:&lt;/strong&gt; The settings for the virtual network are incorrect after a &lt;b&gt;Refresh-VMHost&lt;/b&gt; cmdlet job is completed. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/scvmm/archive/2010/06/08/scvmm-2008-r2-rollup-released-for-scvmm-server-and-administrator-s-console.aspx"&gt;http://blogs.technet.com/b/scvmm/archive/2010/06/08/scvmm-2008-r2-rollup-released-for-scvmm-server-and-administrator-s-console.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Creating a multiple boot USB stick&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: florian.freundt.org&lt;/p&gt;  &lt;p&gt;Deze man beschrijft hoe je een USB-stick Multi bootable kunt maken, wat je moet doen en ervoor nodig hebt.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://florian.freundt.org/blog/?p=161"&gt;http://florian.freundt.org/blog/?p=161&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Bug gives attackers complete control of Windows PCs - Hijacking Microsoft&amp;#39;s Help and Support&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk &amp;amp; Microsoft.com&lt;/p&gt;  &lt;p&gt;Een security onderzoeker heeft een manier gevonden om het help system van Windows te kapen waarna controle over een PC verkregen kan worden. De aanval werkt in XP en Server 2003 en mogelijk ook in eerdere versies van Windows.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/06/10/windows_help_bug/"&gt;http://www.theregister.co.uk/2010/06/10/windows_help_bug/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/advisory/2219475.mspx"&gt;http://www.microsoft.com/technet/security/advisory/2219475.mspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ook Microsoft heeft hierover wat te zeggen en doet dat op haar MSRC-blog. Men is vooral verbolgen over het feit dat er tussen het ontdekken en het breed bekendmaken van het lek slechts korte tijd zat.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/msrc/archive/2010/06/10/windows-help-vulnerability-disclosure.aspx"&gt;http://blogs.technet.com/b/msrc/archive/2010/06/10/windows-help-vulnerability-disclosure.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: Gartner: plan to be out of WinXP by end of 2012&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: sunbeltblog&lt;/p&gt;  &lt;p&gt;Gartner raadt bedrijven aan om snel Windows 7 te testen om uiterlijk 2012 XP geheel te verlaten. Microsoft’s support op XP loopt tot 2014 maar tegen 2012 zullen vele nieuwe applicaties al echt Windows 7 nodig hebben.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sunbeltblog.blogspot.com/2010/06/gartner-plan-to-be-out-of-winxp-by-end.html"&gt;http://sunbeltblog.blogspot.com/2010/06/gartner-plan-to-be-out-of-winxp-by-end.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: Microsoft&amp;#39;s evenementen voor de komende tijd&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft houdt voortdurend diverse evenementen, waaronder de bekende TechNet Masterclasses.&lt;/p&gt;  &lt;p&gt;Hierbij de links naar de Microsoft sites en een aantal evenementen licht ik eruit.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;TechEd 2010 Berlijn – 8 november&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Tech·Ed Europe is Microsoft’s premier technical education event providing the most comprehensive technical training on Microsoft’s suite of products, technologies, solutions and services. If you are a technology professional involved in building, deploying or maintaining IT solutions using Microsoft technologies, Tech·Ed Europe is the conference that will help you solve today&amp;#39;s real-world challenges and prepare you for tomorrow&amp;#39;s innovations.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/europe/teched/"&gt;http://www.microsoft.com/europe/teched/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/netherlands/evenementen/default.aspx?organizer=Microsoft&amp;amp;eventtype=alle&amp;amp;eventsubtype=InTrack"&gt;http://www.microsoft.com/netherlands/evenementen/default.aspx?organizer=Microsoft&amp;amp;eventtype=alle&amp;amp;eventsubtype=InTrack&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Masterclasses&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/netherlands/evenementen/default.aspx?organizer=Microsoft&amp;amp;eventtype=alle&amp;amp;eventsubtype=Masterclass"&gt;http://www.microsoft.com/netherlands/evenementen/default.aspx?organizer=Microsoft&amp;amp;eventtype=alle&amp;amp;eventsubtype=Masterclass&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Bijvoorbeeld:&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Technical Proof of Concept - Joint Deployment of Windows 7 and Microsoft Office 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Walk through the process of creating a technical proof of concept to help you see how Windows 7 and Office 2010—as part of the Microsoft Optimized Desktop—will work in your environment.&lt;/p&gt;  &lt;p&gt;The Microsoft Optimized Desktop comprises Windows 7, Office 2010, Internet Explorer 8, and the Microsoft Destkop Optimization Pack.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/windows/ff603537.aspx?ITPID=mscomen"&gt;http://technet.microsoft.com/en-us/windows/ff603537.aspx?ITPID=mscomen&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Windows Server 2008 Allows DC Demotion in Safe Mode&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;In Windows 2003 was het niet mogelijk om een server die niet meer goed opstart Domain Controller-af te maken door de server in Safe Mode te starten. In 2008 is dit een stuk makkelijker geworden want nu kan dit wel. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/windows-server-20082/Windows-Server-2008-DC-Demotion-Safe-Mode.aspx"&gt;http://www.windowsitpro.com/article/windows-server-20082/Windows-Server-2008-DC-Demotion-Safe-Mode.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: SCE 2010 &amp;amp; DPM 2010 reach Released to Manufacturing&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.technet.com&lt;/p&gt;  &lt;p&gt;Op dit blog wordt melding gemaakt van de RTM status van zowel System Center Essentials 2010 als Data Protection Manager 2010.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/systemcenter/archive/2010/04/19/the-right-tools-for-the-job-sce-2010-dpm-2010.aspx"&gt;http://blogs.technet.com/b/systemcenter/archive/2010/04/19/the-right-tools-for-the-job-sce-2010-dpm-2010.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Windows 7 deployment - 2 videos&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: technet.com&lt;/p&gt;  &lt;p&gt;Op TechNet zijn een tweetal video’s geplaatst die vertellen hoe je de delpoyment van Windows 7 kunt regelen. Denk hierbij aan MDT 2010 en WAIK.&lt;/p&gt;  &lt;p&gt;Het zijn 2 video’s van een 8-delige serie.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://edge.technet.com/Media/Windows-7-Deployment--Deployment-Step-1-Gather-Required-Software-Part-4-of-8/"&gt;http://edge.technet.com/Media/Windows-7-Deployment--Deployment-Step-1-Gather-Required-Software-Part-4-of-8/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://edge.technet.com/Media/Windows-7-Deployment--Deployment-Step-2-Prepare-the-MDT-2010-Environment-Part-5-of-8/"&gt;http://edge.technet.com/Media/Windows-7-Deployment--Deployment-Step-2-Prepare-the-MDT-2010-Environment-Part-5-of-8/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: A Guide to Securing ISA Server 2006&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Alan Maddison beschrijft hoe je een ISA 2006 server zelf kunt beveiligen. Heel vaak wordt ISA server gebruikt om omgevingen te beveiligen maar vergeet men de ISA server zelf ook te beveiligen.&lt;/p&gt;  &lt;p&gt;Hij vertelt o.a. hoe de beveiliging van ISA zelf in 2006 veel makkelijker en beter gaat dan bij de 2004 versie.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/magazine/2008.09.isahardening.aspx"&gt;http://technet.microsoft.com/en-us/magazine/2008.09.isahardening.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Office 2010 Administrative Template files (ADM, ADMX/ADML) and Office Customization Tool&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;This download includes Group Policy Administrative Template files and Office Customization Tool files for use with Office 2010 applications. It also includes an \Admin folder with an Office Customization Tool, and ADMX, ADML, and ADM versions of Office 2010 system Administrative Template files. For administrative template files, you may use the ADM files for any Windows operating system, or the combination of ADMX and language-specific ADML files on computers running at least Windows Vista or Windows Server 2008. This download also includes a workbook (Office2010GroupPolicyAndOCTSettings.xls) that provides information about Office 2010 Group Policy settings and OCT settings.    &lt;br /&gt;For more information about this download, see &lt;a href="http://go.microsoft.com/fwlink/?LinkId=190598"&gt;Office 2010 Administrative Template files (ADM, ADMX, ADML) and Office Customization Tool&lt;/a&gt;, and the Related Resources at the bottom of this page. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=64b837b6-0aa0-4c07-bc34-bec3990a7956"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=64b837b6-0aa0-4c07-bc34-bec3990a7956&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Download Microsoft SQL Server 2008 R2 evaluation versions&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: technet.microsoft.com&lt;/p&gt;  &lt;p&gt;Nu SQL Server 2008 R2 de RTM status heeft bereikt stelt Microsoft evaluatieversies op het net beschikbaar.&lt;/p&gt;  &lt;p&gt;Download nu een 32- of 64-bits versie die 180 dagen werkt.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/evalcenter/ee315247.aspx"&gt;http://technet.microsoft.com/en-us/evalcenter/ee315247.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Mystery startup uncloaks 512-core server - Atom bomb, network included&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Het onbekende SeaMicro heeft een bijzonder stuk hardware gebouwd voor in het datacenter. Het gaat om een cluster van Intel Atom Z530 processors, 512 stuks om precies te zijn. In het systeem is een virtueel netwerk gebouwd voor de connectie van de cluster nodes. Het geheel gaat onder de naam SM1000 door het leven.&lt;/p&gt;  &lt;p&gt;Volgens SeaMicro is het cluster bedoeld voor een datacenter en speelt het goed in op de veranderende workloads in de moderne datacenters.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&amp;quot;The reason why power is not an issue is that workloads have changed in the data center,&amp;quot; explains Feldman. &amp;quot;Now companies have smaller workloads, and they are bursty in nature. And today&amp;#39;s systems are particularly bad because they have all these feature that suck power - out of order speculation branch prediction, and so forth - that are not particularly useful for these kinds of new workload and that consume lots of power. The end result is that we are taking the Space Shuttle to the grocery store.&amp;quot;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/06/14/seamicro_sm10000_server/"&gt;http://www.theregister.co.uk/2010/06/14/seamicro_sm10000_server/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLOUD: TechNet Magazine June 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;De juni uitgave van TechNet Magazine kwam pas uit. Deze uitgave gaat vooral over cloud computing en het hoofd artikel gaat over cloud security.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/magazine/ff729663.aspx"&gt;http://technet.microsoft.com/en-us/magazine/ff729663.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image008_5F00_6BD39EEB.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image008" border="0" alt="clip_image008" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image008_5F00_thumb_5F00_7286A86E.jpg" width="244" height="188" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Creating Mailbox Users in Powershell from a CSV - and then Merging the details into Microsoft Word....&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: telnetport25.com&lt;/p&gt;  &lt;p&gt;Andy heeft een artikel geschreven over het aanmaken van gebruikers en mailboxen vanuit PowerShell en een CSV file.&lt;/p&gt;  &lt;p&gt;Het script kun je &lt;a href="http://www.telnetport25.com/Scripts/powershell/admin/CreateMBX-CSV-WordMerge.exe"&gt;hier&lt;/a&gt; vinden.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.telnetport25.com/component/content/article/15-powershell/332-creating-mailbox-users-in-powershell-from-a-csv-and-then-merging-the-details-into-microsoft-word.html"&gt;http://www.telnetport25.com/component/content/article/15-powershell/332-creating-mailbox-users-in-powershell-from-a-csv-and-then-merging-the-details-into-microsoft-word.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: How Do You Globally Change Conversation View in Outlook 2010?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;William Lefkovics gaat in op een van de vernieuwingen van Outlook 2010, de conversation view. Helemaal nieuw is deze view niet, eerdere versies van Outlook hadden em ook al maar niet al default instelling zoals in de 2010 versie.&lt;/p&gt;  &lt;p&gt;Maar niet iedereen vindt deze view even handig, soms is het handiger om gewoon naar de chronologische view te gaan. William legt uit hoe je dat precies doet. Er zijn 3 plaatsen….&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/faqtip/How-Do-You-Globally-Change-Conversation-View-in-Outlook-2010-.aspx"&gt;http://www.windowsitpro.com/article/faqtip/How-Do-You-Globally-Change-Conversation-View-in-Outlook-2010-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image010_5F00_272704AA.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image010" border="0" alt="clip_image010" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image010_5F00_thumb_5F00_02957726.jpg" width="244" height="114" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Multi-Mailbox Search in Exchange Server 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Damir Dizdarevic heeft een artikel geschreven over Multi Mailbox search in Exchange 2010. Er zijn allerlei redenen waarom je dat soms zou willen doen maar een belangrijke is een juridische.&lt;/p&gt;  &lt;p&gt;Dit artikel gaat in 6 pagina’s in op het onderwerp. Zo komen o.a. de Exchange 2010 Role Based Access Control en permissies voorbij. Maar ook hoe je een dergelijke search uitvoert.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/outlook/Multi-Mailbox-Search-in-Exchange-Server-2010.aspx"&gt;http://www.windowsitpro.com/article/outlook/Multi-Mailbox-Search-in-Exchange-Server-2010.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Het is mogelijk dat het artikel niet permanent online beschikbaar blijft. Normaal gesproken zou het artikel alleen beschikbaar zijn voor WindowsITpro-leden.&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Powershell v2.0 Script to Rename Local and Remote Machine User Accounts...&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: telnetport25.com&lt;/p&gt;  &lt;p&gt;Andy heeft een post geschreven over het lokaal en remote hernoemen van het administrator account middels een PowerShell 2.0 script.&lt;/p&gt;  &lt;p&gt;Het &lt;a href="http://www.telnetport25.com/Scripts/powershell/admin/RenameLocalandRemoteUserAccounts.ps1"&gt;script&lt;/a&gt; is een voorbeeld en biedt gelegenheid om eigen aanpassing te doen. Daarnaast legt Andy uit hoe zijn script werkt.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.telnetport25.com/component/content/article/15-powershell/335-powershell-v20-script-to-rename-local-and-remote-machine-user-accounts.html"&gt;http://www.telnetport25.com/component/content/article/15-powershell/335-powershell-v20-script-to-rename-local-and-remote-machine-user-accounts.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: UCUG.nl Meeting 6 juli 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: ucug.nl&lt;/p&gt;  &lt;p&gt;De UCUG organiseert weer een meeting op 6 juli bij HP in Amstelveen. Het evenement is gratis en eindigt met een gratis lunch. De agenda is nog voorlopig maar staat al wel online.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;De (voorlopige) agenda:&lt;/i&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;TMG met ForeFront Protection en Exchange Edge Transport. (Jetze Mellema)&lt;/i&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Wat is nieuw in Exchange 2010 Service Pack 1 (Jaap Wesselius)&lt;/i&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Communications Server &amp;quot;14&amp;quot;: Survivable Branch Appliances, hoe bijft een lokatie telefonisch bereikbaar terwijl de centrale OCS server onbereikbaar is. (Steven van Houttum)&lt;/i&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Ontvangst vanaf 8:30&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Presentaties van 9:00 - 12:30&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;We eindigen om 12:30 met een lunch tot 13:00&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Afmeldingen en vragen kunt u sturen naar &lt;a href="mailto:steven@ucug.nl"&gt;steven@ucug.nl&lt;/a&gt;&lt;/i&gt;&lt;i&gt;.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.eventbrite.com/event/730733644"&gt;http://www.eventbrite.com/event/730733644&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: IPv4-adressen zijn dit jaar al op&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techworld.nl&lt;/p&gt;  &lt;p&gt;Het blijkt dat de voorraad beschikbare IPv4 nummers nog veel harder opraken dan eerder al werd aangenomen. In de eerste helft van 2010 zijn meer nummers uitgegeven dan in heel 2009. De oorzaak ervan ligt vooral in Azië waar men massaal aan de breedband en mobiele Internet blijkt te gaan.&lt;/p&gt;  &lt;p&gt;In het huidige tempo zitten we in december zonder vrije nummers.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://techworld.nl/technologie/25800/ipv4-adressen-zijn-dit-jaar-al-op.html#source=newslist"&gt;http://techworld.nl/technologie/25800/ipv4-adressen-zijn-dit-jaar-al-op.html#source=newslist&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: You may be unable to log on a terminal server that has the DisableWindowsUpdateAccess user policy set&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist&lt;/p&gt;  &lt;p&gt;Susan Bradley stuurt de link naar een KB-artikel bij Microsoft over een probleem dat zich kan voordoen op een Terminal Server waarop het gebruikers middels een policy onmogelijk gemaakt is om naar de Windows Update site te gaan.&lt;/p&gt;  &lt;p&gt;Gebruikers kunnen tegen de moeilijkheid aanlopen dat ze niet kunnen inloggen.&lt;/p&gt;  &lt;p&gt;De oplossing blijkt te zijn de WindowsUpdate agent naar de laatste versie te brengen.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;982010&amp;amp;sd=rss&amp;amp;spid=10394"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;982010&amp;amp;sd=rss&amp;amp;spid=10394&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download: &lt;a href="http://download.microsoft.com/download/a/1/4/a14ddc41-eb5b-4fd3-abc8-0f1aa29b509f/windowsupdateagent30.exe"&gt;http://download.microsoft.com/download/a/1/4/a14ddc41-eb5b-4fd3-abc8-0f1aa29b509f/windowsupdateagent30.exe&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Nieuwe crypto cracktool kraakt databases&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techworld.nl&lt;/p&gt;  &lt;p&gt;In het voorjaar tijdens BlackHat werd een tool gedemonstreerd waarmee het eenvoudig wordt om op slecht versleutelde websessies in te breken (en data te bemachtigen).&lt;/p&gt;  &lt;p&gt;Het tool, Padding Oracle Exploit Tool (Poet)Padding Oracle Exploit Tool (Poet), is nu gewoon voor download beschikbaar.&lt;/p&gt;  &lt;p&gt;Het artikel legt goed uit waarom het tool zo gevaarlijk is. De voornaamste reden is dat men versleuteling vaak slecht inzet.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://techworld.nl/technologie/25713/nieuwe-crypto-cracktool-kraakt-databases.html#source=newslist"&gt;http://techworld.nl/technologie/25713/nieuwe-crypto-cracktool-kraakt-databases.html#source=newslist&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Patch voor SharePoint gooit servers op slot&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techworld.nl&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-039.mspx"&gt;MS10-039&lt;/a&gt; / &lt;a href="http://support.microsoft.com/kb/2028554"&gt;KB 2028544&lt;/a&gt; / KB 983444 van de afgelopen patchronde doet veel stof opwaaien onder SharePoint admins. Het heeft er alle schijn van dat de patch een bug bevat waardoor 3.0 servers op slot gaan voor gebruikers en admins. De patch kan bovendien niet gede-installeerd worden.&lt;/p&gt;  &lt;p&gt;Microsoft heeft nog niet bevestigd dat het probleem bestaat. Dus heb je het probleem, meldt het dan onmiddellijk bij Microsoft. Ongetwijfeld zal dit helpen om Microsoft aan de oplossing ervan te laten werken.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://techworld.nl/technologie/25804/patch-voor-sharepoint-gooit-servers-op-slot-.html#source=newslist"&gt;http://techworld.nl/technologie/25804/patch-voor-sharepoint-gooit-servers-op-slot-.html#source=newslist&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: 5 Rescue en recovery BootCD&amp;#39;s voor Windows&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techworld.nl&lt;/p&gt;  &lt;p&gt;Op TechWorld is een overzichtje van 5 recovery boot CD’s gezet. Denk hierbij aan CD’s zoals BartPE en de Hiren bootCD.&lt;/p&gt;  &lt;p&gt;Handig voor admins die systemen moeten herstellen waar iets mee mis is of zelfs helemaal in de soep zijn gelopen.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://techworld.nl/technologie/25801/5-rescue-en-recovery-bootcd-s-voor-windows.html?page=1"&gt;http://techworld.nl/technologie/25801/5-rescue-en-recovery-bootcd-s-voor-windows.html?page=1&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Beta of Windows 7 SP1 coming next month&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: winbeta.org&lt;/p&gt;  &lt;p&gt;Het is eruit, het eerste Service Pack voor Windows 7 (en Server 2008 R2) gaat in juli in bèta. De grootste updates komen voor Server 2008 R2 en wat minder voor Windows 7. De datum die rond zingt op het net is 6 juli.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.seattlepi.com/microsoft/archives/209771.asp?source=rss"&gt;http://blog.seattlepi.com/microsoft/archives/209771.asp?source=rss&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft Forefront Unified Access Gateway (UAG) 2010 Best Practices Analyzer Tool&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Forefront UAG BPA is a diagnostic tool that automatically performs specific tests on configuration data collected on the local Forefront UAG computer from a hierarchy of administration COM objects, Windows Management Instrumentation (WMI) classes, the system registry, files on disk, and the Domain Name System (DNS) settings.    &lt;br /&gt;The resulting report details critical configuration issues, potential problems, and information about the local computer. By following the recommendations of the tool, administrators can achieve greater performance, scalability, reliability, and uptime.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=d24994ef-8670-4324-957a-805d35f1244e&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=d24994ef-8670-4324-957a-805d35f1244e&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft Forefront Threat Management Gateway Best Practices Analyzer Tool&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Forefront TMG BPA is a diagnostic tool that automatically performs specific tests on configuration data collected on the local Forefront TMG computer from the Forefront TMG hierarchy of administration COM objects, Windows Management Instrumentation (WMI) classes, the system registry, files on disk, and the Domain Name System (DNS) settings.    &lt;br /&gt;The resulting report details critical configuration issues, potential problems, and information about the local computer. By following the recommendations of the tool, administrators can achieve greater performance, scalability, reliability, and uptime.    &lt;br /&gt;The Forefront TMG BPA is supplied with two supplemental tools:     &lt;br /&gt;• The TMG Data Packager enables you to create a single .cab file containing Forefront TMG diagnostic information that can be easily sent to Microsoft Product Support Services for analysis.    &lt;br /&gt;• BPA2Visio generates a Microsoft Office Visio® diagram of your network topology as seen from a Forefront TMG computer or any Windows computer based on output from Forefront TMG BPA. Note that Microsoft Office Visio 2003, 2007, or 2010 must be installed in order to run BPA2Visio.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8AA01CB0-DA96-46D9-A50A-B245E47E6B8B&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=8AA01CB0-DA96-46D9-A50A-B245E47E6B8B&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: New High Availability Features in Exchange 2010 SP1&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Scott Schnoll heeft op TechNet een blogpost geschreven over de nieuwe features van Service Pack 1 van Exchange 2010, nu in bèta.&lt;/p&gt;  &lt;p&gt;De nieuwe HA features even op een rijtje zetten:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Continuous replication - block mode&lt;/li&gt;    &lt;li&gt;Active mailbox database redistribution&lt;/li&gt;    &lt;li&gt;Improved Outlook cross-site connection behavior and experience&lt;/li&gt;    &lt;li&gt;Enhanced datacenter activation coordination support&lt;/li&gt;    &lt;li&gt;New and enhanced management and monitoring scripts&lt;/li&gt;    &lt;li&gt;Improvements in failover performance&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Het is een uitgebreid stuk met veel detail over de nieuwe features. Interessant leesvoer dus.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/scottschnoll/archive/2010/04/10/new-high-availability-features-in-exchange-2010-sp1.aspx"&gt;http://blogs.technet.com/b/scottschnoll/archive/2010/04/10/new-high-availability-features-in-exchange-2010-sp1.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Best Practices Analyzer Updates for Server 2008 R2&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Microsoft heeft de diverse Best Practices Analyzers voor Server 2008 R2 bijgewerkt. Het betreft de volgende gebieden:&lt;/p&gt;  &lt;p&gt;· Hyper-V&lt;/p&gt;  &lt;p&gt;· NPAS&lt;/p&gt;  &lt;p&gt;· File services&lt;/p&gt;  &lt;p&gt;· DHCP server&lt;/p&gt;  &lt;p&gt;· WSUS&lt;/p&gt;  &lt;p&gt;· Application server&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bink.nu/news/best-practices-analyzers-for-server-2008-r2.aspx"&gt;http://bink.nu/news/best-practices-analyzers-for-server-2008-r2.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Active Directory Federation Services 2.0 RTW&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Active Directory Federation Services 2.0 helps IT enable users to collaborate across organizational boundaries and easily access applications on-premises and in the cloud, while maintaining application security. Through a claims-based infrastructure, IT can enable a single sign-on experience for end-users to applications without requiring a separate account or password, whether applications are located in partner organizations or hosted in the cloud. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=118c3588-9070-426a-b655-6cec0a92c10b"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=118c3588-9070-426a-b655-6cec0a92c10b&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Deployment guide for Office 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Microsoft heeft een deployment guide uitgebracht voor Office 2010. Hierin wordt o.a. uitgelegd hoe de installatie aangepast kan worden.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5d0e7e0e-9e9b-43ba-a9ab-4775a26ffc2e&amp;amp;displayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=5d0e7e0e-9e9b-43ba-a9ab-4775a26ffc2e&amp;amp;displayLang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://download.microsoft.com/download/3/2/8/3280AABE-1017-4C00-960A-9EEEF1E20944/ORKDeployment.doc"&gt;http://download.microsoft.com/download/3/2/8/3280AABE-1017-4C00-960A-9EEEF1E20944/ORKDeployment.doc&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Multi Mailbox Search in Exchange Server video&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Jaap Wesselius heeft een video op MSexchange.org geplaatst over de Multi mailbox search procedure in Exchange.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/videos/exchange-server-2010/compliance-policies-archiving/video-multi-mailbox-search-exchange-server.html"&gt;http://www.msexchange.org/articles_tutorials/videos/exchange-server-2010/compliance-policies-archiving/video-multi-mailbox-search-exchange-server.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Eliminating Traditional Backups using native Exchange 2010 Functionality (Part 4)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Henrik Walther beëindigt zijn 4-delige serie over het elimineren van de traditionele backup door de nieuwe mogelijkheden in Exchange 2010.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;In part 3 of this multi-part article, we talked about why using lagged database copies might be of interest to your organization. In addition, I showed you how to configure lagged databases copies in a step by step fashion.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;In this part 4 which, by the way is the last in this multi-part article, I’ll show you how you mailbox data from a specific point in time using a lagged database copy. &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/eliminating-traditional-backups-using-native-exchange-2010-functionality-part4.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/eliminating-traditional-backups-using-native-exchange-2010-functionality-part4.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange 2010 Role Based Access Control (Part 1)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Neil Hobson is een artikelserie gestart over role based access in Exchange 2010. De permissies waren in Exchange 2000 en 2003 niet granulair genoeg. In 2007 werd het al een stuk beter maar voor veel bedrijven nog niet goed genoeg.&lt;/p&gt;  &lt;p&gt;Daarom werd in de 2010 versie RBAC geïntroduceerd dat heel fijnmazig ingeregeld kan worden.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-2010-role-based-access-control-part1.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-2010-role-based-access-control-part1.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Eseutil - Part 1: Database Technologies&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Jaap Wesselius heeft het over de Exchange database technologie en over ESEUTIL in het bijzonder.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;There’s a small tool available in Exchange Server 2010 called ESEUTIL. This tool has been around for ages and is primarily known as the tool used for offline defrag. But there’s so much more ESEUTIL can be used for. In this series of articles I will explain a bit more about ESEUTIL. In this part, I’ll talk a bit about Microsoft’s Exchange database technology in general before I focus on the ESEUTIL tool.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/eseutil-part1.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/eseutil-part1.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Cumulative Update 2 for System Center Operations Manager 2007 R2 (KB 979257)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;This update contains a collection of new fixes created after Cumulative Update 1, as well as all fixes include with Cumulative Update 1 for System Center Operations Manager 2007 R2. Refer to the Knowledge Base article &lt;a href="http://support.microsoft.com/kb/975774"&gt;975774 &lt;/a&gt;and &lt;a href="http://support.microsoft.com/kb/973583"&gt;973583 &lt;/a&gt;for information regarding updates for Operations Manager Cross Platform and Connectors.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=61714687-668a-46e4-b127-ad8519594351"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=61714687-668a-46e4-b127-ad8519594351&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: 2010 Information Worker Demonstration and Evaluation Virtual Machine (RTM)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Microsoft heeft een set van 2 virtuele machines (Hyper-V) samengesteld waarmee een demo gegeven kan worden van een serie Office 2010 producten.&lt;/p&gt;  &lt;p&gt;Er is zelfs een Active Directory met zo’n 200 gebruikers erin. De software is samengesteld op basis van 180 dagen evaluatieversies.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Virtual machine “a” contains the following pre-configured software:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Windows Server 2008 R2 Standard Evaluation Edition x64, running as an Active Directory Domain Controller for the “CONTOSO.COM” domain with DNS and WINS&lt;/li&gt;    &lt;li&gt;Microsoft SQL Server 2008 R2 Enterprise Edition with Analysis, Notification, and Reporting Services&lt;/li&gt;    &lt;li&gt;Microsoft Office Communication Server 2007 R2&lt;/li&gt;    &lt;li&gt;Microsoft Visual Studio 2010&lt;/li&gt;    &lt;li&gt;Microsoft SharePoint Server 2010 Enterprise Edition&lt;/li&gt;    &lt;li&gt;Microsoft Office Web Applications&lt;/li&gt;    &lt;li&gt;Microsoft FAST Search for SharePoint 2010&lt;/li&gt;    &lt;li&gt;Microsoft Project Server 2010&lt;/li&gt;    &lt;li&gt;Microsoft Office Professional Plus 2010&lt;/li&gt;    &lt;li&gt;Microsoft Visio 2010&lt;/li&gt;    &lt;li&gt;Microsoft Project 2010&lt;/li&gt;    &lt;li&gt;Microsoft Office Communicator 2007 R2&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Virtual machine “b” contains the following pre-configured software:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Windows Server 2008 R2 Standard Evaluation Edition x64, joined to the “CONTOSO.COM” domain&lt;/li&gt;    &lt;li&gt;Microsoft Exchange Server 2010&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Active directory has been preconfigured over 200 “demo” users with metadata in an organizational structure. All of these user profiles have been imported and indexed for search within SharePoint Server 2010.   &lt;br /&gt;SharePoint Server 2010 has been configured in a “Complete” farm using the default SQL Server 2008 R2 instance. A default site has been created using the Team Site template at &lt;a href="http://intranet.contoso.com/"&gt;http://intranet.contoso.com/&lt;/a&gt; and a FAST Search Center at &lt;a href="http://intranet.contoso.com/search/"&gt;http://intranet.contoso.com/search/&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Download: &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=751fa0d1-356c-4002-9c60-d539896c66ce#filelist"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=751fa0d1-356c-4002-9c60-d539896c66ce#filelist&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Instructies: &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=751fa0d1-356c-4002-9c60-d539896c66ce#Instructions"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=751fa0d1-356c-4002-9c60-d539896c66ce#Instructions&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft Forefront Protection 2010 for Exchange Server Best Practices Analyzer&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The FPE 2010 Best Practices Analyzer examines a server running FPE 2010 and checks the server’s system configuration as well as the FPE 2010 product configuration. Any settings or combination of settings that do not conform to FPE 2010 best practices are summarized and displayed in a consolidated report, so that administrators can easily identify and address these issues.   &lt;br /&gt;The FPE 2010 Best Practices Analyzer also includes documentation that explains each best practice, as well as the reasons why a setting might violate that best practice, so that administrators can judge whether that best practice applies to their server.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=31cc5b93-e83c-467a-892d-6a0eda208baf&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=31cc5b93-e83c-467a-892d-6a0eda208baf&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Office Mobile 2010 released, free upgrade for WinMo 6.5 users&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Gebruikers van Windows Mobile 6.5 kunnen op Windows Marketplace een Office 2010 update vinden voor hun mobiele apparaat.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bink.nu/news/office-mobile-2010-released-free-upgrade-for-winmo-6-5-users.aspx"&gt;http://bink.nu/news/office-mobile-2010-released-free-upgrade-for-winmo-6-5-users.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Operations Manager 2007 R2 Sizing Helper&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;The Operations Manager 2007 R2 Sizing Helper is an interactive document designed to assist you with planning &amp;amp; sizing deployments of Operations Manager 2007 R2. It helps you plan the correct amount of infrastructure needed for a new OpsMgr R2 deployment, removing the uncertainties in making IT hardware purchases and optimizes cost. A typical recommendation will include the recommended hardware specification for each server role, topology diagram and storage requirement. The Operations Manager Sizing Helper is most useful when used with the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=184377"&gt;Operations Manager 2007 R2 Design Guide&lt;/a&gt; ( &lt;a href="http://go.microsoft.com/fwlink/?LinkId=184377"&gt;http://go.microsoft.com/fwlink/?LinkId=184377&lt;/a&gt;). &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b0e059e9-9f19-47b9-8b01-e864aebf210c&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b0e059e9-9f19-47b9-8b01-e864aebf210c&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Office 2010 is uit + beschikbaar op het web&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu &amp;amp; blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Office 2010 is nu echt uit, het zou in de winkels verkrijgbaar moeten zijn. Op het web is het in ieder geval te koop of uit te proberen.&lt;/p&gt;  &lt;p&gt;De trial versies zijn gebaseerd op App-V. Er zijn 3 versies als trial versie verkrijgbaar:&lt;/p&gt;  &lt;p&gt;· Student and Home Edition&lt;/p&gt;  &lt;p&gt;· Professional&lt;/p&gt;  &lt;p&gt;· Home and Business&lt;/p&gt;  &lt;p&gt;&lt;a href="http://office.microsoft.com/en-us/try/try-office-2010-FX101868838.aspx?WT.mc_id=MiG_HomePage"&gt;http://office.microsoft.com/en-us/try/try-office-2010-FX101868838.aspx?WT.mc_id=MiG_HomePage&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ed Bott heeft een review geschreven van de Starter Edition. De rotzooi is eruit en de reclame zit erin.&lt;/p&gt;  &lt;p&gt;Deze versie wordt alleen meegeleverd aan OEM partners en wordt voorgeïnstalleerd op nieuwe PC’s.&lt;/p&gt;  &lt;p&gt;Deze versie is wat beperkt in functieomvang. De geavanceerde functies zijn eruit gelaten.&lt;/p&gt;  &lt;p&gt;Het meest aardige van deze versie is dat het nooit zal verlopen, zoals de trial versies van 2003 en 2007 wel deden.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.zdnet.com/blog/bott/office-starter-2010-drops-the-crapware-adds-ads/2220?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+zdnet%2FBott+%28ZDNet+Ed+Bott%27s+Microsoft+Report%29"&gt;http://www.zdnet.com/blog/bott/office-starter-2010-drops-the-crapware-adds-ads/2220?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+zdnet%2FBott+%28ZDNet+Ed+Bott%27s+Microsoft+Report%29&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Eenvoudig virtuele harddisks mounten met VHD Attach&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techworld.nl&lt;/p&gt;  &lt;p&gt;VHD Attach is een klein tooltje dat precies doet wat de naam aangeeft. Je kunt virtuele harddisk in de vorm van VHD-files mounten en benaderen met Explorer. De laatste versies van Windows kunnen dat zelf ook maar niet zo eenvoudig als hiermee.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://techworld.nl/technologie/25714/eenvoudig-virtuele-harddisks-mounten-met-vhd-attach.html#source=newslist"&gt;http://techworld.nl/technologie/25714/eenvoudig-virtuele-harddisks-mounten-met-vhd-attach.html#source=newslist&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.jmedved.com/default.aspx?page=vhdattach&amp;amp;rendering=xhtml"&gt;http://www.jmedved.com/default.aspx?page=vhdattach&amp;amp;rendering=xhtml&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Companyweb and SharePoint Central Admin not accessible after installing KB983444&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist&lt;/p&gt;  &lt;p&gt;Er doken geluiden op dat update KB983444 voor problemen zorgde bij SharePoint servers. Microsoft heeft er nu op gereageerd en het blijkt deels waar.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;We’ve been tracking a small number of customers that have experienced issues after installing KB938444 through Windows Update. &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;This issue only affects Windows SharePoint Service v3 standalone installations that use the Windows Internal Database (wYukon) and does not affect SharePoint or user data. &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/spke/archive/2010/06/23/wss-3-0-installing-kb-938444-problems.aspx"&gt;http://blogs.technet.com/b/spke/archive/2010/06/23/wss-3-0-installing-kb-938444-problems.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/sbs/archive/2010/06/18/companyweb-and-sharepoint-central-admin-not-accessible-after-installing-kb983444.aspx"&gt;http://blogs.technet.com/b/sbs/archive/2010/06/18/companyweb-and-sharepoint-central-admin-not-accessible-after-installing-kb983444.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange 2007 SP3 w/support for Windows Server 2008 R2 Now Available&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchangeteam.com&lt;/p&gt;  &lt;p&gt;Het Microsoft Exchange team meldt dat Service Pack 3 voor Exchange 2007 verschenen is. De belangrijkste vernieuwing is dat Exchsnge 2007 nu ook geïnstalleerd kan worden op Server 2008 R2.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msexchangeteam.com/archive/2010/06/21/455145.aspx"&gt;http://msexchangeteam.com/archive/2010/06/21/455145.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download SP3: &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1687160b-634a-43cb-a65a-f355cff0afa6&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=1687160b-634a-43cb-a65a-f355cff0afa6&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Update Rollup 4 for Exchange Server 2010 (KB982639)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;Update Rollup 4 for Exchange Server 2010 resolves issues that were found in Exchange Server 2010 since the software was released. This update rollup is highly recommended for all Exchange Server 2010 customers.   &lt;br /&gt;For a list of changes that are included in this update rollup, see &lt;a href="http://support.microsoft.com?kbid=982639"&gt;KB982639&lt;/a&gt;.     &lt;br /&gt;&lt;b&gt;This is a cumulative update rollup and replaces the following:&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://support.microsoft.com?kbid=976573"&gt;KB976573&lt;/a&gt; Update Rollup 1 for Exchange Server 2010 (KB976573)&lt;/li&gt;    &lt;li&gt;&lt;a href="http://support.microsoft.com?kbid=979611"&gt;KB979611&lt;/a&gt; Update Rollup 2 for Exchange Server 2010 (KB979611)&lt;/li&gt;    &lt;li&gt;&lt;a href="http://support.microsoft.com?kbid=981401"&gt;KB981401&lt;/a&gt; Update Rollup 3 for Exchange Server 2010 (KB981401)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=09b4973e-3a80-4fb9-9f60-5c6e2b7a2727&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=09b4973e-3a80-4fb9-9f60-5c6e2b7a2727&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange 2010 Role Based Access Control (Part 2)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Neil Hobson heeft deel 2 van de serie over Role Based Access in Exchange 2010 online staan.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Continuing the look at RBAC in Exchange 2010; covering group membership, roles and role assignments.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-2010-role-based-access-control-part2.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-2010-role-based-access-control-part2.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Test tools for Exchange 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft een tweetal tools uitgebracht voor het Exchange 2010 platform. Bekende tools in een 2010 jasje.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Microsoft Exchange Server Jetstress 2010 (64 bit)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Use Jetstress 2010 to verify the performance and stability of a disk subsystem prior to putting a Microsoft Exchange Server 2003, 2007 and 2010 server into production. Jetstress helps verify disk performance by simulating Exchange disk Input/Output (I/O) load. Specifically, Jetstress simulates the Exchange database and log file loads produced by a specific number of users. You use Performance Monitor, Event Viewer, and ESEUTIL in conjunction with Jetstress to verify that your disk subsystem meets or exceeds the performance criteria you establish. After a successful completion of the Jetstress Disk Performance and Stress Tests in a non-production environment, you will have ensured that your Exchange disk subsystem is adequately sized (in terms of performance criteria you establish) for the user count and user profiles you have established. It is highly recommended that the Jetstress user read through the tool documentation before using the tool.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=13267027-8120-48ed-931b-29eb0aa52aa6"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=13267027-8120-48ed-931b-29eb0aa52aa6&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Exchange Load Generator 2010 (64 bit)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Use Microsoft Exchange Load Generator 2010 (LoadGen) as a simulation tool to measure the impact of MAPI, OWA, ActiveSync, IMAP, POP and SMTP clients on Exchange 2010 and 2007 servers. LoadGen allows you to test how a server running Exchange 2010/2007 responds to e-mail loads. To simulate the delivery of these messaging requests, you run LoadGen tests on client computers. These tests send multiple messaging requests to the Exchange server, thereby causing a mail load. LoadGen is a useful tool for administrators who are sizing servers and validating a deployment plan. Specifically, LoadGen helps you determine if each of your servers can handle the load to which they are intended to carry. Another use for LoadGen is to help validate the overall solution.   &lt;br /&gt;This version is intended for Microsoft Exchange 2010 and 2007 Servers only.     &lt;br /&gt;&lt;b&gt;Important!&lt;/b&gt; LoadGen should be used only in laboratories that have no connection to the production environment. This tool should not be used in any way in a production environment or an environment that is mission critical or contains important information of any kind anywhere in the network.     &lt;br /&gt;&lt;b&gt;Note: &lt;/b&gt;There are now three OWA modules: OWA2007Module (Exchange 2007), OWA2010Module (Exchange 2010 RTM) and OWAModule (Exchange 2010 SP1 or latest). Please use the correct version for your environment.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=cf464be7-7e52-48cd-b852-ccfc915b29ef"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=cf464be7-7e52-48cd-b852-ccfc915b29ef&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Security Update for the 2007 Microsoft Office System (KB982331)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Brief Description&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;A security vulnerability exists in the 2007 Microsoft Office System and the Microsoft Office Compatibility Pack that could allow arbitrary code to run when a maliciously modified file is opened. This update resolves that vulnerability.&lt;/p&gt;  &lt;p&gt;You can get specific information about this update in the Microsoft Knowledge Base article &lt;a href="http://support.microsoft.com/kb/982331"&gt;Description of the Security Update for the 2007 Microsoft Office System (KB982331)&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=7f89a734-cda4-4abb-9a10-f6dfe560e8d0"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=7f89a734-cda4-4abb-9a10-f6dfe560e8d0&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Office 2010 review&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;Op Activewin is een complete review verschenen van Office 2010. Het lijvige artikel gaat in op de verschillende versies die er bestaan, de installatie en de diverse onderdelen. De uiteindelijke overall score is 90,5%. Een belangrijk punt is ook de vraag: 32- of 64-bits?&lt;/p&gt;  &lt;p&gt;&lt;a href="http://activewin.com/reviews/software/apps/ms/office2010/"&gt;http://activewin.com/reviews/software/apps/ms/office2010/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: AMD&amp;#39;s Opteron 4100s march into x64 price war&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com &amp;amp; theregister.co.uk&lt;/p&gt;  &lt;p&gt;AMD heeft nu ook de Opteron 4100 processor geïntroduceerd. Deze processor heeft 4 of 6 cores en zou je gemakshalve dus een halve Opteron 6100 “Magny Cours” kunnen noemen. Met ondersteuning voor HT3 en DDR2/DDR3 is de “Lisbon” 4100 bedoeld voor single en dusl socket servers. De 4100 is bedoeld voor High Performance en moet het dus goed doen in performance per watt en prijs.&lt;/p&gt;  &lt;p&gt;Helaas kunnen zowel de Opteron 4100 als de 6100 niet meer dan 512 GB memory aansturen. Hier heeft Intel een duidelijke voorsprong. Ondersteuning voor meer komt volgend jaar met de “Bulldozer” cores.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/06/23/amd_opteron_4100_launch/"&gt;http://www.theregister.co.uk/2010/06/23/amd_opteron_4100_launch/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.zdnet.com/blog/hardware/amd-launches-new-opteron-4100-server-processors/8727?tag=nl.e539"&gt;http://www.zdnet.com/blog/hardware/amd-launches-new-opteron-4100-server-processors/8727?tag=nl.e539&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image012_5F00_3735D361.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image012" border="0" alt="clip_image012" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image012_5F00_thumb_5F00_56E4AD29.jpg" width="244" height="141" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Prof Shutdown 4.3.0.25 (Windows)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: downloads.zdnet.com&lt;/p&gt;  &lt;p&gt;Prof Shutdown enables an administrator to schedule power management jobs to be executed on a multiple remote machines in a network. In the latter case, the tool is able to manage up to 1,000 machines all together at a specified time. A remote machines can be scheduled to shutdown, reboot, hibernate, standby, log off current user session, lock computer, wake up (Wake-On-LAN , and display a popup message dialog. Other major features include log file maintenance, command line support, and no need for a remote client installation.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://downloads.zdnet.com/abstract.aspx?docid=1849533&amp;amp;tag=nl.e550"&gt;http://downloads.zdnet.com/abstract.aspx?docid=1849533&amp;amp;tag=nl.e550&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Price: $69.95, 30 day free trial&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: HP embiggens ProLiant x64 server line&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;HP heeft haar lijn met x64 servers flink herzien. We zijn nu bij de G7 generatie aangekomen en hierin zullen we zowel de nieuwe Intel Xeon 7500 als de Xeon 5600 maar ook de AMD Opteron 4100 en 6100 terugvinden.&lt;/p&gt;  &lt;p&gt;Zo zullen de DL380 (2-socket Intel), DL580 (4-socket Intel), DL585 (4-socket AMD) en DL980 (8-socket Intel) een G7 jasje krijgen. &lt;/p&gt;  &lt;p&gt;Opvallend is dat de DL580 en DL585 er identiek uitzien. Het zal zelfs na installatie van een OS lastig zijn om ze uit elkaar te houden. Eens in de gaten houden wat de benchmarks zeggen over deze systemen en hoe ze zich verhouden tot de IBM x3850 X5/M3. Detail is wel dat de AMD machines maximaal 512 GB RAM zullen aansturen.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image014_5F00_2FAA63F4.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image014" border="0" alt="clip_image014" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image014_5F00_thumb_5F00_592135E5.jpg" width="244" height="118" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ook op het gebied van blades zijn er volop vernieuwingen en later in het jaar zullen er nog meer vernieuwingen bij komen.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/06/22/hp_proliant_blade_rack/"&gt;http://www.theregister.co.uk/2010/06/22/hp_proliant_blade_rack/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: John Savill&amp;#39;s Q&amp;amp;A over Hyper-V&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;John Savill beantwoordt een aantal goede vragen op de Windows IT pro website.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;What does the support statement change mean for clusters of Hyper-V servers?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Microsoft heeft het statement dat er maximaal 64 VM’s per node ondersteund worden veranderd in 1.000 per cluster.   &lt;br /&gt;Met maximaal 16 nodes in een cluster kom je dan op 125 VM’s per node (1 cluster node blijft idle beschikbaar voor calamiteiten).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/virtualization2/Q-What-does-the-support-statement-change-mean-for-clusters-of-Hyper-V-servers-.aspx?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+JSIFAQ+%28WIN%3EFAQS%3EFAQs+All%29"&gt;http://www.windowsitpro.com/article/virtualization2/Q-What-does-the-support-statement-change-mean-for-clusters-of-Hyper-V-servers-.aspx?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+JSIFAQ+%28WIN%3EFAQS%3EFAQs+All%29&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;How does dynamic memory in Hyper-V in Windows 2008 R2 SP1 work?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;John legt uit hoe dynamic memory zal gaan werken. Deze feature komt met SP1 voor Server 2008 R2.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/virtualization2/Q-How-does-dynamic-memory-in-Hyper-V-in-Windows-2008-R2-SP1-work-.aspx"&gt;http://www.windowsitpro.com/article/virtualization2/Q-How-does-dynamic-memory-in-Hyper-V-in-Windows-2008-R2-SP1-work-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;What Active Directory (AD) domain mode do I need to be in to use System Center Virtual Machine Manager (SCVMM) 2008 R2?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;SCVMM heeft een domain nodig, op 2003 level of hoger.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/systems-management/Q-What-Active-Directory-AD-domain-mode-do-I-need-to-be-in-to-use-System-Center-Virtual-Machine-Manager-SCVMM-2008-R2-.aspx"&gt;http://www.windowsitpro.com/article/systems-management/Q-What-Active-Directory-AD-domain-mode-do-I-need-to-be-in-to-use-System-Center-Virtual-Machine-Manager-SCVMM-2008-R2-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Is the eight virtual processor per logical processor limit in Hyper-V limit enforced?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Voor de planning van je capacity moet je rekening houden met het maximale aantal van 8 VM’s per logische processor (=core).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/virtualization2/Q-Is-the-eight-virtual-processor-per-logical-processor-limit-in-Hyper-V-limit-enforced-.aspx"&gt;http://www.windowsitpro.com/article/virtualization2/Q-Is-the-eight-virtual-processor-per-logical-processor-limit-in-Hyper-V-limit-enforced-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Do you have any recommendations for settings to configure on my cluster networks when using them with Hyper-V?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;John legt uit hoeveel NICs je nodig hebt in je virtualisatiehosts. In principe 4.&lt;/p&gt;  &lt;p&gt;Daarnaast geeft hij nog tips over de configuratie van sommige van deze NICs.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/virtualization2/Q-Do-you-have-any-recommendations-for-settings-to-configure-on-my-cluster-networks-when-using-them-with-Hyper-V-.aspx"&gt;http://www.windowsitpro.com/article/virtualization2/Q-Do-you-have-any-recommendations-for-settings-to-configure-on-my-cluster-networks-when-using-them-with-Hyper-V-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;VIRTUALIZATION: Case Study: Using VDI for Telecommuting&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: netapp.com&lt;/p&gt;  &lt;p&gt;Robert DeMay bespreekt een case waar men een VDI-oplossing heeft gebruikt om thuiswerken mogelijk te maken. De directe aanleiding was een periode van heftige sneeuw waardoor mensen dagenlang niet naar het werk konden.&lt;/p&gt;  &lt;p&gt;Hij maakt een vergelijking van verschillende oplossing die gekozen konden worden. Uiteraard wordt goed uit de doeken gedaan voor welke architectuur en producten uiteindelijk gekozen werd. Het zal geen verrassing zijn als ik zeg dat de storage middels NetApp geregeld werd.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://communities.netapp.com/docs/DOC-6172"&gt;http://communities.netapp.com/docs/DOC-6172&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Pre-Notification - Quarterly Security Updates for Adobe Reader and Acrobat&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: adobe.com&lt;/p&gt;  &lt;p&gt;Adobe waarschuwt ons dat de ‘kwartaallijkse’ updateronde voor Acrobat en Reader er weer aan zit te komen.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.adobe.com/psirt/2010/06/pre-notification_-_quarterly_s_3.html"&gt;http://blogs.adobe.com/psirt/2010/06/pre-notification_-_quarterly_s_3.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Microsoft Forefront Threat Management Gateway (TMG) 2010 SP 1&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;The service pack includes the following new features and feature improvements:   &lt;br /&gt;&lt;b&gt;New Reports&lt;/b&gt;    &lt;br /&gt;• The new User Activity report displays the sites and site categories accessed by any user.    &lt;br /&gt;• All Forefront TMG reports have a new look and feel.    &lt;br /&gt;&lt;b&gt;Enhancements to URL Filtering&lt;/b&gt;    &lt;br /&gt;• You can now allow users to override the access restriction on sites blocked by URL filtering. This allows for a more flexible web access policy, in that users can decide for themselves whether to access a blocked site. This is especially useful for websites that have been incorrectly categorized.    &lt;br /&gt;• You can now override the categorization of a URL on the enterprise level; the override is then effective for each enterprise-joined array.    &lt;br /&gt;• Denial notification pages can now be customized for your organization&amp;#39;s needs.    &lt;br /&gt;&lt;b&gt;Enhanced Branch Office Support&lt;/b&gt;    &lt;br /&gt;• Collocation of Forefront TMG and a domain controller on the same server, which can help reduce the total cost of ownership at branch offices.    &lt;br /&gt;• When installed on a computer running Windows Server 2008 R2, SP1 simplifies the deployment of BranchCache at the branch office, using Forefront TMG as the Hosted Cache server.     &lt;br /&gt;&lt;b&gt;Support for publishing SharePoint 2010&lt;/b&gt;    &lt;br /&gt;• Forefront TMG SP1 supports secure publishing of SharePoint 2010.    &lt;br /&gt;To read the release notes, see the &lt;a href="http://technet.microsoft.com/en-us/library/ff686708.aspx"&gt;Forefront TMG Release Notes (SP1)&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f0fd5770-7360-4916-a5be-a88a0fd76c7c"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f0fd5770-7360-4916-a5be-a88a0fd76c7c&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft Exchange Server 2007 Management Tools (32-Bit)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;The Exchange management tools include the Exchange Management Console, the Exchange Management Shell, the Exchange Help file, the Microsoft Exchange Best Practices Analyzer Tool, and the Exchange Troubleshooting Assistant Tool.   &lt;br /&gt;The new Exchange Management Console (formerly named Exchange System Manager) provides Exchange administrators with a graphical user interface (GUI) to manage the configuration of Microsoft Exchange Server 2007 organizations. For more information about the improvements to the Exchange Management Console, see &lt;a href="http://www.microsoft.com/technet/prodtechnol/exchange/e2k7help/6ee9b645-f530-457e-9d32-b1a91647697e.mspx"&gt;New Administration Functionality in the Exchange Management Console&lt;/a&gt;.    &lt;br /&gt;The Exchange Management Shell is a new Exchange-specific command-line interface based on Microsoft Windows PowerShell, formerly codenamed “Monad”. You can use the Exchange Management Shell to run a single command or a series of multiple commands for managing your Exchange Server 2007 servers and objects. For more information about the Exchange Management Shell, see &lt;a href="http://www.microsoft.com/technet/prodtechnol/exchange/e2k7help/925ad66f-2f05-4269-9923-c353d9c19312.mspx"&gt;Using the Exchange Management Shell&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=6be38633-7248-4532-929b-76e9c677e802"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=6be38633-7248-4532-929b-76e9c677e802&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Remote Desktop Virtualization Host Capacity Planning in Windows Server 2008 R2&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Remote Desktop Virtualization Host (RD Virtualization Host) role service lets multiple concurrent users run Windows®-based applications on a remote virtual machine running Windows client operating systems. This white paper is intended as a guide for capacity planning of RD Virtualization Host in Windows Server 2008 R2. It describes the most relevant factors that influence the capacity of a given deployment, methodologies to evaluate capacity for specific deployments, and a set of experimental results for different combinations of usage scenarios and hardware configurations. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=bd24503e-b8b7-4b5b-9a86-af03ac5332c8&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=bd24503e-b8b7-4b5b-9a86-af03ac5332c8&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Active Directory Migration Tool version 3.2&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Active Directory Migration Tool version 3.2 (ADMT v3.2) simplifies the process of migrating objects and restructuring tasks in an Active Directory® Domain Service (AD DS) environment. You can use ADMT v3.2 to migrate users, groups, service accounts, and computers between AD DS domains in different forests (inter-forest migration) or between AD DS domains in the same forest (intra-forest migration). ADMT can also perform security translation (to migrate local user profiles) when performing inter-forest migrations.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=20c0db45-db16-4d10-99f2-539b7277ccdb&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=20c0db45-db16-4d10-99f2-539b7277ccdb&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft(r) SQL Server(r) 2008 R2 Best Practices Analyzer&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Microsoft SQL Server 2008 R2 BPA is a diagnostic tool that performs the following functions:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Gathers information about a Server and a Microsoft SQL Server 2008 or 2008 R2 instance installed on that Server&lt;/li&gt;    &lt;li&gt;Determines if the configurations are set according to the recommended best practices&lt;/li&gt;    &lt;li&gt;Reports on all configurations, indicating settings that differ from recommendations&lt;/li&gt;    &lt;li&gt;Indicates potential problems in the installed instance of SQL Server&lt;/li&gt;    &lt;li&gt;Recommends solutions to potential problems&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=0fd439d7-4bff-4df7-a52f-9a1be8725591&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=0fd439d7-4bff-4df7-a52f-9a1be8725591&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Understanding Updates for SharePoint Products and Technologies white paper&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft op haar website een document geplaatst dat uitleg geeft over het updateproces voor SharePoint.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This white paper addresses the often-misunderstood subject of SharePoint Products and Technologies patching. We examine the various types of updates that are available and the release cycle for each type of update, and how these updates depend on — and interact with — each other. We cover the recommended, tried-and-true process for installing updates. We describe how to dissect a SharePoint Products and Technologies update and the typical components that you will find contained within it; this information is crucial for you to understand how the update mechanism works. The final section of the white paper discusses how to monitor, verify and troubleshoot the application of SharePoint Products and Technologies updates. This white paper is meant to be read in conjunction with TechNet articles, and includes references to these articles where relevant.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=61dd9d08-d6f6-48af-8ab3-fae2924eb069&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=61dd9d08-d6f6-48af-8ab3-fae2924eb069&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=322" width="1" height="1"&gt;</description></item><item><title>Mailbox Size Limits not enforced immediately?</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/06/25/mailbox-size-limits-not-enforced-immediately.aspx</link><pubDate>Fri, 25 Jun 2010 08:44:06 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:321</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;In mijn testomgeving (Exchange Server 2007 SP3) liep ik tegen een size limit issue aan. De standaard limiet werd vanwege een .PST import (via Outlook in cached mode) overschreden en de mailbox kon niet meer ontvangen en verzenden:&lt;/p&gt;  &lt;p&gt;&lt;font face="courier"&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application      &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MSExchangeIS       &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 24-6-2010 10:54:38       &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8528       &lt;br /&gt;Task Category: General       &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Warning       &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic       &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A       &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; X2007SRV.labs.local       &lt;br /&gt;Description:       &lt;br /&gt;The mailbox for /o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=j.wesselius has exceeded the maximum mailbox size. This mailbox cannot send or receive messages. Incoming messages to this mailbox are returned to sender.&amp;#160; The mailbox owner should be notified about the condition of the mailbox as soon as possible. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;De mailbox is dan ook disabled:&lt;/p&gt;  &lt;p&gt;&lt;font face="courier"&gt;[PS] C:\Windows\system32&amp;gt;Get-MailboxStatistics -Identity j.wesselius &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;DisplayName&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ItemCount&amp;#160;&amp;#160;&amp;#160; StorageLimitStatus&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; LastLogonTime    &lt;br /&gt;-----------&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ---------&amp;#160;&amp;#160;&amp;#160; ------------------&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; -------------     &lt;br /&gt;Jaap Wesselius&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 19271&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MailboxDisabled&amp;#160;&amp;#160;&amp;#160; 24-6-2010 10:53:44 &lt;/p&gt;  &lt;p&gt;[PS] C:\Windows\system32&amp;gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Via de Exchange Management Console de default limieten veranderd zodat de mailbox nu ‘unlimited’ is.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_297C91A7.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_68DA4537.png" width="462" height="548" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;De Mailbox is echter niet tot aktie te krijgen, en via Get-MailboxStatistics zie je nog steeds “MailboxDisabled”.&lt;/p&gt;  &lt;p&gt;&lt;font face="courier"&gt;Het blijkt dat de Storage Limieten echter niet direct gewijzigd worden. Wachten dus, of de Information Store herstarten.&lt;/font&gt; &lt;/p&gt;  &lt;p&gt;[PS] C:\Windows\system32&amp;gt;Get-MailboxStatistics -Identity j.wesselius &lt;/p&gt;  &lt;p&gt;DisplayName&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ItemCount&amp;#160;&amp;#160;&amp;#160; StorageLimitStatus&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; LastLogonTime    &lt;br /&gt;-----------&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ---------&amp;#160;&amp;#160;&amp;#160; ------------------&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; -------------     &lt;br /&gt;Jaap Wesselius&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 19271&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MailboxDisabled&amp;#160;&amp;#160;&amp;#160; 24-6-2010 10:53:44 &lt;/p&gt;  &lt;p&gt;[PS] C:\Windows\system32&amp;gt;restart-service msexchangeis    &lt;br /&gt;WARNING: Waiting for service &amp;#39;Microsoft Exchange Information Store     &lt;br /&gt;(msexchangeis)&amp;#39; to finish stopping...     &lt;br /&gt;WARNING: Waiting for service &amp;#39;Microsoft Exchange Information Store     &lt;br /&gt;(msexchangeis)&amp;#39; to finish stopping...     &lt;br /&gt;WARNING: Waiting for service &amp;#39;Microsoft Exchange Information Store     &lt;br /&gt;(msexchangeis)&amp;#39; to finish stopping...     &lt;br /&gt;[PS] C:\Windows\system32&amp;gt;Get-MailboxStatistics -Identity j.wesselius &lt;/p&gt;  &lt;p&gt;DisplayName&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ItemCount&amp;#160;&amp;#160;&amp;#160; StorageLimitStatus&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; LastLogonTime    &lt;br /&gt;-----------&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ---------&amp;#160;&amp;#160;&amp;#160; ------------------&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; -------------     &lt;br /&gt;Jaap Wesselius&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 19271&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; NoChecking&amp;#160;&amp;#160;&amp;#160; 24-6-2010 10:53:44 &lt;/p&gt;  &lt;p&gt;[PS] C:\Windows\system32&amp;gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Meer informatie op de site van Microsoft: &lt;a title="http://technet.microsoft.com/en-us/library/bb684892(EXCHG.80).aspx" href="http://technet.microsoft.com/en-us/library/bb684892(EXCHG.80).aspx"&gt;http://technet.microsoft.com/en-us/library/bb684892(EXCHG.80).aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=321" width="1" height="1"&gt;</description></item><item><title>NLB (Network Load Balancing) binnen Hyper-V (R2) VM’s</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/06/11/nlb-network-load-balancing-binnen-hyper-v-r2-vm-s.aspx</link><pubDate>Fri, 11 Jun 2010 07:36:58 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:320</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Voor testdoeleinden maak ik gebruik van een aantal Windows Server 2008 R2 servers met Hyper-V. Voor het testen van de CAS Array binnen Exchange 2010 wil je eigenlijk een tweetal CAS Servers hebben in een NLB configuratie. Dat is ook met Hyper-V R2 wel te doen, maar het is wat omslachtig.&lt;/p&gt;  &lt;p&gt;Microsoft heeft een knowledge base artikel waarin staat beschreven hoe je dat moet opzetten: &lt;a href="http://support.microsoft.com/kb/953828"&gt;http://support.microsoft.com/kb/953828&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Het blijkt dat je niet alleen een statisch MAC adres moet gebruiken, je moet ook MAC adres spoofing aanzetten, anders kan Hyper-V er niet goed mee overweg.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/nicsettings_5F00_48276184.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="nic-settings" border="0" alt="nic-settings" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/nicsettings_5F00_thumb_5F00_52E4B8D9.png" width="505" height="405" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;In het kort:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Server installeren en NLB feature installeren;&lt;/li&gt;    &lt;li&gt;Inloggen, NLB Cluster aanmaken en Node1 toevoegen;&lt;/li&gt;    &lt;li&gt;MAC adres van Cluster opschrijven en VM afsluiten;&lt;/li&gt;    &lt;li&gt;Properties van VM opstarten, MAC adres invullen en vinkje zetten bij “Enable spoofing of MAC addresses”&lt;/li&gt;    &lt;li&gt;VM opstarten, inloggen en met NLB MMC snap-in configuratie afmaken.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;De tweede server toevoegen aan het NLB cluster:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Server installeren en NLB feature installeren;&lt;/li&gt;    &lt;li&gt;Inloggen en connecten aan NLB cluster;&lt;/li&gt;    &lt;li&gt;Node2 toevoegen aan NLB cluster;&lt;/li&gt;    &lt;li&gt;Controleer MAC adres (moet gelijk zijn aan eerder beschreven stap);&lt;/li&gt;    &lt;li&gt;VM afsluiten en properties op network adapter zetten;&lt;/li&gt;    &lt;li&gt;VM opstarten, inloggen en configuratie NLB cluster afmaken.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Nu werkt het NLB cluster naar behoren:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/nlb_5F00_409BF217.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="nlb" border="0" alt="nlb" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/nlb_5F00_thumb_5F00_676A0857.jpg" width="506" height="389" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=320" width="1" height="1"&gt;</description></item><item><title>MMC crash bij Exchange Management Console</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/06/07/mmc-crash-bij-exchange-management-console.aspx</link><pubDate>Mon, 07 Jun 2010 18:31:18 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:319</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Na een upgrade van Exchange Server 2010 blijkt de Exchange Management Console het niet meer goed te doen. CAS Server selecteren, dan ActiveSync en MMC crash: “MMC has detected an error in a snap-in and will unload it”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/clip_5F00_image002_5F00_1CA45B67.jpg"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="clip_image002" border="0" alt="clip_image002" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/clip_5F00_image002_5F00_thumb_5F00_494D1540.jpg" width="531" height="371" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Oplossing: sluit EMC af en start een lege MMC (start –&amp;gt; run –&amp;gt; mmc.exe) en dan de MMC cache opschonen. In de MMC kies File en selecteer Options.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_734D1368.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_59E5102E.png" width="358" height="395" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Selecteer tab “Disk Cleanup” en dan “Delete Files”.&lt;/p&gt;  &lt;p&gt;Hierna loopt Exchange Management Console weer zoals verwacht.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=319" width="1" height="1"&gt;</description></item><item><title>Exchange 2003 en OWA</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/06/04/exchange-2003-en-owa.aspx</link><pubDate>Fri, 04 Jun 2010 08:39:17 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:318</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Voor migratie scenario’s heb ik een aantal keren weer een Exchange 2003 testomgeving op mogen zetten. Dan moet je zelfs weer gaan uitzoeken hoe dat ook al weer zat met een empty root omgeving enzo ;-)&lt;/p&gt;  &lt;p&gt;Maar ook OWA en het bekende ‘rode kruis’ probleem treedt weer op:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_50883BA1.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_1D785FA0.png" width="467" height="469" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Heeft iets te maken met DHTML editing control, en die is bij nieuwere besturingssystemen niet meer aanwezig.&lt;/p&gt;  &lt;p&gt;Hier is een hotfix voor beschikbaar, downloaden en installeren en OWA werkt weer.   &lt;br /&gt;&lt;a title="http://support.microsoft.com/kb/911829" href="http://support.microsoft.com/kb/911829"&gt;http://support.microsoft.com/kb/911829&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=318" width="1" height="1"&gt;</description></item><item><title>Exchange 2010 – Een introductie</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/05/30/exchange-2010-een-introductie.aspx</link><pubDate>Sun, 30 May 2010 20:07:46 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:316</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Op een februari heb ik samen met collega Johan Veldhuis een presentatie gedaan voor de &lt;a href="http://www.ngn.nl/" target="_blank"&gt;NGN&lt;/a&gt; over Exchange 2010. Het was een door de NGN georganiseerde thema middag, waar Johan en ik de eerste presentatie deden. De sessies zijn door de NGN op YouTube gezet, hier onze presentatie:&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:a7f503d4-c660-4e76-bb15-d3168facecd1" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=FnsivC1EnUU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;" target="_new"&gt;&lt;img src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/videocf2a569848d5_5F00_6706FEFF.jpg" style="border-style:none;" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;De overige presentaties vind je ook op YouTube, en zoek op “NGN Exchange Middag”, of je klikt hier: &lt;a title="http://www.youtube.com/results?search_query=NGN+Exchange+middag&amp;amp;aq=f" href="http://www.youtube.com/results?search_query=NGN+Exchange+middag&amp;amp;aq=f"&gt;http://www.youtube.com/results?search_query=NGN+Exchange+middag&amp;amp;aq=f&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=316" width="1" height="1"&gt;</description></item><item><title>Windows 2008 SP2 of Windows 2008 R2?</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/05/29/windows-2008-sp2-of-windows-2008-r2.aspx</link><pubDate>Sat, 29 May 2010 18:08:21 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:315</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Exchange Server 2010 draait alleen onder Windows Server 2008. Maar wat is nu beter om te kiezen, Windows Server 2008 SP2 of Windows Server 2008 R2?&lt;/p&gt;  &lt;p&gt;R2 heeft natuurlijk als voordeel dat veel prerequisite software al in het besturingssysteem zit, maar dat is Microsoft met Service Pack 2 voor Windows 2008 natuurlijk snel aan het inhalen. Daarnaast is R2 natuurlijk een nieuwer product, met doorontwikkeling van de diverse services.&lt;/p&gt;  &lt;p&gt;Microsoft heeft zelf ook testen hiermee gedaan en het blijkt dat Outlook Anywhere (RPC/HTTPS) beter draait onder R2. Dat wordt voornamelijk veroorzaakt door de RPC Proxy Service die op de CAS server draait. Deze is onder R2 veel efficienter geworden dan onder de &amp;#39;normale’ Windows 2008. En daardoor kan een CAS onder R2 ook veel meer gebruikers aan:&lt;img src="http://msexchangeteam.com/photos/postpictures3/images/454801/original.aspx" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;Dan moet je denken aan 6.500 connecties op Windows Server 2008 versus 14.000 connecties op Windows Server 2008 R2.&lt;/p&gt;  &lt;p&gt;Het volledige artikel vind je op de site van Microsoft: &lt;a title="http://msexchangeteam.com/archive/2010/04/30/454805.aspx" href="http://msexchangeteam.com/archive/2010/04/30/454805.aspx"&gt;http://msexchangeteam.com/archive/2010/04/30/454805.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=315" width="1" height="1"&gt;</description></item><item><title>Experts Live Community Meeting</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/05/18/experts-live-community-meeting.aspx</link><pubDate>Tue, 18 May 2010 10:10:25 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:312</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/ExpertsLive_5F00_7E2F71E6.jpg"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="ExpertsLive" border="0" alt="ExpertsLive" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/ExpertsLive_5F00_thumb_5F00_1C99B2D0.jpg" width="244" height="83" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.communicativ.nl/" target="_blank"&gt;Communicativ&lt;/a&gt; en &lt;a href="http://www.inovativ.nl/" target="_blank"&gt;Inovativ&lt;/a&gt; organiseren samen voor de eerste keer het Experts Live evenement. Een evenement met presentaties van een aantal MVP’s over diverse onderwerpen.&lt;/p&gt;  &lt;p&gt;Jaap Wesselius zal een sessie houden over Exchange 2010 waarbij voor het eerst ook Service Pack 1 voor Exchange 2010 te zien zal zijn, inclusief demonstratie.&lt;/p&gt;  &lt;p&gt;Johan Veldhuis zal een presentatie over OCS 2007 R2 gaan geven en zal ondermeer vertellen over de koppeling met telefonie systemen (SIP trunk etc).&lt;/p&gt;  &lt;p&gt;Experts Live wordt gehouden op Woensdag 16 juni in het Hart van Holland in Nijkerk. Deelname is gratis. Voor meer informatie en inschrijven: &lt;a href="http://www.expertslive.nl"&gt;www.expertslive.nl&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=312" width="1" height="1"&gt;</description></item><item><title>ICT nieuws t/m week 17</title><link>http://ucug.nl/blogs/bob/archive/2010/04/29/ict-nieuws-t-m-week-17.aspx</link><pubDate>Thu, 29 Apr 2010 10:53:57 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:310</guid><dc:creator>Bob Daamen</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Ondanks dat ik vorige week een grote post heb gedaan wilde ik nu toch maar even het blog bijwerken. Ik ga er een weekje tussenuit (even de wind in de haren en erop uit met de motor) en dan blijft het maar liggen.&lt;/p&gt;  &lt;p&gt;Uiteraard is het aantal berichten beperkt. Wel zitten er een aantal leuke dingen tussen, zoals een gratis ebook van Mitch Tulloch over Hyper V v2. Ook bracht Microsoft MS10-025 opnieuw uit en… werd er het e.e.a. meer duidelijk over SP1 voor Exchange 2010. Vergeet zeker ook de virtualisatie ROI calculator niet.&lt;/p&gt;  &lt;p&gt;Opvallend was ook het nieuws dat HP het noodlijdende Palm zal overnemen.&lt;/p&gt;  &lt;p&gt;Kortom, veel leesplezier en happy reading….&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;INFO: UCUG bijeenkomst op 27 mei 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: ucug.nl mailing&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Onze UCUG organiseert komende maand een meeting. De toegang is gratis en de sprekers zijn vooraanstaand.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Hallo Allemaal,&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;op 27 mei aanstaande organiseren we vanuit de UCUG.NL een nieuwe bijeenkomst, deze keer in het pand van Microsoft op Schiphol. Het is een ochtendsessie deze keer, van 9:00 uur tot 13:00 uur en zoals gebruikelijk is de toegang gratis.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;We hebben een aantal interessante sessies met goede sprekers:&lt;/i&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;i&gt;Proxying en Redirection (2007 en 2010) door Kay Sellenrode (Platani) &lt;/i&gt;&lt;/li&gt;    &lt;li&gt;&lt;i&gt;Exchange 2010 Deep Dive door Sjaak Rovers (Microsoft) &lt;/i&gt;&lt;/li&gt;    &lt;li&gt;&lt;i&gt;Wat is nieuw in OCS &amp;quot;14&amp;quot; door Steven van Houttum (UCUG) &lt;/i&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;i&gt;Meer info op onze site &lt;a href="http://www.ucug.nl"&gt;http://www.ucug.nl&lt;/a&gt;, en direct inschrijven kan hier: &lt;a href="http://www.eventbrite.com/event/596963534"&gt;http://www.eventbrite.com/event/596963534&lt;/a&gt;. Je ontvangt automatisch een bevestiging van je inschrijving.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Dit is het adres van Microsoft:     &lt;br /&gt;Microsoft Nederland bv      &lt;br /&gt;Evert van de Beekstraat 354      &lt;br /&gt;1118 CZ Schiphol&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Tot de 27e!&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Namens de UCUG, Jaap Wesselius en Steven van Houttum&lt;/i&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: Free eBook! Understanding Microsoft Virtualization R2 Solutions - by Mitch Tulloch&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com mailing&lt;/p&gt;  &lt;p&gt;We worden attent gemaakt op een gratis ebook van Microsoft Press genaamd “Understanding Microsoft virtualization Solutions – from the desktop to the datacenter”. In de 2&lt;sup&gt;e&lt;/sup&gt; druk is deze aangepast voor Server 2008 R2.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;The ultimate virtualization guide for IT professionals and decision makers.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;Download &lt;a href="http://click.email.microsoftemail.com/?qs=6d82f4a6ef4b5352f708d7e796a8efa14106af5cc2432607ed4bc0f2f18fa201"&gt;http://click.email.microsoftemail.com/?qs=6d82f4a6ef4b5352f708d7e796a8efa14106af5cc2432607ed4bc0f2f18fa201&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Assessment &amp;amp; Migration Tools for SQL Server 2008&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op deze pagina heeft Microsoft netjes de diverse conversietools verzameld waarmee je kunt migreren van bijvoorbeeld Oracle of MySQL naar SQL Server.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Migrate from Oracle&lt;/b&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3e8722ae-77f3-4288-906d-f421e24d322f&amp;amp;DisplayLang=en"&gt;Download the free SQL Server 2008 Migration Assistant for Oracle&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Migrate from MySQL&lt;/b&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;o &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0e6168b0-2d0c-4076-96c2-60bd25294a8e&amp;amp;displaylang=en"&gt;Download the free SQL Server 2008 Migration Assistant for MySQL&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c6f14640-da22-4604-aaaa-a45de4a0cd4a&amp;amp;displaylang=en"&gt;Download the free SQL Server 2005 Migration Assistant for MySQL&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Migrate from Sybase&lt;/b&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4fc68b67-149f-4237-8869-e70b68947f4f&amp;amp;DisplayLang=en"&gt;Download the free SQL Server 2008 Migration Assistant for Sybase&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Migrate from Microsoft Access&lt;/b&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=133b59c2-c89c-4641-bebb-6d04476ec1ba&amp;amp;DisplayLang=en"&gt;Download the free SQL Server 2008 Migration Assistant for Microsoft Access&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/assessment-tools.aspx"&gt;http://www.microsoft.com/sqlserver/2008/en/us/assessment-tools.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft Unified Communications Business Value Tool&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="Description"&gt;&lt;/a&gt;The Microsoft Unified Communications Business Value Tool will help you explore and accelerate opportunities within customer organizations. Use it to identify business objectives, demonstrate how unified communications solutions can help meet objectives, and assess the financial impact of deploying unified communications solutions.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9AED74A8-4B0D-4494-A665-7F403E7D5D50&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=9AED74A8-4B0D-4494-A665-7F403E7D5D50&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Reduce IT Operational Costs Through Server Consolidation&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op deze site heeft Microsoft een whitepaper over server consolidatie geplaatst. Het betoog gaat over consolidatie en de voordelen die je ermee kunt behalen. De whitepaper is overigens al van januari 2009 maar heeft nog niets aan kracht ingeboet. Het onderwerp blijft actueel.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Lower costs, lower downtime, and lower stress on your IT department.&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;In the past, IT controlled how, when, and why end users accessed information. But things have changed, and your people need access to information on their terms – they need it where ever they’re at, and in whatever form works for them. Upgrading your server infrastructure can help you cut hardware and energy costs, improve reliability, availability and scalability, simplify management, and reduce your environmental impact. It’s a simple solution with a big impact on employee efficiency.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://download.microsoft.com/download/F/6/3/F63758F9-078E-4596-ACA1-D46E52A06F4D/CoreIOCostBestPractices-Server.pdf"&gt;http://download.microsoft.com/download/F/6/3/F63758F9-078E-4596-ACA1-D46E52A06F4D/CoreIOCostBestPractices-Server.pdf&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Het Gartner model wordt ook hier weer door Microsoft aangehaald en terecht.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image002_5F00_56FCE81C.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image002" border="0" alt="clip_image002" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image002_5F00_thumb_5F00_01D7DCE0.jpg" width="244" height="161" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft Integrated Virtualization ROI Calculator&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com mailing&lt;/p&gt;  &lt;p&gt;Microsoft heeft een online ROI calculator beschikbaar voor virtualisatieoplossingen. Bereken hiermee de voordelen van consolidatie door virtualisatie.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://roianalyst.alinean.com/msft/AutoLogin.do?d=307025591178580657&amp;amp;qstr=CR_CC=&amp;amp;CR_ID"&gt;https://roianalyst.alinean.com/msft/AutoLogin.do?d=307025591178580657&amp;amp;qstr=CR_CC=&amp;amp;CR_ID&lt;/a&gt;= &lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: How can I make registry changes to an offline Virtual Hard Disk (VHD) with Windows 7 or Windows Server 2008 R2?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com mailing&lt;/p&gt;  &lt;p&gt;Johan Savill heeft een aantal leuke vragen in zijn FAQ beantwoord. Dit is er een van.&lt;/p&gt;  &lt;p&gt;De vraag is: hoe kan ik aanpassingen maken in de registry van een offline VHD met Windows 7 of Server 2008 R2?&lt;/p&gt;  &lt;p&gt;It&amp;#39;s possible to mount registry stores from other OSs into the registry editor and make changes, and this applies equally to VHD files. Mount the VHD using Disk Administrator or Diskpart with the attach command, and you can then view the VHD file system. Launch the registry editor, load the hive of interest from the %systemroot%\system32\config of the mounted VHD, then make the changes and unload.&lt;/p&gt;  &lt;p&gt;You can do all of this from the command line. Assuming the E: drive is the mounted VHD, to stop dynamic VHD expansion for the VHD (&lt;a href="http://app.tech.pentontech.com/e/er.aspx?s=1481&amp;amp;lid=2582&amp;amp;elq=c0798cbe7754473cba5751d2ea491669"&gt;as discussed in the previous FAQ&lt;/a&gt;), run the following:&lt;/p&gt;  &lt;pre&gt;&lt;strong&gt;reg load HKLM\VHDSYS e:\windows\system32\config\system&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/pre&gt;

&lt;pre&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/pre&gt;

&lt;pre&gt;&amp;#160;&lt;/pre&gt;

&lt;pre&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/pre&gt;

&lt;pre&gt;&lt;strong&gt;reg add HKLM\VHDSYS\ControlSet001\services\&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/pre&gt;

&lt;pre&gt;&lt;strong&gt;FsDepends\Parameters /v VirtualDiskExpandOnMount &lt;/strong&gt;&lt;/pre&gt;

&lt;pre&gt;&lt;strong&gt;/t REG_DWORD /d 4 /f&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/pre&gt;

&lt;pre&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/pre&gt;

&lt;pre&gt;&amp;#160;&lt;/pre&gt;

&lt;pre&gt;&lt;strong&gt;reg unload HKLM\VHDSYS&lt;/strong&gt;&lt;/pre&gt;

&lt;p&gt;Note that all I&amp;#39;m doing is mounting the system registry area of the VHD into the HKEY_LOCAL_MACHINE\VHDSYS namespace, modifying that namespace, then unloading. It&amp;#39;s actually not a complex process, and you can use this technique for many types of change.&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;SERVERS: When I boot from a dynamic Virtual Hard Disk (VHD), the VHD is expanded to its full size. Can I stop this?&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: windowsitpro.com mailing&lt;/p&gt;

&lt;p&gt;John Savill geeft antwoord op de volgende vraag:&lt;/p&gt;

&lt;p&gt;“Als ik boot van een VHD file dan blaast Windows dit VHD file op tot de maximale grootte. Kan ik dit voorkomen?”&lt;/p&gt;

&lt;p&gt;Het antwoord is JA, hij legt uit hoe je dat moet doen maar legt tevens uit waarom je daar zeer voorzichtig mee moet zijn.&lt;/p&gt;

&lt;p&gt;Het belangrijkste is dat het OS, dat vanuit dat VHD file opstart, niet tegen de grens van een VHD file aanloopt want dan zijn de rapen gaar.&lt;/p&gt;

&lt;p&gt;Dit is ook precies de reden waarom het VHD file alle beschikbare ruimte inneemt. Overigens wordt het VHD file weer dynamisch verkleind bij het afsluiten van het OS.&lt;/p&gt;

&lt;p&gt;Consider what the OS sees when booting from a VHD. It sees a VHD that has a certain size, such as 127GB. If you place the 127GB dynamic VHD on a 40GB partition, the disk would expand up to 40GB then fail to expand, causing the OS to have very serious problems. To avoid the possibility of the OS trying to write to the VHD when the physical disk is full, when you boot from a dynamic VHD, it&amp;#39;s expanded to its full size, ensuring the space is available. When you close the OS, the VHD shrinks back to its dynamic size.&lt;/p&gt;

&lt;p&gt;You can stop this behavior with a registry change, but you should do this with caution. Make sure you have some monitoring or alerting capability that will notify you when a disk reaches a certain disk usage threshold.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Start the registry editor (regedit.exe).&lt;/li&gt;

  &lt;li&gt;Move to HKLM\SYSTEM\CurrentControlSet\services\FsDepends\Parameters.&lt;/li&gt;

  &lt;li&gt;Double-click VirtualDiskExpandOnMount and set to 4. Click OK.&lt;/li&gt;

  &lt;li&gt;Reboot the machine and the VHD will no longer expand when booted.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can use this command from the command line:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;REG ADD HKLM\SYSTEM\CurrentControlSet\services\&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;&lt;code&gt;FsDepends\Parameters /v VirtualDiskExpandOnMount&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;code&gt; /t REG_DWORD /d 4 /f&lt;/code&gt;&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;SERVER APPS: How can I create a Windows 7-based Windows Preinstallation Environment (WinPE) that&amp;#39;s compatible with SCCM?&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: windowsitpro.com mailing&lt;/p&gt;

&lt;p&gt;John Savill legt uit hoe je een Windows 7 PE image kunt maken dat compatible is met SCCM.&lt;/p&gt;

&lt;p&gt;SCCM 2007 comes with two PE images—one 32-bit and one 64-bit—that are used to capture and deploy OSs. You can create our own WinPE environments with additional utilities and configuration and use them with SCCM, you just need to make sure you add the scripting and WMI packages.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://app.tech.pentontech.com/e/er.aspx?s=1481&amp;amp;lid=2579&amp;amp;elq=c0798cbe7754473cba5751d2ea491669"&gt;See the online version of the question&lt;/a&gt; for the instructions I used to create a new amd64 (64-bit) WinPE environment on a machine that has the latest Windows Automated Installation Kit (WAIK) installed. Make sure you open the WAIK command prompt to run the commands below that are in bold. In my example, I&amp;#39;m creating the image in the folder d:\temp\winpe_amd64, so if you use a different path, update your commands appropriately.&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;SERVER APPS: What roles and features are required to install System Center Configuration Manager (SCCM) 2007 R2 on Windows Server 2008 R2?&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: windowitpro.com mailing&lt;/p&gt;

&lt;p&gt;John Savill geeft antwoord op de vraag “welke rollen en features zijn benodigd om SCCM 2007 R2 op Windows Server 2008 R2 te kunnen installeren?”.&lt;/p&gt;

&lt;p&gt;SCCM requires the following roles and features for a successful installation.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Web Server role with ASP, ASP.NET, WebDAV, Windows Authentication, Static Content, and IIS 6 Management and WMI compatibility&lt;/li&gt;

  &lt;li&gt;Windows Deployment Service (WDS) role if the server is a Preboot Execution Environment (PXE) service point&lt;/li&gt;

  &lt;li&gt;Background Intelligent Transfer feature&lt;/li&gt;

  &lt;li&gt;Remote Differential Compression feature&lt;/li&gt;

  &lt;li&gt;Windows Server Update Services (WSUS), if you&amp;#39;re installing the software update role&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="http://app.tech.pentontech.com/e/er.aspx?s=1481&amp;amp;lid=2580&amp;amp;elq=c0798cbe7754473cba5751d2ea491669"&gt;Microsoft provides a Technet site with guidelines on WebDAV and IIS configuration for SCCM.&lt;/a&gt;&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;SERVERS: Beta programma voor Windows Home Server v2 &amp;quot;Vail&amp;quot; van start&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: activewin.com&lt;/p&gt;

&lt;p&gt;Vail is de codenaam voor de 2e versie van Windows Home Server. Deze 2&lt;sup&gt;e&lt;/sup&gt; versie is nu gebaseerd op Server 2008 R2.&lt;/p&gt;

&lt;p&gt;Wil je meedoen aan de bèta, schrijf je dan in.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Windows Home Server code name &amp;quot;Vail&amp;quot;&lt;/b&gt; is the version 2 release of Windows Home Server, now based on Windows Server ® 2008 R2.&amp;#160; There are some exciting new features that you can try out if you choose to join the Windows Home Server Connect program such as:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Extending media streaming outside the home or office &lt;/li&gt;

  &lt;li&gt;Improvements in multi-PC backup and restore &lt;/li&gt;

  &lt;li&gt;Simplified setup and user experience&lt;/li&gt;

  &lt;li&gt;Significantly expanded development and customization tools for partners &lt;/li&gt;

  &lt;li&gt;Much, much more! &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://connect.microsoft.com/windowshomeserver/?wa=wsignin1.0"&gt;https://connect.microsoft.com/windowshomeserver/?wa=wsignin1.0&lt;/a&gt;&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;SECURITY: Microsoft Security Intelligence Report Volume 8&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: bink.nu&lt;/p&gt;

&lt;p&gt;Volume 8 van Microsoft’s Security Intelligence Report is verschenen. Dit rapport is gebaseerd op gegevens van juli tot en met december van 2009.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://bink.nu/news/microsoft-security-intelligence-report-volume-8.aspx"&gt;http://bink.nu/news/microsoft-security-intelligence-report-volume-8.aspx&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Volume 8 of the Microsoft® Security Intelligence Report provides an in-depth perspective on malicious and potentially unwanted software, software exploits, security breaches and software vulnerabilities (both in Microsoft software and in third-party software). Microsoft developed these perspectives based on detailed analysis over the past several years, with a focus on the second half of 2009.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2c4938a0-4d64-4c65-b951-754f4d1af0b5&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=2c4938a0-4d64-4c65-b951-754f4d1af0b5&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;SERVERS: Chasing the DNS Zone Location Problem - Learn how to avoid or correct zone-replication conflicts on AD-integrated DNS servers&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;

&lt;p&gt;Boyd Gerber heeft op Windowsitpro.com een stuk over problemen met DNS in Active Directory. Met name problemen door zone replicatie die mis loopt.&lt;/p&gt;

&lt;p&gt;Een zeer interessant stuk.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/active-directory/Chasing-the-DNS-Zone-Location-Problem.aspx"&gt;http://www.windowsitpro.com/article/active-directory/Chasing-the-DNS-Zone-Location-Problem.aspx&lt;/a&gt;&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;SERVER APPS: New High Availability Features in Exchange 2010 SP1&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: blogs.technet.com&lt;/p&gt;

&lt;p&gt;Scott Schnoll legt op zijn blog uit over de nieuwe HA features van SP1 voor Exchange 2010. Uiteraard is alles nog gebaseerd op niet-final producten dus namen en features kunnen nog veranderen. Maar de nieuwe HA mogelijkheden zijn indrukwekkend.&lt;/p&gt;

&lt;p&gt;Even kort op een rijtje:&lt;/p&gt;

&lt;p&gt;· Continuous Replication - Block Mode&lt;/p&gt;

&lt;p&gt;· Active Mailbox Database Redistribution&lt;/p&gt;

&lt;p&gt;· Improved Outlook Cross-Site Connection Behavior and Experience&lt;/p&gt;

&lt;p&gt;· Enhanced datacenter activation coordination support&lt;/p&gt;

&lt;p&gt;· New and Enhanced Management and Monitoring Scripts&lt;/p&gt;

&lt;p&gt;· Improvements in Failover Performance&lt;/p&gt;

&lt;p&gt;Scott gaat er uiteraard per punt nog wel wat dieper op in. Lezen dus….&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blogs.technet.com/scottschnoll/archive/2010/04/10/new-high-availability-features-in-exchange-2010-sp1.aspx"&gt;http://blogs.technet.com/scottschnoll/archive/2010/04/10/new-high-availability-features-in-exchange-2010-sp1.aspx&lt;/a&gt;&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;SECURITY: MS10-025 opnieuw uitgebracht&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: Microsoft.com&lt;/p&gt;

&lt;p&gt;Microsoft heeft de MS10-025 update opnieuw uitgebracht. Deze was voor Windows 2000 systemen maar bleek het probleem niet goed te verhelpen.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-025.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-025.mspx&lt;/a&gt;&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;SERVER APPS: Configuring the Native Exchange 2007 MP for OpsMgr 2007 R2 (Part 5)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: msexchange.org&lt;/p&gt;

&lt;p&gt;Rui Silva heeft deel 5 van zijn serie over het OpsMgr 2007 R2 management pack voor Exchange online gezet.&lt;/p&gt;

&lt;p&gt;Dit deel gaat over het monitoren van SCR/CCR log shipping en Unified Messaging servers.&lt;/p&gt;

&lt;p&gt;&lt;i&gt;Configuring the Exchange 2007 MP to monitor SCR/CCR Log Shipping and Unified Messaging servers, adjusting resource intensive operations to minimize impact on Exchange servers.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/configuring-native-exchange-2007-mpopsmgr-2007-r2-part5.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/configuring-native-exchange-2007-mpopsmgr-2007-r2-part5.html&lt;/a&gt;&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;SERVER APPS: How to Uninstall a Stubborn Exchange Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;

&lt;p&gt;Soms heb je dat wel eens, een Exchange server die zich niet laat de-installeren. Maar als je precies weet wat het proces doet kun je eigenlijk het hele proces ook handmatig uitvoeren. Een van de redenen dat een de-installatie mislukt is een slechte communicatie met de DC’s.&lt;/p&gt;

&lt;p&gt;Murat Yildirimoglu loopt het helemaal door en legt uit wat je allemaal moet doen als je het met de hand wilt doen.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/outlook/How-to-Uninstall-a-Stubborn-Exchange-Server.aspx"&gt;http://www.windowsitpro.com/article/outlook/How-to-Uninstall-a-Stubborn-Exchange-Server.aspx&lt;/a&gt;&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;INFO: HP makes its mobile move; Saves Palm from collapse; Will developers stick?&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: blogs.zdnet.com &amp;amp; theregister.co.uk&lt;/p&gt;

&lt;p&gt;HP heeft een bod gedaan op Palm en de uitkomst is dat voor $ 1,2 miljard HP de trotse eigenaar wordt van Palm en haar WebOS.&lt;/p&gt;

&lt;p&gt;Hiermee wordt HP een speler op de markt voor smartphones. Dat waren ze natuurlijk al maar ongetwijfeld zal de hoop zijn dat ze nu een speler worden om rekening mee te houden. De verwachting is dat de deal eind juli rond zal zijn.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blogs.zdnet.com/BTL/?p=33806&amp;amp;tag=nl.e589"&gt;http://blogs.zdnet.com/BTL/?p=33806&amp;amp;tag=nl.e589&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/04/28/hp_buys_palm/"&gt;http://www.theregister.co.uk/2010/04/28/hp_buys_palm/&lt;/a&gt;&lt;/p&gt;

&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;TOOLS: Admin Report Kit for Exchange Server (ARKES) 6.1 (Windows)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Bron: downloads.zdnet.com&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Admin Report Kit for Exchange Server (ARKES) is an Exchange Server Management and Reporting solution that addresses the critical functions of auditing and reporting Exchange objects&amp;#39; configuration settings, usage and security, and server configuration. Our solution allows you to audit, track and monitor several hundreds of configuration variables in your Exchange Server &amp;amp; Active Directory network. ARKES reads Exchange object information across the entire Exchange Organization from any remote location, when the Exchange Organization is logically and physically grouped together. ARKES reports about various objects in Exchange architecture such as organization, administrative group, routing group, servers, connectors, protocols, information stores and recipients. ARKES provides 100+ out-of-the-box reports about Exchange Server objects&amp;#39; configuration, security and usage. The information about the organization&amp;#39;s administrative groups, routing groups, storage groups, mailbox stores, public folder stores, system &amp;amp; recipient policies, protocols settings and various connectors, mailbox users, mail-enabled users and distribution groups/lists are available across all Exchange Servers in the Exchange Organization. Our latest version supports Exchange Server 2010, apart from supporting the older versions of Microsoft Exchange Server - Exchange Server 2000, Exchange Server 2003 and Exchange Server 2007. &lt;/p&gt;

&lt;p&gt;Free to try (15 days), price $899&lt;/p&gt;

&lt;p&gt;&lt;a href="http://downloads.zdnet.com/abstract.aspx?docid=1724385&amp;amp;tag=nl.e550"&gt;http://downloads.zdnet.com/abstract.aspx?docid=1724385&amp;amp;tag=nl.e550&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=310" width="1" height="1"&gt;</description></item><item><title>Outlook 2010 RTM en Personal Archive</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/04/24/outlook-2010-rtm-en-personal-archive.aspx</link><pubDate>Sat, 24 Apr 2010 08:40:00 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:309</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Na het installeren van Office 2010 RTM bleek dat de Personal Archive in Exchange Server 2010 niet meer beschikbaar was. De Personal Archive was nog wel zichtbaar in Outlook Web App.&lt;/p&gt;
&lt;p&gt;Collega MVP Henrik Walther heeft hierover geschreven (&lt;a href="http://blogs.msexchange.org/walther/2010/04/23/personal-archive-gone-after-upgrading-to-outlook-2010-rtm/" title="http://blogs.msexchange.org/walther/2010/04/23/personal-archive-gone-after-upgrading-to-outlook-2010-rtm/"&gt;http://blogs.msexchange.org/walther/2010/04/23/personal-archive-gone-after-upgrading-to-outlook-2010-rtm/&lt;/a&gt;) en bij hem was het een kwestie van een vinkje voor &amp;ldquo;Download Shared Folders&amp;rdquo; weghalen. Ook het weghalen van Office 2007 gerelateerde software (als Visio connector bijvoorbeeld) wel eens wil helpen.&lt;/p&gt;
&lt;p&gt;Helaas, dat mocht niet baten. Het blijkt dat de Office 2010 Pro versie die van MSDN/Technet is te downloaden geen Retention Policies en geen Personal Archive ondersteunt met de meegeleverde keys. Wachten dus op een andere key van Microsoft, of een andere versie van Office 2010.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;
&lt;p&gt;&lt;em&gt;Update 2: Het blijkt een issue te zijn met de license key die in het begin met MSDN en Technet werd geleverd. Hier zat een bug schijnbaar die er voor zorgde dat niet alle services te gebruiken waren, waaronder dus de Online Archive. Als je na 1 mei een key hebt gehaald dan heb je sowieso geen issue. Anders inloggen op de MSDN/Technet site en een nieuwe key aanvragen.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Start Control Panel, selecteer Office 2010 en selecteer vervolgens &amp;quot;Enter a product Key&amp;quot;. Na configuratie Outlook 2010 opnieuw opstarten en daar is ook de Online Archive weer.&lt;/em&gt;&lt;/p&gt;
&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/New_2D00_Key.JPG"&gt;&lt;img src="http://ucug.nl/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/New_2D00_Key.JPG" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=309" width="1" height="1"&gt;</description><category domain="http://ucug.nl/blogs/jaapwess/archive/tags/Online+Archive/default.aspx">Online Archive</category><category domain="http://ucug.nl/blogs/jaapwess/archive/tags/Retention+Policies/default.aspx">Retention Policies</category><category domain="http://ucug.nl/blogs/jaapwess/archive/tags/Office+2010/default.aspx">Office 2010</category><category domain="http://ucug.nl/blogs/jaapwess/archive/tags/RTM/default.aspx">RTM</category></item><item><title>ICT nieuws t/m week 16 – 2010</title><link>http://ucug.nl/blogs/bob/archive/2010/04/23/ict-nieuws-t-m-week-16-2010.aspx</link><pubDate>Fri, 23 Apr 2010 11:54:33 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:308</guid><dc:creator>Bob Daamen</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;De afgelopen periode was druk, vooral met security bulletins, Office 2010 nieuws en Exchange 2010 posts op het web.&lt;/p&gt;  &lt;p&gt;Ook op het vlak van hardware verscheen er het nodige. Een van de meest opmerkelijke berichten op dat vlak vind ik de nieuwe x86 lijnen van IBM die verder gaan dan Intel zelf mogelijk maakt. Bekijk de nieuwe x3850 en x3950 X5 eens, heftige bakkies.&lt;/p&gt;  &lt;p&gt;Ik heb, zoals eerder al gezegd, de nodige Exchange 2010 berichten. O.a. de eerste berichten over SP1.   &lt;br /&gt;Ook hebben we binnenkort Office 2010 zodat we nu echt met Outlook 2010 kunnen testen wat Exchange allemaal kan.&lt;/p&gt;  &lt;p&gt;Ook de security buleltins moet je deze keer met veel aandacht doornemen. We hadden een out-of-band update voor Internet Explorer en een enorme karrevracht aan ‘gewone’ bulletins. Vooral MS10-024 viel daarin weer op: deze is voor de SMTP server en die kan na het installeren van de patch zijn settings kwijt zijn.&lt;/p&gt;  &lt;p&gt;Nog een belangrijk punt was de goof-up van McAfee. Systemen met XP SP3 wisten hun SVCHOST.EXE waardoor systemen enorm in de problemen kwamen.&lt;/p&gt;  &lt;p&gt;Happy reading allemaal (het is wel veel).&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: You cannot open some IIS 7.5-hosted PDF documents by using a Web browser that has the Adobe PDF Reader plug-in enabled&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Er is een KB-artikel voor een bijzonder geval verschenen: je hebt PDF’s op een web server maar je kunt de PDF’s niet bekijken ondanks dat er in de browser Adobe Reader aanwezig is.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Consider the following scenario: &lt;/i&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;i&gt;You install Internet Information Service (IIS) 7.5 on a computer that is running Windows 7 or Windows Server 2008 R2.&lt;/i&gt;&lt;/li&gt;    &lt;li&gt;&lt;i&gt;You host some Portable Document Format file (PDF) documents on an IIS Web site on this computer.&lt;/i&gt;&lt;/li&gt;    &lt;li&gt;&lt;i&gt;You have a client computer that has the Adobe PDF Reader plug-in enabled on a Web browser.&lt;/i&gt;&lt;/li&gt;    &lt;li&gt;&lt;i&gt;You use this Web browser to open one of the PDF documents that is hosted on the IIS Web site.&lt;/i&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;i&gt;In this scenario, you may be unable to open the PDF document. Additionally, the Web browser may stop responding.      &lt;br /&gt;&lt;b&gt;Note&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;i&gt;You may be able to open other PDF documents on this IIS Web site when this issue occurs. &lt;/i&gt;&lt;/li&gt;    &lt;li&gt;&lt;i&gt;This issue does not affect all versions of the Adobe PDF Reader plug-in.&lt;/i&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/979543?p=1"&gt;http://support.microsoft.com/default.aspx/kb/979543?p=1&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: TechNet Virtual Lab: Implementing Citrix XenDesktop 4 on Hyper-V R2&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft een virtual lab beschikbaar over de implementatie van XenDesktop 4 op Hyper-V R2.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;This lab is intended for IT Professionals who would like to deliver virtual desktop computers using Microsoft Hyper-V Server, Microsoft System Center Virtual Machine Manager and Citrix XenDesktop. Users will work through the steps to simulate deploying multiple virtual desktops, and will first capture a reference image using the Citrix Provisioning Server for Desktops. Next, the user will verify that the computer can be booted from a diskless client computer. The user will create multiple virtual machines using the reference computer as a template. Finally, the user will use the Citrix Desktop Delivery Controller and System Center Virtual Machine Manager to create a group of virtual desktops and deploy them to end devices. At the end of this lab, the user will have worked through all the steps required to implement Citrix XenDesktop using Microsoft System Center Virtual Machine Manager and Microsoft Hyper-V Server.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="https://cmg.vlabcenter.com/default.aspx?moduleid=281742e3-2613-42da-bd58-2c3578f039b4"&gt;https://cmg.vlabcenter.com/default.aspx?moduleid=281742e3-2613-42da-bd58-2c3578f039b4&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: 20 PC Shortcuts You Need to Know (for Windows 7)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op deze pagina heeft Microsoft zo’n 20 shortcuts opgesomd die echt handig zijn. Een aantal zijn al heel bekend, denk aan Ctrl-C en Ctrl-V, maar sommigen zijn met Windows 7 pas geïntroduceerd.&lt;/p&gt;  &lt;p&gt;Ik haal er paar tussenuit:&lt;/p&gt;  &lt;p&gt;· &lt;em&gt;Minimize the Window&lt;/em&gt;    &lt;br /&gt;Windows logo key &lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image001_5F00_3946B7EB.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image001" border="0" alt="clip_image001" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image001_5F00_thumb_5F00_7260259E.jpg" width="20" height="20" /&gt;&lt;/a&gt;+ Down Arrow&lt;/p&gt;  &lt;p&gt;· &lt;em&gt;Maximize the Window&lt;/em&gt;    &lt;br /&gt;Windows logo key &lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0011_5F00_5AC8782B.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image001[1]" border="0" alt="clip_image001[1]" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0011_5F00_thumb_5F00_2F83E124.jpg" width="20" height="20" /&gt;&lt;/a&gt;+ Up Arrow&lt;/p&gt;  &lt;p&gt;· &lt;em&gt;Display the desktop&lt;/em&gt;    &lt;br /&gt;Windows logo key &lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0012_5F00_396DF3F1.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image001[2]" border="0" alt="clip_image001[2]" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0012_5F00_thumb_5F00_603C0A31.jpg" width="20" height="20" /&gt;&lt;/a&gt;+ D&lt;/p&gt;  &lt;p&gt;· &lt;em&gt;Multitask with multiple monitors&lt;/em&gt;    &lt;br /&gt;Ctrl + Windows logo key &lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0013_5F00_070A2072.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image001[3]" border="0" alt="clip_image001[3]" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0013_5F00_thumb_5F00_7FEAE3F9.jpg" width="20" height="20" /&gt;&lt;/a&gt;+ Shift + Arrow&lt;/p&gt;  &lt;p&gt;· &lt;em&gt;Open Task Manager (een ouwetje, deze bestond al maar niet iedereen kent em)&lt;/em&gt;    &lt;br /&gt;Ctrl + Shift + Escape&lt;/p&gt;  &lt;p&gt;· &lt;em&gt;Lock your PC or switch users (bestond ook al)&lt;/em&gt;    &lt;br /&gt;Windows logo key &lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0014_5F00_26B8FA3A.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image001[4]" border="0" alt="clip_image001[4]" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0014_5F00_thumb_5F00_76DD96D1.jpg" width="20" height="20" /&gt;&lt;/a&gt;+ L&lt;/p&gt;  &lt;p&gt;· &lt;em&gt;Open a new instance of a program&lt;/em&gt;    &lt;br /&gt;Shift + Click a taskbar icon&lt;/p&gt;  &lt;p&gt;· &lt;em&gt;Toggle between documents&lt;/em&gt;    &lt;br /&gt;Ctrl + Click a taskbar icon&lt;/p&gt;  &lt;p&gt;· &lt;em&gt;Choose a presentation display mode&lt;/em&gt;    &lt;br /&gt;Windows logo key &lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0015_5F00_4B98FFCA.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image001[5]" border="0" alt="clip_image001[5]" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0015_5F00_thumb_5F00_205468C3.jpg" width="20" height="20" /&gt;&lt;/a&gt;+ P&lt;/p&gt;  &lt;p&gt;· &lt;em&gt;Zoom in, zoom out&lt;/em&gt;    &lt;br /&gt;Windows logo key &lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0016_5F00_47227F03.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image001[6]" border="0" alt="clip_image001[6]" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0016_5F00_thumb_5F00_6DF09543.jpg" width="20" height="20" /&gt;&lt;/a&gt;+ +/ Windows logo key &lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0017_5F00_2DBA7BC9.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image001[7]" border="0" alt="clip_image001[7]" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0017_5F00_thumb_5F00_269B3F51.jpg" width="20" height="20" /&gt;&lt;/a&gt;+ -&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/windows/explore/20-pc-shortcuts.aspx"&gt;http://www.microsoft.com/windows/explore/20-pc-shortcuts.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Alle shortcuts: &lt;a href="http://windows.microsoft.com/en-US/windows7/Keyboard-shortcuts"&gt;http://windows.microsoft.com/en-US/windows7/Keyboard-shortcuts&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Out-of-band security update voor Microsoft Windows Internet Explorer&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft gisteren een zogenaamde out-of-band security bulletin uitgebracht voor Windows. Het gaat om de Internet Explorer component en wel alle versies van 5 t/m 8.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-018&lt;/b&gt; - Cumulative Security Update for Internet Explorer (980182) - &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-018.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-018.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: &lt;b&gt;IE 5&lt;/b&gt; on Windows 2000 SP4, &lt;b&gt;IE 6&lt;/b&gt; on Windows 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP2, &lt;b&gt;IE 7&lt;/b&gt; on XP SP2 &amp;amp; SP3, Server 2003 SP2, Vista RTM &amp;amp; SP1 &amp;amp; SP2, Server 2008 RTM &amp;amp; SP2, &lt;b&gt;IE 8&lt;/b&gt; on XP SP2 &amp;amp; SP3, Server 2003 SP2, Vista RTM, SP1 &amp;amp; SP2, Server 2008 RTM &amp;amp; SP2, 7 RTM &amp;amp; Server 2008 R2 RTM    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-002.mspx"&gt;MS10-002&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: How to install Update Rollups remotely on Exchange 2010 server&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.technet.com&lt;/p&gt;  &lt;p&gt;Deze Exchange man heeft een manier bedacht om een zogenaamde Exchange Update Rollup remote op een Exchange 2010 server te installeren.&lt;/p&gt;  &lt;p&gt;Je moet op voorhand wat extra werk doen maar daarna zal het voortaan een stuk makkelijker zijn.&lt;/p&gt;  &lt;p&gt;Dit is weer een typisch voorbeeld van een luie beheerder die zaken automatiseert zodat ie achter zijn bureau kan blijven. Goed werk dus.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/bshukla/archive/2010/04/07/how-to-install-update-rollups-remotely-on-exchange-2010-server.aspx"&gt;http://blogs.technet.com/bshukla/archive/2010/04/07/how-to-install-update-rollups-remotely-on-exchange-2010-server.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: New Product Category for Exchange Server 2010 in WSUS&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist&lt;/p&gt;  &lt;p&gt;Het WSUS team meldt op hun blog dat er in WSUS nu een productcategorie bij gekomen is: Exchange 2010.&lt;/p&gt;  &lt;p&gt;Voortaan is het dus mogelijk om via WSUS updates aan te bieden aan Exchange 2010 servers.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/wsus/archive/2010/04/07/new-product-category-for-exchange-server-2010.aspx"&gt;http://blogs.technet.com/wsus/archive/2010/04/07/new-product-category-for-exchange-server-2010.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Microsoft pulls the plug on future Itanium support&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com &amp;amp; theregister.co.uk&lt;/p&gt;  &lt;p&gt;Zowel Mary-Jo Foley als El Reg melden dat Microsoft heeft besloten geen toekomstige serverversies meer te zullen maken die op de Itanium processor draaien. Server 2008 R2 zal daarmee dus de laatste versie zijn die wel op de Itanium loopt.&lt;/p&gt;  &lt;p&gt;Eerder deed Red Hat al een vergelijkbare aankondiging voor haar toekomstige server OS.&lt;/p&gt;  &lt;p&gt;Microsoft zegt wel dat SQL Server 2008 R2 en Visual Studio 2010 de Itanium nog zullen ondersteunen.&lt;/p&gt;  &lt;p&gt;Alle huidige producten zullen, uiteraard zou ik bijna zeggen, nog wel hun normale ondersteuning blijven behouden.&lt;/p&gt;  &lt;p&gt;Microsoft’s besluit houdt niet in dat Intel en HP de processor al zullen verlaten. Intel zal zeker nog een aantal generaties ontwikkelen en ook HP zegt trouw te blijven aan de Itanium.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/microsoft/?p=5796&amp;amp;tag=nl.e539"&gt;http://blogs.zdnet.com/microsoft/?p=5796&amp;amp;tag=nl.e539&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/04/05/microsoft_pulls_plug_itanium/"&gt;http://www.theregister.co.uk/2010/04/05/microsoft_pulls_plug_itanium/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Hacker finds a way to exploit PDF files, without a vulnerability - Adobe &amp;amp; FoxIt are looking into it&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Een hacker zegt een mogelijkheid gevonden te hebben om een executable in een PDF-bestand te laten uitvoeren zonder dat er sprake is van het misbruiken van lekken in de reader. Er is wel een portie social engineering bij nodig maar uiteindelijk kan het uitmonden in zogenaamde code execution aanvallen met PDF-files.&lt;/p&gt;  &lt;p&gt;De hacker/security researcher, Didier Stevens, heeft hiervoor een PoC gemaakt. Met Adobe Reader krijgt een gebruiker nog een melding (hier komt de portie social engineering om de hoek) maar bij Foxit is er geen enkele waarschuwing en kan de ingebakken executable gewoon gestart worden.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/security/?p=5929&amp;amp;tag=nl.e539"&gt;http://blogs.zdnet.com/security/?p=5929&amp;amp;tag=nl.e539&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;De PoC is niet vrijgegeven maar overgedragen aan Adobe en Foxit. Adobe zou naar verluid binnenkort een patch willen uitbrengen.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/security/?p=5985&amp;amp;tag=nl.e550"&gt;http://blogs.zdnet.com/security/?p=5985&amp;amp;tag=nl.e550&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: System Reserved Partition notes for Windows Server 2008 R2&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: techrepublic.com&lt;/p&gt;  &lt;p&gt;Op TechRepublic staat een artikel over die rare 100 MB partitie die dikwijls op Windows Server 2008 R2 systemen (en Windows 7 ook) aangemaakt wordt. Waar dient die voor, welke functie heeft het?&lt;/p&gt;  &lt;p&gt;Welnu, de partitie wordt gebruikt indien je later besluit BitLocker aan een systeem toe te voegen. Deze partitie bevat de bootloader.&lt;/p&gt;  &lt;p&gt;De partitie wissen is niet zo’n goed idee volgens de auteur van het stuk, Rick Vanover.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.techrepublic.com.com/datacenter/?p=2352&amp;amp;tag=nl.e550"&gt;http://blogs.techrepublic.com.com/datacenter/?p=2352&amp;amp;tag=nl.e550&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: AMD draws x64 battle lines with &amp;#39;Magny-Cours&amp;#39; - Opteron 6100s lock and load&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;AMD heeft zijn nieuwe kanonnen op het slagveld geplaatst en kiest de aanval na Intel’s nieuwe Xeon 5600 serie met de Opteron 6100.&lt;/p&gt;  &lt;p&gt;Deze Opteron plaatst zich tussen de Xeon 5600 en de nog te introduceren Xeon 7500. Hiermee hoopt AMD natuurlijk klanten te interesseren door ook in dit segment te opereren. De AMD processor is geschikt voor machines met maximaal 4 sockets.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/03/29/amd_opteron_6100_launch/"&gt;http://www.theregister.co.uk/2010/03/29/amd_opteron_6100_launch/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Intel Xeon 5600 invade big name servers&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Intel heeft de nieuwe Xeon 5600 Nehalem EP geïntroduceerd. Deze chip is makkelijk te verkopen aan serverbouwers want hij is pin-compatible met de Xeon 5500, ongeveer even duur en toch tussen de 27 en 42 procent sneller. De chip heeft 2 cores meer dan zijn 5500-voorganger, nu dus totaal 6.&lt;/p&gt;  &lt;p&gt;Diverse systeembouwers hebben al aangehaakt waaronder HP en IBM. HP stopt deze nieuwe processor in veel van haar G6-lijnen. Bij IBM heet het eX5 of M3.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/03/28/westmere_server_roundup/"&gt;http://www.theregister.co.uk/2010/03/28/westmere_server_roundup/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: IBM goes elephant with Nehalem-EX iron&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;IBM heeft de sluier opgelicht rondom haar nieuwe hardware-lijnen. De aanduiding eX5 en soms ook M3 geven aan dat IBM opnieuw een eigen chipset, of beter gezegd een eigen uitbreiding op de Intel chipset, heeft bedacht.&lt;/p&gt;  &lt;p&gt;De nieuwe Westmere-EP, Xeon 5600, zit in de 2-ocket systemen terwijl de Xeon 7500 in de 4- en hoger socket systemen gebruikt wordt.&lt;/p&gt;  &lt;p&gt;Op dit moment lijkt IBM nog geen plannen te hebben met de Opteron 6100 van AMD.&lt;/p&gt;  &lt;p&gt;Het mooie van de nieuwe HX5 blades is dat je ze aan elkaar kunt ‘klikken’ en er een 4-socket systeem van kunt maken. Met de Max5 kun je aan de interne 16 DDR3 slots nog eens 24 slots toevoegen. Totaal kun je dan 128 + 192 GB aan een blade ‘knopen’. [Wat dat kost wil je nog even niet weten ;-)]&lt;/p&gt;  &lt;p&gt;De x3850 X5 is de opvolger van de vorige grote machine. Dit is een 4-socket machine waarin de 8-core Xeon 7500 past. Daarna kun je de machine stacken tot maximaal 4 stuks aan elkaar, elk ook weer met een Max5 memory expansion unit. Hier kan veeeeel RAM in. 64 DIMM-slots intern en 32 in de Max5, met 16 GB DIMMs wordt dat heeeel veeel RAM (1.5 TB) en een heel erg dure configuratie.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/04/01/ibm_xeon_7500_servers/"&gt;http://www.theregister.co.uk/2010/04/01/ibm_xeon_7500_servers/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Run VMs and More with VMware Player 3.0&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Serge Bedard heeft op Windows IT Pro een stuk over de nieuwe VMware Player, die nu op versie 3 is aangeland. Nieuw is dat je nu ook VM’s kunt maken, iets dat in vorige versies niet mogelijk was. Hiermee komt VMware Player in het vaarwater van Microsoft’s Virtual PC.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/virtualization2/tool-time-run-vms-and-more-with-vmware-player-3-0.aspx"&gt;http://www.windowsitpro.com/article/virtualization2/tool-time-run-vms-and-more-with-vmware-player-3-0.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: End-of-life reminder voor Microsoft producten en service packs&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op dit blog zijn een aantal reminders te vinden over een aantal producten en service packs van Microsoft die in juli dit jaar gaan verlopen en uit de support vallen.&lt;/p&gt;  &lt;p&gt;Denk aan:&lt;/p&gt;  &lt;p&gt;· Windows XP Service pack 2 (64-bits XP heeft geen SP3 en valt dus niet buiten de support)&lt;/p&gt;  &lt;p&gt;· Vista RTM (alleen SP1 en SP2 blijven gesupport)&lt;/p&gt;  &lt;p&gt;· Windows 2000 (de extended support verloopt nu helemaal)&lt;/p&gt;  &lt;p&gt;Uiteraard roept Microsoft volop dat Windows 7 nu hét OS is om op over te stappen. Bedenk echter wel dat er geen upgradepaden zijn vanaf Windows 2000 en XP. Vanaf XP kun je in ieder geval nog wel de User State Migration Tool gebruiken om settings en bestanden te migreren.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/windows/enterprise/products/windows-7/end-of-support.aspx"&gt;http://www.microsoft.com/windows/enterprise/products/windows-7/end-of-support.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows 2000 E-O-L: &lt;a href="http://support.microsoft.com/ph/1131#tab0"&gt;http://support.microsoft.com/ph/1131#tab0&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Do Microsoft Exchange Server 2010 database availability groups (DAGs) still use the transport dumpster on the hub transport servers?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;John Savill geeft antwoord op zijn FAQ-site bij Windows IT Pro. In dit geval legt hij uit hoe CCR-clustering van Exchange 2007 geëvolueerd is in Database Availability Groups in Exchange 2010. De vraagsteller vraagt of de transport dumpster nog steeds gebruikt wordt.&lt;/p&gt;  &lt;p&gt;Het antwoord is in de kern JA maar uiteraard is er meer detail dan dit simpele JA. Lees hier verder.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://app.tech.pentontech.com/e/es.aspx?s=1481&amp;amp;e=5941&amp;amp;elq=ca936bf710ef45a08e96c1e89fb760fe"&gt;http://app.tech.pentontech.com/e/es.aspx?s=1481&amp;amp;e=5941&amp;amp;elq=ca936bf710ef45a08e96c1e89fb760fe&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: 4 Failover Clustering Hassles and How to Avoid Them&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;John Savill gaat deze keer in op Windows failover clustering en de moeilijkheden waar je tegenaan kunt lopen en dan vooral hoe je die moeilijkheden kunt vermijden.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/clustering/windows-failover-clustering-annoyances.aspx"&gt;http://www.windowsitpro.com/article/clustering/windows-failover-clustering-annoyances.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: How can I list all the Volume Shadow Copy Service (VSS) writers registered on a system?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Volume Shadow Copies zijn erg handig. Er komen steeds meer applicaties bij die dat weten aan te roepen op Windows servers.&lt;/p&gt;  &lt;p&gt;Voor beheerders is het wel handig als je weet welke applicaties de functionaliteit kunnen aanroepen. De vraag is “hoe maak ik eenvoudig een lijst van die applicaties?”. John Savill geeft antwoord op deze vraag.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/backup-recovery/Q-How-can-I-list-all-the-Volume-Shadow-Copy-Service-VSS-writers-registered-on-a-system-.aspx"&gt;http://www.windowsitpro.com/article/backup-recovery/Q-How-can-I-list-all-the-Volume-Shadow-Copy-Service-VSS-writers-registered-on-a-system-.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Adobe reader updates&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: adobe.com&lt;/p&gt;  &lt;p&gt;Adobe heeft gisteren security updates voor Acrobat en Reader uitgebracht. Reader is nu op versie 9.3.2 aangeland.&lt;/p&gt;  &lt;p&gt;Security bedrijf Secunia heeft er een &lt;a href="http://secunia.com/advisories/39272"&gt;advisory&lt;/a&gt; over uitgebracht en de rating &lt;b&gt;&lt;i&gt;Highly Critical&lt;/i&gt;&lt;/b&gt; afgegeven.&lt;/p&gt;  &lt;p&gt;Ook Adobe geeft de rating &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt; af en raadt iedereen z.s.m. te updaten.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.adobe.com/support/security/bulletins/apsb10-09.html"&gt;http://www.adobe.com/support/security/bulletins/apsb10-09.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Adobe Reader updates op het web&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: adobe.com&lt;/p&gt;  &lt;p&gt;Zoals eerder al gemeld heeft Adobe nieuwe security updates uitgebracht voor een aantal producten uit de Acrobat portfolio.&lt;/p&gt;  &lt;p&gt;Op deze website zijn de diverse pakketjes&amp;#160; en updates te vinden:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.adobe.com/support/downloads/product.jsp?product=10&amp;amp;platform=Windows"&gt;http://www.adobe.com/support/downloads/product.jsp?product=10&amp;amp;platform=Windows&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;9.3.2 update voor Reader: &lt;a href="http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=4657&amp;amp;fileID=4356"&gt;http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=4657&amp;amp;fileID=4356&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Microsoft security bulletins april 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft in de maand april weer haar maandelijkse ronde met security bulletins gedaan. Het gaat deze keer om 11 bulletins, met 5 Criticals.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-019&lt;/b&gt; - Vulnerabilities in Windows Could Allow Remote Code Execution (981210) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-019.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-019.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Windows 2000 SP4, XP SP2 &amp;amp; SP3, 2003 SP2, Vista RTM, SP1 &amp;amp; SP2, Server 2008 RTM &amp;amp; SP2 (*), 7 and Server 2008 R2 (*) – (*) Server core affected.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-020&lt;/b&gt; - Vulnerabilities in SMB Client Could Allow Remote Code Execution (980232) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-020.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-020.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Windows 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP2, Vista RTM, SP1 &amp;amp; SP2, Server 2008 RTM &amp;amp; SP2 (*), 7 and Server 2008 R2 (*) – (*) Server core affected    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-006.mspx"&gt;MS10-006&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-021&lt;/b&gt; - Vulnerabilities in Windows Kernel Could Allow Elevation of Privilege (979683) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-021.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-021.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Denial of service    &lt;br /&gt;Affected software: Windows 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP2, Vista RTM, SP1 &amp;amp; SP2, Server 2008 RTM &amp;amp; SP2 (*), 7 and Server 2008 R2 (*) – (*) Server core affected    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-015.mspx"&gt;MS10-015&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-022&lt;/b&gt; - Vulnerability in VBScript Scripting Engine Could Allow Remote Code Execution (981169) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-022.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-022.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Affected software: Windows 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP2, Vista RTM, SP1 &amp;amp; SP2, Server 2008 RTM &amp;amp; SP2 (**), 7 and Server 2008 R2 (**) – (**) Server core &lt;u&gt;not&lt;/u&gt; affected&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-023&lt;/b&gt; - Vulnerability in Microsoft Office Publisher Could Allow Remote Code Execution (981160) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-023.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-023.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Office XP SP3, Office 2003 SP3 and Office 2007 SP1 &amp;amp; SP2    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms08-027.mspx"&gt;MS08-027&lt;/a&gt; &amp;amp; &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms09-030.mspx"&gt;MS09-030&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-024&lt;/b&gt; - Vulnerabilities in Microsoft Exchange and Windows SMTP Service Could Allow Denial of Service (981832) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-024.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-024.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Denial of service, Information disclosure    &lt;br /&gt;Affected software: Windows 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP3, Server 2008 RTM &amp;amp; SP2 (**) and Server 2008 R2 (**), Exchange 2000 SP3 &amp;amp; Exchange 2003 SP2 – (**) Server core &lt;u&gt;not&lt;/u&gt; affected, Exchange 2007 SP1 &amp;amp; SP2 and Exchange 2010 not affected but installation is still recommended&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-025&lt;/b&gt; - Vulnerability in Microsoft Windows Media Services Could Allow Remote Code Execution (980858) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-025.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-025.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Windows 2000 SP4&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-026&lt;/b&gt; - Vulnerability in Microsoft MPEG Layer-3 Codecs Could Allow Remote Code Execution (977816) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-026.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-026.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Affected software: Windows 2000 SP4, XP SP2 &amp;amp; SP3, Server 2003 SP2, Vista RTM, SP1 &amp;amp; SP2 and Server 2008 RTM &amp;amp; SP2 (**) – (**) Server core &lt;u&gt;not&lt;/u&gt; affected&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-027&lt;/b&gt; - Vulnerability in Windows Media Player Could Allow Remote Code Execution (979402) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-027.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-027.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Critical&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Media Player 9 on Windows 2000 SP4 and XP SP2 &amp;amp; SP3    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/MS07-047.mspx"&gt;MS07-047&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-028 &lt;/b&gt;- Vulnerabilities in Microsoft Visio Could Allow Remote Code Execution (980094) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-028.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-028.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Important&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Remote Code Execution    &lt;br /&gt;Affected software: Office Visio 2002 SP2, Visio 2003 SP3 and Visio SP1 &amp;amp; SP2    &lt;br /&gt;Replaced bulletins: &lt;a href="http://www.microsoft.com/technet/security/bulletin/MS09-005.mspx"&gt;MS09-005&lt;/a&gt; &amp;amp; &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms09-062.mspx"&gt;MS09-062&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;MS10-029&lt;/b&gt; - Vulnerability in Windows ISATAP Component Could Allow Spoofing (978338) - &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-029.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-029.mspx&lt;/a&gt;    &lt;br /&gt;Rating: &lt;b&gt;&lt;i&gt;Moderate&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Impact: Spoofing    &lt;br /&gt;Affected software: Windows XP SP2 &amp;amp; SP3, Server 2003 SP2, Vista RTM, SP1 &amp;amp; SP2 and Server 2008 RTM &amp;amp; SP2 (*) – (*) Server core affected&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Microsoft April 2010 Patch Tuesday - ISC assessment&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: isc.sans.org&lt;/p&gt;  &lt;p&gt;Nadat Microsoft haar security bulletins uitbrengt komt het Internet Storm Center van het SANS institute snel met haar assessment van de bulletins.&lt;/p&gt;  &lt;p&gt;Overview of the &lt;a href="https://www.microsoft.com/technet/security/bulletin/ms10-apr.mspx"&gt;April 2010 Microsoft Patches &lt;/a&gt;and their status.    &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;#&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Affected&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Contra Indications&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Known Exploits&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;Microsoft rating&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;ISC rating&lt;/b&gt;&lt;sup&gt;(*)&lt;/sup&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;clients&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;b&gt;servers&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-019.mspx"&gt;MS10-019&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerabilities in Windows Authenticode Verification&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Authenticode             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0486"&gt;CVE-2010-0486&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0487"&gt;CVE-2009-0487&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/981210"&gt;KB 981210&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 2,2&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-020.mspx"&gt;MS10-020&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerabilities in SMB Client (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-006.mspx"&gt;MS10-006&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;SMB Client             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3676"&gt;CVE-2009-3676&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0269"&gt;CVE-2010-0269&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0270"&gt;CVE-2010-0270&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0476"&gt;CVE-2010-0476&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0477"&gt;CVE-2010-0477&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/980232"&gt;KB 980232&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;vuln public.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 3,3,2,2,3&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-021.mspx"&gt;MS10-021&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Privilege Elevation Vulnerabilities in Windows Kernel (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-015.mspx"&gt;MS10-015&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Windows Kernel             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0234"&gt;CVE-2010-0234&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0235"&gt;CVE-2010-0235&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0236"&gt;CVE-2010-0236&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0237"&gt;CVE-2010-0237&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0238"&gt;CVE-2010-0238&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0481"&gt;CVE-2010-0481&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0482"&gt;CVE-2010-0482&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0810"&gt;CVE-2010-0810&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/979683"&gt;KB 979683&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: ?,?,1,1,?,?,?,?&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-022.mspx"&gt;MS10-022&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerability in VBScript Engine (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-022.mspx"&gt;MS10-022&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;VBScript             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0483"&gt;CVE-2010-0483&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/981169"&gt;KB 981169&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Known Exploits!.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;PATCH NOW!&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-023.mspx"&gt;MS10-023&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerability in Microsoft Office Publisher (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS08-027.mspx"&gt;MS08-027&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-030.mspx"&gt;MS09-030&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Publisher             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0479"&gt;CVE-2010-0479&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/981160"&gt;KB 981160&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploits.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: 1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-024.mspx"&gt;MS10-024&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;DoS Vulnerability in Microsoft Exchange and SMTP Service&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Exchange, SMTP Service             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0024"&gt;CVE-2010-0024&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0025"&gt;CVE-2010-0025&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/981832"&gt;KB 981832&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;vuln public.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Important             &lt;br /&gt;Exploitability: 3,?&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Moderate&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-025.mspx"&gt;MS10-025&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerability in Micorsoft Windows Media Services&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Windows Meida Services             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0478"&gt;CVE-2010-0478&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/980858"&gt;KB 980858&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploit.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Moderate&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-026.mspx"&gt;MS10-026&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerability in Microsoft MPEG Layer 3 Codec&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;MPEG Layer 3 Codec             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0480"&gt;CVE-2010-0480&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/977816"&gt;KB 977816&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploit.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Moderate&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-027.mspx"&gt;MS10-027&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerability in Windows Media Player (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS07-047.mspx"&gt;MS07-047&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Windows Media Player             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0268"&gt;CVE-2010-0268&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/979402"&gt;KB 979402&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploit.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 1&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Moderate&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-028.mspx"&gt;MS10-028&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Vulnerabilities in Microsoft Visio (Replaces &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-062.mspx"&gt;MS09-062&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS09-005.mspx"&gt;MS09-005&lt;/a&gt; )&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Windows Media Player             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0254"&gt;CVE-2010-0254&lt;/a&gt;              &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0256"&gt;CVE-2010-0256&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/980094"&gt;KB 980094&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploit.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Critical             &lt;br /&gt;Exploitability: 1,2&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Critical&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Important&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-029.mspx"&gt;MS10-029&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;ISATAP Spoofing Vulnerability&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;ISATAP             &lt;br /&gt;&lt;a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0812"&gt;CVE-2010-0812&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/978338"&gt;KB 978338&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;no known exploit.&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Severity:Moderate             &lt;br /&gt;Exploitability: ?&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Moderate&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Moderate&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Known issue MS10-022 VBScript&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist&lt;/p&gt;  &lt;p&gt;Er is een known issue met de MS10-022 update op systemen Windows XP SP3 en een handmatig geïnstalleerde oudere versie van de Windows Scripting Host.&lt;/p&gt;  &lt;p&gt;Onderstaande stukje tekst legt het haarfijn uit, ook hoe je het oplost.&lt;/p&gt;  &lt;p&gt;MS10-022: Description of the security update for Visual Basic Scripting &lt;/p&gt;  &lt;p&gt;(VBScript) 5.7: April 13, 2010:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;981349"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;981349&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Known issue&lt;/p&gt;  &lt;p&gt;We know about an issue that affects a limited scope of computers on &lt;/p&gt;  &lt;p&gt;which all the following conditions are true:&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; * Windows XP Service Pack 3 is installed.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; * An old version of Windows Script Host 5.6 was manually installed.&lt;/p&gt;  &lt;p&gt;*Note* By default, Windows XP Service Pack 3 installs Windows Script &lt;/p&gt;  &lt;p&gt;Host 5.7. This known issue is limited to computers on which an earlier &lt;/p&gt;  &lt;p&gt;version of Windows Script Host was manually installed, even though you &lt;/p&gt;  &lt;p&gt;do not have to do this.&lt;/p&gt;  &lt;p&gt;On computers that are affected by this known issue, this security update &lt;/p&gt;  &lt;p&gt;may not install because an unexpected version of Vbscript.dll is &lt;/p&gt;  &lt;p&gt;present. In order to install this security update on Windows XP Service &lt;/p&gt;  &lt;p&gt;Pack 3, the version of the Vbscript.dll file must be 5.7 as a minimum.&lt;/p&gt;  &lt;p&gt;To resolve this known issue on a computer that is running Windows XP &lt;/p&gt;  &lt;p&gt;Service Pack 3, and the version of the Vbscript.dll file is version 5.6, &lt;/p&gt;  &lt;p&gt;use one of the following methods, as appropriate for the version of &lt;/p&gt;  &lt;p&gt;Windows Internet Explorer that is installed on the computer.&lt;/p&gt;  &lt;p&gt;*For Internet Explorer 6*&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; 1. Restore Vbscript.dll to an expected file version.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; To restore Vbscript.dll to version 5.7, do one of the following:&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; * Download and install the KB951978 Script Engine update for&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Windows XP:&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 951978 &amp;lt;/kb/951978/&amp;gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; (&lt;a href="http://support.microsoft.com/kb/951978/"&gt;http://support.microsoft.com/kb/951978/&lt;/a&gt; ) Script output is&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; not displayed as expected when you run VBScript or JScript&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; scripts in Windows Vista Service Pack 1, in Windows Server&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2008, or in Windows XP Service Pack 3&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; *Note* If you have enabled automatic updates, you will be&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; offered this update automatically.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; * Upgrade to Internet Explorer 8. For more information about&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; how to obtain Internet Explorer 8, visit the following&lt;/p&gt;  &lt;p&gt;Microsoft Web site:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=144107"&gt;http://go.microsoft.com/fwlink/?LinkId=144107&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; (&lt;a href="http://go.microsoft.com/fwlink/?LinkId=144107"&gt;http://go.microsoft.com/fwlink/?LinkId=144107&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;*Note* If you have enabled automatic updates, you will be&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; offered this update automatically.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; * Upgrade to Internet Explorer 7. For more information about&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; how to obtain Internet Explorer 7, visit the following&lt;/p&gt;  &lt;p&gt;Microsoft Web site:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=158419"&gt;http://go.microsoft.com/fwlink/?LinkID=158419&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; (&lt;a href="http://go.microsoft.com/fwlink/?LinkID=158419"&gt;http://go.microsoft.com/fwlink/?LinkID=158419&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;2. Install the security update.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; After you have successfully restored Vbscript.dll to an expected&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; version as outlined here, install the VBScript 5.7 security update&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; for Windows XP Service Pack 3 (KB981349) as described in Security&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Bulletin MS10-022.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; *Note* This security update will be offered through Automatic&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Updates if the version of Vbscript.dll is at least 5.7.0.0.&lt;/p&gt;  &lt;p&gt;*For Internet Explorer 7*&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; 1. Restore Vbscript.dll to an expected file version.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; To restore Vbscript.dll to version 5.7, do one of the following:&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; * Download and install the KB951978 Script Engine update for&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Windows XP:&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 951978 &amp;lt;/kb/951978/&amp;gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; (&lt;a href="http://support.microsoft.com/kb/951978/"&gt;http://support.microsoft.com/kb/951978/&lt;/a&gt; ) Script output is&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; not displayed as expected when you run VBScript or JScript&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; scripts in Windows Vista Service Pack 1, in Windows Server&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2008, or in Windows XP Service Pack 3&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; *Note* If you have enabled automatic updates, you will be&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; offered this update automatically.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; * Upgrade to Internet Explorer 8. For more information about&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; how to obtain Internet Explorer 8, visit the following&lt;/p&gt;  &lt;p&gt;Microsoft Web site:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=144107"&gt;http://go.microsoft.com/fwlink/?LinkId=144107&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; (&lt;a href="http://go.microsoft.com/fwlink/?LinkId=144107"&gt;http://go.microsoft.com/fwlink/?LinkId=144107&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;*Note* If you have enabled automatic updates, you will be&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; offered this update automatically.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; * Uninstall Internet Explorer 7, and then reinstall Internet&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Explorer 7.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; 2. Install the security update.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; After you have successfully restored Vbscript.dll to an expected&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; version as outlined here, install the VBScript 5.7 security update&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; for Windows XP Service Pack 3 (KB981349) as described in Security&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Bulletin MS10-022.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; *Note* If you have enabled automatic updates, you will be offered&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; this update automatically.&lt;/p&gt;  &lt;p&gt;*For Internet Explorer 8*&lt;/p&gt;  &lt;p&gt;If you have Internet Explorer 8 installed, and you have automatic &lt;/p&gt;  &lt;p&gt;updates enabled, you will be offered the correct update automatically, &lt;/p&gt;  &lt;p&gt;and you do not have to take any additional action. If you have to &lt;/p&gt;  &lt;p&gt;manually install this security update, download and install the VBScript &lt;/p&gt;  &lt;p&gt;5.8 security update for Windows XP Service Pack 3 (KB981349) as &lt;/p&gt;  &lt;p&gt;described in Security Bulletin MS10-022.&lt;/p&gt;  &lt;p&gt;Back to the top &amp;lt;#top&amp;gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Prerequisites to apply this security update&lt;/p&gt;  &lt;p&gt;To install this security update, you must have Microsoft Visual Basic &lt;/p&gt;  &lt;p&gt;Scripting Edition (VBScript) 5.7 installed on the computer.&lt;/p&gt;  &lt;p&gt;VBScript 5.7 is installed by the following:&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; * Internet Explorer 7.0&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; * Windows Server 2008 (Versions include the following: x86-based,&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x86-based SP2, x64-based, x64-based SP2, Itanium-based, and&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Itanium-based SP2)&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; * Windows Vista (Versions include the following: x86-based,&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x86-based SP1, x86-based SP2, x64-based, x64-based SP1, and&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x64-based SP2)&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; * Windows XP Service Pack 3&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; * Windows Script Host 5.7&lt;/p&gt;  &lt;p&gt;To determine the version of VBScript that is installed on the computer, &lt;/p&gt;  &lt;p&gt;follow these steps:&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; 1. Open Windows Explorer.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; 2. Locate the following directory:&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; %systemroot%\system32&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; 3. Right-click the Vbscript.dll file, and then click *Properties*.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; 4. Click the *Details* tab to view the *File Version* field.&lt;/p&gt;  &lt;p&gt;If the file version starts with 5.7 (for example, 5.7.0.18066,) VBScript &lt;/p&gt;  &lt;p&gt;5.7 is installed on the computer.&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;VIRTUALIZATION: Virtualise Microsoft Applications on VMware - a webcast by NetApp&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: netapp.com mailing&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Virtualise Microsoft Applications on VMware &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Accelerate your business by virtualising Microsoft Exchange, SQL Server, and SharePoint &lt;/p&gt;  &lt;p&gt;Join us for a live Webcast and hear our virtualisation experts discuss how you can cost-effectively grow your infrastructure to meet the demands of the business with a scalable Microsoft-applications mixed-workload solution built on VMware vSphere 4 and NetApp unified storage.    &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="15"&gt;           &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image002_5F00_4D695591.gif"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image002" border="0" alt="clip_image002" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image002_5F00_thumb_5F00_2224BE8A.gif" width="11" height="17" /&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://app.communicate.netapp.com/e/er.aspx?s=1184&amp;amp;lid=3835&amp;amp;elq=5454dae07bc5436280dda42307c325af"&gt;&lt;b&gt;Register Now&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;Specifically, you’ll learn how NetApp and VMware will help you to:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Avoid up-front storage purchases with “just-in-time” scalability.&lt;/li&gt;    &lt;li&gt;Boost storage utilisation for virtual servers by over 200%.&lt;/li&gt;    &lt;li&gt;Improve storage system performance by up to 400%.&lt;strong&gt;&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Date:&lt;/strong&gt;&lt;b&gt;     &lt;br /&gt;&lt;strong&gt;Tuesday, April 27, 2010&lt;/strong&gt;      &lt;br /&gt;&lt;/b&gt;&lt;strong&gt;Time:&lt;/strong&gt;&lt;b&gt;     &lt;br /&gt;&lt;strong&gt;11 am – 12 pm CET&lt;/strong&gt;&lt;/b&gt;    &lt;br /&gt;(10 – 11 am GMT)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Language: &lt;/strong&gt;&lt;b&gt;     &lt;br /&gt;&lt;strong&gt;English&lt;/strong&gt;&lt;/b&gt;    &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="20"&gt;           &lt;p&gt;&lt;b&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image003_5F00_34015257.gif"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image003" border="0" alt="clip_image003" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image003_5F00_thumb_5F00_5ACF6897.gif" width="15" height="15" /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://app.communicate.netapp.com/e/er.aspx?s=1184&amp;amp;lid=3836&amp;amp;elq=5454dae07bc5436280dda42307c325af"&gt;&lt;b&gt;Outlook Reminder&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;·   &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="15"&gt;           &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0021_5F00_019D7ED8.gif"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image002[1]" border="0" alt="clip_image002[1]" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image0021_5F00_thumb_5F00_04463A89.gif" width="11" height="17" /&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://app.communicate.netapp.com/e/er.aspx?s=1184&amp;amp;lid=3835&amp;amp;elq=5454dae07bc5436280dda42307c325af"&gt;&lt;b&gt;Register Now&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Featured Speakers&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Lee Dilworth&lt;/strong&gt;    &lt;br /&gt;VMware&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Stuart Gilks&lt;/strong&gt;    &lt;br /&gt;NetApp&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Luke Reed&lt;/strong&gt;    &lt;br /&gt;NetApp&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Moderator:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;John Rollason &lt;/strong&gt;    &lt;br /&gt;NetApp&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: SMTP settings disappeared after Microsoft Patch Tuesday - MS10-024&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist&lt;/p&gt;  &lt;p&gt;Er zijn gevallen gemeld dat Windows systemen hun IIS/SMTP instellingen kwijt geraakt zijn na de installatie van MS10-024.&lt;/p&gt;  &lt;p&gt;Het genoemde KB-artikel gaat over problemen met GFI software maar het probleem blijkt gewoon generiek in de IIS/SMTP-server instellingen te zitten.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://kbase.gfi.com/showarticle.asp?id=KBID003836"&gt;http://kbase.gfi.com/showarticle.asp?id=KBID003836&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;SMTP settings disappeared after Microsoft Patch Tuesday (April 13th)&lt;/p&gt;  &lt;p&gt;The information in this article applies to:&lt;/p&gt;  &lt;p&gt;* GFI FAXmaker for Exchange/SMTP 14&lt;/p&gt;  &lt;p&gt;* GFI MailEssentials for Exchange/SMTP 14&lt;/p&gt;  &lt;p&gt;* GFI MailSecurity for Exchange/SMTP 10&lt;/p&gt;  &lt;p&gt;Article ID: KBID003836&lt;/p&gt;  &lt;p&gt;Query keywords: iis, patch, sinks, smtp, updates&lt;/p&gt;  &lt;p&gt;Issue:&lt;/p&gt;  &lt;p&gt;After installing the recently released updates from Microsoft, you &lt;/p&gt;  &lt;p&gt;notice that mail flow for the GFI MailEssentials and GFI MailSecurity &lt;/p&gt;  &lt;p&gt;products stop. For GFI FAXmaker, you receive NDRs when sending outbound &lt;/p&gt;  &lt;p&gt;faxes.&lt;/p&gt;  &lt;p&gt;Cause:&lt;/p&gt;  &lt;p&gt;We have identified the issue to be caused after installing MS10-024 as &lt;/p&gt;  &lt;p&gt;part of Microsoft&amp;#39;s Security Bulletin for April 2010. In certain &lt;/p&gt;  &lt;p&gt;situations, this update will remove the IIS SMTP related settings. More &lt;/p&gt;  &lt;p&gt;information about MS10-024 can be found at: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-024.mspx"&gt;http://www.microsoft.com/technet/security/Bulletin/MS10-024.mspx&lt;/a&gt;, and a &lt;/p&gt;  &lt;p&gt;full list of updates can be found at &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-apr.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-apr.mspx&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Solution:&lt;/p&gt;  &lt;p&gt;To rectify this issue, you will have to reconfigure your IIS settings &lt;/p&gt;  &lt;p&gt;(including SMTP domains, aliases, etc). Depending on which GFI product &lt;/p&gt;  &lt;p&gt;you have installed, you will also have to take additional steps as &lt;/p&gt;  &lt;p&gt;indicated below.&lt;/p&gt;  &lt;p&gt;GFI FAXmaker:&lt;/p&gt;  &lt;p&gt;In order to re-connect GFI FAXmaker to SMTP on a Non-Exchange Server &lt;/p&gt;  &lt;p&gt;machine you must add the Alias domains and re-register the event sinks. &lt;/p&gt;  &lt;p&gt;To do this follow the instructions below:&lt;/p&gt;  &lt;p&gt;1. Open the Internet Information Services (IIS) manager (from Control &lt;/p&gt;  &lt;p&gt;Panel&amp;#39;s Administrator Tools folder) to open the Default SMTP Virtual &lt;/p&gt;  &lt;p&gt;Server in the left pane and select Domains. Right click and select New &amp;gt; &lt;/p&gt;  &lt;p&gt;Domain.&lt;/p&gt;  &lt;p&gt;2. Choose Alias Domain and click Next.&lt;/p&gt;  &lt;p&gt;3. Enter your email domain(s) and choose finish.&lt;/p&gt;  &lt;p&gt;4. Repeat steps 2 - 3 for these additional domains:&lt;/p&gt;  &lt;p&gt;faxmaker.com&lt;/p&gt;  &lt;p&gt;smsmaker.com&lt;/p&gt;  &lt;p&gt;fax&lt;/p&gt;  &lt;p&gt;sms&lt;/p&gt;  &lt;p&gt;5. Once you have added your domains you will need to re-register the GFI &lt;/p&gt;  &lt;p&gt;FAXmaker event sinks. To do this, open your GFI FAXmaker directory &lt;/p&gt;  &lt;p&gt;(NOTE: The default location for this is ...\Program Files\GFI\FAXmaker)&lt;/p&gt;  &lt;p&gt;6. In the GFI FAXmaker directory double click a file called, &lt;/p&gt;  &lt;p&gt;sink_register.cmd. This will launch a batch file that will re-register &lt;/p&gt;  &lt;p&gt;the sinks.&lt;/p&gt;  &lt;p&gt;NOTE: This script will ask you to stop and start the IIS Admin and &lt;/p&gt;  &lt;p&gt;dependant services during this time. If it asks you to stop services, &lt;/p&gt;  &lt;p&gt;choose yes [Y].&lt;/p&gt;  &lt;p&gt;Also take note of any dependencies that are stopped as these will be &lt;/p&gt;  &lt;p&gt;restarted manually later.&lt;/p&gt;  &lt;p&gt;7. When the script finishes, you will need to go into your services &lt;/p&gt;  &lt;p&gt;console (Start &amp;gt; Run &amp;gt; services.msc &amp;lt;press ENTER&amp;gt;) and restart all the &lt;/p&gt;  &lt;p&gt;services that were stopped in step 6.&lt;/p&gt;  &lt;p&gt;At this point GFI FAXmaker should be now work correctly and allow you to &lt;/p&gt;  &lt;p&gt;send faxes successfully.&lt;/p&gt;  &lt;p&gt;GFI MailEssentials:&lt;/p&gt;  &lt;p&gt;1. Open the GFI MailEssentials switchboard from Start &amp;gt; Programs &amp;gt; GFI &lt;/p&gt;  &lt;p&gt;MailEssentials&lt;/p&gt;  &lt;p&gt;2. On the Troubleshooting tab, click on “Disable Processing”, and then &lt;/p&gt;  &lt;p&gt;click on “Yes” to restart services.&lt;/p&gt;  &lt;p&gt;3. Once complete, click on “Enable Processing”. You will be asked to &lt;/p&gt;  &lt;p&gt;restart services again.&lt;/p&gt;  &lt;p&gt;4. Click OK to close the switchboard.&lt;/p&gt;  &lt;p&gt;GFI MailSecurity:&lt;/p&gt;  &lt;p&gt;On 32-bit installations:&lt;/p&gt;  &lt;p&gt;1. Navigate to the installation folder of GFI MailSecurity (by default &lt;/p&gt;  &lt;p&gt;...\GFI\ContentSecurity\MailSecurity) and execute the stop_snks.cmd, &lt;/p&gt;  &lt;p&gt;followed by start_snks.cmd. In both cases, you will be asked to restart &lt;/p&gt;  &lt;p&gt;services.&lt;/p&gt;  &lt;p&gt;NOTE: If re-registering the sinks does not work, then proceed with &lt;/p&gt;  &lt;p&gt;re-installing GFI MailSecurity.&lt;/p&gt;  &lt;p&gt;On 64-bit installations:&lt;/p&gt;  &lt;p&gt;1. Re-install GFI MailSecurity by executing the installation package&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Oracle releases emergency security patch for Java - J6u20&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Oracle brengt snel Java 6 update 20 uit, vanwege een serieus lek in alle voorgaande versies. Versie 19 werd nog maar een enkele week terug uitgebracht.&lt;/p&gt;  &lt;p&gt;Gebleken is dat aanvallers vrij simpel gebruik kunnen maken van de Java Web Start component om code te laten uitvoeren.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/04/15/emergency_java_patch/"&gt;http://www.theregister.co.uk/2010/04/15/emergency_java_patch/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft Releases Free SCCM Dashboard&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft een gratis SCCM-dashboard programma uitgebracht. Ben je gebruiker van SCCM 2007 dan is dit een hele leuke toevoeging die nota bene nog gratis is ook.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/blogs/WindowsOSandDeployment/tabid/797/entryid/12680/Microsoft-Releases-Free-SCCM-Dashboard.aspx"&gt;http://www.windowsitpro.com/blogs/WindowsOSandDeployment/tabid/797/entryid/12680/Microsoft-Releases-Free-SCCM-Dashboard.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/kevinremde/archive/2010/04/08/release-system-center-configuration-manager-dashboard.aspx"&gt;http://blogs.technet.com/kevinremde/archive/2010/04/08/release-system-center-configuration-manager-dashboard.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download: &lt;a href="http://technet.microsoft.com/en-us/library/ff369719.aspx"&gt;http://technet.microsoft.com/en-us/library/ff369719.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Get Information About .msi Files with Just a Few Clicks - use Orca&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Bill Stewart beschrijft Orca, een gratis tool waarmee je MSI-bestanden kunt inzien en bewerken. Dit is bij uitstekt hét tool om MSI-bestanden, waarvan je niet meer weet waar ze voor waren, te bekijken.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/deployment/get-information-about-msi-files-with-just-a-few-clicks.aspx"&gt;http://www.windowsitpro.com/article/deployment/get-information-about-msi-files-with-just-a-few-clicks.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Soothe 5 Active Directory Headaches&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Sean Deuby neemt een 5-tal zaken rondom Active Directory onder de loep waar beheerders vaak hoofdpijn van krijgen. En uiteraard komt hij met oplossingen en workarounds.&lt;/p&gt;  &lt;p&gt;De onderwerpen zijn:&lt;/p&gt;  &lt;p&gt;1. AD vs. DC Administration&lt;/p&gt;  &lt;p&gt;2. Service Account Passwords&lt;/p&gt;  &lt;p&gt;3. Site Subnet Configuration&lt;/p&gt;  &lt;p&gt;4. Rebuilding an Active Directory DC&lt;/p&gt;  &lt;p&gt;5. Metadata cleanup&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/departments/soothe-5-active-directory-headaches.aspx"&gt;http://www.windowsitpro.com/article/departments/soothe-5-active-directory-headaches.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange 2010 Service Pack 1 is coming&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Tony Redmond gaat in op de aankondiging van het Microsoft Exchange team over Service Pack 1 voor Exchange 2010. Op zich is het opmerkelijk dat het 1&lt;sup&gt;e&lt;/sup&gt; service pack al zo snel aangekondigd wordt maar volgens Tony is dit service pack wel precies wat je wilt hebben. Het maakt een groot aantal van de nieuwe features helemaal af.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msexchangeteam.com/archive/2010/04/07/454533.aspx"&gt;http://msexchangeteam.com/archive/2010/04/07/454533.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/outlook/Exchange-2010-SP1-On-Way.aspx"&gt;http://www.windowsitpro.com/article/outlook/Exchange-2010-SP1-On-Way.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Riverbed slips McAfee firewall into WAN optimizers - One appliance better than two&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: thergister.co.uk&lt;/p&gt;  &lt;p&gt;Riverbed, een van de bekendste makers van WAN-optimizers, levert op haar appliances sinds kort ook de McAfee SideWinder firewall als optie. Deze SideWinder draait als virtuele server op een ESX-host. De SideWinder firewall is in verschillende groottes te krijgen afhankelijk van de behoefte aan bandbreedte.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/04/07/riverbed_mcafee_steelhead/"&gt;http://www.theregister.co.uk/2010/04/07/riverbed_mcafee_steelhead/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: SharePoint Workspace 2010 overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op TechNet is al documentatie gepubliceerd over de SharePoint 2010 workspaces. De informatie is uiteraard nog pre-release en kan nog veranderen.&lt;/p&gt;  &lt;p&gt;Maar voor iedereen die snel met SharePoint 2010 aan de slag wil is deze documentatie al goud waard.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee649102%28office.14%29.aspx"&gt;http://technet.microsoft.com/en-us/library/ee649102%28office.14%29.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;VIRTUALIZATION: Microsoft Application Virtualization Dashboard&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op TechNet staat een artikel over het App-V dashboard dat nu in bèta is. Je kunt uiteraard meedoen aan de bèta door je op te geven.&lt;/p&gt;  &lt;p&gt;Benefits of the dashboard include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Actionable information out of the box.&lt;/b&gt; The dashboard comes with a wide range of valuable, built-in reports like top 5 applications used, top 5 users, applications never used, application usage for a specific user, system utilization, and many more.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Near-real-time access to key information.&lt;/b&gt; The graphical dashboard lets customers view any App-V dataset in near-real time.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Easy to build and configure.&lt;/b&gt; The dashboard’s wizard-based tools let customers easily create new dashboards in minutes. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Easy to customize.&lt;/b&gt; The dashboard can easily be customized to meet the needs of different departments and other groups. Any data set in the Microsoft Application Virtualization database can be presented on the dashboard, in chart, gauge, and table formats.&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Flexible &amp;amp; interactive.&lt;/b&gt; Users can easily filter data and create ad hoc, custom views. Filters allow users to quickly drill down from high-level to more specific data.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff424455.aspx"&gt;http://technet.microsoft.com/en-us/library/ff424455.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft Exchange Team Opens Its Bag of Tricks for 2010 SP1&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Paul Robichaux heeft ook een artikel geschreven over SP1 voor Exchange 2010.&amp;#160; Hij legt vooral uit waarom je dit service pack snel wilt installeren en wat er allemaal beter wordt. Denk hierbij o.a. aan de personal archive mailbox, OWA en ActiveSync.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/outlook/Microsoft-Exchange-Team-Opens-Its-Bag-of-Tricks-for-2010-SP1.aspx"&gt;http://www.windowsitpro.com/article/outlook/Microsoft-Exchange-Team-Opens-Its-Bag-of-Tricks-for-2010-SP1.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: WMIX 2.0&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Barndon carse heeft een artikel over WMIX. Dit is een tool voor beheerders die eigen scripts willen gebruiken, om vooral WMI aan te spreken, maar toch ook een GUI willen.&lt;/p&gt;  &lt;p&gt;WMIX komt tegemoet aan deze wens en maakt het je makkelijk om systemen te selecteren en WMI-commando’s erop los te laten.&lt;/p&gt;  &lt;p&gt;WMIX is echter niet gratis, het kost € 89 per stuk.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/windows-management-instrumentation-wmi/wmix-2-0.aspx"&gt;http://www.windowsitpro.com/article/windows-management-instrumentation-wmi/wmix-2-0.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image005_5F00_0F2ACDE4.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image005" border="0" alt="clip_image005" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image005_5F00_thumb_5F00_50C79AE1.jpg" width="244" height="175" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Configuring SCCM and Branch Cache&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.msdn.com&lt;/p&gt;  &lt;p&gt;Steve Rachui heeft op zijn blog een stuk over de combinatie SCCM en BrancheCache. Met de komst van SP2 voor SCCM wordt het mogelijk om BrancheCache te benutten vanuit SCCM.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/steverac/archive/2010/02/06/configuring-sccm-and-branch-cache.aspx"&gt;http://blogs.msdn.com/steverac/archive/2010/02/06/configuring-sccm-and-branch-cache.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Opvolger USB 3.0 werkt met licht?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk &amp;amp; blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;USB 3.0 is net uit en de randapparatuur dat ermee kan werken begint net te verschijnen of de opvolger ervoor staat alweer klaar. Als het aan Intel ligt dan wordt LightPeak de opvolger. Dit werkt met fiber optic kabels en is 2 keer zo snel. LightPeak haalt een snelheid van 10 Gbps terwijl USB 3 krap aan 5 Gbps haalt.&lt;/p&gt;  &lt;p&gt;Intel denkt de technologie nog te kunnen opschalen naar 100 Gbps snelheden. De techniek is bijna klaar. Eind van dit jaar [2010] kunnen fabrikanten het geleverd krijgen waarna randapparatuur begin 2011 verwacht wordt.&lt;/p&gt;  &lt;p&gt;Het grote verschil tussen alle voorgaande technologie en LightPeak is dat de nieuwe technologie gebruik kan maken van oudere techniek. LightPeak kan de protocollen van de huidige standaarden over de kabels vervoeren. Zo kunnen zowel SATA als USB 3.0 over de kabel verstuurd worden. De kabels kunnen ook nog eens 100 meter lang zijn wat het allemaal bijzonder interessant maakt.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/04/15/light_peak_to_succeed_usb_3_0/"&gt;http://www.theregister.co.uk/2010/04/15/light_peak_to_succeed_usb_3_0/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/computers/?p=2130&amp;amp;tag=nl.e539"&gt;http://blogs.zdnet.com/computers/?p=2130&amp;amp;tag=nl.e539&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Two new LTO tape gens announced&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Het LTO consortium heeft nog 2 nieuwe generaties LTO tapes aangekondigd waarbij de capaciteit op 12,8 TB [32 TB met compressie] komt bij versie 8.&lt;/p&gt;  &lt;p&gt;De tussenliggende 6- en 7-varianten krijgen respectievelijk 3,2 TB [8 TB compressed] en 6,4 TB [16 TB compressed].&lt;/p&gt;  &lt;p&gt;De snelheden zullen uiteraard ook stijgen, van LTO-5 140MB/sec (280MB/sec compressed), LTO-6 210MB/sec (525MB/sec compressed), LTO-7&amp;#160; 315MB/sec native en 788MB/sec compressed en als laatste LTO-8 die 472MB/sec native en 1.18GB/sec compressed doet.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/04/15/lto_new_generations/"&gt;http://www.theregister.co.uk/2010/04/15/lto_new_generations/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Windows Media Services 2008 R2 Remote Server Administration Tool&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="Description"&gt;&lt;/a&gt;In Windows Server 2008 R2, the Streaming Media Services role (which includes the latest version of Windows Media Services) and remote administration tools for Windows Media Services are not included in Server Manager. To obtain remote administration tools for Windows Media Services 2008 running on Windows Server 2008 R2, you must run the appropriate Remote Server Administration Tool installer file on a supported Windows 7 operating system.    &lt;br /&gt;These Microsoft Update Standalone Package (MSU) files install either 32-bit (x86) or 64-bit (x64) versions (as noted in the file names) of the Windows Media Services snap-in for Microsoft Management Console (MMC) on a computer that is running the Business, Professional, or Ultimate edition of the Windows 7 operating system.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6408EC89-4326-48D0-9B5A-4AC7D31A50C0&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=6408EC89-4326-48D0-9B5A-4AC7D31A50C0&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: ForeFront Identity Manager capacity planning guide&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op TechNet is een capacity planning guide verschenen voor FIM 2010. &lt;/p&gt;  &lt;p&gt;&lt;i&gt;You can deploy Microsoft® Forefront™ Identity Manager 2010 (FIM 2010) components on the same server or among multiple servers in multiple configurations. The topology that you select for your deployment affects the performance that you can achieve from FIM 2010. This section introduces multiple FIM 2010 deployment topologies that you may consider implementing.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff400273%28WS.10%29.aspx"&gt;http://technet.microsoft.com/en-us/library/ff400273%28WS.10%29.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: Memristors can maybe learn like synapses&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Wei Lu, een onderzoeker aan de Michigan universiteit, denkt dat met memristors computers gebouwd kunnen worden die op het menselijk brein lijken.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;He thinks that two CMOS circuits connected by a memristor is analogous to two neurons in the brain connected by a synapse. It is thought that synaptic connections strengthen as the neurons either side fire and so brain &amp;#39;circuits&amp;#39; are established, which constitutes the basis of human learning.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/04/16/memristor_cat/"&gt;http://www.theregister.co.uk/2010/04/16/memristor_cat/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Printer drivers: A thing of the past? Google, HP seem to think so&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Printer drivers zijn altijd al lastige dingen geweest. Google wordt gedwongen om hier hard over na te denken. Met haar Chrome OS en webapps wordt lokaal printen niet eenvoudiger. Google heeft hier uiteraard al wel over nagedacht en besloten om ‘de cloud’ in te zetten voor het printen. De vraag is natuurlijk of de cloud niet schieten met een kanon op een mug is… maar de tijd zal het leren.&lt;/p&gt;  &lt;p&gt;Tegelijkertijd heeft ook HP ideeën over printen en vooral dan het makkelijker maken ervan. Men noemt het Smart Install en biedt via USB (en later ook draadloos) een installatie aan die in 2 minuten printen mogelijk maakt.&lt;/p&gt;  &lt;p&gt;Hoe dan ook, het lijkt erop alsof de printer driver zijn langste tijd heeft gehad.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/BTL/?p=33165&amp;amp;tag=nl.e539"&gt;http://blogs.zdnet.com/BTL/?p=33165&amp;amp;tag=nl.e539&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Office 2010 Reaches RTM!&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;Op haar Office 2010 Engineering blog schrijft Microsoft dat Office 2010 de RTM status heeft bereikt. Uiteraard houdt dat nog niet in dat we er NU al over kunnen beschikken.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/office2010/archive/2010/04/15/office-2010-reaches-rtm.aspx"&gt;http://blogs.technet.com/office2010/archive/2010/04/15/office-2010-reaches-rtm.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Is it OK to run applications and server roles on my Hyper-V server if I&amp;#39;m using all of the virtual instance rights for that OS SKU?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com mailing&lt;/p&gt;  &lt;p&gt;John Savill beantwoordt een vraag over het aantal virtuele machines dat je mag draaien op een Windows Server (2008 of 2008 R2).&lt;/p&gt;  &lt;p&gt;Hij geeft een opvallend antwoord. Bijna iedereen weet nu dat je bij het gebruik van Hyper-V een aantal virtuele instances van Windows op de Hyper-V server installeren (dit geldt ook voor ESX overigens). Bij Standard Edition is dat aantal 1, bij Enterprise Edition 4 en bij DataCenter Edition is dat onbeperkt.&lt;/p&gt;  &lt;p&gt;Maar….. als je host server meer rollen op zich neemt dan alleen de Hyper-V rol verlies je het recht op 1 virtuele instance (bij DataCenter Edition speelt dit uiteraard geen rol).&lt;/p&gt;  &lt;p&gt;John’s antwoord: &lt;i&gt;First, please remember that your Hyper-V parent partition should be kept as minimal as possible. You don&amp;#39;t want to run application workloads or additional components, because any vulnerability in the parent could expose the guest OSs. Ideally, your Hyper-V hosts should be running Server Core with only the Hyper-V Role enabled. That being said, what &lt;strong&gt;can &lt;/strong&gt;you do if you really want to?&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Different versions of Windows Server 2008 and Server 2008 R2 come with varying virtualization instance rights. The standard editions allow one virtual guest as part of the Standard license. Enterprise edition allows four virtual guests and Datacenter allows an unlimited number. The rule for this is that the host is only running Hyper-V role and no other workloads. It can&amp;#39;t be a file server and it can&amp;#39;t run DNS—it should only be Hyper-V host. If that&amp;#39;s the case, you can run the maximum number of guest instances allowable with the OS version (e.g. four for Enterprise). If you&amp;#39;re running an additional workload on the host, you lose the right to one of the virtual instances. This restriction doesn&amp;#39;t matter for the Datacenter edition, but for Enterprise means you could only run three virtual instances under the license, and none with Standard.&lt;/i&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Security rollups voor Exchange&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchangeteam.com&lt;/p&gt;  &lt;p&gt;Het Exchange team heeft na de security buleltins van deze maand een verzamelpost gemaakt van alle security updates voor de diverse Exchange Server versies.&lt;/p&gt;  &lt;p&gt;&amp;#160; Security Update for Exchange 2000 Server (&lt;a href="http://support.microsoft.com/?kbid=976703"&gt;KB976703&lt;/a&gt;) &lt;/p&gt;  &lt;p&gt;&amp;#160; Security Update for Exchange Server 2003 Service Pack 2 (&lt;a href="http://support.microsoft.com/?kbid=976702"&gt;KB976702&lt;/a&gt;) &lt;/p&gt;  &lt;p&gt;&amp;#160; Update Rollup 10 for Exchange Server 2007 Service Pack 1 (&lt;a href="http://support.microsoft.com/?kbid=981407"&gt;KB981407&lt;/a&gt;) &lt;/p&gt;  &lt;p&gt;&amp;#160; Update Rollup 4 for Exchange Server 2007 Service Pack 2 (&lt;a href="http://support.microsoft.com/?kbid=981383"&gt;KB981383&lt;/a&gt;) &lt;/p&gt;  &lt;p&gt;&amp;#160; Update Rollup 3 for Exchange Server 2010 (&lt;a href="http://support.microsoft.com/?kbid=981401"&gt;KB981401&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msexchangeteam.com/archive/2010/04/13/454610.aspx"&gt;http://msexchangeteam.com/archive/2010/04/13/454610.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Manage Product Keys Using VAMT 2.0&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;VAMT helps adminsitrators to manage keys acquired through a Microsoft volume license agreement, subscription programs such as MSDN, TechNet or Microsoft Partner Network, or the retail channel. VAMT 2.0 enables management of the following product key types, for Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008, Office 2010 client suites and applications, Visio 2010 and Project 2010: • Key Management Service (KMS) host keys (CSVLK) • KMS client setup keys • Multiple Activation Key keys (MAK) • Retail keys &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=812e96b3-5be5-448b-881f-d8ef9f89f37c"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=812e96b3-5be5-448b-881f-d8ef9f89f37c&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Update for WebDAV 7.5 for IIS 7.0 (KB976526) (x86)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Brief Description&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This update for the WebDAV 7.5 for IIS 7.0 fixes problems with DAV locking when IIS configuration is changed.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=cd9a3087-5b78-4569-93d5-2fe825b8b0fa"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=cd9a3087-5b78-4569-93d5-2fe825b8b0fa&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Windows Media Services 2008 for Windows Server 2008 R2&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Brief Description&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This Microsoft Update Standalone Package (MSU) file installs the latest version of Windows Media Services for the Windows Server 2008 R2 operating system.&lt;/p&gt;  &lt;p&gt;This software is an optional supplement to the Windows Server 2008 R2 operating system. In Windows Server 2008 R2, the Streaming Media Services role (which includes the latest version of Windows Media Services) is not included in Server Manager. To obtain Windows Media Services for Windows Server 2008 R2, you must run the Streaming Media Services role installer file on the platform.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b2cdb043-d611-41c9-91b7-cddf6e5fdf6b"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b2cdb043-d611-41c9-91b7-cddf6e5fdf6b&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Windows 7 Application Compatibility List for IT Professionals&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;The Windows 7 Application Compatibility List for IT Professionals is a Microsoft Office Excel-based spreadsheet listing software applications which have met Windows 7 Logo Program testing requirements for compatibility with 32-bit and 64-bit Windows 7, and have thereby earned the right to display the Windows 7 Logo Program logo with the application. These products are identified with the compatibility status “Compatible – Windows 7 Logo.”    &lt;br /&gt;Additionally, this list includes applications with the following compatibility statuses: “Compatible,” “Free Update Required,” “Paid Update Required,” “Future Compatibility,” and “Not Compatible.” These statuses are based upon the software publishers’ statements of compatibility. These products have not met the Windows 7 Logo Program testing requirements. For an explanation of the various compatibility statuses, please see the Release Notes for the Windows 7 Application Compatibility List.     &lt;br /&gt;For the latest collection of compatible applications and hardware devices, please visit the &lt;a href="http://www.microsoft.com/windows/compatibility/windows-7"&gt;Windows 7 Compatibility Center&lt;/a&gt;. You can also leave feedback on compatibility and suggest new products to get added in future reports. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=890e522e-e39e-4278-aebc-186f81e29173"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=890e522e-e39e-4278-aebc-186f81e29173&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Marco&amp;#39;s Excel Management Macro version 2.1 (MEMM)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Bink heeft nog maar eens de link naar een reeds lang bestaand tool op zijn website genoemd. MEMM 2.1 is een tool waarmee je allerlei gegevens van een Microsoft server-omgeving naar Excel kunt halen.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;WHAT IS IT? &lt;/i&gt;&lt;/b&gt;&lt;i&gt;     &lt;br /&gt;It&amp;#39;s a Microsoft Excel Add-In with a collection of functions which can be useful in an Enterprise environment based on Microsoft Windows operating systems. The main functions are based on retrieving information from Active Directory, modifying Active Directory and getting information from computers through WMI.&amp;#160; Although there are more free tools available nowadays (like ADModify), it can be quite convenient to perform certain tasks directly in Excel.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bink.nu/news/marco-s-excel-management-macro-version-2-1-memm.aspx"&gt;http://bink.nu/news/marco-s-excel-management-macro-version-2-1-memm.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download: &lt;a href="http://bink.nu/files/folders/scripts/entry45598.aspx"&gt;http://bink.nu/files/folders/scripts/entry45598.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;SERVER APPS: Common Issues in Exchange 2010 Deployment - by MVP Yuval Sinay&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Bink heeft een document van MVP Yuval Sinay op zijn site geplaatst over veelvoorkomende problemen bij Exchange 2010 installaties en hoe je daar dan mee om kunt gaan.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bink.nu/news/common-issues-in-exchange-2010-deployment.aspx"&gt;http://bink.nu/news/common-issues-in-exchange-2010-deployment.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download: &lt;a href="http://bink.nu/files/folders/scripts/entry45596.aspx"&gt;http://bink.nu/files/folders/scripts/entry45596.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Microsoft&amp;#39;s Forefront &amp;#39;Stirling&amp;#39; security suite faces yet another setback - &amp;#39;FPM is dead&amp;#39;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Mary-Jo Foley is toch altijd bijzonder goed ingevoerd in Redmond en daarmee is ze goed op de hoogte van allerlei ontwikkelingen.&lt;/p&gt;  &lt;p&gt;Nu weet ze te melden dat ForeFront Protection Manager niet verdaging heeft opgelopen maar gecancelled is.&lt;/p&gt;  &lt;p&gt;Wat de reden is heeft ze niet kunnen achterhalen maar wel dat het waar is.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/microsoft/?p=5968&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+zdnet%2Fmicrosoft+%28ZDNet+All+About+Microsoft%29"&gt;http://blogs.zdnet.com/microsoft/?p=5968&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+zdnet%2Fmicrosoft+%28ZDNet+All+About+Microsoft%29&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Introducing the New Service Manager 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Op TechNet is een video interview te vinden waarin toelichting wordt gegeven op Microsoft’s nieuwe loot aan de System Center stam Service Manager. Dit product kunnen bedrijven gebruiken voor call afhandeling ofwel het vormgeven van alle ITIL onderdelen zoals Incident management.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://edge.technet.com/Media/Introducing-the-New-Service-Manager-2010/"&gt;http://edge.technet.com/Media/Introducing-the-New-Service-Manager-2010/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: What&amp;#39;s New with Configuration Manager R3 and vNext&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Op dit TechNet video interview wordt inzicht gegeven in de mogelijkheden van System Center Configuration Manager 2007 R3 en SCCM vNext.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://edge.technet.com/Media/Whats-New-with-Configuration-Manager-R3-and-vNext/"&gt;http://edge.technet.com/Media/Whats-New-with-Configuration-Manager-R3-and-vNext/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: DFS Operations Guide: Migrating from FRS to DFS Replication&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;File Replication Service (FRS) is a technology originally introduced on Windows 2000 Server to replicate Distributed File System (DFS) folders and the SYSVOL folder on domain controllers. FRS was replaced in Windows Server 2008 R2 by DFS Replication for replicating DFS folders and for replicating the SYSVOL folder. This guide provides instructions for migrating replication from FRS to DFS Replication (for folders other than the SYSVOL folder).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=a27008a8-4b28-49cc-80b5-05b867440af9&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=a27008a8-4b28-49cc-80b5-05b867440af9&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: The Right Tools for the Job = SCE 2010 + DPM 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Op het blog van het SC team is een artikel te vinden over 2 nieuwe loten aan de System Center stam: System Center Essentials 2010 en System Center Data Protection Manager 2010.&lt;/p&gt;  &lt;p&gt;Het team geeft nadere info over de mogelijkheden en inzetgebieden. Zo is SCE bedoeld voor het mid-size bedrijven.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/systemcenter/archive/2010/04/19/the-right-tools-for-the-job-sce-2010-dpm-2010.aspx"&gt;http://blogs.technet.com/systemcenter/archive/2010/04/19/the-right-tools-for-the-job-sce-2010-dpm-2010.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ook zijn er evaluatieversies voor beide pakketten verschenen:&lt;/p&gt;  &lt;p&gt;· SCE 2010: &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7beafe76-053d-42c7-8ba5-3cf0167e200e&amp;amp;displayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=7beafe76-053d-42c7-8ba5-3cf0167e200e&amp;amp;displayLang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· DPM 2010: &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=cba30567-6ef0-4450-93f8-e433897cb093&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=cba30567-6ef0-4450-93f8-e433897cb093&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;VIRTUALIZATION: Microsoft Application Virtualization for Remote Desktop Services 4.6&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;h6&gt;Brief Description&lt;/h6&gt;  &lt;p&gt;Microsoft Application Virtualization (App-V) for RDS helps solve application compatibility on Remote Desktop Session Hosts/Terminal Servers. App-V for RDS 4.6 now supports 64-bit operating systems.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In Remote Desktop Services deployments, application conflicts can lead to silos of remote desktop session host servers. To avoid application conflicts, applications typically must undergo significant testing to determine which applications will collide and, therefore, must be separated and run on different session host silos—a time-consuming and costly process. Separating out multiple remote desktop session hosts to accommodate specific applications routinely results in servers being underutilized because each one is locked into a specific configuration, capable of serving only a limited set of non-conflicting applications. Often, 20 servers are required to support 1,000 users.    &lt;br /&gt;Microsoft Application Virtualization for Remote Desktop Services 4.6 helps consolidate remote desktop session host servers by offering the following features and benefits: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Reduce app-to-app and multi-user application conflicts and hence the need for regression testing &lt;/li&gt;    &lt;li&gt;Accelerate application deployment by reducing the deployment risk &lt;/li&gt;    &lt;li&gt;Simplify profile management&lt;/li&gt;    &lt;li&gt;App-V for RDS 4.6 now supports 64-bit operating systems.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=e633164f-9729-43a8-9149-de651944a7fe&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=e633164f-9729-43a8-9149-de651944a7fe&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Risk and Health Assessment Program for Active Directory – Scoping Tool v1.4&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This download package is intended for Microsoft Premier Customers Only. This package includes all of the scoping tools necessary to prepare and qualify your environment to receive a Risk and Health Assessment Program for Active Directory (ADRAP). &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=22205827-c164-4b62-9f8d-c3cd6077bd82&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=22205827-c164-4b62-9f8d-c3cd6077bd82&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Office Communications Server 2007 R2 Workload Architecture Poster&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This poster of Office Communications Server 2007 R2 describes the traffic flow of protocols and ports used in each workload. Communications Server 2007 R2 supports the following workloads: IM and Presence, Conferencing, Application Sharing, and Enterprise Voice. These filtered views can assist you in architecting your deployment of Communications Server 2007 R2. The different server roles are described along with server certificate requirements. Firewall and DNS configuration requirements are also described.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=af2c17cb-207c-4c52-8811-0aca6dfadc94&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=af2c17cb-207c-4c52-8811-0aca6dfadc94&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange 2010 Large Mailbox Vision Whitepaper&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Giving your users the ability to store more e-mail has many advantages. Large mailboxes keep e-mail on the Exchange Server instead of allowing it to be scattered in Outlook Data Files (.PST files). That helps reduce the risk of data loss, improve regulatory compliance, and increase productivity among both workers and IT staff. The main barrier to implementing large mailboxes is the perceived cost and complexity of storing large amounts of e-mail data. Microsoft® Exchange Server 2010 is specifically designed to overcome these barriers. This paper discusses how Exchange 2010 enables you to give users large mailboxes without breaking your budget.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=e3303d34-af6c-4108-861b-dc05f9cf3e76&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=e3303d34-af6c-4108-861b-dc05f9cf3e76&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image007_5F00_4C511A1A.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image007" border="0" alt="clip_image007" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image007_5F00_thumb_5F00_32E916E0.jpg" width="244" height="107" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Odd Problem when trying to add a second DAG member Server&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: telnetport25.com&lt;/p&gt;  &lt;p&gt;Andy bespreekt hier een merkwaardig voorval dat hij meemaakte toen hij een 2&lt;sup&gt;e&lt;/sup&gt; node aan een bestaande DAG omgeving wilde toevoegen. Dat mislukte dus. Uiteindelijk heeft hij het opgelost door de node uit het domein te gooien, weer toe te voegen en de Exchanmge setup geheel uit te voeren.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.telnetport25.com/component/content/article/38-exchange-2010--dag-/330-odd-problem-when-trying-to-add-a-second-dag-member-server-a-server-side-database-availability-group-administrative-operation-failed.html"&gt;http://www.telnetport25.com/component/content/article/38-exchange-2010--dag-/330-odd-problem-when-trying-to-add-a-second-dag-member-server-a-server-side-database-availability-group-administrative-operation-failed.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;INFO: TechNet Magazine April 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;TechNet Magazine April 2010 is uit (al een tijdje). Security is het hoofdthema en dat komt in diverse artikelen terug.&lt;/p&gt;  &lt;p&gt;O.a. in Windows 7, SharePoint en Server 2008 R2.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/magazine/ff627816.aspx"&gt;http://technet.microsoft.com/en-us/magazine/ff627816.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image009_5F00_399C2063.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image009" border="0" alt="clip_image009" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image009_5F00_thumb_5F00_0CABDEEA.jpg" width="244" height="188" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: McAfee DAT 5958 Update Issues&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: isc.sans.org e.a.&lt;/p&gt;  &lt;p&gt;Gistermiddag 21 april bracht McAfee DAT update 5958 uit via het reguliere dagelijkse update mechanisme. Al snel bleek dat Windows XP machines met SP3 ernstige problemen ondervonden omdat enkele Windows systeembestanden herkend werden als besmet.&lt;/p&gt;  &lt;p&gt;McAfee meldt onterecht dat een dergelijk systeem besmet is met W32/Wecorl.a. Een zogenaamde &lt;b&gt;&lt;i&gt;false positive&lt;/i&gt;&lt;/b&gt; dus.&lt;/p&gt;  &lt;p&gt;Ondertussen is het issue van de DAT door McAfee verholpen door een EXTRA.DAT en 5959DAT uit te brengen.&lt;/p&gt;  &lt;p&gt;Voor de machines met het probleem melden een aantal sites oplossingen. De belangrijkste is wel deze:&lt;/p&gt;  &lt;p&gt;· Boot the PC in safe mode&lt;/p&gt;  &lt;p&gt;· Copy the 5959xdat.exe to the affected system and run it (5959xdat.exe eerst downloaden vanaf een PC die nog werkt en op een USB stick zetten)&lt;/p&gt;  &lt;p&gt;· Copy the svchost.exe to c:windows\system32 (een goede SVCHOST.EXE op de kop tikken)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.incidents.org/diary.html?storyid=8656"&gt;http://www.incidents.org/diary.html?storyid=8656&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ook McAfee zelf heeft een aantal artikelen over het onderwerp.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://vil.nai.com/vil/5958_false.htm?elq_mid=2363&amp;amp;elq_cid=1506527"&gt;http://vil.nai.com/vil/5958_false.htm?elq_mid=2363&amp;amp;elq_cid=1506527&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="https://kc.mcafee.com/corporate/index?page=content&amp;amp;id=KB68780"&gt;https://kc.mcafee.com/corporate/index?page=content&amp;amp;id=KB68780&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.mcafee.com/apps/downloads/security_updates/dat.asp?region=us&amp;amp;segment=enterprise"&gt;http://www.mcafee.com/apps/downloads/security_updates/dat.asp?region=us&amp;amp;segment=enterprise&lt;/a&gt; (download van 5959xdat)&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: McAfee brengt REMEDIATION TOOL uit om svchost.exe files te restoren op probleemsystemen&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: medusoft.eu mailing&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;McAfee brengt REMEDIATION TOOL uit om svchost.exe files te restoren op probleemsystemen.&lt;/strong&gt;    &lt;br /&gt;Zie hieronder het bericht van McAfee:&lt;/p&gt;  &lt;p&gt;&lt;u&gt;McAfee has developed a SuperDAT remediation Tool to restore the svchost.exe file on affected systems.&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;Q:&amp;#160; What does the SuperDAT Remediation Tool Do?   &lt;br /&gt;A:&amp;#160; The tool suppresses the driver causing the false positive by applying an Extra.dat file in c:\program files\commonfiles\mcafee\engine folder. It then restores the svchost.exe by looking first in %SYSTEM_DIR%\dllcache\svchost.exe, if not present it will attempt a restore from %WINDOWS%\servicepackfiles\i386\svchost.exe, if not present it will attempt a restore from quarantine. After the tool is run, the machine needs to be rebooted.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Recommended Recovery SuperDAT Procedure&lt;/strong&gt;    &lt;br /&gt;1.&amp;#160;&amp;#160;&amp;#160;&amp;#160; From a machine that has Internet access, locate and download the Recovery SuperDAT at &lt;a href="https://www.medusoft.eu/emailmarketer/link.php?M=965&amp;amp;N=46&amp;amp;L=93&amp;amp;F=H"&gt;&lt;strong&gt;http://download.nai.com/products/mcafee-avert/tools/SDAT5958_EM.exe&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;and save it to portable media.    &lt;br /&gt;2.&amp;#160;&amp;#160;&amp;#160;&amp;#160; Take the portable media to each affected machine and run the tool. If you are not able to run the tool on the affected machine, boot in safe mode    &lt;br /&gt;3.&amp;#160;&amp;#160;&amp;#160;&amp;#160; Execute the Recovery SuperDAT tool    &lt;br /&gt;4.&amp;#160;&amp;#160;&amp;#160;&amp;#160; Reboot in normal mode    &lt;br /&gt;5.&amp;#160;&amp;#160;&amp;#160;&amp;#160; Use the product update to update to 5959&lt;/p&gt;  &lt;p&gt;For additional FAQs and information, go to &lt;a href="https://www.medusoft.eu/emailmarketer/link.php?M=965&amp;amp;N=46&amp;amp;L=91&amp;amp;F=H"&gt;https://kc.mcafee.com/corporate/index?elq_mid=2373&amp;amp;elq_cid=352584&amp;amp;page=content&amp;amp;id=KB68780&lt;/a&gt; which will remain up to date.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Eerdere update van McAfee:&lt;/u&gt;    &lt;br /&gt;McAfee has published recovery procedures for the following two scenarios:    &lt;br /&gt;• Recommended Manual Recovery Procedure using the Extra DAT where DAT 5958 is currently installed     &lt;br /&gt;• Alternate Manual Recovery Procedure using DAT 5959 where DAT 5958 is currently installed    &lt;br /&gt;This information has been posted on &lt;a href="https://www.medusoft.eu/emailmarketer/link.php?M=965&amp;amp;N=46&amp;amp;L=92&amp;amp;F=H"&gt;http://vil.nai.com/vil/5958_false.htm&lt;/a&gt; and will be continuously updated as more information and procedures become available. &lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;VIRTUALIZATION: Eliminate VMware Storage Provisioning Headaches - by NetApp&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: netapp.com&lt;/p&gt;  &lt;p&gt;Op de Tech OnTap site staat weer een interessant artikel over het stroomlijnen van de storage taken die VMware beheerders meer en meer over zich heen krijgen. Vaughn Stewart legt uit hoe NetApp hierbij helpt.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.netapp.com/us/communities/tech-ontap/tot-vmware-storage-provision-1004.html?REF_SOURCE=tot-1004"&gt;http://www.netapp.com/us/communities/tech-ontap/tot-vmware-storage-provision-1004.html?REF_SOURCE=tot-1004&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image011_5F00_011621AB.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image011" border="0" alt="clip_image011" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image011_5F00_thumb_5F00_10DD68C2.jpg" width="244" height="137" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Foxonic Standard 3.1 build 0253 (Windows) - PDF tool&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: downloads.zdnet.com&lt;/p&gt;  &lt;p&gt;Foxonic Standard is a powerful PDF tool contains Image to PDF Converter, TIFF to PDF Converter, PDF Protector, PDF Slide Show/Presentation Maker, PDF Optimizer, PDF Stamper, PDF Merger, PDF Splitter, PDF Page Extractor, PDF Page remover,PDF Permission Modifier, and PDF Password Modifier. With Foxonic, you can totally control the security of destination PDF files, such as &amp;quot;40/128 bits RC4&amp;quot; and 128 bits AES PDF Encryption, disable PDF file content from copying, printing, extracting, assembling, modifying and so on, so you can password-protect PDF files you build to prevent unauthorized viewing and altering, while also enabling authorized reviewers to use intuitive commenting and editing tools.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://downloads.zdnet.com/abstract.aspx?docid=1719831&amp;amp;tag=nl.e550"&gt;http://downloads.zdnet.com/abstract.aspx?docid=1719831&amp;amp;tag=nl.e550&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;License: free to try&lt;/p&gt;  &lt;p&gt;Price: $ 49.95&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Embedded PDF executable hack goes live in Zeus malware attacks&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;De identiteitsdieven achter Zeus blijken nu de ‘/launch’ techniek van PDF bestanden te gebruiken. Je krijgt dan via de mail een PDFje toegestuurd dat heel legitiem lijkt te zijn (van Royal Mail tot dusverre).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/security/?p=6196&amp;amp;tag=nl.e550"&gt;http://blogs.zdnet.com/security/?p=6196&amp;amp;tag=nl.e550&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;NETWORK: HP merges 3Com; ProCurve operations; Will eat own networking dog food&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;HP heeft bekend gemaakt dat ze haar eigen ProCurve netwerkafdeling zal samenvoegen met de recentelijk gekochte 3Com divisie. Dit is bepaald voro de hand liggend. Haar eigen datacenters zal HP ook met haar eigen apparatuur volstoppen.&lt;/p&gt;  &lt;p&gt;Uiteraard gaat HP hiermee meer en meer met Cisco concurreren.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/BTL/?p=33216&amp;amp;tag=nl.e539"&gt;http://blogs.zdnet.com/BTL/?p=33216&amp;amp;tag=nl.e539&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: HDS takes on Cisco/EMC with unified computing platform&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Ook HDS lijkt in de markt voor unified computing te stappen en doet hiermee o.a. Cisco na. De geïntegreerde stack koppelt systemen, storage, networking en orchestration software.&lt;/p&gt;  &lt;p&gt;Het is leverbaar in complete 19-inch racks waarin dan blades, fiber channel, Ethernet, VMware en Hyper-V hypervisors, en USP-V high-end storage een plaatsje hebben.&lt;/p&gt;  &lt;p&gt;Daarnaast heeft Hitachi een wereldwijde OEM-deal met Microsoft voor het leveren van Server 2008 R2, SQL Server 2008 en de System Center suite.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.theregister.co.uk/2010/04/19/hds_ucp/"&gt;http://www.theregister.co.uk/2010/04/19/hds_ucp/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: MS10-025 Security Update to be Re-released&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.technet.com&lt;/p&gt;  &lt;p&gt;Microsoft gaat security update MS10-025 opnieuw uitbrengen. De reden is dat het probleem dat de patch moet oplossen niet goed genoeg opgelost wordt &amp;lt;zucht&amp;gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/msrc/archive/2010/04/21/ms10-025-security-update-to-be-re-released.aspx"&gt;http://blogs.technet.com/msrc/archive/2010/04/21/ms10-025-security-update-to-be-re-released.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Infrastructure Planning and Design Guide for the Dynamic Data Center Now Available!&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Bink heeft de link naar het nieuwe IPD voor dynamische datacenters.&lt;/p&gt;  &lt;p&gt;The Solution Accelerator team has released a new guide: &lt;i&gt;Dynamic Data Center&lt;/i&gt;. The design process in the free &lt;i&gt;Infrastructure Planning and Design Guide for the Dynamic Data Center &lt;/i&gt;allows your organization to strategically plan a Dynamic Data Center infrastructure that is designed for ease of manageability. Key benefits of the guide include:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; · The infrastructure is designed using best practices to reduce the administrative burden of managing the Dynamic Data Center infrastructure.    &lt;br /&gt;· A single set of requirements is tracked throughout the entire design process and then transferred to the appropriate supporting Infrastructure Planning and Design guides.    &lt;br /&gt;· The infrastructure design of the virtualization hardware and the management software includes guidance on determining the scaling and architectural limits of each component. With this guide, you can design a Dynamic Data Center infrastructure that will allow your organization to be responsive to changing market conditions by presenting new ways to develop, deliver, deploy, and manage applications and IT infrastructures.Strategically planning your infrastructure can help you avoid problems before they begin, allowing your organization to operate more efficiently, while saving you time and money&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bink.nu/news/infrastructure-planning-and-design-guide-for-the-dynamic-data-center-now-available.aspx"&gt;http://bink.nu/news/infrastructure-planning-and-design-guide-for-the-dynamic-data-center-now-available.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download: &lt;a href="http://go.microsoft.com/fwlink/?LinkId=184382"&gt;http://go.microsoft.com/fwlink/?LinkId=184382&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Step By Step Guides for DirectAccess&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;Bink heeft twee links naar stap-voor-stap gidsen voor DirectAccess van Server 2008 R2 (en Windows 7).&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Step By Step Guide: Troubleshoot DirectAccess in a Test Lab&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This white paper describes DirectAccess troubleshooting tools, the results of the tools in a working DirectAccess test lab, and how to troubleshoot common problems in the DirectAccess test lab.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=0f049be7-8842-4c9d-9929-e0493b599319&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=0f049be7-8842-4c9d-9929-e0493b599319&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Step By Step Guide: Demonstrate DirectAccess in a Test Lab&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This paper contains an introduction to DirectAccess and instructions for setting up a test lab to demonstrate DirectAccess with a simulated Internet, intranet, and home network.&lt;/p&gt;  &lt;p&gt;DirectAccess is a new feature in the Windows® 7 and Windows Server® 2008 R2 operating systems that enables remote users to securely access intranet shared folders, Web sites, and applications without connecting to a virtual private network (VPN). This paper contains an introduction to DirectAccess and instructions for setting up a test lab to demonstrate DirectAccess with a simulated Internet, intranet, and home network.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=8d47ed5f-d217-4d84-b698-f39360d82fac"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=8d47ed5f-d217-4d84-b698-f39360d82fac&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: SQL Server 2008 R2 crosses the finish line&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Mary-Jo Foley weet te melden dat Microsoft haar nieuwe vlaggenschip database product af. SQL Server 2008 R2 heeft dus nu de RTM status bereikt.&lt;/p&gt;  &lt;p&gt;Doorgaans houdt dit in dat via TechNet en MSDN het product snel te downloaden is en dat klanten met Volume Lincense contracten er ook over kunnen beschikken. De gratis Express versie is al wel beschikbaar voor &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8b3695d9-415e-41f0-a079-25ab0412424b&amp;amp;displaylang=en"&gt;download&lt;/a&gt;. De Parallel Data Warehouse versie is de enige versie die nog op zich laat wachten.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/R2Downloads.aspx#none"&gt;http://www.microsoft.com/sqlserver/2008/en/us/R2Downloads.aspx#none&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/microsoft/?p=5973&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+zdnet%2Fmicrosoft+%28ZDNet+All+About+Microsoft%29&amp;amp;alertspromo"&gt;http://blogs.zdnet.com/microsoft/?p=5973&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+zdnet%2Fmicrosoft+%28ZDNet+All+About+Microsoft%29&amp;amp;alertspromo&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Prevent Problems with Exchange Server 2010&amp;#39;s MailTips&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: windowsitpro.com&lt;/p&gt;  &lt;p&gt;Tony Redmond heeft een verhaal over een van de meest aansprekende Exchange 2010 features: MailTips. Vooral gebruikers zullen dit een fijne feature vinden waarvoor je wel een client nodig hebt die ermee om kan gaan (nu alleen nog Outlook 2010 en OWA 2010).&lt;/p&gt;  &lt;p&gt;Tony legt eerst eens goed uit wat het is en daarna hoe je het configureert.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.windowsitpro.com/article/messaging/Prevent-Problems-with-Exchange-Server-2010-s-MailTips.aspx"&gt;http://www.windowsitpro.com/article/messaging/Prevent-Problems-with-Exchange-Server-2010-s-MailTips.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Building an Effective Recovery and Continuity Solution - Leaning Towards Availability and Integrity&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Rui Silva heeft een artikel geschreven over het bouwen van een effectieve Business Continuity oplossing. Hij wil hiermee het verschil aantonen tussen Disaster Recovery en Business Continuity.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/building-effective-recovery-continuity-solution-leaning-towards-availability-and-integrity.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/building-effective-recovery-continuity-solution-leaning-towards-availability-and-integrity.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Load Balancing Exchange 2010 Client Access Servers using an Hardware Load Balancer Solution (Parts 1 + 2)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Henrik Walther heeft een artikel geschreven over het load balancen van Exchange 2010 CAS servers middels hardware load balancers.&lt;/p&gt;  &lt;p&gt;In deel1 gaat Henrik in op vragen als “waarom hardware load balancing?” en “maar ik kan dat helemaal niet betalen” en “kan ik geen reverse proxies inzetten?”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/load-balancing-exchange-2010-client-access-servers-using-hardware-load-balancer-solution-part1.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/load-balancing-exchange-2010-client-access-servers-using-hardware-load-balancer-solution-part1.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In deel 2 gaat Henrik in op de zaken die je moet regelen voor de configuratie.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/load-balancing-exchange-2010-client-access-servers-using-hardware-load-balancer-solution-part2.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/load-balancing-exchange-2010-client-access-servers-using-hardware-load-balancer-solution-part2.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange Server 2010 Edge Server and Microsoft Threat Management Gateway&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Jaap Wesselius heeft een artikel geschreven over de Exchange 2010 Edge server en MS Threat Management Gateway op dezelfde box.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/migration-deployment/exchange-server-2010-edge-server-microsoft-threat-management-gateway.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/migration-deployment/exchange-server-2010-edge-server-microsoft-threat-management-gateway.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Exchange 2010 Mailbox Performance Testing&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Jaap Wesselius heeft een stuk geschreven over het testen van mailbox performance in Exchange 2010. &lt;/p&gt;  &lt;p&gt;De reden hiervoor is natuurlijk de mogelijkheid tot het gebruik van Direct Attached Storage (DAS) en SATA schijven.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-2010-mailbox-performance-testing.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exchange-2010-mailbox-performance-testing.html&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Moving Mailboxes in Exchange 2010 (Part 4)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Neil Hobson heeft het 4e en laatste deel van zijn serie over het verhuizen van mailboxen met Exchange 2010 online geplaatst.&lt;/p&gt;  &lt;p&gt;In dit stuk gaat Neil in op het gebruik van het MoveMailbox.ps1 script dat bij Exchange 2010 wordt meegeleverd.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/moving-mailboxes-exchange-2010-part4.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/moving-mailboxes-exchange-2010-part4.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Delen 1 t/m 3&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;em&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/moving-mailboxes-exchange-2010-part1.html"&gt;Moving Mailboxes in Exchange 2010 (Part 1)&lt;/a&gt;&lt;/em&gt;&lt;/li&gt;    &lt;li&gt;&lt;em&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/moving-mailboxes-exchange-2010-part2.html"&gt;Moving Mailboxes in Exchange 2010 (Part 2)&lt;/a&gt;&lt;/em&gt;&lt;/li&gt;    &lt;li&gt;&lt;em&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/moving-mailboxes-exchange-2010-part3.html"&gt;Moving Mailboxes in Exchange 2010 (Part 3)&lt;/a&gt;&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Uncovering Exchange 2010 Database Availability Groups (DAGs) (Part 4)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Henrik Walther heeft het 4e deel van zijn serie over Exchange 2010 Database Availability Groups online gezet.&lt;/p&gt;  &lt;p&gt;In deel 3 legde Henrik uit hoe je de paden voor de logs en databases kunt aanpassen, de DAG creëren en servers aan de DAG toevoegen.&lt;/p&gt;  &lt;p&gt;In deel 4 laat hij de meest voorkomende beheertaken zien en hoe je een aantal settings configureert.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/uncovering-exchange-2010-database-availability-groups-dags-part4.html"&gt;http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/uncovering-exchange-2010-database-availability-groups-dags-part4.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Delen 1 t/m 3&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;em&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/uncovering-exchange-2010-database-availability-groups-dags-part1.html"&gt;Uncovering Exchange 2010 Database Availability Groups (DAGs) (Part 1)&lt;/a&gt;&lt;/em&gt;&lt;/li&gt;    &lt;li&gt;&lt;em&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/uncovering-exchange-2010-database-availability-groups-dags-part2.html"&gt;Uncovering Exchange 2010 Database Availability Groups (DAGs) (Part 2)&lt;/a&gt;&lt;/em&gt;&lt;/li&gt;    &lt;li&gt;&lt;em&gt;&lt;a href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/uncovering-exchange-2010-database-availability-groups-dags-part3.html"&gt;Uncovering Exchange 2010 Database Availability Groups (DAGs) (Part 3)&lt;/a&gt;&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Microsoft releases Office 2010, SharePoint 2010 to TechNet, MSDN&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: blogs.zdnet.com&lt;/p&gt;  &lt;p&gt;Office 2010 en SharePoint 2010 zijn nu verschenen op zowel TechNet als MSDN. Van Office is zowel een 32- als een 64-bits versie verschenen van de Professional Plus editie.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/Bott/?p=2025"&gt;http://blogs.zdnet.com/Bott/?p=2025&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Office 2010 Product Guides&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;Nu Microsoft Office 2010 de RTM status heeft bereikt heeft Microsoft meteen voor alle producten een Product Guide in PDF-formaat op het web gezet. Een van de opmerkelijkste is die voor de Office 2010 Web Apps.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Microsoft Office 2010 offers powerful new ways to deliver your best work—at the office, at home, or at school. Designed to deliver the best productivity experience across the PC, phone, and browser, Office 2010 helps you capture your ideas more creatively, work more easily with others, and gives you the flexibility to get work done when and where you choose.    &lt;br /&gt;Whether you are a Microsoft Office user or you’re evaluating Office 2010 for your business, the product guides are a great place to start. Explore the Office 2010 product guides for an overview of what’s new and improved in your favorite Microsoft Office programs or for a deeper look at benefits across all Office 2010 programs. Each guide provides an at-a-glance overview, a closer look at many new and improved features, and instructions to help you find the features you want quickly and easily. You’ll also find additional information and resources in some of the guides for power users, IT pros, and developers. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=e690baf0-9b9a-4c47-88da-3a84f3e9b247&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=e690baf0-9b9a-4c47-88da-3a84f3e9b247&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: VISIO AND SHAREPOINT 2010 EXTENSIONS FOR OPERATIONS MANAGER HAVE SHIPPED!&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;I am pleased to announced that the &lt;b&gt;collaboration of the Visio and Operations Manager teams &lt;/b&gt;has shipped two deliverables for the Office 2010 wave immediately following last Friday’s Office 2010 RTM. This release consists of two downloads:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;1. Visio 2010 Add-in and Operations Manager 2007 R2&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;2. SharePoint 2010 Visio Services Data Provider&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;What’s new:&lt;/p&gt;  &lt;p&gt;In addition to all the great functionality we added in the original Visio 2007 add-in, this adds, &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The Visio 2010 Add-in fully integrates the Visio 2007 add-in functionality into the Visio 2010 ribbon for a seamless user experience. &lt;/li&gt;    &lt;li&gt;The SharePoint 2010 Visio Services Data Provider leverages the power of Visio Services to provide &lt;b&gt;the ability display Visio diagrams as live dashboards in SharePoint&lt;/b&gt; pulling health state directly from Operations Manager. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;User Scenario:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The user can create a Visio-based view of an application, service or infrastructure – either based on an exported Operations Manager diagram view or a Visio diagram that was linked to Operations Manager managed objects (computers, web site, perspectives, etc.), just as with the Visio 2007 Add-in.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Visio diagram in Visio 2010:&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/momteam/WindowsLiveWriter/VISIOANDSHAREPOINT2010EXTENSIONSFOROPERA_13679/clip_image002_2.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image012" border="0" alt="clip_image012" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image012_5F00_53500AF8.jpg" width="244" height="177" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;After this, the user can now save the publish the diagram to SharePoint 2010 as a web drawing, and when you browse to the document in SharePoint, you’ll get the same experience of a seeing a live Visio based dashboard pulling health state from Operations Manager:&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Same Visio diagram in SharePoint 2010: Wow!&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/momteam/WindowsLiveWriter/VISIOANDSHAREPOINT2010EXTENSIONSFOROPERA_13679/clip_image004_2.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image013" border="0" alt="clip_image013" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bob/clip_5F00_image013_5F00_2EBE7D74.jpg" width="244" height="130" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/momteam/archive/2010/04/20/visio-and-sharepoint-2010-extensions-for-operations-manager-have-shipped.aspx"&gt;http://blogs.technet.com/momteam/archive/2010/04/20/visio-and-sharepoint-2010-extensions-for-operations-manager-have-shipped.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Risk and Health Assessment Program for Exchange Server – Scoping Tool v1.2&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Brief Description&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This download package is intended for Microsoft Premier Customers Only. This package includes all of the scoping tools necessary to prepare and qualify your environment to receive a Risk and Health Assessment Program for Exchange Server (ExRAP).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=23457155-7c8b-4355-8a57-d2c2a4d1da57&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=23457155-7c8b-4355-8a57-d2c2a4d1da57&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Microsoft SharePoint Foundation 2010&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: bink.nu&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;SharePoint Foundation 2010 is the new version of Microsoft Windows SharePoint Services. It is the essential solution for organizations that need a secure, manageable, web-based collaboration platform. ​SharePoint helps teams stay connected and productive by providing easy access to the people, documents, and information that they need to make well-informed decisions and get work done. Use SharePoint Foundation to coordinate schedules, organize documents, and participate in discussions through team workspaces, blogs, wikis, and document libraries on the platform that is the underlying infrastructure for SharePoint Server.    &lt;br /&gt;Search Server 2010 Express: If you’re using SharePoint Foundation, you can easily add search capabilities to your collaboration environment across SharePoint sites, file shares, web sites, Exchange Public Folders, and third party repositories using Microsoft Search Server 2010 Express. Click &lt;a href="http://go.microsoft.com/?linkid=9726660"&gt;here&lt;/a&gt; to download. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=49c79a8a-4612-4e7d-a0b4-3bb429b46595&amp;amp;displayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=49c79a8a-4612-4e7d-a0b4-3bb429b46595&amp;amp;displayLang=en&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=308" width="1" height="1"&gt;</description></item><item><title>Hosted CRM 4.0 in an HMC4.5 environment</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/04/23/hosted-crm-4-0-in-an-hmc4-5-environment.aspx</link><pubDate>Fri, 23 Apr 2010 10:46:27 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:307</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This blog is in English, normally I blog in Dutch but since Hosted CRM is used throughout the world I figured that an English blog is more useful ;-). Please note that I am *not* a Microsoft CRM 4 consultant, I am working primarily on Exchange Server and happened to stumble into CRM4 for one of my customers. I have been troubleshooting some time and did some advance Google and Bing searches before I figured out what was going on…. There might be better and faster solutions, but this is what I have done to get it working….&lt;/p&gt;  &lt;p&gt;I have built two Hosted CRM environments, one in my test environment, one in a production environment. Both were installed into an existing HMC4.5 environment. The hosted CRM solution (Microsoft CRM 4) is installed using the following documents and software:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;HostedCRMProvisioning_i386.exe &lt;/li&gt;    &lt;li&gt;HostedCRMProvisioningDocumentation &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;These can be found on the &lt;a&gt;Microsoft download pages&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The installation itself is pretty straightforward; I have used a dedicated SQL Server for CRM, one CRM application server (the one the clients connect to) and one deployment server. As long as you follow the instruction in the document you’re fine. When you create the organization in the CRM application (you’ve already created the organization in the HMC environment!) you have to pay attention, write down the ‘uniqueName’ tag in the XML file since you need this in a later phase!&lt;/p&gt;  &lt;p&gt;You’ll find this in the CreateOrganization.xml which can be found in the “C:\Program Files\Microsoft Hosting\Provisioning\Samples\Hosted CRM” directory, this is an example:&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;      &lt;br /&gt;&amp;lt;request&amp;gt;       &lt;br /&gt;&amp;lt;data&amp;gt;&amp;#160; &lt;br /&gt;&amp;lt;organization&amp;gt;LDAP://OU=Mannen,OU=Hosting,DC=hmc45,DC=local&amp;lt;/organization&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;preferredDomainController&amp;gt;AD01.hmc.local&amp;lt;/preferredDomainController&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;baseCurrencyName&amp;gt;Euro&amp;lt;/baseCurrencyName&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;baseCurrencyCode&amp;gt;EUR&amp;lt;/baseCurrencyCode&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;baseCurrencySymbol&amp;gt;E&amp;lt;/baseCurrencySymbol&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;organizationState&amp;gt;Enabled&amp;lt;/organizationState&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;configDatabaseServer&amp;gt;hv-crmsql01&amp;lt;/configDatabaseServer&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;friendlyOrganizationName&amp;gt;HC&amp;lt;/friendlyOrganizationName&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;strong&gt;&amp;lt;uniqueName&amp;gt;Hostingmannen&amp;lt;/uniqueName&amp;gt;&lt;/strong&gt;       &lt;br /&gt;&amp;#160; &amp;lt;/data&amp;gt;       &lt;br /&gt;&amp;#160; &amp;lt;procedure&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;execute namespace=&amp;quot;Hosted CRM&amp;quot; procedure=&amp;quot;CreateOrganization&amp;quot; impersonate=&amp;quot;1&amp;quot;&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;executeData/&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;before source=&amp;quot;data&amp;quot; destination=&amp;quot;executeData&amp;quot; mode=&amp;quot;merge&amp;quot; /&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;after source=&amp;quot;executeData&amp;quot; destination=&amp;quot;data&amp;quot; mode=&amp;quot;merge&amp;quot; /&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/execute&amp;gt;       &lt;br /&gt;&amp;#160; &amp;lt;/procedure&amp;gt;       &lt;br /&gt;&amp;lt;/request&amp;gt;&lt;/font&gt; &lt;/p&gt;  &lt;p&gt;When you’ve created the user, it’s mailbox and the organization in CRM you’re ready to test. Use http://localhost on the CRM Server or http://crmserver on every other internal machine. You should be access the CRM Server and see the CRM application: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_1E099DDB.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_56B447E8.png" width="514" height="389" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The next step is to have the CRM application available from the Internet. CRM makes a distinction between an internal network (where NTLM is used for authentication) and external network where forms-based authentication is used, comparable to the Outlook Web Access logon page. The abbreviation IFD (Internet Facing Domain) is used here.&lt;/p&gt;  &lt;p&gt;Microsoft has a tool available to configure the IFD settings. The tool is called CRM4IFDTool and can be downloaded from the Microsoft website (&lt;a href="http://support.microsoft.com/kb/948779"&gt;http://support.microsoft.com/kb/948779&lt;/a&gt;). Download the tool on the CRM server and expand it to the c:\Program Files\Microsoft CRM\Tools\ directory. After starting the tool, in the Authentication Strategy select “IFD+On Premise”:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_018CABFB.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_3D4C44AE.png" width="500" height="538" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Select File and then Apply Changes to save these settings.&lt;/p&gt;  &lt;p&gt;Connect to the external website and use the uniqueName you used in the XML file during provision, something like: &lt;a href="https://hostingmannen.hmcug.nl"&gt;https://hostingmannen.hmcug.nl&lt;/a&gt;, for the domain security you have to install a wildcard certificate (*.hmcug.nl in my test environment).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_362D0836.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_0EF2BF01.png" width="505" height="396" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Logon using the user account you created in HMC and that has hosted CRM configured. The only difference when logging in on the internal network is that using the IFD you have the ‘sign out’ option in the upper right corner:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_67B875CB.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_3C73DEC4.png" width="510" height="318" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This also works fine with the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=60C4A6CC-59D7-416E-9F44-0AE8FF249768&amp;amp;displaylang=en"&gt;CRM 4.0 plug-in for Outlook&lt;/a&gt; 2007 (haven’t tried it with the beta of Outlook 2010 though). After installing the plug-in go to the&amp;#160; Start Menu --&amp;gt; All Programs --&amp;gt; Microsoft Dynamics CRM 4.0 --&amp;gt; Configuration Wizard to start the configuration wizard. In the Wizard select “an online service provider” to connect to.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_4E507291.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_2E3565D4.png" width="512" height="385" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;And enter the Fully Qualified Domain Name (FQDN) for the Hosted CRM solution. Please be aware that this FQDN is different for each organization that is hosted in the CRM solution.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_3C07ABCF.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_1BEC9F12.png" width="510" height="383" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Enter the credentials and the system requirements will be shown. When needed install the appropriate required software and click Next to continue. The plug-in will now be configured.&lt;/p&gt;  &lt;p&gt;When finished you can start Outlook 2007 to use your hosted Exchange and your hosted CRM solution.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_66E00FE1.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_3B9B78DA.png" width="418" height="565" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=307" width="1" height="1"&gt;</description></item><item><title>Diverse RTM’s :-)</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/04/19/diverse-rtm-s.aspx</link><pubDate>Mon, 19 Apr 2010 12:45:46 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:305</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Moet ik dit nu nog roepen of niet ;-)&lt;/p&gt;  &lt;p&gt;Het zal vast geen nieuws meer zijn, iedereeen twittert en/blogt er wel over, maar Office 2010 is nu RTM. Vanaf 27 april is het te downloaden via de Volume Licensing site van Microsoft. Meer info op &lt;a title="http://blogs.technet.com/office2010/archive/2010/04/15/office-2010-reaches-rtm.aspx" href="http://blogs.technet.com/office2010/archive/2010/04/15/office-2010-reaches-rtm.aspx"&gt;http://blogs.technet.com/office2010/archive/2010/04/15/office-2010-reaches-rtm.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Aangezien Outlook 2010 natuurlijk prima integreert zullen we ook hier wat meer aandacht aan gaan besteden.&lt;/p&gt;  &lt;p&gt;Daarnaast is System Center Essentials (SCE) en Data Protection Manager 2010 ook RTM gegaan, en met dat laatste kan je prima Hyper-V (ook CSV) en Exchange 2010 DAG backups maken: &lt;a title="http://blogs.technet.com/systemcenter/archive/2010/04/19/the-right-tools-for-the-job-sce-2010-dpm-2010.aspx" href="http://blogs.technet.com/systemcenter/archive/2010/04/19/the-right-tools-for-the-job-sce-2010-dpm-2010.aspx"&gt;http://blogs.technet.com/systemcenter/archive/2010/04/19/the-right-tools-for-the-job-sce-2010-dpm-2010.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=305" width="1" height="1"&gt;</description></item><item><title>HP Product Bulletin</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/04/16/hp-product-bulletin.aspx</link><pubDate>Fri, 16 Apr 2010 09:15:58 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:304</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Veel van mijn klanten maken gebruik van HP hardware. Nou ben ik geen hardware specialist, dus vaak tast ik wel in het duister. Bij een klant kwam ik onlangs de HP Product Bulletin tegen.&lt;/p&gt;  &lt;p&gt;Dit een heel handige tool waar alle hardware van HP in staat, niet alleen de courante modellen, maar ook alle modellen die (al jaren) uit het gamma zijn verdwenen. Om een indruk te geven, er staat nog informatie in over de Compaq Prosignia 740 Pentium II, uit productie op 31 januari 2000 :-)&lt;/p&gt;  &lt;p&gt;Maar, de Product Bulletin wordt online bijgewerkt indien nodig, en je kunt een “Internet Price” en een “Quick Quote” opvragen. Ideaal voor onderling vergelijken. Ook voor het bekijken van officiele offerte’s is het heel handig, je ziet precies wat er is aangeboden en wat het allemaal inhoud (en of alles klopt). &lt;/p&gt;  &lt;p&gt;De HP Product Bulletin is hier te downloaden: &lt;a title="http://h18000.www1.hp.com/products/quickspecs/CD_Files.html" href="http://h18000.www1.hp.com/products/quickspecs/CD_Files.html"&gt;http://h18000.www1.hp.com/products/quickspecs/CD_Files.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/bulletin_5F00_4EC41840.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="bulletin" border="0" alt="bulletin" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/bulletin_5F00_thumb_5F00_271D9C16.png" width="626" height="476" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/prosignia_5F00_74B9C896.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="prosignia" border="0" alt="prosignia" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/prosignia_5F00_thumb_5F00_1468A25F.png" width="628" height="477" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=304" width="1" height="1"&gt;</description></item><item><title>Security updates voor Exchange Server</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/04/15/security-updates-voor-exchange-server.aspx</link><pubDate>Thu, 15 Apr 2010 14:01:49 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:303</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Microsoft heeft een aantal security fixes voor Exchange Server uitgebracht, sommige van de fixes zitten ook in de Update Rollup Fixes (voor Exchange Server 2007 en Exchange Server 2010). Voor Exchange Server 2007 SP1 is dit Update Rollup 10, voor Exchange Server SP2 is dit Update Rollup 4 en voor Exchange Server 2010 is dit Update Rollup 3.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Security Update voor Exchange Server 2000 SP3: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=e47c90a0-c9c8-43b7-bec7-34107ddde294&amp;amp;displaylang=en" target="_blank"&gt;KB976703&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Security Update voor Exchange Server 2003 SP2: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=bc8391f8-5335-496b-ad4c-bae38509be4a&amp;amp;displaylang=en" target="_blank"&gt;KB976702&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Update Rollup 10 for Exchange Server 2007 Service Pack 1: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=6a894b4e-12b6-4a91-9555-d813956b6aac&amp;amp;displaylang=en" target="_blank"&gt;KB981407&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Update Rollup 4 for Exchange Server 2007 Service Pack 2: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=b8f7f872-16d5-49d6-9867-adc01351c06f&amp;amp;displaylang=en" target="_blank"&gt;KB981383&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Update Rollup 3 for Exchange Server 2010: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=7dcf2390-dff7-4e3a-acca-03f4d43fb79a&amp;amp;displaylang=en" target="_blank"&gt;KB981401&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Het complete security bulletin vind je hier: &lt;a href="http://www.microsoft.com/technet/security/bulletin/MS10-024.mspx" target="_blank"&gt;Microsoft Security Bulletin MS10-024 - Important&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=303" width="1" height="1"&gt;</description></item><item><title>DPM 2010 Storage Calculator</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/04/15/dpm-2010-storage-calculator.aspx</link><pubDate>Thu, 15 Apr 2010 11:20:31 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:302</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Voor het backuppen van Exchange Server 2010 kan je DPM 2010 gebruiken. Voor een grotere omgeving is het verstandig hier serieus aan te rekenen om “verrassingen” te voorkomen.&lt;/p&gt;  &lt;p&gt;Behalve een Exchange 2010 Requirements Calculator is er ook een DPM 2010 Storage Calculator en die vind je hier:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=c136c66c-bd4a-4fb1-8088-f610cd02dc51&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c136c66c-bd4a-4fb1-8088-f610cd02dc51&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=c136c66c-bd4a-4fb1-8088-f610cd02dc51&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Even naar beneden scrollen en dan is het deze “DPM 2010 Storage Calculator for Exchange DRAFT.xlsx” (ik keek er zelf ook eerst overheen ;-)&lt;/p&gt;  &lt;p&gt;Ook nog een info filmpje over DPM 2010 en hoe het Exchange Server 2010 ondersteund:&lt;/p&gt;  &lt;p&gt;&lt;a href="mms://mediadl.microsoft.com/mediadl/www/s/systemcenter/en/us/dpm/DPM20_fix.wmv" target="_blank"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="dpm" border="0" alt="dpm" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/dpm_5F00_6CDEEE39.png" width="188" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=302" width="1" height="1"&gt;</description></item><item><title>Exchange Server 2010 SP1</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/04/11/exchange-server-2010-sp1.aspx</link><pubDate>Sun, 11 Apr 2010 17:31:39 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:300</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Voor de IT Pro Community blog van Tony Krijnen en Daniel van Soest heb ik een artikel geschreven over Exchange Server 2010 SP1. Microsoft heeft zelf daar ook wat informatie over geschreven (&lt;a title="http://msexchangeteam.com/archive/2010/04/07/454533.aspx" href="http://msexchangeteam.com/archive/2010/04/07/454533.aspx"&gt;http://msexchangeteam.com/archive/2010/04/07/454533.aspx&lt;/a&gt;) en als deelnemer van het TAP programma ook al de nodige ervaringen aan het opdoen. En ik mag wel zeggen, het ziet er wel goed uit. Volg de link voor het complete artikel: &lt;a title="http://blogs.microsoft.nl/blogs/itprocommunity/archive/2010/04/09/exchange-server-2010-service-pack-1.aspx" href="http://blogs.microsoft.nl/blogs/itprocommunity/archive/2010/04/09/exchange-server-2010-service-pack-1.aspx"&gt;http://blogs.microsoft.nl/blogs/itprocommunity/archive/2010/04/09/exchange-server-2010-service-pack-1.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Vooral die OWA vind ik erg cool ;-)&lt;/p&gt;  &lt;p&gt;&lt;img src="http://ucug.nl/cfs-filesystemfile.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.02.98/owa.png" width="515" height="382" alt="" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=300" width="1" height="1"&gt;</description></item><item><title>Offline Defragmentatie</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/04/04/offline-defragmentatie.aspx</link><pubDate>Sun, 04 Apr 2010 07:29:52 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:296</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;in een eerdere blogpost (&lt;a title="http://ucug.nl/blogs/jaapwess/archive/2010/03/30/free-space-binnen-een-mailbox-database.aspx" href="http://ucug.nl/blogs/jaapwess/archive/2010/03/30/free-space-binnen-een-mailbox-database.aspx"&gt;http://ucug.nl/blogs/jaapwess/archive/2010/03/30/free-space-binnen-een-mailbox-database.aspx&lt;/a&gt;) schreef ik hoe je informatie over de beschikbare ruimte in een Exchange Mailbox Database uit een database kunt halen met de tool ESEUTIL.&lt;/p&gt;  &lt;p&gt;Tijd om deze Mailbox Database offline te defragmenteren om zodoende deze informatie weer beschikbaar te maken en om de Mailbox Database kleiner te maken. Ook dit gaat met ESEUTIL, maar met de /D optie. Met een offline defragmentatie wordt een nieuwe database aangemaakt en data uit de bestaande Mailbox Database wordt weggeschreven in deze nieuwe Database. Deze heeft een tijdelijke naam, maar zodra het proces klaar is wordt de tijdelijke Database met de echte naam weggeschreven (en de oude Database dus overschreven).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/eseutild2_5F00_69548D0D.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="eseutil-d-2" border="0" alt="eseutil-d-2" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/eseutild2_5F00_thumb_5F00_1DC53989.png" width="522" height="367" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;In dit plaatje is duidelijk de tijdelijke database te zien.&lt;/p&gt;  &lt;p&gt;De oude Database is ongeveer 5.5 GB in omvang. Als ESEUTIL klaar is dan is de Database ongeveer 2.7 GB in omvang, we hebben dus bijna 2 GB terug kunnen halen!.&lt;/p&gt;  &lt;p&gt;Als ESEUTIL klaar is, dan wordt het volgende getoond:&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;PS] H:\Mailbox Database 2563992651&amp;gt;eseutil /d &amp;quot;Mailbox Database 2563992651.edb&amp;quot; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;Extensible Storage Engine Utilities for Microsoft(R) Exchange Server      &lt;br /&gt;Version 14.01       &lt;br /&gt;Copyright (C) Microsoft Corporation. All Rights Reserved. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;Initiating DEFRAGMENTATION mode...      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Database: Mailbox Database 2563992651.edb &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Defragmentation Status (% complete) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0&amp;#160;&amp;#160;&amp;#160; 10&amp;#160;&amp;#160; 20&amp;#160;&amp;#160; 30&amp;#160;&amp;#160; 40&amp;#160;&amp;#160; 50&amp;#160;&amp;#160; 60&amp;#160;&amp;#160; 70&amp;#160;&amp;#160; 80&amp;#160;&amp;#160; 90&amp;#160; 100      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; |----|----|----|----|----|----|----|----|----|----|       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ................................................... &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;Moving &amp;#39;TEMPDFRG5268.EDB&amp;#39; to &amp;#39;Mailbox Database 2563992651.edb&amp;#39;... DONE! &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;Note:      &lt;br /&gt;&amp;#160; It is recommended that you immediately perform a full backup       &lt;br /&gt;&amp;#160; of this database. If you restore a backup made before the       &lt;br /&gt;&amp;#160; defragmentation, the database will be rolled back to the state       &lt;br /&gt;&amp;#160; it was in at the time of that backup. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;Operation completed successfully in 227.468 seconds. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;[PS] H:\Mailbox Database 2563992651&amp;gt; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;ESEUTIL heeft bijna 3 GB data verwerkt in bijna 4 minuten. Dat betekent een snelheid van ca. 45 GB/uur, toch een aanzienlijke verbetering ten opzichte van eerdere Exchange versies (Dit is een Exchange 2010 Mailbox Server, draaiend onder Hyper-V R2 waarbij de Databases zijn opgeslagen op een EMC DMX-4).&lt;/p&gt;  &lt;p&gt;Hoe lang duurt een offline defragmentatie gemiddeld? Daarover bestaat vaak onzekerheid. Een klant heeft een 130GB database onder Exchange 2003, maar er zit 40GB vrije ruimte in. Een offline defragmentatie verwerkt dan 90GB aan data. Voor Exchange 2003 hanteer ik een gemiddelde snelheid van 10GB/uur, dus de Exchange Server is dan ca. 9 uur bezig met een offline defragmentatie.&lt;/p&gt;  &lt;p&gt;Vergeet niet een full-backup te maken direct na een offline defragmentatie. Omdat een nieuwe Mailbox Database wordt aangemaakt (dus met nieuwe signatures!) is het replayen van log files vanuit een eerdere backup niet meer mogelijk!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=296" width="1" height="1"&gt;</description></item><item><title>Alleen beschikbaar in de Exchange Management Shell?</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/03/31/alleen-beschikbaar-in-de-exchange-management-shell.aspx</link><pubDate>Wed, 31 Mar 2010 15:04:56 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:294</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Alle opties in de Exchange Management Shell worden ‘onder water’ vertaald naar een Exchange Management Shell commando wat vervolgens wordt uitgevoerd. Dit shell kan je middels CTRL-C kopieren naar het clipboard. Zo kan je het commando bekijken en evt hergebruiken in een nieuwe Exchange Management Shell commando.&lt;/p&gt;  &lt;p&gt;Niet alle functies zijn echter beschikbaar in de Exchange Management Console, sommige zijn alleen te beheren vanuit de Management Shell. En die lijst is uitgebreider dan ik oorspronkelijk dacht, zelfs in Exchange Server 2010 ;-)&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Address rewriting &lt;/li&gt;    &lt;li&gt;Attachment filter agent &lt;/li&gt;    &lt;li&gt;Client access array &lt;/li&gt;    &lt;li&gt;Database availability group network encryption and compression &lt;/li&gt;    &lt;li&gt;Database availability groups: alternate witness server and alternate witness directory &lt;/li&gt;    &lt;li&gt;Database availability groups: Datacenter Activation Coordination mode &lt;/li&gt;    &lt;li&gt;Database availability groups: IP Address &lt;/li&gt;    &lt;li&gt;Database availability groups: replication port &lt;/li&gt;    &lt;li&gt;Delivery agent connectors &lt;/li&gt;    &lt;li&gt;Edge synchronization (EdgeSync) service settings, configure &lt;/li&gt;    &lt;li&gt;EdgeSync, forcing or testing &lt;/li&gt;    &lt;li&gt;Exchange ActiveSync connectivity, test &lt;/li&gt;    &lt;li&gt;Exchange ActiveSync log, export &lt;/li&gt;    &lt;li&gt;Exchange Control Panel connectivity, test &lt;/li&gt;    &lt;li&gt;Exchange Search &lt;/li&gt;    &lt;li&gt;Global address lists (GALs) &lt;/li&gt;    &lt;li&gt;IMAP4 connectivity, test &lt;/li&gt;    &lt;li&gt;Import\export mailbox data &lt;/li&gt;    &lt;li&gt;Information Rights Management (IRM), configure &lt;/li&gt;    &lt;li&gt;IP Allow and Block List providers, test &lt;/li&gt;    &lt;li&gt;IP site link costs, Exchange-specific &lt;/li&gt;    &lt;li&gt;Message flow, test &lt;/li&gt;    &lt;li&gt;Messaging records management (MRM) 1.0: Managed folders &lt;/li&gt;    &lt;li&gt;MRM 2.0: Retention policiesMulti-Mailbox Search &lt;/li&gt;    &lt;li&gt;Offline address book virtual directory, create &lt;/li&gt;    &lt;li&gt;Outlook client connectivity, test end-to-end &lt;/li&gt;    &lt;li&gt;Outlook Protection Rules &lt;/li&gt;    &lt;li&gt;Outlook Web App connectivity, test &lt;/li&gt;    &lt;li&gt;Outlook Web App virtual directories, create or remove &lt;/li&gt;    &lt;li&gt;Outlook Web services connectivity, test &lt;/li&gt;    &lt;li&gt;POP3 connectivity, test &lt;/li&gt;    &lt;li&gt;Recovery database, create &lt;/li&gt;    &lt;li&gt;Recovery database, extract data &lt;/li&gt;    &lt;li&gt;Recovery items &lt;/li&gt;    &lt;li&gt;Routing group connectors &lt;/li&gt;    &lt;li&gt;Safelist aggregation, force &lt;/li&gt;    &lt;li&gt;Sender ID, test &lt;/li&gt;    &lt;li&gt;Service e-mail channel &lt;/li&gt;    &lt;li&gt;Transport agents &lt;/li&gt;    &lt;li&gt;Transport latency, calculating &lt;/li&gt;    &lt;li&gt;Transport pipeline analysis &lt;/li&gt;    &lt;li&gt;UM connectivity, test &lt;/li&gt;    &lt;li&gt;UM incoming calls, view active &lt;/li&gt;    &lt;li&gt;Web services connectivity, test &lt;/li&gt;    &lt;li&gt;X.400 authoritative domains &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=294" width="1" height="1"&gt;</description></item><item><title>Free space binnen een Mailbox Database</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/03/30/free-space-binnen-een-mailbox-database.aspx</link><pubDate>Tue, 30 Mar 2010 19:19:23 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:293</guid><dc:creator>jaapwess</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;In eerdere versies van Exchange Server was er een proces genaamd “online maintenance”. Dit proces draaide ‘s nachts en een van de taken was om een online defragmentatie te doen binnen de database. Hierbij werden lege ‘pages’ bij elkaar gegroepeerd waardoor er efficienter gebruik werd gemaakt van de Mailbox Database. Vervolgens kon je in de Eventlog zien wat er allemaal was gebeurd, maar ook hoeveel ‘white space’ er nog binnen de database beschikbaar was.&lt;/p&gt;  &lt;p&gt;In Exchange 2010 is dat veranderd en loopt er een online proces 24x7. Daarnaast is er de mogelijkheid om online, direct te zien hoeveel ruimte er nog binnen de Databases beschikbaar is met het Powershell commando:&lt;/p&gt;  &lt;p&gt;Get-MailboxDatabase –Status | fl Name,AvailableNewMailboxSpace&lt;/p&gt;  &lt;p&gt;Het volgende wordt dan zichtbaar:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_01BCC9F2.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://ucug.nl/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jaapwess/image_5F00_thumb_5F00_2A782F3B.png" width="596" height="300" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Als we nu een Offline Defragmentatie zouden doen op de tweede Mailbox Database (ESEUTIL /D “Mailbox Database 2563992651”) dan kunnen we ca. 2.1 GB aan whitespace claimen van deze Database, ofwel de Database zou ca. 2.1 GB in omvang kleiner worden.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=293" width="1" height="1"&gt;</description></item><item><title>Top 10 Storage mythes</title><link>http://ucug.nl/blogs/jaapwess/archive/2010/03/29/top-10-storage-mythes.aspx</link><pubDate>Mon, 29 Mar 2010 16:12:26 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:292</guid><dc:creator>jaapwess</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Een ieder die wel eens een presentatie, workshop of training van mij heeft bijgewoond weet dat ik “iets” met storage heb. Niet dat ik storage goeroe ben, maar ik vind het gewoon leuk om te doen. &lt;/p&gt;  &lt;p&gt;Met Exchange Server 2010 zijn er een serieus aantal verbeteringen, met name het verdwijnen van de noodzaak van een goede (en dure) storage oplossing is natuurlijk heel mooi. Uiteraard blijft het gezonde verstand van kracht, hiermee kom je natuurlijk een heel eind.&lt;/p&gt;  &lt;p&gt;Ja, je kunt een JBOD oplossing bouwen en ja, je hoeft geen SAN te gebruiken en kunt best met 1TB SATA disken werken. Zolang je maar een aantal randvoorwaarden in het achterhoofd houdt. &lt;/p&gt;  &lt;p&gt;Ik heb een aantal klanten die helemaal &lt;em&gt;geen JBOD willen&lt;/em&gt;, maar een fijne RAID-6 configuratie onder hun databases leggen. Waarom? Omdat als een disk stuk gaat alleen deze disk vervangen hoeft te worden en een rebuild van de RAID group automatisch plaatsvindt. En als tweede reden dat Exchange beheerders geen “re-seeding” van een database hoeven te doen. Overigens is dat een klant besluit om te doen, geen technisch (zie ook mythe 4 ;-)&lt;/p&gt;  &lt;p&gt;Maar Microsoft heeft nu een top 10 op de Exchange team site gezet van Storage Mythes, en die is best aardig om te zien:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Exchange requires expensive, high-performing storage . I can&amp;#39;t afford large mailboxes! &lt;/li&gt;    &lt;li&gt;Exchange 2010 doesn&amp;#39;t support storage area networks (SANs). &lt;/li&gt;    &lt;li&gt;I already have a SAN (or I just bought one), so it doesn&amp;#39;t make sense to implement DAS. By the way, my SAN can use those less expensive SATA disks too. &lt;/li&gt;    &lt;li&gt;JBOD configurations are not practical because the re-seed process after a disk failure takes too long, and this generates too much operational overhead. &lt;/li&gt;    &lt;li&gt;Large mailboxes perform badly with Outlook. &lt;/li&gt;    &lt;li&gt;When I migrate to Exchange 2010 my database size will explode because Exchange 2010 doesn&amp;#39;t have single instance storage (SIS). &lt;/li&gt;    &lt;li&gt;My Exchange guy knows nothing about storage - it needs to be managed by the storage experts. Less expensive storage is too hard/time-consuming/expensive to manage. &lt;/li&gt;    &lt;li&gt;I can&amp;#39;t backup large Exchange databases &lt;/li&gt;    &lt;li&gt;We need a 3rd party archiving solution because Exchange data needs expensive storage and we need to put archived data on less expensive storage. &lt;/li&gt;    &lt;li&gt;All Exchange storage designs must follow the Exchange Mailbox Role Requirements Calculator verbatim, otherwise they will not be supported. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Mythe 6 is ook een aardige. Ik heb tijdens de migraties naar Exchange 2010 inderdaad nog geen storage explosies gezien. Sterker nog, er is een nauwelijks waarneembare groei in databases te zien.&lt;/p&gt;  &lt;p&gt;Wel mis ik nog wat “mythes” over de Personal Archive, maar ik vermoed dat dat binnenkort ook gaat komen :-)&lt;/p&gt;  &lt;p&gt;Het volledige overzicht vind je op de Exchange team site:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://msexchangeteam.com/archive/2010/03/29/454443.aspx" href="http://msexchangeteam.com/archive/2010/03/29/454443.aspx"&gt;http://msexchangeteam.com/archive/2010/03/29/454443.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Daarnaast heeft Microsoft een whitepaper gepubliceerd met haar standpunt/visie rondom grote mailboxen. In dit white paper wordt duidelijk het verschil uitgelegd tussen kleine en snelle SAS disken en grote en minder snelle SATA disken en waar het verschil in gaat zitten. Daarnaast worden zaken als “self healing”, “mailbox resiliency”, “online mailbox move” en “large mailbox performance” uitgelegd. Zelf ben ik met dit laatste ook aan het testen geweest. Die uitkomsten moeten nog gepubliceerd worden, maar het is inderdaad zo dat je met 1TB SATA disken best een hele aardige performance gaat krijgen.&lt;/p&gt;  &lt;p&gt;Het whitepaper vind je ook op de site van Microsoft: &lt;a title="http://preview.tinyurl.com/largemailboxes&amp;#13;&amp;#10;" href="http://preview.tinyurl.com/largemailboxes"&gt;http://preview.tinyurl.com/largemailboxes      &lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://ucug.nl/aggbug.aspx?PostID=292" width="1" height="1"&gt;</description></item><item><title>ICT nieuws t/m week 12 – 2010</title><link>http://ucug.nl/blogs/bob/archive/2010/03/29/ict-nieuws-t-m-week-12-2010.aspx</link><pubDate>Mon, 29 Mar 2010 08:23:18 GMT</pubDate><guid isPermaLink="false">4d4c3a6b-9047-4467-b006-ef51533074a1:291</guid><dc:creator>Bob Daamen</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Het is alweer even geleden dat ik een post heb geschreven. het gevolg is natuurlijk dat ik aardig wat verzameld heb.&lt;/p&gt;  &lt;p&gt;Zoals ik al verwachte, het aantal artikelen over Exchange 2010 is niet van de lucht. Onze eigen Jaap Wesselius is ook weer van de partij met een stuk over Exchange 2010 op Hyper-V.   &lt;br /&gt;Het Exchange team is ook weer druk geweest en kwam met de Exchange pre-deployment analyzer en een Exchange Scalability Limits Worksheet.&lt;/p&gt;  &lt;p&gt;Maar er zijn ook een aantal andere leuke en belangrijke berichten. Zo heeft Microsoft bijvoorbeeld aangekondigd met haar Essential Business Server lijn te stoppen. In plaats daarvan denkt Microsoft nu dat de Azure cloud dienst het MKB zal aanstaan. Vergeet ook de security updates niet hoewel die de afgelopen maand niet zo schokkend waren.&lt;/p&gt;  &lt;p&gt;Belangrijk is het uitkomen van ForeFront Identity Manager 2010. Dit is een heel belangrijk product voor Microsoft. Ook bracht Microsoft heel veel updates uit van haar solution accelerators met de naam Infrastyructure Planning &amp;amp; Deployment Guides. Heel interessante stukken.&lt;/p&gt;  &lt;p&gt;Dan vindt je nog een hoop artikelen over Hyper-V, XenServer en VMware virtualisatie. Hier is een hoop gaande dat je kunt terug brengen tot “Microsoft op jacht naar VMware’s marktaandeel”.&lt;/p&gt;  &lt;p&gt;Een belangrijk ding wil ik nog noemen: gebruik je wat oudere McAfee virusscanners, dan is nu HET moment om te upgraden. McAfee stopt namelijk per 1 april 2010 met het verspreiden van v1 DAT-updates waarop een aantal oudere producten nog leunen.&lt;/p&gt;  &lt;p&gt;Kortom, een hoop leesvoer zo voor de pasen. &lt;/p&gt;  &lt;p&gt;Happy reading allemaal.&lt;/p&gt;  &lt;p&gt;Groeten,Bob&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;SERVERS: TechNet Video: Thrive Live! IT Pro Virtualization Tour - 4 parts&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft 4 delen video online gezet over haar virtualisatieoplossingen.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Deel 1 - Windows Server 2008 R2 Hyper-V (Level 200)&lt;/b&gt; - &lt;a href="http://www.microsoft.com/events/series/thrive.aspx?tab=Videos&amp;amp;seriesid=152&amp;amp;webcastid=12813"&gt;http://www.microsoft.com/events/series/thrive.aspx?tab=Videos&amp;amp;seriesid=152&amp;amp;webcastid=12813&lt;/a&gt;    &lt;br /&gt;It’s time to focus on enterprise with an overview of Windows Server 2008 R2 Hyper-V. In this session, we’ll look at how to create virtual machines in Hyper-V and demonstrate how the snapshot feature can easily revert the virtual machine to a previous state.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Deel 2 - VHD Native Boot (Level 200)&lt;/b&gt; - &lt;a href="http://www.microsoft.com/events/series/thrive.aspx?tab=Videos&amp;amp;seriesid=152&amp;amp;webcastid=12814"&gt;http://www.microsoft.com/events/series/thrive.aspx?tab=Videos&amp;amp;seriesid=152&amp;amp;webcastid=12814&lt;/a&gt;    &lt;br /&gt;We’ll kick off the afternoon by exploring VHD Native Boot, which is a new feature for Windows 7 and Windows Server 2008 R2. VHD Native Boot can be used as the running operating system on designated hardware – without a parent operating system, virtual machine, or hypervisor. This is one of the best virtualization features to date for technology professionals of every kind – from enterprise to small and medium-size business pros and consultants.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Deel 3 - Windows XP Mode (Level 200)&lt;/b&gt; - &lt;a href="http://www.microsoft.com/events/series/thrive.aspx?tab=Videos&amp;amp;seriesid=152&amp;amp;webcastid=12815"&gt;http://www.microsoft.com/events/series/thrive.aspx?tab=Videos&amp;amp;seriesid=152&amp;amp;webcastid=12815&lt;/a&gt;    &lt;br /&gt;With Windows XP Mode, it’s easy to install and run multiple Windows XP productivity applications directly from your Windows 7-based PC. Do you have application compatibility issues? Windows XP Mode can ease those compatibility headaches, because it gives you the best of both worlds. You can easily run older Windows XP business software – including web applications that require an old version of Internet Explorer® – while taking advantage of the many benefits of your Windows 7 desktop. This is a can’t-miss session for IT pros who juggle both new and established software and web applications.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Deel 4 - System Center Virtual Machine Manager (Level 200)&lt;/b&gt; - &lt;a href="http://www.microsoft.com/events/series/thrive.aspx?tab=Videos&amp;amp;seriesid=152&amp;amp;webcastid=12816"&gt;http://www.microsoft.com/events/series/thrive.aspx?tab=Videos&amp;amp;seriesid=152&amp;amp;webcastid=12816&lt;/a&gt;    &lt;br /&gt;Finally, no virtualization discussion is complete without a conversation about management. When it comes to managing virtual infrastructures, System Center Virtual Machine Manager 2008 (SCVMM) is the best of the best. This member of the System Center family of system management products provides a straightforward, cost-effective solution for unified management of physical and virtual machines.&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: Brandstofcel voor datacenters (video)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: webwereld.nl&lt;/p&gt;  &lt;p&gt;Het bedrijf Bloom maakt energiecellen voor datacenters. Ze kunnen de noodstroomvoorziening vormen die elk datacenter nu eenmaal nodig heeft. De cellen zijn gemaakt uit zand, gesmolten tot een keramisch blok. Elk blok levert 25 Watt. Gestapeld noemt men het een Energy Saver.&lt;/p&gt;  &lt;p&gt;Er blijkt al veel interesse te zijn. Onder anderen Google en eBay staan al op de klantenlijst.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://webwereld.nl/video/65285/brandstofcel-voor-datacenters--video--.html#source=newsletter"&gt;http://webwereld.nl/video/65285/brandstofcel-voor-datacenters--video--.html#source=newsletter&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: How to protect Hyper-V with DPM 2010 whitepaper&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Hoewel Data Protector Manager 2010 nu nog de Release Candidate status heft is er toch al een whitepaper verschenen over het gebruik ervan voor de bescherming van Hyper-V. DPM is een sterk product dus zeker het overwegen waard voor de backups van je Hyper-V omgeving.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="Description"&gt;&lt;/a&gt;Microsoft System Center Data Protection Manager 2010 (DPM) provides continuous data protection for virtual machines hosted on servers running Microsoft’s Hyper-V. This protection includes online backup of supported guest virtual machines hosted on clustered or standalone systems; protection of virtual machines during the live migration process; and, item level recovery from host-level backup. DPM 2010 offers disk-to-disk, disk-to-tape, and disk-to-disk-to-tape technologies; all of which maintain the business value of a virtualized infrastructure by ensuring that it is better protected and always available. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c9d141cf-c839-4728-af52-928f61bebdca"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c9d141cf-c839-4728-af52-928f61bebdca&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Understanding Networking with Hyper-V&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Als je wilt weten hoe networking in Hyper-V werkt en wat de best practices zijn, dan moet je zeker dit document eens lezen.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This guide will step you through Hyper-V&amp;#39;s networking concepts, best practices and deployment steps including: &lt;/p&gt;  &lt;p&gt;· Current Landscape and Challenges of Virtual Networking&lt;/p&gt;  &lt;p&gt;· Live Migration Networking Scenario Recommendations&lt;/p&gt;  &lt;p&gt;· Hyper-V MAC Address Management&lt;/p&gt;  &lt;p&gt;· Dynamic MAC Address&lt;/p&gt;  &lt;p&gt;· Virtual Network Setup&lt;/p&gt;  &lt;p&gt;· Networking with iSCSI Shared Storage&lt;/p&gt;  &lt;p&gt;· Hyper-V Networking Best Practices&lt;/p&gt;  &lt;p&gt;· Updates in Windows Server 2008 R2 &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=3fac6d40-d6b5-4658-bc54-62b925ed7eea"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=3fac6d40-d6b5-4658-bc54-62b925ed7eea&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;HARDWARE: HP offers Emulex FCoE adaptors&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: theregister.co.uk&lt;/p&gt;  &lt;p&gt;Emulex heeft een 10 Gb FCoE chip gemaakt. De chip kan gebruikt worden als een Ethernet-only oplossing of als een Converged Network Adapter (CNA). In dat laatste geval gaat ook Fiber Channel verkeer over de kabel.&lt;/p&gt;  &lt;p&gt;HP heeft nu deze chip zijn zegen gegeven en gaat HBA’s aanbieden onder de Emulex merknaam en HP’s eigen naam.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.channelregister.co.uk/2010/03/01/hp_oems_emulex_fcoe/"&gt;http://www.channelregister.co.uk/2010/03/01/hp_oems_emulex_fcoe/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: De grote valkuil bij het implementeren van SCOM, of elke andere willekeurige monitoring tool&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Kenneth van Surksum heeft een stuk geschreven over de gevaren bij implementaties van monitoring tools, zoals in dit geval SCOM van Microsoft.&lt;/p&gt;  &lt;p&gt;Het gevaar zit em, volgens Kenneth, vooral in de fase na de implementatie.&lt;/p&gt;  &lt;p&gt;Omdat in de praktijk dergelijke tooling dikwijls beheerd wordt door de gebruikers ervan is het gevaar dat er geen of onvoldoende functioneel beheer op gedaan wordt. Men werkt niet aan verdere tuning, nieuwe functionaliteit, implementeren van service packs, e.d.&lt;/p&gt;  &lt;p&gt;Hoewel hij zich bewust is van het feit dat op kleinere afdelingen men er dikwijls niet onderuit komt het beheer bij de gebruikers te beleggen wil Kenneth toch vooral ons erop wijzen het functionele beheer goed in de gaten te houden. Een goed werkend monitoring levert tijd op om andere dingen te doen, zoals proactief beheer.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.microsoft.nl/blogs/itprocommunity/archive/2010/02/22/de-grote-valkuil-bij-het-implementeren-van-scom-of-elke-andere-willekeurige-monitoring-tool.aspx"&gt;http://blogs.microsoft.nl/blogs/itprocommunity/archive/2010/02/22/de-grote-valkuil-bij-het-implementeren-van-scom-of-elke-andere-willekeurige-monitoring-tool.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft DirectAccess Connectivity Assistant - solution accelerator op TechNet&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft op haar TechNet site een Solution Accelerator geplaatst voor de nieuwe functie van Server 2008 R2, DirectAccess.&lt;/p&gt;  &lt;p&gt;Zo is er een tool verschenen genaamd DirectAccess Connectivity Assistant (DCA) waarmee gebruikers kunnen zien hoe hun verbinding is.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff384241.aspx"&gt;http://technet.microsoft.com/en-us/library/ff384241.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download: &lt;a href="http://go.microsoft.com/fwlink/?LinkId=181779"&gt;http://go.microsoft.com/fwlink/?LinkId=181779&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TRAINING: Microsoft Certified Master Program&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Certification&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Master certification enables experienced IT professionals to deepen and broaden their technical expertise on Microsoft server products and authoritatively differentiate themselves to employers and customers. It includes three weeks of highly intensive classroom training, three computer-based tests, and one lab-based exam per training rotation (training and exam series).&lt;/p&gt;  &lt;p&gt;There are five MCM certifications:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Microsoft Certified Master: Microsoft Exchange Server 2007&lt;/li&gt;    &lt;li&gt;Microsoft Certified Master: Microsoft Office Communications Server 2007&lt;/li&gt;    &lt;li&gt;Microsoft Certified Master: Microsoft Office SharePoint Server 2007 &lt;/li&gt;    &lt;li&gt;Microsoft Certified Master: Microsoft SQL Server 2008&lt;/li&gt;    &lt;li&gt;Microsoft Certified Master: Windows Server 2008: Directory&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Master certification is a prerequisite for all Microsoft Certified Architect (MCA) certifications. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/en/us/certification/master.aspx"&gt;http://www.microsoft.com/learning/en/us/certification/master.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVERS: Microsoft Enterprise Desktop Virtualization (MED-V) V1 SP1 User Experience&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;One focus of MED-V V1 SP1 is to expand support platforms to include Windows 7 (x86 and x64) as a host. This screencast demonstrates running a MED-V workspace using a V1 SP1 client in the Windows 7 environment. &lt;/p&gt;  &lt;p&gt;In V1 SP1, MED-V continues to employ Virtual PC 2007 as the virtualization vehicle to run a MED-V workspace, and it does not require hardware-assisted virtualization. Namely, a MED-V V1 SP1 host does not require Intel VT or an AMD-V processor in the hardware. &lt;/p&gt;  &lt;p&gt;To better understand desktop virtualization and MED-V, additional information is available below:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.technet.com/yungchou/archive/2009/10/14/concept-of-desktop-virtualization.aspx"&gt;Concept of Desktop Virtualization&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.technet.com/yungchou/archive/2009/04/08/screencast-mad-about-med-v-part-1-of-4-concepts-and-architecture.aspx"&gt;Screencast: Mad About MED-V Part 1 of 4, Concept and Architecture&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.technet.com/yungchou/archive/2009/04/13/screencast-mad-about-med-v-part-2-of-4-user-experience.aspx"&gt;Screencast: Mad About MED-V Part 2 of 4, User Experience&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://download.microsoft.com/download/5/0/B/50B878F9-30AE-4120-B52C-F88DEC3FF70E/MEDV_Quick_Start_Guide_03_09.pdf"&gt;MED-V Quick Start Guide&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.med-v.net/"&gt;http://www.med-v.net/&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://edge.technet.com/Media/Microsoft-Enterprise-Desktop-Virtualization-MED-V-V1-SP1-User-Experience/"&gt;http://edge.technet.com/Media/Microsoft-Enterprise-Desktop-Virtualization-MED-V-V1-SP1-User-Experience/&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;VIRTUALIZATION: Infrastructure Planning and Design guide for Microsoft Application Virtualization 4.6&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Gisteren meldde ik al dat de Infrastructure Planning and Design guides van Microsoft weer een opknapbeurt hadden gehad. Dit is er een van.&lt;/p&gt;  &lt;p&gt;Deze is specifiek voor App-V 4.6.&lt;/p&gt;  &lt;p&gt;The &lt;em&gt;Microsoft Application Virtualization (App-V) 4.6&lt;/em&gt;&lt;strong&gt; &lt;/strong&gt;guide enables organizations to implement application virtualization and effectively respond to the associated challenges. This IPD guide takes you step-by-step through the process of planning your application virtualization infrastructure; and now includes information on how App-V supports Windows 7 and Windows Server 2008 R2, including such features as BranchCache; support for 64-bit clients; and server-sizing data. Strategically planning your infrastructure can help you avoid problems before they begin, allowing you to serve your customers more accurately and reliably, as well as saving you time and money.&lt;/p&gt;  &lt;p&gt;Download: &lt;a href="http://go.microsoft.com/fwlink/?LinkId=160978"&gt;http://go.microsoft.com/fwlink/?LinkId=160978&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee354207.aspx?SA_CE=NOT-IPD-NWSLR-TNET-2010-2-23"&gt;http://technet.microsoft.com/en-us/library/ee354207.aspx?SA_CE=NOT-IPD-NWSLR-TNET-2010-2-23&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: MS10-015 security update re-released with new detection logic&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;Op hun Security Response Center meldt Microsoft dat ze update &lt;a href="http://www.microsoft.com/technet/security/bulletin/MS10-015.mspx"&gt;MS10-015&lt;/a&gt; opnieuw hebben uitgebracht. Het detectiemechanisme is bijgewerkt.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/msrc/archive/2010/03/02/update-ms10-015-security-update-re-released-with-new-detection-logic.aspx"&gt;http://blogs.technet.com/msrc/archive/2010/03/02/update-ms10-015-security-update-re-released-with-new-detection-logic.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Dan zijn er ook 2 KB-artikelen over dit onderwerp verschenen die mogelijk interessant zijn:&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Windows Update failed to install Windows Update MS10-015, (KB 977165), with error code 0x8007F0F4 or error code FFFFFFFF&lt;/b&gt; - &lt;a href="http://support.microsoft.com/kb/981198"&gt;http://support.microsoft.com/kb/981198&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;How to determine whether a computer is compatible with security update 977165&lt;/b&gt; - &lt;a href="http://support.microsoft.com/kb/980966"&gt;http://support.microsoft.com/kb/980966&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Adobe Patching Options Growing&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: patch management mailinglist&lt;/p&gt;  &lt;p&gt;Adobe werkt nauw met Microsoft samen om binnenkort Adobe updates in de volgende Microsoft patch-producten te integreren:&lt;/p&gt;  &lt;p&gt;· SCCM&lt;/p&gt;  &lt;p&gt;· SCUP&lt;/p&gt;  &lt;p&gt;· WSUS&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.pcmag.com/securitywatch/2010/03/adobe_patching_options_growing.php"&gt;http://blogs.pcmag.com/securitywatch/2010/03/adobe_patching_options_growing.php&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ook Shavlik, een bekende producent van patch-producten haakt hierop in. Shavlik biedt nu Scupdates dat overduidelijk aanhaakt op de combo SCCM/SCUP. Hiermee wordt de investering die een bedrijf hierin gedaan heeft veilig gesteld.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.shavlik.com/scupdates.aspx"&gt;http://www.shavlik.com/scupdates.aspx&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;CLIENTS: Windows 7 Application Compatibility List for IT Professionals&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;Microsoft heeft recentelijk de lijst met applicaties die compatible zijn met Windows 7 opnieuw bijgewerkt. De lijst is voor IT professionals bedoeld maar uiteraard voor iedereen toegankelijk. De lijst is in XLS-formaat.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=890e522e-e39e-4278-aebc-186f81e29173"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=890e522e-e39e-4278-aebc-186f81e29173&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SECURITY: Microsoft® Forefront™ Identity Manager 2010 Evaluation Version&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: activewin.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This download contains an evaluation version of the Microsoft® Forefront™ Identity Manager (FIM) 2010 client and server components.    &lt;br /&gt;FIM 2010 offers a comprehensive solution for managing identities, credentials, and identity-based access policies across heterogeneous environments. Users can create their own security and email distribution groups and decide who to include in those groups. They can reset their passwords without calling their help desk. IT Pros can use FIM to manage certificates and smart cards. FIM embeds self-help tools in Outlook so users can manage routine aspects of identity and access. FIM also gives IT professionals rich administrative tools and enhanced automation, and delivers .NET- and Web Services–based extensibility for developers. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=22731a2a-5b0f-4c6b-846a-e53588117981"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=22731a2a-5b0f-4c6b-846a-e53588117981&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Exchange Pre-Deployment Analyzer&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;h6&gt;Overview&lt;/h6&gt;  &lt;p&gt;You can use the Exchange Pre-Deployment Analyzer to perform an overall topology readiness scan of your environment. When you run the Exchange Pre-Deployment Analyzer, it provides a detailed report that will alert you if there are any issues within your organization, which could prevent you from deploying Exchange 2010. For example, the Exchange Pre-Deployment Analyzer will notify you if you haven&amp;#39;t deployed the minimum required Exchange service pack on all your existing Exchange servers.   &lt;br /&gt;The checks performed by ExPDA are similar to the pre-requisite checks implemented (via Exchange Best Practices Analyzer) in the Exchange 2010 Setup program; in fact ExPDA is based off the Exchange Best Practices Analyzer (ExBPA) engine. However, unlike Exchange 2010 setup, this tool focuses only on overall topology readiness and not the ability to run Exchange 2010 on the local computer. The scan also performs a deep analysis of each existing Exchange 2003/2007 server to verify that it has the necessary updates and configuration in-place to support Exchange 2010. The end report is structured as follows: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Critical&lt;/b&gt; - A configuration problem that will prevent Exchange 2010 from being deployed in the organization. For example, the Active Directory Forest is not operating in Windows Server 2003 Forest Functional Mode or higher.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Warning&lt;/b&gt; - A configuration item that may prevent customers having the best possible experience with Exchange 2010. A warning may also reflect some functionality that is not available in Exchange 2010.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;ExPDA is another component in our vision to provide a seamless upgrade experience that reduces the complexities in deploying Exchange 2010. To start planning your upgrade, please utilize the &lt;a href="http://technet.microsoft.com/en-us/exdeploy2010/default.aspx"&gt;Exchange Deployment Assistant&lt;/a&gt;. The Deployment Assistant allows a customer to create Exchange 2010 on-premises deployment instructions that are customized to their environment. The Assistant asks a small set of questions, and based on the answers, it provides a finite set of instructions that are designed to get a customer up and running on Exchange 2010. Running the Exchange Server Pre-Deployment Analyzer is now a recommended step within the pre-requisites section of the Deployment Assistant. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=88b304e7-9912-4cb0-8ead-7479dab1abf2&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=88b304e7-9912-4cb0-8ead-7479dab1abf2&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;TOOLS: Microsoft Baseline Configuration Analyzer 2.0&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: Microsoft.com&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Microsoft Baseline Configuration Analyzer 2.0 (MBCA 2.0) can help you maintain optimal system configuration by analyzing configurations of your computers against a predefined set of best practices, and reporting results of the analyses. Best practices are developed by a product development team or domain experts, and are packaged in the form of a best practice model. Models are available as separately-downloadable packages that can be run and analyzed by MBCA. MBCA lets users work with best practice models in a consistent, user-friendly way.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=1b6e9026-f505-403e-84c3-a5dea704ec67&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=1b6e9026-f505-403e-84c3-a5dea704ec67&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm&lt;/a&gt;&lt;/p&gt;  &lt;hr align="center" /&gt;  &lt;p&gt;&lt;b&gt;SERVER APPS: Using Microsoft ForeFront Server Security Management Console (Part 2)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Bron: msexchange.org&lt;/p&gt;  &lt;p&gt;Anderson Patricio heeft het 2e deel van zijn serie over het gebruik van de ForeFront Server Security management console online gezet. Hij focust hier vooral op de autom