<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Security on Anything About IT</title><link>https://www.verboon.info/categories/security/</link><description>Recent content in Security on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 06 Dec 2025 12:27:02 +0000</lastBuildDate><atom:link href="https://www.verboon.info/categories/security/index.xml" rel="self" type="application/rss+xml"/><item><title>Exploring IdentityAccountInfo - Building a KQL Query to Assess Identity Password Security Posture</title><link>https://www.verboon.info/2025/12/exploring-identityaccountinfo-building-a-kql-query-to-assess-identity-password-security-posture/</link><pubDate>Sat, 06 Dec 2025 12:27:02 +0000</pubDate><guid>https://www.verboon.info/2025/12/exploring-identityaccountinfo-building-a-kql-query-to-assess-identity-password-security-posture/</guid><description>&lt;p&gt;Recently Microsoft Defender XDR introduced a new table called &lt;a href="https://learn.microsoft.com/en-us/defender-xdr/advanced-hunting-identityaccountinfo-table"&gt;IdentityAccountInfo&lt;/a&gt;, and this one immediately caught my attention. It brings several interesting attributes into Advanced Hunting, including &lt;code&gt;LastPasswordChangeTime&lt;/code&gt; and even the sensitivity classification of an identity.&lt;/p&gt;
&lt;p&gt;Naturally, my first thought was: this is perfect material for some hunting logic, so let&amp;rsquo;s build a KQL query out of it.&lt;/p&gt;
&lt;p&gt;Why am I excited about this? Because it finally allows us to query identity hygiene data straight from Defender. No external inventory dumps, no AD scripting, just KQL.&lt;/p&gt;</description></item><item><title>Defender for Identity - Automatic Windows Event Auditing Configuration</title><link>https://www.verboon.info/2025/11/defender-for-identity-automatic-windows-event-auditing-configuration/</link><pubDate>Sat, 22 Nov 2025 14:29:46 +0000</pubDate><guid>https://www.verboon.info/2025/11/defender-for-identity-automatic-windows-event-auditing-configuration/</guid><description>&lt;p&gt;One of the most common issues we encounter during Defender for Identity assessments is misconfiguration. Many organizations assume that installing the sensor is the final step, but proper post-installation configuration is just as important.&lt;/p&gt;
&lt;p&gt;In particular, enabling the required Windows event auditing policies is essential for full detection capabilities. Without these settings, functionality is degraded and health notifications start to appear.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/defender-for-identity-automatic-windows-event-auditing-configuration-01.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;Defender for Identity relies on specific Windows audit categories and subcategories to capture critical events.&lt;/p&gt;</description></item><item><title>Collect Microsoft Entra Connect Sync Audit Events</title><link>https://www.verboon.info/2025/09/collect-microsoft-entra-connect-sync-audit-events/</link><pubDate>Sat, 06 Sep 2025 15:32:18 +0000</pubDate><guid>https://www.verboon.info/2025/09/collect-microsoft-entra-connect-sync-audit-events/</guid><description>&lt;p&gt;Microsoft Entra Connect Sync now includes an admin audit logging capability that is enabled by default. This gives organizations visibility into configuration changes performed by Global Administrators, Hybrid Administrators, and local server administrators.&lt;/p&gt;
&lt;p&gt;In this post, we walk through how to forward those Microsoft Entra Connect Sync audit events into Microsoft Sentinel for centralized monitoring and investigation.&lt;/p&gt;
&lt;h2 id="check-the-microsoft-entra-connect-sync-version"&gt;Check the Microsoft Entra Connect Sync Version&lt;/h2&gt;
&lt;p&gt;In the Entra portal, go to Entra Connect &amp;gt; Connect Sync &amp;gt; Microsoft Entra Connect Health &amp;gt; Sync Services &amp;gt; your service &amp;gt; Microsoft Entra Connect Servers &amp;gt; your server &amp;gt; Properties &amp;gt; Synchronization.&lt;/p&gt;</description></item><item><title>Shedding Light on Dormant Sensitive Accounts</title><link>https://www.verboon.info/2025/07/shedding-light-on-dormant-sensitive-accounts/</link><pubDate>Tue, 08 Jul 2025 15:34:54 +0000</pubDate><guid>https://www.verboon.info/2025/07/shedding-light-on-dormant-sensitive-accounts/</guid><description>&lt;p&gt;Dormant sensitive accounts are a high-risk identity exposure. In Microsoft Defender XDR, the recommendation &lt;strong&gt;Remove dormant accounts from sensitive groups&lt;/strong&gt; helps surface these accounts, including whether they are inactive, disabled, or have expired credentials.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/shedding-light-on-dormant-sensitive-accounts-01.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;You can export the detected entities, but the export often contains limited context. In many cases, you only get entity names or SID values, which makes remediation harder when you need ownership and organizational details.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/shedding-light-on-dormant-sensitive-accounts-02.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;A practical approach is to use the SID values to enrich the result set with identity attributes from &lt;code&gt;IdentityInfo&lt;/code&gt;. You can quickly build a SID variable list using KustoVars, then query Defender XDR for additional context.&lt;/p&gt;</description></item><item><title>Microsoft Defender for Endpoint - Security Settings Management Internals 0x1</title><link>https://www.verboon.info/2024/04/microsoft-defender-for-endpoint-security-settings-management-internals-0x1/</link><pubDate>Sun, 28 Apr 2024 12:25:01 +0000</pubDate><guid>https://www.verboon.info/2024/04/microsoft-defender-for-endpoint-security-settings-management-internals-0x1/</guid><description>&lt;p&gt;In this post, we take a closer look at how &lt;strong&gt;Microsoft Defender for Endpoint Security Settings Management&lt;/strong&gt; works behind the scenes, especially for Windows Server scenarios.&lt;/p&gt;
&lt;h2 id="entra-id-device-registration"&gt;Entra ID Device Registration&lt;/h2&gt;
&lt;p&gt;Because Intune policy assignment is group-based, devices need an object in Entra ID. If a server already has an existing registration (for example Hybrid Join), that object is reused. If not, a synthetic device identity is created in Entra ID so the device can retrieve policy.&lt;/p&gt;</description></item><item><title>Assessment and Control of Browser Extensions</title><link>https://www.verboon.info/2022/06/assessment-and-control-of-browser-extensions/</link><pubDate>Sun, 19 Jun 2022 21:38:01 +0000</pubDate><guid>https://www.verboon.info/2022/06/assessment-and-control-of-browser-extensions/</guid><description>&lt;p&gt;In this blog post we take a look at browser extensions and how Microsoft Defender for Endpoint, Microsoft Defender Threat and Vulnerability Management and system configuration policies can help us to gain control over the use of browser extensions.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What is a Browser Extension?&lt;/li&gt;
&lt;li&gt;Where are Extensions installed&lt;/li&gt;
&lt;li&gt;Browser Extension Permissions&lt;/li&gt;
&lt;li&gt;Using advanced hunting to identify browser extension downloads&lt;/li&gt;
&lt;li&gt;Browser Extension inventory in Microsoft Defender Threat and vulnerability Management&lt;/li&gt;
&lt;li&gt;Controlling the use of Browser Extensions&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-is-a-browser-extension"&gt;What is a browser extension?&lt;/h2&gt;
&lt;p&gt;A browser extension is a small software module for customizing a web browser. An extension improves a user&amp;rsquo;s browsing experience. It usually provides a niche function that is important to a target audience.&lt;/p&gt;</description></item><item><title>How To Detect the Log4Shell Vulnerability (CVE-2021-44228) with Microsoft Endpoint Configuration Manager</title><link>https://www.verboon.info/2021/12/how-to-detect-the-log4shell-vulnerability-cve-2021-44228-with-microsoft-endpoint-configuration-manager/</link><pubDate>Tue, 14 Dec 2021 21:25:13 +0000</pubDate><guid>https://www.verboon.info/2021/12/how-to-detect-the-log4shell-vulnerability-cve-2021-44228-with-microsoft-endpoint-configuration-manager/</guid><description>&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;These days everyone is trying to identify devices that are vulnerable to the Log4Shell Vulnerability (CVE-2021-44228). If your only systems management tool is Microsoft Endpoint Configuration Manager this blog is for you.&lt;/p&gt;
&lt;p&gt;You can of course create device collections based on installed programs, however log4j-core.jar files can be found in several locations in and outside the Program files folder. So in order to identify these files, we have to search for them on the entire disk. Here&amp;rsquo;s the script I prepared for that.&lt;/p&gt;</description></item><item><title>Defender for Endpoint - unified solution for Windows Server 2012 R2 and 2016 (Part1)</title><link>https://www.verboon.info/2021/10/defender-for-endpoint-unified-solution-for-windows-server-2012-r2-and-2016-part1/</link><pubDate>Sun, 24 Oct 2021 16:20:59 +0000</pubDate><guid>https://www.verboon.info/2021/10/defender-for-endpoint-unified-solution-for-windows-server-2012-r2-and-2016-part1/</guid><description>&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;Just in case you missed this, earlier in October, Microsoft &lt;a href="https://techcommunity.microsoft.com/t5/microsoft-defender-for-endpoint/defending-windows-server-2012-r2-and-2016/ba-p/2783292"&gt;announced&lt;/a&gt; the public preview for the Microsoft Defender for endpoint, unified solution for Windows Server 2012 R2 and 2016 that enables additional protection features and brings a high level of parity with Microsoft Defender for endpoint on Windows Server 2019. The unified solution also provides a much simpler onboarding experience.&lt;/p&gt;
&lt;p&gt;Before taking a closer look at the new unified solution, let&amp;rsquo;s briefly look at how things worked until now. Onboarding Windows 10 and Windows Server 2019 is simple, all you need to do is run an onboarding script that basically enables the Microsoft Defender for Endpoint component that is already built-in the operating system, i.e. there&amp;rsquo;s no need to deploy and install any additional software. Things are different with Windows Server 2012-R2 and Windows Server 2016 though.&lt;/p&gt;</description></item><item><title>Detect Audit Policy Modifications with Microsoft 365 Defender</title><link>https://www.verboon.info/2021/09/detect-audit-policy-modifications-with-microsoft-365-defender/</link><pubDate>Sun, 26 Sep 2021 20:15:06 +0000</pubDate><guid>https://www.verboon.info/2021/09/detect-audit-policy-modifications-with-microsoft-365-defender/</guid><description>&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;In today&amp;rsquo;s blog post I want to share with you an advanced hunting query to detect audit policy modifications using Microsoft Defender 365 advanced hunting. Following the MITRE ATT&amp;amp;CK framework this would be &lt;a href="https://attack.mitre.org/techniques/T1484/001/"&gt;T1484.001 Domain Policy Modification: Group Policy Modification&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Microsoft Defender for Endpoint can help us detect audit policy modifications by running the following query:&lt;/p&gt;
&lt;p&gt;
 &lt;img src="092621_1955_DetectAudit1.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;Detailed information about the audit policy changes is displayed in the AdditionalFields data. Now all we need to do is to translate these values into human readable data.&lt;/p&gt;</description></item><item><title>Use advanced hunting to Identify Defender clients with outdated definitions</title><link>https://www.verboon.info/2021/08/use-advanced-hunting-to-identify-defender-clients-with-outdated-definitions/</link><pubDate>Wed, 25 Aug 2021 15:21:28 +0000</pubDate><guid>https://www.verboon.info/2021/08/use-advanced-hunting-to-identify-defender-clients-with-outdated-definitions/</guid><description>&lt;p&gt;In an ideal world all of our devices are fully patched and the Microsoft Defender antivirus agent has the latest definition updates installed. Unfortunately reality is often different. When using Microsoft Endpoint Manager we can find devices with outdated definition updates through the Microsoft Endpoint Manager portal as shown in the example below.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/082521_1519_Useadvanced2.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;Now in my opinion it must be the IT infrastructure operations team&amp;rsquo;s responsibility to ensure that devices get their patches installed and Defender gets its platform and definition updates. But sometimes the reason for devices not getting updates is because the platform used to manage the deployment of these updates might have an issue, be on the backend or client side.&lt;/p&gt;</description></item><item><title>Use Microsoft Endpoint Configuration Manager to Configure the Windows Print Spooler Service</title><link>https://www.verboon.info/2021/07/use-microsoft-endpoint-configuration-manager-to-configure-the-windows-print-spooler-service/</link><pubDate>Sat, 10 Jul 2021 15:07:17 +0000</pubDate><guid>https://www.verboon.info/2021/07/use-microsoft-endpoint-configuration-manager-to-configure-the-windows-print-spooler-service/</guid><description>&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;In &lt;a href="https://www.verboon.info/2021/07/use-microsoft-endpoint-configuration-manager-to-stop-the-windows-print-spooler-service/"&gt;my earlier post&lt;/a&gt; &lt;a href="https://www.verboon.info/2021/07/use-microsoft-endpoint-configuration-manager-to-stop-the-windows-print-spooler-service/"&gt;Use Microsoft Endpoint Configuration Manager to stop the Windows Print Spooler Service – Anything about IT (verboon.info)&lt;/a&gt; I explained how to stop the Print Spooler service using Microsoft Endpoint Configuration Manager leveraging CMPivot to identify servers where the Print Spooler is running and the Run Script function to stop and disable the service. This method was intended as a first response action, however as new servers get deployed, we want to make sure the print spooler remains disabled, so we need a more permanent solution.&lt;/p&gt;</description></item><item><title>How to remediate Defender for Endpoint onboarding with ConfigMgr</title><link>https://www.verboon.info/2021/02/how-to-remediate-defender-for-endpoint-onboarding-with-configmgr/</link><pubDate>Thu, 25 Feb 2021 18:57:49 +0000</pubDate><guid>https://www.verboon.info/2021/02/how-to-remediate-defender-for-endpoint-onboarding-with-configmgr/</guid><description>&lt;p&gt;During the past 5 years I have onboarded a couple of thousand devices into Microsoft Defender for Endpoint and can say that, provided that you done your homework with regards to network connectivity, onboarding devices into Defender for Endpoint usually just works. But as always in IT, there are exceptions.&lt;/p&gt;
&lt;p&gt;Should you ever run into an issue with onboarding devices, I recommend checking the guidance provided here: &lt;a href="https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/troubleshoot-onboarding"&gt;Troubleshoot Microsoft Defender for Endpoint onboarding issues&lt;/a&gt;. Now if you have just a couple of devices to manage you will most likely spot any missing device within the Defender for Endpoint management portal, but what if you have several hundred or even thousands of devices? How would you find out that that particular device Computer0073 in Building D1 on the 6th floor is not correctly onboarded?&lt;/p&gt;</description></item><item><title>Preparing my Application Guard for Office test lab</title><link>https://www.verboon.info/2020/11/preparing-my-application-guard-for-office-test-lab/</link><pubDate>Sat, 21 Nov 2020 17:24:13 +0000</pubDate><guid>https://www.verboon.info/2020/11/preparing-my-application-guard-for-office-test-lab/</guid><description>&lt;p&gt;Hello everyone, today I wanted to see application guard for office in action. If you are not familiar with application guard for office, I suggest you read the following articles / documentation.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Microsoft Defender Application Guard for Office&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Application Guard for Office&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And now let me walk you through the steps to get application guard for office working in your test lab.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Deploy Windows 10 20H1 or 20H2&lt;/li&gt;
&lt;li&gt;When running your test client in Hyper-V you have to enable &lt;a href="#"&gt;nested virtualization&lt;/a&gt; so that we can later enable Application Guard
 &lt;img src="images/112120_1710_Preparingmy1.png" alt=""&gt;

&lt;/li&gt;
&lt;li&gt;Next, we turn on the Microsoft Defender Application Guard. Now if your system does not meet the minimum &lt;a href="#"&gt;requirements&lt;/a&gt; the option is greyed out as shown in the screenshot below.

 &lt;img src="images/112120_1710_Preparingmy2.png" alt=""&gt;


But luckily there is a workaround described &lt;a href="#"&gt;here&lt;/a&gt;. Once you have added these registry keys, you will be able to enable Application Guard

 &lt;img src="images/112120_1710_Preparingmy3.png" alt=""&gt;

&lt;/li&gt;
&lt;li&gt;Now we have to enable Microsoft Defender Application Guard in managed mode, so that it can be used for Microsoft Edge and Office. Open the Group Policy editor and navigate to: Computer Configuration \ Administrative templates \ Windows Components \ Microsoft Defender Application Guard and open the setting: Turn on Microsoft Defender Application Guard in Managed Mode and set the value to 3 If you want to enable Application Guard for Edge and Office or 2 for Office only.

 &lt;img src="images/112120_1710_Preparingmy4.png" alt=""&gt;

&lt;/li&gt;
&lt;li&gt;Now that we have Defender Application Guard ready, let us move on to Office. The &lt;a href="#"&gt;official documentation&lt;/a&gt; mentions Office Beta Channel Build version 2008 16.0.13212 or later, however as per &lt;a href="#"&gt;this announcement&lt;/a&gt; it should work with the Insider current channel as well. Configure the following group policy settings for Office 365 Apps for Enterprise to enable insider releases:User Configuration \ Administrative Templates \ Microsoft Office 2016 \ miscellaneous \ Show the option for Office Insider&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
 &lt;img src="images/112120_1710_Preparingmy5.png" alt=""&gt;

&lt;/p&gt;</description></item><item><title>Monitoring Service principal sign-ins with AzureAD and Azure Sentinel</title><link>https://www.verboon.info/2020/10/monitoring-service-principal-sign-ins-with-azuread-and-azure-sentinel/</link><pubDate>Sat, 10 Oct 2020 14:14:12 +0000</pubDate><guid>https://www.verboon.info/2020/10/monitoring-service-principal-sign-ins-with-azuread-and-azure-sentinel/</guid><description>&lt;p&gt;Here is a conversation between Jeffrey (Developer) and Marc (IT Admin) working for ECorp Ltd.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/101020_1404_MonitoringS1.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;Looks familiar? Take a look in your Azure Active directory, how many applications do you have there? In an ideal world you maintain an inventory of all these applications somewhere in your asset management database so that you know who is the owner of the Application and what it is used for and what API permissions are granted. As for the client secret, this should be stored in a Vault.&lt;/p&gt;</description></item><item><title>MTP Advanced Hunting – Public free E-Mail services</title><link>https://www.verboon.info/2020/09/mtp-advanced-hunting-public-free-e-mail-services/</link><pubDate>Tue, 22 Sep 2020 22:06:48 +0000</pubDate><guid>https://www.verboon.info/2020/09/mtp-advanced-hunting-public-free-e-mail-services/</guid><description>&lt;p&gt;Today I received an e-mail from a customer explaining to me that at times they have false positives with e-mail Impersonation. Depending on your configuration the e-mail will end up being moved to the user&amp;rsquo;s junk folder or into quarantine. When releasing such a message and have safety tips turned on, you might see the following message at the top of the message.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/092220_2151_MTPAdvanced1.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;Reading Tip: &lt;a href="#"&gt;Protect yourself from phishing schemes and other forms of online fraud&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Hunting for Local Group Membership changes</title><link>https://www.verboon.info/2020/09/hunting-for-local-group-membership-changes/</link><pubDate>Sun, 06 Sep 2020 08:22:11 +0000</pubDate><guid>https://www.verboon.info/2020/09/hunting-for-local-group-membership-changes/</guid><description>&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;A couple of days ago, someone in a forum asked whether it would be possible to detect changes to the local administrator&amp;rsquo;s group using Microsoft Defender Advanced Threat protection. Before I continue why would you want to monitor such changes? Well here is what comes to my mind:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;An attacker tries to maintain persistence, creates an account, and adds it to the local administrator&amp;rsquo;s group. &lt;a href="#"&gt;T1136.001 - Create Account: Local Account&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;A user obtained a LAPS password and misuses the temporary permission to add their own account to the local administrative group&lt;/li&gt;
&lt;li&gt;Local IT support works on fixing an issue, adds the user to the local administrator&amp;rsquo;s group, but forgets to remove the account after the issue is being resolved&lt;/li&gt;
&lt;li&gt;In the days of COVID19, IT sometimes is in a rush and does anything to enable their users to work, a user is quickly added to the local administrators or remote desktop users group to enable them to use Remote Desktop Services (RDP)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now the good news is, yes changes to local groups can be detected. As you can see from the screenshot below Microsoft Defender ATP exposes &lt;strong&gt;UserAccountAddedToLocalGroup&lt;/strong&gt; ActionType in the &lt;a href="#"&gt;DeviceEvents&lt;/a&gt; table.&lt;/p&gt;</description></item><item><title>Defender ATP Advanced hunting with TI from URLhaus</title><link>https://www.verboon.info/2020/06/defender-atp-advanced-hunting-with-ti-from-urlhaus/</link><pubDate>Sun, 21 Jun 2020 14:57:47 +0000</pubDate><guid>https://www.verboon.info/2020/06/defender-atp-advanced-hunting-with-ti-from-urlhaus/</guid><description>&lt;p&gt;Hello everyone, in today&amp;rsquo;s article we are going to take look at how we can use Threat Intelligence (TI) data from URLhaus with Microsoft Defender ATP advanced hunting.&lt;/p&gt;
&lt;h1 id="urlhaus"&gt;URLhaus&lt;/h1&gt;
&lt;p&gt;URLhaus is a project from abuse.ch with the goal of sharing malicious URLs that are being used for malware distribution. &lt;a href="https://urlhaus.abuse.ch/"&gt;https://urlhaus.abuse.ch/&lt;/a&gt; The project provides several ways to find and retrieve information about malware URLs.&lt;/p&gt;
&lt;p&gt;You can browse the URL database interactively through &lt;a href="https://urlhaus.abuse.ch/browse/"&gt;https://urlhaus.abuse.ch/browse/&lt;/a&gt;
 &lt;img src="images/062120_1454_DefenderATP1.png" alt=""&gt;

&lt;/p&gt;</description></item><item><title>Managing Time Zone and Date formats in Microsoft Defender Security Center</title><link>https://www.verboon.info/2020/06/managing-time-zone-and-date-formats-in-microsoft-defender-security-center/</link><pubDate>Tue, 09 Jun 2020 15:49:25 +0000</pubDate><guid>https://www.verboon.info/2020/06/managing-time-zone-and-date-formats-in-microsoft-defender-security-center/</guid><description>&lt;p&gt;When you receive security alerts or are investigating security related events , the aspect of time is important element. By default, date and time is displayed in Coordinated Universal Time (UTC) within the Microsoft Defender security center portal.&lt;/p&gt;
&lt;p&gt;In todays&amp;rsquo; blog post, I want to provide you with some insights and tips how to manage Timezone and the date time format within the Microsoft Defender security center.&lt;/p&gt;
&lt;h1 id="time-zones"&gt;Time zones&lt;/h1&gt;
&lt;p&gt;
 &lt;img src="images/060920_1544_ManagingTim1.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;You can use the &lt;strong&gt;Time zone&lt;/strong&gt; menu to change the time to your local time.&lt;/p&gt;</description></item><item><title>Advance your Microsoft Defender ATP hunting skills using the Atomic execution framework</title><link>https://www.verboon.info/2020/06/advance-your-microsoft-defender-atp-hunting-skills-using-the-atomic-execution-framework/</link><pubDate>Fri, 05 Jun 2020 12:38:56 +0000</pubDate><guid>https://www.verboon.info/2020/06/advance-your-microsoft-defender-atp-hunting-skills-using-the-atomic-execution-framework/</guid><description>&lt;p&gt;Hello everyone, during the past months I took a closer look at &lt;a href="#"&gt;MITRE ATT&amp;amp;CK &lt;/a&gt; to advance my hunting skills using &lt;a href="#"&gt;Microsoft Defender Advanced Threat Protection&lt;/a&gt;. For those not familiar with MITRE ATT&amp;amp;CK, in short, it is a knowledge base knowledge base of adversary tactics and techniques based on real-world observations.&lt;/p&gt;
&lt;p&gt;To familiarize myself with MITRE ATT&amp;amp;CK, I first started reading through all the tactics and techniques, to be honest while reading, I often couldn&amp;rsquo;t resists to get my hands on the keyboard and try things out, but I kept discipline and completed studying all the content first.&lt;/p&gt;</description></item><item><title>Meet the new Microsoft Defender ATP evaluation lab</title><link>https://www.verboon.info/2020/05/meet-the-new-microsoft-defender-atp-evaluation-lab/</link><pubDate>Sun, 24 May 2020 14:23:52 +0000</pubDate><guid>https://www.verboon.info/2020/05/meet-the-new-microsoft-defender-atp-evaluation-lab/</guid><description>&lt;p&gt;This week Hadar Feldmann, senior program manager and security researcher at Microsoft &lt;a href="#"&gt;announced&lt;/a&gt; the public preview of the new Microsoft Defender ATP evaluation lab that now includes two attack simulation solutions from AttackIQ and SafeBreach. The term &amp;rsquo;evaluation&amp;rsquo; might indicate that the lab is only intended for new customers hat are in the process of evaluating Microsoft Defender ATP, but that&amp;rsquo;s not the case, personally I think that it is also a perfect playground for existing customers to advance their investigation and hunting skills using Microsoft Defender ATP.&lt;/p&gt;</description></item><item><title>Windows 10 2004 - What is new in the Windows Security App</title><link>https://www.verboon.info/2020/05/windows-10-2004-what-is-new-in-the-windows-security-app/</link><pubDate>Thu, 21 May 2020 13:10:05 +0000</pubDate><guid>https://www.verboon.info/2020/05/windows-10-2004-what-is-new-in-the-windows-security-app/</guid><description>&lt;p&gt;When all goes well, Microsoft will soon release the next version of Windows 10 aka as Windows 10 2004. I am an active Windows Insider user and noticed a few little changes within the Windows 10 Security App that I think are worth sharing.

 &lt;img src="images/052120_1307_Windows10201.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;I used the following Windows 10 builds to identify changes, new features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows 10, 1909, Version 10.0.18363.836&lt;/li&gt;
&lt;li&gt;Windows 10, 2004, Version 10.0.19628.1&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="windows-security-app-icon"&gt;Windows Security App Icon&lt;/h1&gt;
&lt;p&gt;First thing you will notice is that there is a new tray icon.
&lt;em&gt;&lt;strong&gt;Windows 10 – 1909&lt;/strong&gt;&lt;/em&gt;
 &lt;img src="images/052120_1307_Windows10202.png" alt=""&gt;

&lt;em&gt;&lt;strong&gt;Windows 10 - 2004&lt;/strong&gt;&lt;/em&gt;
 &lt;img src="images/052120_1307_Windows10203.png" alt=""&gt;

&lt;/p&gt;</description></item><item><title>How to create your Defender ATP Admin Audit Log Dashboard</title><link>https://www.verboon.info/2020/04/how-to-create-your-defender-atp-admin-audit-log-dashboard/</link><pubDate>Sat, 11 Apr 2020 20:11:07 +0000</pubDate><guid>https://www.verboon.info/2020/04/how-to-create-your-defender-atp-admin-audit-log-dashboard/</guid><description>&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;In today&amp;rsquo;s blogpost I will walk you through the process of creating an admin audit log dashboard for Defender Advanced Threat Protection. During my past customer engagements, I was often asked if there is a way to show device actions taken by Defender ATP admins. The answer is yes, this is possible. First the information is available through the Defender ATP API, second the information is also stored within the Windows event log of the device itself.&lt;/p&gt;</description></item><item><title>How to generate a monthly Defender ATP Threat and Vulnerability Report</title><link>https://www.verboon.info/2019/11/how-to-generate-a-monthly-defender-atp-threat-and-vulnerability-report/</link><pubDate>Sun, 10 Nov 2019 23:00:53 +0000</pubDate><guid>https://www.verboon.info/2019/11/how-to-generate-a-monthly-defender-atp-threat-and-vulnerability-report/</guid><description>&lt;p&gt;&lt;strong&gt;Update 11 January 2020&lt;/strong&gt; - Microsoft has updated the Advanced Hunting Schema, so ComputerName is now &lt;strong&gt;DeviceName&lt;/strong&gt; in the queries.&lt;/p&gt;
&lt;p&gt;Just recently Microsoft &lt;a href="https://techcommunity.microsoft.com/t5/Microsoft-Defender-ATP/Reducing-risk-with-new-Threat-amp-Vulnerability-Management/ba-p/978145"&gt;announced&lt;/a&gt; that the Defender ATP advanced hunting schema was extended with the following tables:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;DeviceTvmSoftwareInventoryVulnerabilities&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DeviceTvmSoftwareVulnerabilitiesKB&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DeviceTvmSecureConfigurationAssessment&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DeviceTvmSecureConfigurationAssessmentKB&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This allows us to run advanced hunting queries to find and extract Defender ATP TVM data.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/alexverboon/d22727c0c8f0d8ca32953b5e2c79ba7f"&gt;https://gist.github.com/alexverboon/d22727c0c8f0d8ca32953b5e2c79ba7f&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/111019_2300_Howtogenera1.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;Now the people in your organization who are responsible for threat and vulnerability management might not necessarily have the knowledge of using the advanced hunting query language or are provided access to the Defender ATP console. So why not just send them a monthly report? Following is how to create a monthly Defender ATP TVM report using advanced hunting and Microsoft Flow.&lt;/p&gt;</description></item><item><title>Importing GPO Security Baselines with PowerShell</title><link>https://www.verboon.info/2019/10/importing-gpo-security-baselines-with-powershell/</link><pubDate>Mon, 07 Oct 2019 19:00:42 +0000</pubDate><guid>https://www.verboon.info/2019/10/importing-gpo-security-baselines-with-powershell/</guid><description>&lt;p&gt;Okay there’s this rule , if you do something manually for the third time, it’s about time to think of automating it. Here’s a script that I created to create Group Policy Objects and import the security baseline settings. The script will work with any security baseline that is provided with Group Policy backups e.g. Microsoft Security baseline, CIS, NSA.&lt;/p&gt;
&lt;p&gt;Let me show you this with an example:&lt;/p&gt;
&lt;p&gt;First download the latest Microsoft Security baseline which is included in the Microsoft Security Compliance Toolkit. &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=55319"&gt;https://www.microsoft.com/en-us/download/details.aspx?id=55319&lt;/a&gt; there download Windows 10 Version 1903 and Windows Server Version 1903 Security Baseline - Sept2019Update.zip and Office365-ProPlus-Sept2019-FINAL.zip (or just the latest versions available).&lt;/p&gt;</description></item><item><title>How to accelerate your Microsoft Defender ATP Evaluation</title><link>https://www.verboon.info/2019/08/how-to-accelerate-your-microsoft-defender-atp-evaluation/</link><pubDate>Tue, 06 Aug 2019 20:09:12 +0000</pubDate><guid>https://www.verboon.info/2019/08/how-to-accelerate-your-microsoft-defender-atp-evaluation/</guid><description>&lt;p&gt;As with almost any solution, one of the time consuming activities is to get the prerequisites in place until you get things up and running, this is no different with Microsoft Defender Advanced Threat Protection. Although the solution itself is entirely hosted in the cloud, there are a few prerequisites on the client side that must be put in place before you can get your hands on MDATP. Getting these prerequisites in place is no rocket science but depending on the organization, even getting a few Windows 10 test clients prepared and a few service URLs approved to go through the firewall/proxy can trigger a lot of internal processes that must be reviewed, approved and executed. Going through such processes makes perfect sense when conducting a proof of concept / pilot or production deployment within an organizations production environment, but what if you have little time and just want to get an idea of how Microsoft Defender ATP works and want to see it in action?&lt;/p&gt;</description></item><item><title>The case of Running the Device and Credential Guard Hardware Readiness Tool and unknown architecture</title><link>https://www.verboon.info/2019/05/the-case-of-running-the-device-and-credential-guard-hardware-readiness-tool-and-unknown-architecture/</link><pubDate>Fri, 31 May 2019 15:47:53 +0000</pubDate><guid>https://www.verboon.info/2019/05/the-case-of-running-the-device-and-credential-guard-hardware-readiness-tool-and-unknown-architecture/</guid><description>&lt;p&gt;To close this week, let me share my findings with you about running the Windows Device and Credential Guard Hardware Readiness Tool and the unknown architecture error.&lt;/p&gt;
&lt;p&gt;Believe it or not, there are still people, probably more than I assume, that run Windows in their native language instead of English. I can understand when end users do so, but honestly when administrating an infrastructure? Anyway, I recently worked for a client where the UI is set to German language, well after 10 minutes I felt so lost that I had to install the English language pack to become productive. While supporting the client to get ready for the Deployment of Windows Defender Credential Guard, following best practices I executed the Device Guard and Credential Guard Hardware Readiness Tool on one of their devices and got the following error:&lt;/p&gt;</description></item><item><title>Managing Role Based Access (RBAC) for Microsoft Defender Advanced Threat Protection</title><link>https://www.verboon.info/2019/05/managing-role-based-access-rbac-for-microsoft-defender-advanced-threat-protection/</link><pubDate>Fri, 24 May 2019 13:00:49 +0000</pubDate><guid>https://www.verboon.info/2019/05/managing-role-based-access-rbac-for-microsoft-defender-advanced-threat-protection/</guid><description>&lt;p&gt;I spend quite some time during the week travelling to and from customers, to make the best use of travel time, I usually read blogs and tweets or take online trainings to keep myself up to date about whatever interests me. Yesterday I noticed a tweet from someone regarding MDATP Portal access &amp;ldquo;&lt;em&gt;Security Administrator can&amp;rsquo;t be assigned to staff in my org. It&amp;rsquo;s too powerful&lt;/em&gt;.&amp;rdquo; Maybe not everyone is aware of the RBAC capabilities in MDATP so I through it might be worth a blog post. Here we go.&lt;/p&gt;</description></item><item><title>How to Configure Splunk to pull Windows Defender ATP alerts</title><link>https://www.verboon.info/2019/03/how-configure-splunk-to-pull-windows-defender-atp-alerts/</link><pubDate>Thu, 28 Mar 2019 15:17:22 +0000</pubDate><guid>https://www.verboon.info/2019/03/how-configure-splunk-to-pull-windows-defender-atp-alerts/</guid><description>&lt;p&gt;Windows Defender ATP provides SIEM integration, allowing you to pull alerts from Windows Defender ATP Security Center into Splunk. The SIEM integration uses the Windows Defender ATP Alerts Rest API. Since I have an actual customer demand for such an integration, I thought it&amp;rsquo;s about time to get a feel for how this works.&lt;/p&gt;
&lt;h1 id="prerequisites"&gt;Prerequisites&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;An active Windows Defender ATP subscription with portal admin access&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Windows Defender ATP SIEM integration enabled within the portal.&lt;/p&gt;</description></item><item><title>How to enable DKIM in Office 365</title><link>https://www.verboon.info/2019/01/how-to-enable-dkim-in-office-365/</link><pubDate>Thu, 17 Jan 2019 18:17:14 +0000</pubDate><guid>https://www.verboon.info/2019/01/how-to-enable-dkim-in-office-365/</guid><description>&lt;p&gt;Just in case you are not familiar with what DKIM is all about but still interested, I suggest you first read &lt;a href="https://docs.microsoft.com/en-us/office365/securitycompliance/use-dkim-to-validate-outbound-email"&gt;Use DKIM to validate outbound email sent from your custom domain in Office 365&lt;/a&gt; If you&amp;rsquo;re looking for detailed instructions how to enable DKIM in Office 365 continue reading.&lt;/p&gt;
&lt;h1 id="prerequisites"&gt;Prerequisites&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Windows PowerShell&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;PowerShell Script Validate-DkimConfig.ps1 download from &lt;a href="https://github.com/carlnolan/scripting/blob/master/Validate-DkimConfig.ps1"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Access to Exchange Online through PowerShell&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Access to DNS&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt; 23.3.2020 The above link to the script is no longer working, so you can get the script from here: &lt;a href="https://gist.github.com/alexverboon/cbe8c6964b5af01bfb3f43dd605acee4"&gt;https://gist.github.com/alexverboon/cbe8c6964b5af01bfb3f43dd605acee4&lt;/a&gt;&lt;/p&gt;</description></item><item><title>How to monitor your Azure AD emergency account with Cloud App Security</title><link>https://www.verboon.info/2019/01/how-to-monitor-your-azure-ad-emergency-account-with-cloud-app-security/</link><pubDate>Wed, 09 Jan 2019 21:11:35 +0000</pubDate><guid>https://www.verboon.info/2019/01/how-to-monitor-your-azure-ad-emergency-account-with-cloud-app-security/</guid><description>&lt;p&gt;As a best practice you should have at least one or two emergency accounts in your Azure Active Directory. You would use these accounts in the event where due to a configuration mistake you inadvertently locked yourself out of the Azure Active Directory or when for some reason you can&amp;rsquo;t use MFA that should be enabled on all administrative accounts.&lt;/p&gt;
&lt;p&gt;For more guidance about creating emergency accounts I suggest you read &lt;a href="https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/directory-emergency-access"&gt;Manage emergency access accounts in Azure AD&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Anything About IT turns 10 today</title><link>https://www.verboon.info/2018/05/anything-about-it-turns-10-today/</link><pubDate>Thu, 10 May 2018 14:50:47 +0000</pubDate><guid>https://www.verboon.info/2018/05/anything-about-it-turns-10-today/</guid><description>&lt;p&gt;On the 10th of May 2008, I wrote my first blog post here &amp;ldquo;&lt;a href="https://www.verboon.info/2008/05/growing-wim-files/"&gt;Growing WIM files&lt;/a&gt;&amp;rdquo;. I recently read through the archive and thought of all those moments where sometimes I spend just a few minutes, hours and sometimes even days preparing for a new blog post.&lt;/p&gt;
&lt;p&gt;By writing this blog I learned a lot about various tools, products and scripting and hope that now and then, one or the other blog post has helped someone else to solve a problem or expand their knowledge. Looking back at the very first blog layout it feels like wen watching movies from the 80&amp;rsquo;s, how on earth could I have chosen such a blog layout?&lt;/p&gt;</description></item><item><title>Collecting NetTcpConnection and Process information with PowerShell</title><link>https://www.verboon.info/2018/02/collecting-nettcpconnection-and-process-information-with-powershell/</link><pubDate>Thu, 08 Feb 2018 14:28:19 +0000</pubDate><guid>https://www.verboon.info/2018/02/collecting-nettcpconnection-and-process-information-with-powershell/</guid><description>&lt;p&gt;if you need information on active TCP connections, you probably start with the &lt;a href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat"&gt;netstat&lt;/a&gt; command When using the -b or -o parameter netstat will also list the executable involved in creating the process respectively the owing Process ID.&lt;/p&gt;
&lt;p&gt;The output then looks as following.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/020818_1424_CollectingN1.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;In PowerShell we can use &lt;a href="https://docs.microsoft.com/en-us/powershell/module/nettcpip/get-nettcpconnection?view=win10-ps"&gt;Get-NetTCPConnection&lt;/a&gt; to retrieve TCP connection information.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/020818_1424_CollectingN2.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;When suspecting that something malicious is running on a device, I look at the TCP connections and want to know more about the executable that owns the process. I am also interested in who&amp;rsquo;s owning the domain and where it&amp;rsquo;s geographically located. And so another cmdlet was born. &lt;strong&gt;Get-NetConnectionDetails&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Automating CIS-CAT Pro with PowerShell</title><link>https://www.verboon.info/2018/02/ciscatpowershell/</link><pubDate>Tue, 06 Feb 2018 20:34:49 +0000</pubDate><guid>https://www.verboon.info/2018/02/ciscatpowershell/</guid><description>&lt;p&gt;CIS-CAT stands for Center for internet Security Configuration Assessment Tool. The CIS-CAT tool is used to perform configuration and vulnerability assessments. The Pro version is only available to CIS members, however if you want to try out the software, you can download the CIS-CAT Lite version from here: &lt;a href="https://www.cisecurity.org/introducing-cis-cat-lite/"&gt;https://www.cisecurity.org/introducing-cis-cat-lite/&lt;/a&gt; Note that the Lite version does not include the command line interface, so you won&amp;rsquo;t be able to use the automation described in this blog post. But you&amp;rsquo;re still welcome to continue reading this blog post. An overview of the CIS-CAT Pro can be found here: &lt;a href="https://www.cisecurity.org/cybersecurity-tools/cis-cat-pro/"&gt;https://www.cisecurity.org/cybersecurity-tools/cis-cat-pro/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Exploring Microsoft Security Update information with PowerShell</title><link>https://www.verboon.info/2017/12/exploring-microsoft-security-update-information-with-powershell/</link><pubDate>Fri, 29 Dec 2017 13:36:30 +0000</pubDate><guid>https://www.verboon.info/2017/12/exploring-microsoft-security-update-information-with-powershell/</guid><description>&lt;p&gt;Nowadays regular deployment of security updates is a must, whether at home or within the enterprise. If you are responsible to keep systems up to date you deploy the latest updates as soon as possible.  But it is equally important to understand the vulnerabilities being addressed by these updates.&lt;/p&gt;
&lt;p&gt;The Microsoft Security Update Guide allows you to find detailed information about security updates. Go to &lt;a href="https://portal.msrc.microsoft.com/en-us/"&gt;https://portal.msrc.microsoft.com/en-us/&lt;/a&gt; and select “Go to the security update Guide”&lt;/p&gt;</description></item><item><title>How to check if Control Flow Guard is enabled</title><link>https://www.verboon.info/2017/07/how-to-check-if-control-flow-guard-is-enabled/</link><pubDate>Sat, 29 Jul 2017 10:53:56 +0000</pubDate><guid>https://www.verboon.info/2017/07/how-to-check-if-control-flow-guard-is-enabled/</guid><description>&lt;p&gt;How to check if Control Flow Guard is enabledControl Flow Guard helps mitigate exploits that are based on flow between code locations in memory. Control Flow Guard (CFG) is a mitigation that requires no configuration within the operating system, but instead is built into software when it’s compiled. So how to check if an Application is Control Flow Guard is enabled? For my own testing purposes I created two executables one called ConsoleApplication1.exe that has CFG enabled and ConsoleApplication1_NO_CFG.exe. One way to find out whether a running application has CFG enabled is to use the sysinternals process explorer utility. &lt;a href="images/clip_image002-1.png"&gt;

 &lt;img src="images/clip_image002_thumb-1.png" alt="clip_image002"&gt;


&lt;/a&gt;If you have Visual Studio installed, the you can use dumpbin.exe with the /HEADERS flag, then look for the DLL characteristics section.&lt;a href="images/clip_image004-1.png"&gt;

 &lt;img src="images/clip_image004_thumb-1.png" alt="clip_image004"&gt;


&lt;/a&gt;Another nice utility I found is &lt;a href="http://bytepointer.com/tools/index.htm#pelook"&gt;PELook&lt;/a&gt; from bytepointer.com &lt;a href="images/clip_image006-1.png"&gt;

 &lt;img src="images/clip_image006_thumb-1.png" alt="clip_image006"&gt;


&lt;/a&gt;Now while the above described methods are fine to look at an individual application, what if we wanted to scan an entire system with software installed? Use PowerShell!Luckily, I didn’t have to do all the work from scratch. I found the Get-PESecurity module from Eric Gruber on GitHub &lt;a href="https://github.com/NetSPI/PESecurity/blob/master/Get-PESecurity.psm1"&gt;here&lt;/a&gt;. The Get-PESecurity module checks if a Windows binary has been compiled with ASLR, DEP, SafeSEH, StrongNaming and Authenticode. But it didn’t show the Control Flow Guard information. After I familiarized myself a little bit with the &lt;a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms680547(v=vs.85).aspx#the_load_configuration_structure__image_only_"&gt;PE format specification&lt;/a&gt; on MSDN I learned that the information whether an image supports Control Flow Guard is stored in the DLLCharacteristics constant “GUARD_CF” with a value of 0x4000. So I extended the Get-PESecurity module here and there to add support for CFG. &lt;a href="images/clip_image008-1.png"&gt;

 &lt;img src="images/clip_image008_thumb-1.png" alt="clip_image008"&gt;


&lt;/a&gt;&lt;a href="images/clip_image010-1.png"&gt;

 &lt;img src="images/clip_image010_thumb-1.png" alt="clip_image010"&gt;


&lt;/a&gt;You can find my forked version of the Get-PESecurity PowerShell module which includes support for CFG here: &lt;a href="https://github.com/alexverboon/PESecurity"&gt;https://github.com/alexverboon/PESecurity&lt;/a&gt;If your company has in-house software developers encourage them to compile their applications with Control Flow Guard enabled. &lt;a href="images/clip_image012-1.png"&gt;

 &lt;img src="images/clip_image012_thumb-1.png" alt="clip_image012"&gt;


&lt;/a&gt;Additional resources I found while exploring CFG&lt;a href="https://msdn.microsoft.com/en-us/library/windows/desktop/mt637065(v=vs.85).aspx"&gt;https://msdn.microsoft.com/en-us/library/windows/desktop/mt637065(v=vs.85).aspx&lt;/a&gt;&lt;a href="http://sjc1-te-ftp.trendmicro.com/assets/wp/exploring-control-flow-guard-in-windows10.pdf"&gt;http://sjc1-te-ftp.trendmicro.com/assets/wp/exploring-control-flow-guard-in-windows10.pdf&lt;/a&gt;&lt;a href="https://docs.microsoft.com/en-us/windows/threat-protection/overview-of-threat-mitigations-in-windows-10"&gt;https://docs.microsoft.com/en-us/windows/threat-protection/overview-of-threat-mitigations-in-windows-10&lt;/a&gt;&lt;a href="https://lucasg.github.io/2017/02/05/Control-Flow-Guard"&gt;https://lucasg.github.io/2017/02/05/Control-Flow-Guard&lt;/a&gt;&lt;a href="https://github.com/NetSPI/PESecurity"&gt;https://github.com/NetSPI/PESecurity&lt;/a&gt;&lt;a href="https://blog.trailofbits.com/2016/12/27/lets-talk-about-cfi-microsoft-edition"&gt;https://blog.trailofbits.com/2016/12/27/lets-talk-about-cfi-microsoft-edition&lt;/a&gt;&lt;a href="https://blogs.technet.microsoft.com/askpfeplat/2017/04/24/windows-10-memory-protection-features"&gt;https://blogs.technet.microsoft.com/askpfeplat/2017/04/24/windows-10-memory-protection-features&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Untitled Draft 6973</title><link>https://www.verboon.info/2017/02/untitled-draft-6973/</link><pubDate>Tue, 28 Feb 2017 21:00:53 +0000</pubDate><guid>https://www.verboon.info/2017/02/untitled-draft-6973/</guid><description/></item><item><title>Untitled Post 6973</title><link>https://www.verboon.info/2017/02/untitled-post-6973/</link><pubDate>Tue, 28 Feb 2017 21:00:53 +0000</pubDate><guid>https://www.verboon.info/2017/02/untitled-post-6973/</guid><description/></item><item><title>Microsoft Operations Management Suite - Notes</title><link>https://www.verboon.info/2016/12/microsoft-operations-management-suite-notes/</link><pubDate>Sun, 18 Dec 2016 18:54:58 +0000</pubDate><guid>https://www.verboon.info/2016/12/microsoft-operations-management-suite-notes/</guid><description>&lt;p&gt;Below are a number of resources&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;TechNet Inside the Microsoft Operations Management Suite [e-book]&lt;/p&gt;
&lt;h1&gt;&lt;/h1&gt;</description></item><item><title>PowerShell Script - Get-IscMSSecBulletinInfo</title><link>https://www.verboon.info/2016/04/powershell-script-get-iscmssecbulletininfo/</link><pubDate>Wed, 06 Apr 2016 22:03:52 +0000</pubDate><guid>https://www.verboon.info/2016/04/powershell-script-get-iscmssecbulletininfo/</guid><description>&lt;p&gt;Hey there, the &lt;a href="https://isc.sans.edu/about.html"&gt;Internet Storm Center&lt;/a&gt; recently extended their Rest API with some &lt;a href="https://isc.sans.edu/forums/diary/New+Features+for+Microsoft+Patch+Data/20911/"&gt;features for Microsoft Patch Data&lt;/a&gt;. So where there is a REST API, there’s an opportunity for a PowerShell Script.  The Get-IscMSSecBulletinInfo can be found here: &lt;a href="https://github.com/alexverboon/posh/blob/master/Security/Get-IscMSSecBulletinInfo.ps1"&gt;https://github.com/alexverboon/posh/blob/master/Security/Get-IscMSSecBulletinInfo.ps1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;/Alex&lt;/p&gt;</description></item><item><title>test</title><link>https://www.verboon.info/2014/08/test/</link><pubDate>Sun, 10 Aug 2014 15:47:14 +0000</pubDate><guid>https://www.verboon.info/2014/08/test/</guid><description>&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-powershell" data-lang="powershell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;	&lt;span style="color:#8be9fd;font-style:italic"&gt;get-process&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>How to add your preferred Topics to your TechNet Forums profile</title><link>https://www.verboon.info/2013/09/how-to-add-your-preferred-topics-to-your-technet-forums-profile/</link><pubDate>Mon, 23 Sep 2013 22:27:15 +0000</pubDate><guid>https://www.verboon.info/2013/09/how-to-add-your-preferred-topics-to-your-technet-forums-profile/</guid><description>&lt;p&gt;Not too long ago Microsoft introduced a new look and feel of the TechNet forums. I am not going to comment here whether this was a good move, but do know that lots of folks have challenges in getting to their preferred forums. While attending the &lt;a href="http://www.systemcenteruniverse.ch/slide-deck-download.html"&gt;System Center Universe&lt;/a&gt; conference last week, someone again mentioned having trouble finding their content in the new TechNet forums. Reason enough to provide a brief explanation how things work.&lt;/p&gt;</description></item><item><title>Bill Gates announcing the Surface in 1991</title><link>https://www.verboon.info/2013/05/bill-gates-announcing-the-surface-in-1991/</link><pubDate>Mon, 13 May 2013 20:28:48 +0000</pubDate><guid>https://www.verboon.info/2013/05/bill-gates-announcing-the-surface-in-1991/</guid><description>&lt;p&gt;Being interested in computer history, now and then I look at old recordings and found Bill Gates announcing the Touch Sensitive &lt;strong&gt;Surface&lt;/strong&gt; 21 years before Steve Ballmer made the &lt;a href="http://www.youtube.com/watch?v=xwrDMYtELAM"&gt;announcement&lt;/a&gt; in 2012. &lt;/p&gt;
&lt;p&gt;Bill Gates mentions “Surface” near 2.22 mins.&lt;/p&gt;</description></item><item><title>How to create a custom antimalware policy in SCCM 2012 for your App-V sequencing clients</title><link>https://www.verboon.info/2013/02/how-to-create-a-custom-antimalware-policy-in-sccm-2012-for-your-app-v-sequencing-clients/</link><pubDate>Fri, 22 Feb 2013 16:33:44 +0000</pubDate><guid>https://www.verboon.info/2013/02/how-to-create-a-custom-antimalware-policy-in-sccm-2012-for-your-app-v-sequencing-clients/</guid><description>&lt;p&gt;Today I wanted to start sequencing an application for App-V within my lab environment where I have deployed SCCM 2012 SP1 including Endpoint Protection. As I went through the Sequencing Wizard I got the well-known warning that I have Antivirus software running.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb2.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;Not an issue, just turn it off right?. Well since I have configured a custom Antimalware policy that is applied to all my clients to not allow configure the real-time protection settings, this setting can’t be changed. .&lt;/p&gt;</description></item><item><title>No MBSA for Windows 8 planned</title><link>https://www.verboon.info/2012/11/no-mbsa-for-windows-8-planned/</link><pubDate>Thu, 08 Nov 2012 18:55:21 +0000</pubDate><guid>https://www.verboon.info/2012/11/no-mbsa-for-windows-8-planned/</guid><description>&lt;p&gt;Many companies and individuals use the Microsoft Baseline Security Analyzer (&lt;a href="http://technet.microsoft.com/en-US/security/cc184924.aspx"&gt;MBSA&lt;/a&gt;) to assess the security state of their Windows Clients. But according to a statement from Microsoft in their &lt;a href="http://blogs.technet.com/b/msrc/p/august-2012-security-bulletin-q-a.aspx"&gt;August 2012 Security Bulletin&lt;/a&gt;, there are currently no plans to release an updated version for Windows 8.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Q: Will the current version of MBSA support Windows 8?&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;A:&lt;/strong&gt; No, the current version of MBSA will not support Windows 8 and Microsoft currently has no plans to release an updated version of the tool.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Microsoft UE-V and PolicyPak - Better Together</title><link>https://www.verboon.info/2012/04/microsoft-ue-v-and-policypak-better-together/</link><pubDate>Tue, 24 Apr 2012 21:19:42 +0000</pubDate><guid>https://www.verboon.info/2012/04/microsoft-ue-v-and-policypak-better-together/</guid><description>&lt;p&gt;In this video Group Policy MVP Jeremy Moskowitz demonstrates why customers planning using Microsoft User Environment Virtualization (UE’V) might also want to consider using PolicyPak.&lt;/p&gt;
&lt;p&gt;More details about PolicyPak and the video transcript can be found &lt;a href="http://www.policypak.com/technology-and-downloads/policypak-enhances-microsoft-user-experience-virtualization-u-ev.html"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>How to access Microsoft Management Summit 2012 content</title><link>https://www.verboon.info/2012/04/how-to-access-microsoft-management-summit-2012-content/</link><pubDate>Mon, 23 Apr 2012 08:52:08 +0000</pubDate><guid>https://www.verboon.info/2012/04/how-to-access-microsoft-management-summit-2012-content/</guid><description>&lt;p&gt;If you haven’t been able to attend MMS2012, here’s how to access the recorded content.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1&lt;/strong&gt; Go to &lt;a href="https://vts.inxpo.com/scripts/Server.nxp?LASCmd=L:0&amp;amp;AI=1&amp;amp;InitialDisplay=1&amp;amp;ClientBrowser=0&amp;amp;ShowKey=8751"&gt;Digital MMS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 2&lt;/strong&gt; Create an account:&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/2012-04-23_10h43_23_thumb.png" alt="2012-04-23_10h43_23"&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 3&lt;/strong&gt; Login and enjoy the sessions.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/2012-04-23_10h50_42_thumb.png" alt="2012-04-23_10h50_42"&gt;

&lt;/p&gt;</description></item><item><title>Adobe introduces new Update Mechanism for Adobe Flash Player</title><link>https://www.verboon.info/2012/04/adobe-introduces-new-update-mechanism-for-adobe-flash-player/</link><pubDate>Mon, 02 Apr 2012 22:54:32 +0000</pubDate><guid>https://www.verboon.info/2012/04/adobe-introduces-new-update-mechanism-for-adobe-flash-player/</guid><description>&lt;p&gt;A few days ago Adobe released a &lt;a href="http://www.adobe.com/support/security/bulletins/apsb12-07.html"&gt;security update&lt;/a&gt; for Adobe Flash player and with that update Adobe also introduced a new mechanism for Flash Player updates. When deploying Adobe Flash player within a controlled corporate environment you most likely want to prevent the player from automatically updating itself or show notifications about a new version being available.&lt;/p&gt;
&lt;p&gt;When installing Adobe Flash Player 11.2 you will find the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A new Scheduled Task called Adobe Flash Player Updater&lt;/p&gt;</description></item><item><title>Microsoft Fixit Center Pro (Beta)</title><link>https://www.verboon.info/2012/03/microsoft-fixit-center-pro-beta/</link><pubDate>Tue, 06 Mar 2012 00:00:20 +0000</pubDate><guid>https://www.verboon.info/2012/03/microsoft-fixit-center-pro-beta/</guid><description>&lt;p&gt;If you haven’t heard of this yet, I recommend taking a look at recently launched &lt;strong&gt;Microsoft Fixit Center Pro (Beta).&lt;/strong&gt; This is an online service developed by the Microsoft Customer Service and Support organization that can help you with troubleshooting problems.&lt;/p&gt;
&lt;p&gt;To learn more about Microsoft Fixit Center Pro, I recommend reading the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/b/fix_it_center_pro_blog/archive/2012/02/28/microsoft-fix-it-center-pro-now-available.aspx"&gt;Microsoft Fix it Center Pro Now Available!&lt;/a&gt; &lt;br&gt;
&lt;a href="http://support.microsoft.com/kb/2672837"&gt;Microsoft Fix it Center Pro automated diagnostic portal&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb11.png" alt="image"&gt;

 &lt;/p&gt;
&lt;p&gt; &lt;a href="images/image12.png"&gt;

 &lt;img src="images/image_thumb12.png" alt="image"&gt;


&lt;/a&gt;&lt;/p&gt;</description></item><item><title>How To test if your Antivirus program is working</title><link>https://www.verboon.info/2012/01/how-to-test-if-your-antivirus-program-is-working/</link><pubDate>Fri, 20 Jan 2012 14:29:38 +0000</pubDate><guid>https://www.verboon.info/2012/01/how-to-test-if-your-antivirus-program-is-working/</guid><description>&lt;p&gt;I was doing some Antivirus stuff this afternoon now let me share with you how to test if your Antivirus program is working, e.g. alerts you in the event of a virus. Of course you can go to certain places on the internet where it won’t take long until you get a real virus, but that’s probably not what you want to do, so here’s a brief description how to use the “Test-Virus”.&lt;/p&gt;</description></item><item><title>Protect our rights to free speech, privacy, and prosperity</title><link>https://www.verboon.info/2012/01/protect-our-rights-to-free-speech-privacy-and-prosperity/</link><pubDate>Tue, 17 Jan 2012 20:54:39 +0000</pubDate><guid>https://www.verboon.info/2012/01/protect-our-rights-to-free-speech-privacy-and-prosperity/</guid><description/></item><item><title>How the Windows Defender Offline Beta Tool works</title><link>https://www.verboon.info/2012/01/how-the-windows-defender-offline-beta-tool-works/</link><pubDate>Mon, 02 Jan 2012 00:21:02 +0000</pubDate><guid>https://www.verboon.info/2012/01/how-the-windows-defender-offline-beta-tool-works/</guid><description>&lt;p&gt;In addition to the &lt;a href="http://windows.microsoft.com/en-US/windows/products/security-essentials"&gt;Microsoft Security Essentials&lt;/a&gt; software and the &lt;a href="http://www.microsoft.com/security/scanner/en-us/default.aspx"&gt;Microsoft Safety Scanner&lt;/a&gt; Microsoft just recently released another FREE antimalware removal product called the &lt;a href="http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline"&gt;Windows Defender Offline Beta&lt;/a&gt;. While Security Essentials and Safety Scanner run within Windows, the purpose of the  Windows Defender Offline Tool is to run offline from bootable USB or CD/DVD media.&lt;/p&gt;
&lt;p&gt;In fact the tool isn’t really something new, those familiar with the Microsoft Desktop Optimization Pack Suite (MDOP) which includes the Diagnostics and Recovery Toolset (DaRT) have probably seen or used  the Standalone System Sweeper tool before. Now when looking at the log files produced by the Windows Defender Offline tool, you’ll notice &lt;em&gt;Microsoft Standalone System Sweeper tool&lt;/em&gt; entries rather than &lt;em&gt;Windows Defender Offline&lt;/em&gt;.&lt;/p&gt;</description></item><item><title>Running an Application as Administrator or in Compatibility Mode</title><link>https://www.verboon.info/2011/03/running-an-application-as-administrator-or-in-compatibility-mode/</link><pubDate>Wed, 30 Mar 2011 22:55:43 +0000</pubDate><guid>https://www.verboon.info/2011/03/running-an-application-as-administrator-or-in-compatibility-mode/</guid><description>&lt;p&gt;Today someone in a forum asked how to programmatically configure an application so that it runs in compatibility mode. Configuring this manually is easy, just open the file’s properties, select the Compatibility tab and apply the required settings. On Windows 7 this then looks as shown in the picture below.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/2011-03-31-00h47_29_thumb.png" alt="2011-03-31 00h47_29"&gt;

&lt;/p&gt;
&lt;p&gt;Now whatever we configure here, it all gets written to the following location in the Windows Registry:&lt;/p&gt;
&lt;p&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers&lt;/p&gt;</description></item><item><title>GPO Settings for Microsoft Security Essentials</title><link>https://www.verboon.info/2011/03/gpo-settings-for-microsoft-security-essentials/</link><pubDate>Tue, 15 Mar 2011 18:52:34 +0000</pubDate><guid>https://www.verboon.info/2011/03/gpo-settings-for-microsoft-security-essentials/</guid><description>&lt;p&gt;With the release of the latest version of Microsoft Security Essentials 2.0 in December 2010, Microsoft also changed the licensing terms.&lt;/p&gt;
&lt;p&gt;***Small Business. *&lt;em&gt;If you operate a small business, then you may install and use the software on up to ten (10) devices in your business.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Now although 10 PCs isn’t a lot, some Administrators might be interested in configuring their Microsoft Security Essential clients with a GPO. Fabien Duchene has created an Administrative template for MSE. Read more &lt;a href="http://fabienduchene.blogspot.com/2010/01/administrative-template-for-microsoft.html"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Podcast: The Proper Fit for Desktop Virtualization</title><link>https://www.verboon.info/2011/02/podcast-the-proper-fit-for-desktop-virtualization/</link><pubDate>Sun, 20 Feb 2011 13:46:20 +0000</pubDate><guid>https://www.verboon.info/2011/02/podcast-the-proper-fit-for-desktop-virtualization/</guid><description>&lt;p&gt;Last week I had a week off and went snowboarding with my family. Meanwhile my kids go too fast that I could follow them and my wife is a bit more fanatic in skiing than I am with snowboarding, so this leaves me with some time where I can listen to all those podcasts one downloads but never finds the time to listen to. Since I am rather a newbie within the Citrix space, it happened that I ended up listening to a podcast that is already 2 years old. This podcast however did in so many ways confirm my personal thoughts about Desktop Virtualization that I think it’s worth mentioning it again for those that haven’t listened to it yet.&lt;/p&gt;</description></item><item><title>A Security Baseline Resource for Windows 7&amp;ndash;Internet Explorer and Windows 7 Firewall</title><link>https://www.verboon.info/2011/01/a-security-baseline-resource-for-windows-7internet-explorer-and-windows-7-firewall/</link><pubDate>Mon, 31 Jan 2011 20:51:35 +0000</pubDate><guid>https://www.verboon.info/2011/01/a-security-baseline-resource-for-windows-7internet-explorer-and-windows-7-firewall/</guid><description>&lt;p&gt;If you are looking for some ideas how to secure your Windows 7 clients, have a look at the &lt;a href="http://usgcb.nist.gov/"&gt;USGCB&lt;/a&gt; (The United States Government Configuration Baseline). The USGCB has been developed by the Department of Defense (DoD) and the National Institute of Standards and Technology. The documentation looks impressive and even if you aren’t going to apply all of these 1-1, it might give you some ideas on how to make your clients more secure.&lt;/p&gt;</description></item><item><title>Automated Microsoft Security Essentials Installation</title><link>https://www.verboon.info/2011/01/automated-microsoft-security-essentials-installation/</link><pubDate>Thu, 06 Jan 2011 22:30:08 +0000</pubDate><guid>https://www.verboon.info/2011/01/automated-microsoft-security-essentials-installation/</guid><description>&lt;p&gt;For all those that frequently setup test machines and get tired of manually installing the Microsoft Security Essentials 2.0, here’s a straight forward batch file (even a regular user could use) that does the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Downloads the Microsoft Security Essential 2.0 (x86) installation source file&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Installs Microsoft Security Essentials 2.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Downloads and updates the virus definition signature file&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;[sourcecode language=&amp;ldquo;plain&amp;rdquo;]
@ECHO OFF
Echo Downloading Microsoft Security Essentials 2.0 (x86)
start /wait bitsadmin /TRANSFER MSE20 &lt;a href="http://download.microsoft.com/download/A/3/8/A38FFBF2-1122-48B4-AF60-E44F6DC28BD8/en-us/x86/mseinstall.exe"&gt;http://download.microsoft.com/download/A/3/8/A38FFBF2-1122-48B4-AF60-E44F6DC28BD8/en-us/x86/mseinstall.exe&lt;/a&gt; %TEMP%\mseinstall.exe&lt;/p&gt;</description></item><item><title>ReadTip: How to use Group Policy Preferences to Secure Local Administrator Groups</title><link>https://www.verboon.info/2010/12/readtip-how-to-use-group-policy-preferences-to-secure-local-administrator-groups/</link><pubDate>Sat, 18 Dec 2010 14:27:41 +0000</pubDate><guid>https://www.verboon.info/2010/12/readtip-how-to-use-group-policy-preferences-to-secure-local-administrator-groups/</guid><description>&lt;p&gt;As we come to the year’s end I was doing some housekeeping in my home lab. Too many unused VMs, ad-hoc created Accounts etc. In the end I thought why not apply the same methods we apply within our enterprise environments and so I did. I was actually just about to blog how I solved the local Administrators group management through group policy preferences, but before I started writing that down I thought let’s see if this has been blogged already on one of the well known Group Policy blogs, and so it was. Alan Burchill wrote a very good article about &lt;a href="http://www.grouppolicy.biz/2010/01/how-to-use-group-policy-preferences-to-secure-local-administrator-groups/"&gt;How to use Group Policy Preferences to Secure Local Administrator Groups&lt;/a&gt;. Now even if you already know about Group Policy Preferences and local Administrator group management, I recommend that you read the “How to add individuals to a single computer?” section, very smart approach I hadn’t considered yet.&lt;/p&gt;</description></item><item><title>There was a time&amp;hellip;. (another one)</title><link>https://www.verboon.info/2010/08/there-was-a-time-another-one/</link><pubDate>Fri, 06 Aug 2010 18:12:47 +0000</pubDate><guid>https://www.verboon.info/2010/08/there-was-a-time-another-one/</guid><description>&lt;p&gt;……. I’m in history mode again, here’s another nice Tech Commercial.&lt;/p&gt;</description></item><item><title>There was a time&amp;hellip;&amp;hellip;</title><link>https://www.verboon.info/2010/08/there-was-a-time/</link><pubDate>Fri, 06 Aug 2010 17:42:47 +0000</pubDate><guid>https://www.verboon.info/2010/08/there-was-a-time/</guid><description>&lt;p&gt;……..where you couldn’t just download forgotten or lost installation media from the internet or your company portal.&lt;/p&gt;</description></item><item><title>Bring Your Own Computer &amp;ndash; Part 1</title><link>https://www.verboon.info/2010/07/bring-your-own-computer-part-1/</link><pubDate>Thu, 29 Jul 2010 20:04:02 +0000</pubDate><guid>https://www.verboon.info/2010/07/bring-your-own-computer-part-1/</guid><description>&lt;p&gt;The first time I became familiar with the term &lt;strong&gt;Bring Your Own&lt;/strong&gt; was when I traveled through Australia with my wife and oldest son back in the year 2000. It basically means that you are allowed to bring your own bottle of wine to a restaurant and just pay a corkage fee.&lt;/p&gt;
&lt;p&gt;Nowadays we hear a lot about companies that consider implementing a &lt;strong&gt;BYOC&lt;/strong&gt; policy meaning that they allow their employees to bring their own computer to work. The idea behind this concept is that companies intend to save money by allowing their users to use their own personal computer instead of having to provide them with a company owned device. In simple words, companies give their employees some money and tell them: *Go buy yourself a PC with a 3 year warranty contract, if you have a problem later, fix it yourself. *&lt;/p&gt;</description></item><item><title>Least Privilege Security for Windows 7, Vista and XP</title><link>https://www.verboon.info/2010/07/least-privilege-security-for-windows-7-vista-and-xp/</link><pubDate>Tue, 27 Jul 2010 18:48:26 +0000</pubDate><guid>https://www.verboon.info/2010/07/least-privilege-security-for-windows-7-vista-and-xp/</guid><description>&lt;p&gt;Yesterday I received a pre-release copy of Russel Smith’s book called &lt;a href="http://www.packtpub.com/least-privilege-security-for-windows-7-vista-and-xp/book?utm_source=verboon.info&amp;amp;utm_medium=bookrev&amp;amp;utm_content=blog&amp;amp;utm_campaign=mdb_004025"&gt;Least Privilege Security for Windows 7, Vista and XP&lt;/a&gt;. The book is entirely dedicated to the subject of running Least Privilege Security (or standard user accounts) on Windows operating systems in the enterprise.&lt;/p&gt;
&lt;p&gt;The book has 420 pages and covers the following topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Chapter 1, An Overview of Least Privilege Security in Microsoft Windows&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Chapter 2, Political and Cultural Challenges for Least Privilege Security&lt;/p&gt;</description></item><item><title>Head-to-head analysis of Citrix XenDesktop, Microsoft VDI, Quest vWorkspace, and VMware View</title><link>https://www.verboon.info/2010/07/head-to-head-analysis-of-citrix-xendesktop-microsoft-vdi-quest-vworkspace-and-vmware-view/</link><pubDate>Fri, 02 Jul 2010 06:27:49 +0000</pubDate><guid>https://www.verboon.info/2010/07/head-to-head-analysis-of-citrix-xendesktop-microsoft-vdi-quest-vworkspace-and-vmware-view/</guid><description>&lt;p&gt;&lt;a href="http://www.brianmadden.com/members/rspruijt/default.aspx"&gt;Ruben Spruijt&lt;/a&gt; has published an updated whitepaper “VDI Smackdown” which provides you with an overview of today’s VDI solutions. More details &lt;a href="http://www.brianmadden.com/blogs/rubenspruijt/archive/2010/06/25/vdi-smackdown-head-to-head-analysis-of-citrix-xendesktop-microsoft-vdi-quest-vworkspace-and-vmware-view.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Testing Network Speed &amp;ndash; Another one</title><link>https://www.verboon.info/2010/06/testing-network-speed-another-one/</link><pubDate>Thu, 03 Jun 2010 17:34:45 +0000</pubDate><guid>https://www.verboon.info/2010/06/testing-network-speed-another-one/</guid><description>&lt;p&gt;Back in April i posted an article about &lt;a href="https://www.verboon.info/index.php/2010/04/testing-network-speed/"&gt;Testing Network Speed&lt;/a&gt;, here’s another nice utility that allows testing your network speed, and even more. The Utility is called &lt;a href="http://www.nirsoft.net/utils/download_speed_tester.html"&gt;DownTester&lt;/a&gt; and is part of the awesome tool collection from &lt;a href="http://www.nirsoft.net/"&gt;NirSoft&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;DownTester allows you to test the download speed via HTTP, FTP, Remote File Shares and any local drives such as your local drive, DVD and USB.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb3.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;The Tool is FREE and does not need to be installed.&lt;/p&gt;</description></item><item><title>Frequently Asked Questions About Volume License Keys</title><link>https://www.verboon.info/2010/05/frequently-asked-questions-about-volume-license-keys/</link><pubDate>Mon, 17 May 2010 19:29:35 +0000</pubDate><guid>https://www.verboon.info/2010/05/frequently-asked-questions-about-volume-license-keys/</guid><description>&lt;p&gt;A good FAQ about Microsoft Volume licensing. Details &lt;a href="http://www.microsoft.com/licensing/existing-customers/product-activation-faq.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Production of an SSD from start to finish</title><link>https://www.verboon.info/2010/05/production-of-an-ssd-from-start-to-finish/</link><pubDate>Thu, 13 May 2010 20:56:02 +0000</pubDate><guid>https://www.verboon.info/2010/05/production-of-an-ssd-from-start-to-finish/</guid><description>&lt;p&gt;I’ve been reading a bit about &lt;a href="http://en.wikipedia.org/wiki/Solid-state_drive"&gt;SSD&lt;/a&gt; (Solid State Disks Today) and came across a video about the production of an SSD from start to finish. Interesting!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Video Source: &lt;a href="http://www.tweaktown.com/articles/2845/runcore_factory_tour_video_production_of_an_ssd/index.html"&gt;TweakTown&lt;/a&gt;&lt;/p&gt;</description></item><item><title>XenClient &amp;ndash; Bringing the Hypervisor to the client</title><link>https://www.verboon.info/2010/05/xenclient-bringing-the-hypervisor-to-the-client/</link><pubDate>Wed, 12 May 2010 23:03:24 +0000</pubDate><guid>https://www.verboon.info/2010/05/xenclient-bringing-the-hypervisor-to-the-client/</guid><description>&lt;p&gt;I had the pleasure to look at the XenClient a few months ago when it was still under development, but now anyone can download it from the &lt;a href="http://www.citrix.com/English/ps2/products/product.asp?contentID=2300325"&gt;XenClient&lt;/a&gt; Citrix web site. Never heard of XenClient before? Well then watch the video, I’m sure one or the other is going to like this.&lt;/p&gt;</description></item><item><title>BookTip: Group Policy &amp;ndash; Fundamentals, Security and the Managed Desktop</title><link>https://www.verboon.info/2010/05/booktip-group-policy-fundamentals-security-and-the-managed-desktop/</link><pubDate>Fri, 07 May 2010 16:34:15 +0000</pubDate><guid>https://www.verboon.info/2010/05/booktip-group-policy-fundamentals-security-and-the-managed-desktop/</guid><description>&lt;p&gt;Today I’ve received a signed copy of Jeremy Moskowitz latest Book “&lt;a href="http://www.gpanswers.com/books.html#tabs"&gt;Group Policy – Fundamentals, Security and the Managed Desktop&lt;/a&gt;”, so instead of using my laptop I guess I’ll be holding a real book in my hands this weekend.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.gpanswers.com/books/order-signed-copies.html#tabs"&gt;

 &lt;img src="images/jm_book1.jpg" alt="jm_book"&gt;


&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Jeremy also published 3 &lt;a href="http://www.gpanswers.com/books/extra-echapters.html#tabs"&gt;FREE chapters&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;**Bonus Chapter 1 **- Scripting Group Policy Operations with Windows PowerShell (co-written with PowerShell MVP Jeff Hicks.) &lt;br&gt;
**Bonus Chapter 2 **- Advanced Group Policy Management (AGPMv4) &lt;br&gt;
**Bonus Chapter 3 **- Full Lockdown with Windows SteadyState&lt;/p&gt;</description></item><item><title>Palm Memories</title><link>https://www.verboon.info/2010/05/palm-memories/</link><pubDate>Sun, 02 May 2010 19:27:21 +0000</pubDate><guid>https://www.verboon.info/2010/05/palm-memories/</guid><description>&lt;p&gt;This week HP &lt;a href="http://www.hp.com/hpinfo/newsroom/press/2010/100428xa.html"&gt;announced&lt;/a&gt; to acquire Palm. Palm?, oh yeah those that created the Palm Pilot. I remember well, it was somewhere around 1996 and 1997 when several of our users users came up with this thing called Palm PDA and wanted to synchronize their calendars with our E-Mail system Lotus Notes. Nowadays we just connect our mobile phone to our PC and things magically start to synchronize, I can tell you this wasn’t the case then.&lt;/p&gt;</description></item><item><title>Where&amp;rsquo;s the ANY KEY</title><link>https://www.verboon.info/2010/04/wheres-the-any-key/</link><pubDate>Thu, 29 Apr 2010 21:30:46 +0000</pubDate><guid>https://www.verboon.info/2010/04/wheres-the-any-key/</guid><description>&lt;p&gt;Go to the &lt;a href="http://www.wherestheanykey.co.uk/"&gt;Where is the ANY KEY&lt;/a&gt; website and read tails on IT fails, Have fun.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Troubleshooting a printer problem: &lt;br&gt;
Me: sorry your printer doesn’t work I need to get a driver from the internet &lt;br&gt;
User: Is it far this internet? &lt;br&gt;
Me: mmm? &lt;br&gt;
User: I can drive you there &lt;br&gt;
Me: &amp;hellip;&amp;hellip;&amp;hellip;&amp;hellip;&amp;hellip;yea would be great&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Source: tayduck&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Testing Network Speed</title><link>https://www.verboon.info/2010/04/testing-network-speed/</link><pubDate>Fri, 23 Apr 2010 15:34:34 +0000</pubDate><guid>https://www.verboon.info/2010/04/testing-network-speed/</guid><description>&lt;p&gt;There many tools out there that can measure the network speed between 2 computers, but either you have to pay for them or you need to go through a lengthy installation or configuration process. I want something that is FREE and easy to use. Here’s what I end up with after 30 minutes of browsing the web and doing some test installs of the various tools I found.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Test TCP Utility&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Forefront vs. the competition</title><link>https://www.verboon.info/2010/04/forefront-vs-the-competition/</link><pubDate>Wed, 21 Apr 2010 19:09:57 +0000</pubDate><guid>https://www.verboon.info/2010/04/forefront-vs-the-competition/</guid><description>&lt;p&gt;With two customers telling me within just one week that they both have plans to replace their existing client security solutions with Microsoft Forefront Client Security I thought it’s about time to get a better understanding of the FCS product. After having visited the &lt;a href="http://www.microsoft.com/forefront/clientsecurity/en/us/default.aspx"&gt;Microsoft Forefront Client Security&lt;/a&gt; product page I continued searching the web for additional information and stumbled upon the &lt;a href="http://www.microsoftnow.com/2010/03/forefront-vs-the-competition.html"&gt;Forefront vs. the competition blog post&lt;/a&gt; on Microsoft-NOW.&lt;/p&gt;</description></item><item><title>NetWare Support Lifecycle</title><link>https://www.verboon.info/2010/04/netware-support-lifecycle/</link><pubDate>Mon, 05 Apr 2010 23:04:21 +0000</pubDate><guid>https://www.verboon.info/2010/04/netware-support-lifecycle/</guid><description>&lt;p&gt;Remember this one? If not, it’s the Novell NetWare Console. Although I don’t consider myself as that old yet, i had the pleasure of working with Novell NetWare 3.11 and later editions until 4.1 myself until our customers started moving to Microsoft’s Active Directory as of the the year 2000.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb8.png" alt="image"&gt;

Anyway the reason why I actually started this post, was just to make people aware (in case they weren’t already) of the the fact that Novell’s NetWare is facing it’s end.&lt;/p&gt;</description></item><item><title>Intel KVM Remote Control and VNC Viewer Plus</title><link>https://www.verboon.info/2010/03/intel-kvm-remote-control-and-vnc-viewer-plus/</link><pubDate>Sun, 21 Mar 2010 11:52:37 +0000</pubDate><guid>https://www.verboon.info/2010/03/intel-kvm-remote-control-and-vnc-viewer-plus/</guid><description>&lt;p&gt;Back in December 2009 I posted &lt;a href="https://www.verboon.info/index.php/2009/12/remote-management-of-amtvpro-machine-with-winpe-and-vnc/"&gt;Remote Management of AMT/vPro machine with WinPE and VNC&lt;/a&gt; which explained how to use VNC running in WinPE to remotely manage a vPro enabled device. For those that did try this themselves will have noticed that the process isn’t as comfortable as we would like it to be for day to day use.&lt;/p&gt;
&lt;p&gt;But with the Introduction of &lt;a href="https://www.verboon.info/index.php/2010/02/intel-amt-6-0-kvm-remote-control/"&gt;Intel’s AMT version 6.0&lt;/a&gt; which includes KVM Remote Control and &lt;a href="http://www.realvnc.com/products/viewerplus/index.html"&gt;VNC Viewer Plus&lt;/a&gt; the scenario of managing a remote device in any state without installing any software on them isn’t wishful thinking anymore, it’s there.&lt;/p&gt;</description></item><item><title>Updated MS10-015 Security Update and Kernel Update Compatibility Assessment Tool</title><link>https://www.verboon.info/2010/03/updated-ms10-015-security-update-and-kernel-update-compatibility-assessment-tool/</link><pubDate>Tue, 02 Mar 2010 22:49:20 +0000</pubDate><guid>https://www.verboon.info/2010/03/updated-ms10-015-security-update-and-kernel-update-compatibility-assessment-tool/</guid><description>&lt;p&gt;During the past weeks we have seen quite some messages about the &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-015.mspx"&gt;MS10-015&lt;/a&gt; security update which can cause bluescreens after being installed. According to a recent &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;post&lt;/a&gt; on the Microsoft Security Response Center blog there is a revised installation package for MS10-015 that prevents the update from installing if abnormal conditions exist such as an infection of a computer virus as the Alureon rootkit. More details about the updated MS10-015 security update can be found &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;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Intel AMT 6.0 KVM Remote Control</title><link>https://www.verboon.info/2010/02/intel-amt-6-0-kvm-remote-control/</link><pubDate>Sat, 20 Feb 2010 23:54:17 +0000</pubDate><guid>https://www.verboon.info/2010/02/intel-amt-6-0-kvm-remote-control/</guid><description>&lt;p&gt;Back in December 2009 I wrote an article about &lt;a href="https://www.verboon.info/index.php/2009/12/remote-management-of-amtvpro-machine-with-winpe-and-vnc/"&gt;Remote Management of AMT/vPro machine with WinPE and VNC&lt;/a&gt; the reason for using VNC is because until &lt;a href="http://en.wikipedia.org/wiki/Intel_AMT_versions"&gt;AMT&lt;/a&gt; 5.0 only text based console redirection is supported, hence AMT 5.0 does only support text based operating systems, so if we wanted to remotely manage a PC to fix a problem we ended up using DOS or Linux based recovery media or a solution as described in the above mentioned article.&lt;/p&gt;</description></item><item><title>ToolTip: Fiddler HTTP Debugging Proxy</title><link>https://www.verboon.info/2010/02/tooltip-fiddler-http-debugging-proxy/</link><pubDate>Thu, 11 Feb 2010 19:36:48 +0000</pubDate><guid>https://www.verboon.info/2010/02/tooltip-fiddler-http-debugging-proxy/</guid><description>&lt;p&gt;During an Application Compatibility webcast I attended recently the presenter mentioned the Fiddler Tool. There are many network traffic monitoring Tools out there, but if you are just after capturing HTTP traffic, this one should get your attention.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and &amp;ldquo;fiddle&amp;rdquo; with incoming or outgoing data&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Architectural blueprint for Desktop Virtualization</title><link>https://www.verboon.info/2010/02/architectural-blueprint-for-desktop-virtualization/</link><pubDate>Sun, 07 Feb 2010 18:10:17 +0000</pubDate><guid>https://www.verboon.info/2010/02/architectural-blueprint-for-desktop-virtualization/</guid><description>&lt;p&gt;In this video Daniel Feller shares some best practices on how to design a Desktop Virtualization solution.&lt;/p&gt;
&lt;p&gt;**Additional Resources &lt;br&gt;
**&lt;a href="http://support.citrix.com/product/xd/v3.0/consulting/"&gt;Consulting Whitepapers for XenDesktop 3.0&lt;/a&gt; &lt;br&gt;
&lt;a href="http://community.citrix.com/p/askthearchitect#home"&gt;Ask the Architect: Next-Generation Desktop&lt;/a&gt;&lt;/p&gt;</description></item><item><title>AGPM Least Privilege Scenario (External)</title><link>https://www.verboon.info/2010/01/agpm-least-privilege-scenario-external/</link><pubDate>Mon, 25 Jan 2010 21:41:01 +0000</pubDate><guid>https://www.verboon.info/2010/01/agpm-least-privilege-scenario-external/</guid><description>&lt;p&gt;Just going through an AGPM Installation (Advanced Group Policy Management) where I had to choose an Account for the AGPM Service which can be the Local System Account or a domain user account. Instead of just clicking next next…. I found some good guidance in the Ask the Directory Services Team blog - &lt;a href="http://blogs.technet.com/askds/archive/2008/12/16/agpm-least-privilege-scenario.aspx"&gt;AGPM Least Privilege Scenario article&lt;/a&gt;. Also read &lt;a href="http://blogs.technet.com/mkleef/archive/2008/11/18/locking-down-agpm-fit-for-least-privilege.aspx"&gt;Locking down AGPM fit for least privilege&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Never heard of AGPM before ? Then watch this 4-5 minute &lt;a href="http://technet.microsoft.com/en-us/windows/ee526426.aspx"&gt;Tour on Advanced Group Policy Management&lt;/a&gt;. And finally here’s a &lt;a href="http://trycatch.be/blogs/roggenk/archive/2009/01/05/agpm-3-0-screencast-series-part-1-installing-agpm.aspx"&gt;video&lt;/a&gt; provided by Kurt Roggen showing how to install the AGPM Server.&lt;/p&gt;</description></item><item><title>Do I need to re-sequence my applications when I move to a new OS? (External)</title><link>https://www.verboon.info/2010/01/do-i-need-to-re-sequence-my-applications-when-i-move-to-a-new-os-external/</link><pubDate>Fri, 22 Jan 2010 22:29:56 +0000</pubDate><guid>https://www.verboon.info/2010/01/do-i-need-to-re-sequence-my-applications-when-i-move-to-a-new-os-external/</guid><description>&lt;p&gt;The term App-V is often being brought in conjunction with Application Compatibility as some might believe that App-V is the general purpose OS compatibility solution. The App-V team clarifies this &lt;a href="http://blogs.technet.com/softgrid/archive/2009/12/14/do-i-need-to-re-sequence-my-applications-when-i-move-to-a-new-os.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>WSUS Client Diagnostic Tool</title><link>https://www.verboon.info/2010/01/wsus-client-diagnostic-tool/</link><pubDate>Tue, 19 Jan 2010 20:18:05 +0000</pubDate><guid>https://www.verboon.info/2010/01/wsus-client-diagnostic-tool/</guid><description>&lt;p&gt;Having trouble with a client not getting updates from your Windows Update Services Server ? Then have a look at the WSUS Client Diagnostics Tool.  The tool performs various system checks and tests the communication between your client and the WSUS server.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/wsuscltool_thumb.png" alt="wsuscltool"&gt;

&lt;/p&gt;
&lt;p&gt;The Tool can be downloaded from the &lt;a href="http://technet.microsoft.com/en-us/wsus/bb466192.aspx"&gt;Windows Server Update Services Tools and Utilities&lt;/a&gt; site at Microsoft TechNet.&lt;/p&gt;</description></item><item><title>Symantec Endpoint Protection Support Tool</title><link>https://www.verboon.info/2010/01/symantec-endpoint-protection-support-tool/</link><pubDate>Tue, 12 Jan 2010 11:41:27 +0000</pubDate><guid>https://www.verboon.info/2010/01/symantec-endpoint-protection-support-tool/</guid><description>&lt;p&gt;I’m currently busy with integrating the Symantec Endpoint Protection software into a Windows 7 build for one of our customers. I wondered if the Security team had really provided me with the latest and greatest version and ended up searching for that information on the Symantec web site where I came across a post mentioning the Symantec Endpoint Protection Support Tool.&lt;/p&gt;
&lt;p&gt;For those that have a SEP 11 version prior RU5 the tool can be downloaded from &lt;a href="http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2008071709480648"&gt;here&lt;/a&gt; and as of RU5 (11.0.5002.333) the tool can also be downloaded from within the Symantec Endpoint Protection client by opening the Client user interface and selecting &lt;em&gt;Help &amp;amp; Support&lt;/em&gt; &amp;gt; &lt;em&gt;Download Support Tool&lt;/em&gt;.&lt;/p&gt;</description></item><item><title>Managing Microsoft Security Essentials from the Command Line</title><link>https://www.verboon.info/2009/12/managing-microsoft-security-essentials-from-the-command-line/</link><pubDate>Thu, 31 Dec 2009 16:44:32 +0000</pubDate><guid>https://www.verboon.info/2009/12/managing-microsoft-security-essentials-from-the-command-line/</guid><description>&lt;p&gt;Microsoft Security Essentials (MSE) is Microsoft&amp;rsquo;s free Antivirus Software which helps protecting clients against viruses and spyware. For years I had used other free Antivirus programs on my home based clients, but have switched them all to MSE since it’s release in September 2009.&lt;/p&gt;
&lt;p&gt;The MSE binaries are located in the following folder:* C:\Program Files\Microsoft Security Essentials*. In that folder we also find the MpCmdRun.exe which provides a command line interface for MSE. The tool provides the following options:&lt;/p&gt;</description></item><item><title>4 Great App-V videos</title><link>https://www.verboon.info/2009/12/4-great-app-v-videos/</link><pubDate>Wed, 23 Dec 2009 13:31:56 +0000</pubDate><guid>https://www.verboon.info/2009/12/4-great-app-v-videos/</guid><description>&lt;p&gt;I’m just about to expand my knowledge a bit around App-V. I haven’t done any hands-on yet, because I usually first focus on gathering all the useful resources available on the net, and then start reading these. By doing so, I found these fantastic videos on &lt;a href="http://blogcastrepository.com/"&gt;The Blogcast Repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogcastrepository.com/media/albums/appv/media71168.aspx"&gt;Deployment Scenarios with App-V 4.5&lt;/a&gt;
&lt;a href="http://blogcastrepository.com/media/albums/appv/media71169.aspx"&gt;Planning Considerations before Implementing App-V 4.5&lt;/a&gt;
&lt;a href="http://blogcastrepository.com/media/albums/appv/media71170.aspx"&gt;The App-V Client (part 1)&lt;/a&gt;
&lt;a href="http://blogcastrepository.com/media/albums/appv/media71186.aspx"&gt;The App-V Client Part 2- Deep Dive&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By the way, if you are not familiar with The Blogcast Repository but like video based trainings, have a look at the &lt;a href="http://blogcastrepository.com/media/"&gt;Repository&lt;/a&gt;, there is lots of other Microsoft related Technology training material there.&lt;/p&gt;</description></item><item><title>Changing Internet Explorer Security Settings on Windows Server 2008</title><link>https://www.verboon.info/2009/11/changing-internet-explorer-security-settings-on-windows-server-2008/</link><pubDate>Sun, 22 Nov 2009 14:55:28 +0000</pubDate><guid>https://www.verboon.info/2009/11/changing-internet-explorer-security-settings-on-windows-server-2008/</guid><description>&lt;p&gt;While I was preparing my home lab for some Group Policy tests i wanted to perform I got an error when generating a report in the Group Policy Management Console which is running on a Windows Server 2008 with Internet Explorer 8.&lt;/p&gt;
&lt;p&gt;The error was: “An error occurred in the script in this page”&lt;/p&gt;
&lt;p&gt;A search on the web indicated that this had to do with the Internet Explorer Security Settings, but when I opened the Internet Explorer Security settings I noticed that I could not change them since all buttons were grayed out.&lt;/p&gt;</description></item><item><title>Hide the Unused Updates</title><link>https://www.verboon.info/2009/10/hide-the-unused-updates/</link><pubDate>Sat, 31 Oct 2009 22:34:52 +0000</pubDate><guid>https://www.verboon.info/2009/10/hide-the-unused-updates/</guid><description>&lt;p&gt;When opening Windows Update, you might see a number of Important and optional updates that are available to your system. But what to do if you are not interested in installing one of these updates? Over time the list will keep growing as new updates will be released and it becomes quite an annoying job to go over the entire list over and over again.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb7.png" alt="image"&gt;

When you click on the “optional updates are available” link, all updates are listed as shown in the picture below.&lt;/p&gt;</description></item><item><title>Microsoft Baseline Security Analyzer with support for Windows 7 and Server 2008 R2</title><link>https://www.verboon.info/2009/10/microsoft-baseline-security-analyzer-with-support-for-windows-7-and-server-2008-r2/</link><pubDate>Tue, 27 Oct 2009 22:12:36 +0000</pubDate><guid>https://www.verboon.info/2009/10/microsoft-baseline-security-analyzer-with-support-for-windows-7-and-server-2008-r2/</guid><description>&lt;p&gt;With the launch of Windows 7 Microsoft also released an updated version of the Microsoft Baseline Security Analyzer also known as MBSA. The version is 2.1.1 which is indicating that this is basically just a minor revision of the previous MBSA 2.1, and that is exactly what it is . MBSA 2.1.1 does not appear to bring any new features other than adding support for Windows 7 and Windows Server 2008 R2.&lt;/p&gt;</description></item><item><title>Quick Access to installed QFEs</title><link>https://www.verboon.info/2009/09/quick-access-to-installed-qfes/</link><pubDate>Wed, 23 Sep 2009 20:20:03 +0000</pubDate><guid>https://www.verboon.info/2009/09/quick-access-to-installed-qfes/</guid><description>&lt;p&gt;Instead of opening several windows, here’s an easy way to get a list of installed QFE’s. simply open a command prompt and type:&lt;/p&gt;
&lt;p&gt;**WMIC QFE **&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WMIC QFE get caption,hotfixid,installedon&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb10.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;or if you are looking for a specific update, enter the following command:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WMIC QFE | find “958559”&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;where 958559 relates to the MS KB number. If the QFE is installed, it will be listed.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb11.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;Related posts:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.verboon.info/index.php/2008/09/3-seconds-to-get-system-serial-number/"&gt;3 seconds to get system serial number&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Fun: Internet Helpdesk Comedy</title><link>https://www.verboon.info/2009/07/fun-internet-helpdesk-comedy/</link><pubDate>Wed, 29 Jul 2009 18:29:33 +0000</pubDate><guid>https://www.verboon.info/2009/07/fun-internet-helpdesk-comedy/</guid><description>&lt;p&gt;Watch this video performed by &lt;a href="http://en.wikipedia.org/wiki/Wes_Borg"&gt;Wes Borg&lt;/a&gt;. Enjoy !&lt;/p&gt;
&lt;p&gt;&lt;a href="http://one.revver.com/video/4036"&gt;

 &lt;img src="images/video16102353513f1.jpg" alt=""&gt;


&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Manage your Microsoft Product support Lifecycles</title><link>https://www.verboon.info/2009/07/manage-your-microsoft-product-support-lifecycles/</link><pubDate>Wed, 29 Jul 2009 07:57:43 +0000</pubDate><guid>https://www.verboon.info/2009/07/manage-your-microsoft-product-support-lifecycles/</guid><description>&lt;p&gt;Knowing what products are being used within your IT environment is key. From a technology planning point of view its also important to understand the entire product lifecycle of a given product, especially when the it’s being used by a large amount of users or if its use is business critical.&lt;/p&gt;
&lt;p&gt;For Microsoft products, the &lt;a href="http://support.microsoft.com/lifecycle/search/"&gt;Microsoft Product Lifecycle Search&lt;/a&gt; site can help you creating your technology roadmaps.&lt;/p&gt;
&lt;p&gt;Simply choose one of the options and select the timeframe. The example below shows all Microsoft products that will go out of extended support within the next 12 months. &lt;/p&gt;</description></item><item><title>Running Google LiveAndroid in VMWare Workstation</title><link>https://www.verboon.info/2009/07/running-google-liveandroid-in-vmware-workstation/</link><pubDate>Thu, 16 Jul 2009 21:17:25 +0000</pubDate><guid>https://www.verboon.info/2009/07/running-google-liveandroid-in-vmware-workstation/</guid><description>&lt;p&gt;When I checked my Twitter messages today, I came across a message about &lt;a href="http://code.google.com/p/live-android/"&gt;LiveAndroid&lt;/a&gt;. LiveAndroid allows you to run Google’s Android operating system that is used on mobile phones on a x86 platform.&lt;/p&gt;
&lt;p&gt;First you need to download the LiveAndroid ISO files. &lt;a href="http://live-android.googlecode.com/files/liveandroidv0.2.iso.002"&gt;liveandroidv0.2.iso.002 &lt;/a&gt;and &lt;a href="http://live-android.googlecode.com/files/liveandroidv0.2.iso.001"&gt;liveandroidv0.2.iso.001 &lt;/a&gt;The ISO file has been splitted due to maximum upload size restrictions. Once you have downloaded both files, run &lt;a href="http://www.freebyte.com/hjsplit/"&gt;HJ-Split&lt;/a&gt; to merge the two files into one ISO file.&lt;/p&gt;</description></item><item><title>Microsoft VDI Suite License review</title><link>https://www.verboon.info/2009/07/microsoft-vdi-suite-license-review/</link><pubDate>Wed, 15 Jul 2009 17:09:09 +0000</pubDate><guid>https://www.verboon.info/2009/07/microsoft-vdi-suite-license-review/</guid><description>&lt;p&gt;&lt;a href="http://www.brianmadden.com/"&gt;Brian Madden&lt;/a&gt; has done an analysis on the Microsoft VDI Suite License bundles. Read the entire article &lt;a href="http://www.brianmadden.com/blogs/brianmadden/archive/2009/07/15/microsoft-creates-two-vdi-suite-bundles-kills-ts-cal-vecd-lives-on.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Graphical User Interface Timeline</title><link>https://www.verboon.info/2009/07/graphical-user-interface-timeline/</link><pubDate>Sun, 12 Jul 2009 12:45:26 +0000</pubDate><guid>https://www.verboon.info/2009/07/graphical-user-interface-timeline/</guid><description>&lt;p&gt;Watch the GUI Timeline from 1973 until 2007 &lt;a href="http://toastytech.com/guis/guitimeline.html"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Applocker Documentation</title><link>https://www.verboon.info/2009/07/applocker-documentation/</link><pubDate>Mon, 06 Jul 2009 20:03:58 +0000</pubDate><guid>https://www.verboon.info/2009/07/applocker-documentation/</guid><description>&lt;p&gt;The AppLocker Technical Documentation for Windows 7 and Windows Server 2008 R2 provides technical guidance about understanding how AppLocker works and how to effectively plan and deploy AppLocker policies.&lt;/p&gt;
&lt;p&gt;The download contains two documents:&lt;/p&gt;
&lt;p&gt;BETA - AppLocker Frequently Asked Questions.pdf
BETA - Planning and Deploying Windows AppLocker Policies.pdf&lt;/p&gt;
&lt;p&gt;Download &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=025cf2e8-b0ab-4419-b5bb-86ab2d5eca83"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Optimum PC Refresh Cycles</title><link>https://www.verboon.info/2009/07/optimum-pc-refresh-cycles/</link><pubDate>Fri, 03 Jul 2009 19:20:12 +0000</pubDate><guid>https://www.verboon.info/2009/07/optimum-pc-refresh-cycles/</guid><description>&lt;p&gt;Whitepaper from Intel about PC Refresh Cycles. “&lt;a href="http://h41201.www4.hp.com/tradein/html/910/dk/da/intel_case_study.pdf"&gt;Pilot Study Optimum Refresh Cycle and Method for Desktop Outsourcing&lt;/a&gt;”.&lt;/p&gt;</description></item><item><title>Updated Application Virtualization Solutions Overview and Feature Compare Matrix Whitepaper</title><link>https://www.verboon.info/2009/06/updated-application-virtualization-solutions-overview-and-feature-compare-matrix-whitepaper/</link><pubDate>Tue, 30 Jun 2009 10:29:06 +0000</pubDate><guid>https://www.verboon.info/2009/06/updated-application-virtualization-solutions-overview-and-feature-compare-matrix-whitepaper/</guid><description>&lt;p&gt;&lt;a href="http://www.brianmadden.com/members/rspruijt/default.aspx"&gt;Ruben Spruijt&lt;/a&gt; has released an update of the Application Virtualization Solutions Overview and Feature Compare matrix whitepaper. Read &lt;a href="http://www.brianmadden.com/blogs/rubenspruijt/archive/2009/06/28/application-virtualization-solutions-overview-and-feature-compare-matrix-v2-2.aspx"&gt;more&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Video &amp;ndash; What is a Browser</title><link>https://www.verboon.info/2009/06/video-what-is-a-browser/</link><pubDate>Thu, 18 Jun 2009 18:20:06 +0000</pubDate><guid>https://www.verboon.info/2009/06/video-what-is-a-browser/</guid><description>&lt;p&gt;Just came across this video where people are being asked to explain what a Browser is. Its funny most people use it every day, but obviously don’t pay much attention how they get on to the internet. It’s just a matter of clicking that blue E.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=o4MwTvtyrUQ"&gt;

 &lt;img src="images/video9eacbb05c6e0.jpg" alt=""&gt;


&lt;/a&gt;&lt;/p&gt;</description></item><item><title>MED-V Planning, Deployment and Operations Guide</title><link>https://www.verboon.info/2009/06/med-v-planning-deployment-and-operations-guide/</link><pubDate>Thu, 18 Jun 2009 17:39:38 +0000</pubDate><guid>https://www.verboon.info/2009/06/med-v-planning-deployment-and-operations-guide/</guid><description>&lt;p&gt;Microsoft has released the Microsoft Enterprise Desktop Virtualization (MED-V version 1) Planning, Deployment and Operations Guide. The document can be found &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=fc7bef1d-2830-4848-8ed5-af555998650a"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Accidental object deletion prevention in Active Directory</title><link>https://www.verboon.info/2009/06/accidental-object-deletion-prevention-in-active-directory/</link><pubDate>Mon, 08 Jun 2009 12:19:45 +0000</pubDate><guid>https://www.verboon.info/2009/06/accidental-object-deletion-prevention-in-active-directory/</guid><description>&lt;p&gt;When creating objects in Active Directory you can set a flag that prevents accidental deletion of an object.&lt;/p&gt;
&lt;p&gt;While this setting is visible in the UI by default when creating an Organizational Unit, for other objects like Users, Groups and Computers, this flag is not set by default and can only be set if the Advanced Features are enabled within the Active Directory Users and Computers Console.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb2.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;So assume you would create some important user accounts that are used for critical back-end systems, you should consider enabling the &amp;ldquo;Protect object for accidental deletion&amp;rdquo; flag.&lt;/p&gt;</description></item><item><title>Yet another search engine&amp;hellip;.bing</title><link>https://www.verboon.info/2009/05/yet-another-search-enginebing/</link><pubDate>Sat, 30 May 2009 15:59:49 +0000</pubDate><guid>https://www.verboon.info/2009/05/yet-another-search-enginebing/</guid><description>&lt;p&gt;As of June 3rd 2009, we’ll have another search engine to find stuff on the internet. Microsoft’s new search engine is called bing. Find out more about bing &lt;a href="http://www.bing.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>The early days of personal computing</title><link>https://www.verboon.info/2009/04/the-early-days-of-personal-computing/</link><pubDate>Sun, 26 Apr 2009 17:18:35 +0000</pubDate><guid>https://www.verboon.info/2009/04/the-early-days-of-personal-computing/</guid><description>&lt;p&gt;While usually we focus on what is happening today and what might come tomorrow, it’s quite interesting to look back in a while and learn how we actually got there. &lt;/p&gt;
&lt;p&gt;By searching the web for historical tech content, I came across the website of the &lt;a href="http://www.computerhistory.org/"&gt;computer history museum&lt;/a&gt; located in Mountain View – California.&lt;/p&gt;
&lt;p&gt;I then found this very interesting video “Personal Computing: Historic Beginnings” presented by &lt;a href="http://en.wikipedia.org/wiki/Alan_Kay"&gt;Alan Kay&lt;/a&gt;. The presentation is about 110 minutes long, but definitely worth looking at if you’re interested in the history of personal computing.&lt;/p&gt;</description></item><item><title>Google Data Center Tour</title><link>https://www.verboon.info/2009/04/google-data-center-tour/</link><pubDate>Fri, 24 Apr 2009 10:54:51 +0000</pubDate><guid>https://www.verboon.info/2009/04/google-data-center-tour/</guid><description>&lt;p&gt;My only comment on this one “It’s huge !”&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=zRwPSFpLX8I&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=en&amp;amp;feature=player_embedded&amp;amp;fs=1"&gt;

 &lt;img src="images/video8b56a6655af5.jpg" alt=""&gt;


&lt;/a&gt;&lt;/p&gt;</description></item><item><title>VMWare vSphere</title><link>https://www.verboon.info/2009/04/vmware-vsphere/</link><pubDate>Tue, 21 Apr 2009 21:53:22 +0000</pubDate><guid>https://www.verboon.info/2009/04/vmware-vsphere/</guid><description>&lt;p&gt;ESX was yesterday, tomorrow is vSphere. VMWare today announced vSphere. For more information watch the video below or go to: &lt;a href="http://www.vmware.com/products/vsphere/index.html"&gt;http://www.vmware.com/products/vsphere/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;[videofile]http://download3.vmware.com/vsphere/vsphere_feature_304x212_R4.swf[/videofile]&lt;/p&gt;</description></item><item><title>Windows XP mainstream support ends in 2 days</title><link>https://www.verboon.info/2009/04/windows-xp-mainstream-support-ends-in-2-days/</link><pubDate>Sun, 12 Apr 2009 19:00:41 +0000</pubDate><guid>https://www.verboon.info/2009/04/windows-xp-mainstream-support-ends-in-2-days/</guid><description>&lt;p&gt;On April 14th mainstream support for Windows XP will end. for the next 5 years the operating system goes into extended support. The table below illustrates the differences between mainstream and extended support.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx/gp/lifepolicy"&gt;

 &lt;img src="images/image3.png" alt="image"&gt;


&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Microsoft Windows XP product page explains it as following:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Mainstream Support delivers complimentary and paid support, free security updates, and bug fixes to all Windows customers who purchase a retail copy of Windows XP (i.e., a shrink-wrapped, not pre-installed copy). Mainstream Support for Windows XP will continue through &lt;strong&gt;April 2009.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;</description></item><item><title>The Internet displayed as a subway map</title><link>https://www.verboon.info/2009/04/the-internet-displayed-as-a-subway-map/</link><pubDate>Sun, 12 Apr 2009 17:59:17 +0000</pubDate><guid>https://www.verboon.info/2009/04/the-internet-displayed-as-a-subway-map/</guid><description>&lt;p&gt;The &lt;a href="http://informationarchitects.jp/web-trend-map-4-final-beta/"&gt;Information Architects&lt;/a&gt; have published an updated trend map of today’s internet.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; ![](http://informationarchitects.jp/web-trend-map-4-final-beta/) 

 The map can be [explored easily with Zoomorama](http://www.zoomorama.com/2477f0e8b447bb6570493cdac464c41f).
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Top 10 List of Data Loss Disasters 2008</title><link>https://www.verboon.info/2009/03/top-10-list-of-data-loss-disasters-2008/</link><pubDate>Mon, 23 Mar 2009 23:13:42 +0000</pubDate><guid>https://www.verboon.info/2009/03/top-10-list-of-data-loss-disasters-2008/</guid><description>&lt;p&gt;Last week-end I was sitting in an airplane and read a magazine that was provided for free to travelers at the airport (of course i had chosen an IT related one :-) ). The magazine contained an article talking about the top 10 data loss disasters collected by &lt;a href="http://www.ontrackdatarecovery.com/"&gt;Ontrack&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Top 10 list of data loss disasters 2008 can be found &lt;a href="http://www.ontrackdatarecovery.com/data-disaster-2008/"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>20 Years World Wide Web</title><link>https://www.verboon.info/2009/03/20-years-world-wide-web/</link><pubDate>Sun, 15 Mar 2009 18:42:06 +0000</pubDate><guid>https://www.verboon.info/2009/03/20-years-world-wide-web/</guid><description>&lt;p&gt;On March 13. 1989 &lt;a href="http://en.wikipedia.org/wiki/Tim_Berners-Lee"&gt;Tim Berners-Lee&lt;/a&gt; provided the foundation of the world wide web. Read more about 20 years of web @ the &lt;a href="http://info.cern.ch/www20/"&gt;CERN 20 Years WWW anniversary site&lt;/a&gt; or watch the &lt;a href="http://info.cern.ch/www20/video/"&gt;20 Years WWW video&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Intel Anti-Theft Technology</title><link>https://www.verboon.info/2009/03/intel-anti-theft-technology/</link><pubDate>Fri, 13 Mar 2009 17:17:35 +0000</pubDate><guid>https://www.verboon.info/2009/03/intel-anti-theft-technology/</guid><description>&lt;p&gt;Another thing I came across this week was the &lt;a href="http://www.intel.com/technology/anti-theft/index.htm"&gt;Intel Anti-Theft Technology&lt;/a&gt; videos. So if you are interested to see how Intel could help you getting back your notebook watch the videos posted &lt;a href="http://communities.intel.com/openport/community/openportit/vproexpert/blog/tags/anti-theft"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Group Policy: Restrict Hardware like a pro</title><link>https://www.verboon.info/2009/03/group-policy-restrict-hardware-like-a-pro/</link><pubDate>Thu, 12 Mar 2009 10:00:14 +0000</pubDate><guid>https://www.verboon.info/2009/03/group-policy-restrict-hardware-like-a-pro/</guid><description>&lt;p&gt;Here’s another video from &lt;a href="http://www.GPanswers.com/1.html?p=cpqalve&amp;amp;w=HOME"&gt;GPanswers&lt;/a&gt; explaining how to restrict the use of certain devices within your managed environment.&lt;/p&gt;</description></item><item><title>RunAs Radio</title><link>https://www.verboon.info/2009/02/runas-radio/</link><pubDate>Sat, 28 Feb 2009 21:01:25 +0000</pubDate><guid>https://www.verboon.info/2009/02/runas-radio/</guid><description>&lt;p&gt;Feeding my hunger for information, I came across the “&lt;a href="http://runasradio.com/default.aspx"&gt;RunAS Radio&lt;/a&gt;” site. RunAs Radio is a weekly internet Audio Talk Show for IT Professionals working with Microsoft Products.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://runasradio.com/default.aspx"&gt;

 &lt;img src="images/runasradio.jpg" alt="runasradio"&gt;


&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Using AppLocker in Windows 7 video</title><link>https://www.verboon.info/2009/02/using-applocker-in-windows-7-video/</link><pubDate>Thu, 26 Feb 2009 22:46:20 +0000</pubDate><guid>https://www.verboon.info/2009/02/using-applocker-in-windows-7-video/</guid><description>&lt;p&gt;Watch the &lt;a href="http://edge.technet.com/Media/Using-AppLocker-in-Win7/"&gt;Using AppLocker in Win7&lt;/a&gt; video on TechNet where Paul Cooke gives an insight on what Applocker is, how it works and how to deploy it.&lt;/p&gt;</description></item><item><title>The History of Microsoft on Channel 9</title><link>https://www.verboon.info/2009/02/the-history-of-microsoft-on-channel-9/</link><pubDate>Sat, 21 Feb 2009 06:33:43 +0000</pubDate><guid>https://www.verboon.info/2009/02/the-history-of-microsoft-on-channel-9/</guid><description>&lt;p&gt;Interested in how it all started off at Microsoft ? On Channel 9 a new series call “History of Microsoft” has started. A new episode is being released every Thursday. So far the following episodes have been published:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://channel9.msdn.com/shows/History/The-History-of-Microsoft-1975/"&gt;History of Microsoft 1975&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://channel9.msdn.com/shows/History/The-History-of-Microsoft-1976/"&gt;History of Microsoft 1976&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://channel9.msdn.com/shows/History/The-History-of-Microsoft-1977/"&gt;History of Microsoft 1977&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As new episodes come out you find them &lt;a href="http://channel9.msdn.com/shows/History/"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>2008 Virtualization review</title><link>https://www.verboon.info/2009/02/2008-virtualization-review/</link><pubDate>Fri, 20 Feb 2009 00:32:03 +0000</pubDate><guid>https://www.verboon.info/2009/02/2008-virtualization-review/</guid><description>&lt;p&gt;Brian and Gabe review the big events, trends, and themes of the desktop and application virtualization space from 2008.&lt;/p&gt;
&lt;p&gt;Watch &lt;a href="http://www.brianmadden.com/blogs/tv/archive/2009/02/19/brian-madden-tv-episode-1-2008-year-in-review.aspx"&gt;Brian Madden TV  Episode 1 - 2008 year in review&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Encrypted on Windows 7 and use on Vista as well</title><link>https://www.verboon.info/2009/02/encrypted-on-windows-7-and-use-on-vista-as-well/</link><pubDate>Wed, 18 Feb 2009 21:38:15 +0000</pubDate><guid>https://www.verboon.info/2009/02/encrypted-on-windows-7-and-use-on-vista-as-well/</guid><description>&lt;p&gt;With Windows 7 we can not only encrypt our local fixed drives but also USB devices. Considering that probably many of do carry around one or more memory sticks that could contain sensitive data or just data you don’t want anyone else to get access too.&lt;/p&gt;
&lt;p&gt;Now of course any new operating system comes with tons of new features, but I would consider this as one of those features that people are also really going to use, as it simple to use.&lt;/p&gt;</description></item><item><title>Virtualization Industry Radar</title><link>https://www.verboon.info/2009/02/virtualization-industry-radar/</link><pubDate>Mon, 16 Feb 2009 20:03:45 +0000</pubDate><guid>https://www.verboon.info/2009/02/virtualization-industry-radar/</guid><description>&lt;p&gt;Just came across this nice “&lt;a href="http://www.virtualization.info/radar/"&gt;Virtualization Industry Radar&lt;/a&gt;” page. The page provides a nice overview of the key players within the virtualization industry.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.virtualization.info/radar/"&gt;

 &lt;img src="images/image.png" alt="image"&gt;


&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Copyright © 2003-2009 &lt;a href="http://www.virtualization.info"&gt;virtualization.info&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Google Search issues</title><link>https://www.verboon.info/2009/01/google-search-issues/</link><pubDate>Sat, 31 Jan 2009 15:21:31 +0000</pubDate><guid>https://www.verboon.info/2009/01/google-search-issues/</guid><description>&lt;p&gt;Looks like Google has an issue, whatever word you enter in Google search, most results are being flagged with &amp;ldquo;This site may harm your computer&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/googlepreventme1-thumb.jpg" alt="googlepreventme1"&gt;

&lt;/p&gt;
&lt;p&gt;Clicking on the link, brings you another message.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb5.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;So since a long time, we&amp;rsquo;re switching back to &lt;a href="http://www.altavista.com/"&gt;Altavista&lt;/a&gt; who let&amp;rsquo;s me surf wherever I want to go.&lt;/p&gt;</description></item><item><title>Intel vPro review</title><link>https://www.verboon.info/2009/01/intel-vpro-review/</link><pubDate>Thu, 29 Jan 2009 18:37:07 +0000</pubDate><guid>https://www.verboon.info/2009/01/intel-vpro-review/</guid><description>&lt;p&gt;Okay, I must admit, I don’t believe in all Gartner is publishing, but while I was looking for some additional information around “&lt;a href="http://www.dmtf.org/standards/mgmt/dash/"&gt;DASH&lt;/a&gt;” I found the following interesting “&lt;a href="http://mediaproducts.gartner.com/reprints/intel/153886.html"&gt;Revisiting vPro for Corporate Purchases&lt;/a&gt;” article from Gartner, worth a read.&lt;/p&gt;</description></item><item><title>Free Virtualization ebook from Microsoft</title><link>https://www.verboon.info/2009/01/free-virtualization-ebook-from-microsoft/</link><pubDate>Wed, 21 Jan 2009 22:34:08 +0000</pubDate><guid>https://www.verboon.info/2009/01/free-virtualization-ebook-from-microsoft/</guid><description>&lt;p&gt;Confused about all the different solutions around Virtualization ? then get the &amp;ldquo;&lt;a href="https://www.getvirtualnow.com/usevents/education/download/693371eBook.pdf"&gt;Understanding Microsoft Virtualization Solutions&lt;/a&gt;&amp;rdquo; eBook. The document gives you all the information you need to better understand the various Virtualization offerings Microsoft has available today and will release in the near future.&lt;/p&gt;</description></item><item><title>Comparing VMWare ESX and ESXi</title><link>https://www.verboon.info/2009/01/comparing-vmware-esx-and-esxi/</link><pubDate>Tue, 20 Jan 2009 21:01:55 +0000</pubDate><guid>https://www.verboon.info/2009/01/comparing-vmware-esx-and-esxi/</guid><description>&lt;p&gt;Today I wanted to find out a little bit more about the differences between VMWare ESX and ESXi. Since it doesn&amp;rsquo;t make sense that i rewrite what others have written already let me share the sources i have found.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;amp;cmd=displayKC&amp;amp;externalId=1006543"&gt;ESX and ESXi comparison &lt;/a&gt;from VMWare&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.virtualizationadmin.com/articles-tutorials/vmware-esx-articles/general/vmware-esxi-server-compare-esx-server.html"&gt;How does VMware ESXi Server compare to ESX Server?&lt;/a&gt; from David Davis on Virtualization.com&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.vmware.com/files/pdf/vmware_esxi_architecture_wp.pdf"&gt;The Architecture of VMWare ESXi&lt;/a&gt; from VMWare&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.virtualtroll.com/?p=115"&gt;ESX and ESXi comparison&lt;/a&gt; from the Virtual Troll&lt;/p&gt;</description></item><item><title>Wireless Power Technology</title><link>https://www.verboon.info/2009/01/wireless-power-technology/</link><pubDate>Wed, 07 Jan 2009 21:53:39 +0000</pubDate><guid>https://www.verboon.info/2009/01/wireless-power-technology/</guid><description>&lt;p&gt;Will we get rid of batteries soon ? Read more here: &lt;a href="http://www.ecoupled.com/index.html"&gt;http://www.ecoupled.com/index.html&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Application Virtualization Overview</title><link>https://www.verboon.info/2008/12/application-virtualization-overview/</link><pubDate>Sat, 13 Dec 2008 20:21:06 +0000</pubDate><guid>https://www.verboon.info/2008/12/application-virtualization-overview/</guid><description>&lt;p&gt;For all those of you who want to get an overview on today&amp;rsquo;s Application Virtualization solutions and technologies, i recommend reading &lt;a href="http://www.virtuall.nl/articles/applicationanddesktopdelivery/ApplicationVirtualizationSolutionsOverviewandFeatureMatrix.pdf"&gt;&amp;ldquo;Application Virtualization Solutions Overview and Feature Compare Matrix&lt;/a&gt;&amp;rdquo; published by &lt;a href="http://www.brianmadden.com/blogs/rubenspruijt/default.aspx"&gt;Ruben Spruijt&lt;/a&gt; and Jurjen van Leeuwen.&lt;/p&gt;</description></item><item><title>An insight on error 404</title><link>https://www.verboon.info/2008/12/an-insight-on-error-404/</link><pubDate>Sat, 13 Dec 2008 19:08:09 +0000</pubDate><guid>https://www.verboon.info/2008/12/an-insight-on-error-404/</guid><description>&lt;p&gt;Today we were at my oldest son football club year end party where someone told me a story about the meaning of the number 404,  when you try to connect to a web site page that does not exist, you usually get an error 404 message. The number 404 is related to a room number at the &lt;a href="http://public.web.cern.ch/public/"&gt;CERN&lt;/a&gt; this person told me.&lt;/p&gt;
&lt;p&gt;It just needed a Google search on &amp;ldquo;History of 404&amp;rdquo; to find a page that seems to be fully dedicated to Error 404. The &amp;ldquo;room number&amp;rdquo; story seems to be just a myth, according to the 404 Research Lab, no such room number exists at the &lt;a href="http://public.web.cern.ch/public/"&gt;CERN&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>It's about time to install MS08-067</title><link>https://www.verboon.info/2008/11/its-about-time-to-install-ms08-067/</link><pubDate>Wed, 26 Nov 2008 20:18:54 +0000</pubDate><guid>https://www.verboon.info/2008/11/its-about-time-to-install-ms08-067/</guid><description>&lt;p&gt;If you haven&amp;rsquo;t done so yet, it&amp;rsquo;s about time you get the &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx"&gt;MS08-067 &lt;/a&gt;patch installed on your Windows clients. According to a recent post on the &lt;a href="http://blogs.technet.com/mmpc/default.aspx"&gt;Microsoft® Malware Protection Center&lt;/a&gt; blog, another wave of attacks has been identified. By the way for those still running Windows NT 4.0, Microsoft indeed seems to have a patch for that retired OS but companies will have to pay to get it.&lt;/p&gt;</description></item><item><title>Cloud Printing</title><link>https://www.verboon.info/2008/11/cloud-printing/</link><pubDate>Fri, 21 Nov 2008 11:04:14 +0000</pubDate><guid>https://www.verboon.info/2008/11/cloud-printing/</guid><description>&lt;p&gt;We all have heard about Cloud Computing, now there is Cloud Printing ! Check out HPs &lt;a href="http://www.cloudprint.net/"&gt;CloudPrint&lt;/a&gt;. It&amp;rsquo;s still in BETA but worth to take a look.&lt;/p&gt;</description></item><item><title>GMail in terminal mode</title><link>https://www.verboon.info/2008/11/gmail-in-terminal-mode/</link><pubDate>Thu, 20 Nov 2008 23:06:55 +0000</pubDate><guid>https://www.verboon.info/2008/11/gmail-in-terminal-mode/</guid><description>&lt;p&gt;For all those that are missing the days when computer screens appeared in terminal mode, Google&amp;rsquo;s GMail can now be configured like that. Just select Settings, Themes and select the &amp;ldquo;Terminal&amp;rdquo; theme.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb4.png" alt="gmail theme terminal"&gt;

&lt;/p&gt;</description></item><item><title>SQL Server services user account</title><link>https://www.verboon.info/2008/11/sql-server-services-user-account/</link><pubDate>Thu, 20 Nov 2008 22:58:40 +0000</pubDate><guid>https://www.verboon.info/2008/11/sql-server-services-user-account/</guid><description>&lt;p&gt;When you install SQL Server 2000 / 2005 / 2008 you can configure under what user account the services are running. In the past i&amp;rsquo;ve often seen people selecting &amp;ldquo;local system&amp;rdquo;, I also selected that&amp;hellip;.not thinking too much about security then and it was the easiest to do with no need to create an additional user account and as long as you don&amp;rsquo;t need to access any other domain resources that worked fine.&lt;/p&gt;</description></item><item><title>Power Consumption in standby mode</title><link>https://www.verboon.info/2008/11/power-consumption-in-standby-mode/</link><pubDate>Thu, 20 Nov 2008 22:11:27 +0000</pubDate><guid>https://www.verboon.info/2008/11/power-consumption-in-standby-mode/</guid><description>&lt;p&gt;I have come across an article that describes the &lt;a href="http://www.hardwaresecrets.com/article/519/1"&gt;power consumption of equipment in standby mode&lt;/a&gt;, found it quite interesting.&lt;/p&gt;</description></item><item><title>Some applications survive</title><link>https://www.verboon.info/2008/11/some-applications-survive/</link><pubDate>Mon, 17 Nov 2008 20:35:30 +0000</pubDate><guid>https://www.verboon.info/2008/11/some-applications-survive/</guid><description>&lt;p&gt;Throughout my IT career i have seen many application development projects but most applications would not have survived more than 5 years until they got replaced by a new one. So I was quite pleased to find this success story about a software that is still being used by a company i once worked for and I was even one of the initial application architects of that application. Looks like this application made its Return On Investment.&lt;/p&gt;</description></item><item><title>About disk drives</title><link>https://www.verboon.info/2008/11/about-disk-drives/</link><pubDate>Wed, 05 Nov 2008 23:57:33 +0000</pubDate><guid>https://www.verboon.info/2008/11/about-disk-drives/</guid><description>&lt;p&gt;Today we had a brief discussion about the impact of power cycles on the disk drive lifetime. In searching for some background information on this subject, I found the followiing.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.deq.state.or.us/lq/pubs/factsheets/sw/ComputersMonitors.pdf"&gt;http://www.deq.state.or.us/lq/pubs/factsheets/sw/ComputersMonitors.pdf&lt;/a&gt;
&lt;a href="http://labs.google.com/papers/disk_failures.pdf"&gt;http://labs.google.com/papers/disk_failures.pdf&lt;/a&gt;
This is not directly related but found it a nice story so i post it as well.
&lt;a href="http://storagemojo.com/category/disk/"&gt;http://storagemojo.com/category/disk/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Linkedin Applications</title><link>https://www.verboon.info/2008/11/linkedin-applications/</link><pubDate>Wed, 05 Nov 2008 00:45:06 +0000</pubDate><guid>https://www.verboon.info/2008/11/linkedin-applications/</guid><description>&lt;p&gt;Those using Linkedin, check out &lt;a href="http://www.linkedin.com/static?key=application_directory"&gt;Linkedin Applications&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Microsoft AutoColage 2008 and HD View</title><link>https://www.verboon.info/2008/11/microsoft-autocolage-2008-and-hd-view/</link><pubDate>Mon, 03 Nov 2008 23:10:22 +0000</pubDate><guid>https://www.verboon.info/2008/11/microsoft-autocolage-2008-and-hd-view/</guid><description>&lt;p&gt;From time to time I visit the Microsoft Research site. It seems that there is much focus on photography and displaying pictures. &lt;a href="http://research.microsoft.com/autocollage/Default.aspx"&gt;AutoCollage 2008&lt;/a&gt; allows you to create a photo collage with little effort.&lt;/p&gt;
&lt;p&gt;Another interesting project is &lt;a href="http://research.microsoft.com/ivm/HDView.htm"&gt;HD View&lt;/a&gt; which is intended to display very large pictures.&lt;/p&gt;</description></item><item><title>Dutch architecture with free software</title><link>https://www.verboon.info/2008/11/dutch-architecture-with-free-software/</link><pubDate>Mon, 03 Nov 2008 22:09:44 +0000</pubDate><guid>https://www.verboon.info/2008/11/dutch-architecture-with-free-software/</guid><description>&lt;p&gt;Steve (a friend of mine) had send me this interesting article about how one makes money with free software. The story is about the design of a 5 euro piece that has been made with free software.&lt;/p&gt;
&lt;p&gt;Read &amp;ldquo;&lt;a href="http://pythonide.blogspot.com/2008/10/how-to-make-money-with-free-software.html"&gt;How to make money with free software&lt;/a&gt;&amp;rdquo;&lt;/p&gt;</description></item><item><title>Management</title><link>https://www.verboon.info/2008/10/management/</link><pubDate>Mon, 27 Oct 2008 10:12:02 +0000</pubDate><guid>https://www.verboon.info/2008/10/management/</guid><description>&lt;p&gt;A man in a hot air balloon realised he was lost. He reduced altitude and spotted a woman below. He descended a bit more and shouted&amp;hellip;&lt;/p&gt;
&lt;p&gt; &amp;lsquo;Excuse me, can you help me? I promised a friend I would meet him an hour ago but I don&amp;rsquo;t know where I am.&amp;rsquo;&lt;/p&gt;
&lt;p&gt; The woman below replied, &amp;lsquo;You&amp;rsquo;re in a hot air balloon hovering approximately 30 feet above the ground.. You&amp;rsquo;re between 40 and 41 degrees north latitude and between 59 and 60 degrees west longitude.&amp;rsquo;&lt;/p&gt;</description></item><item><title>Microsoft Chemical Team blog</title><link>https://www.verboon.info/2008/10/microsoft-chemical-team-blog/</link><pubDate>Thu, 16 Oct 2008 06:45:21 +0000</pubDate><guid>https://www.verboon.info/2008/10/microsoft-chemical-team-blog/</guid><description>&lt;p&gt;For those who do work within or are working with the chemical industry this site might be of interest.
&lt;a href="http://blogs.msdn.com/chemicals/default.aspx"&gt;http://blogs.msdn.com/chemicals/default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Highlighting the impact of information technology on the chemical industry&lt;/em&gt;&lt;/p&gt;</description></item><item><title>iTunes Genius rocks</title><link>https://www.verboon.info/2008/09/itunes-genius-rocks/</link><pubDate>Sat, 27 Sep 2008 21:23:37 +0000</pubDate><guid>https://www.verboon.info/2008/09/itunes-genius-rocks/</guid><description>&lt;p&gt;With &lt;a href="http://www.apple.com/itunes/whatsnew/"&gt;iTunes 8&lt;/a&gt; Apple has added a new feature called Genius. when playing music the genius sidebar shows you related artists and songs.&lt;/p&gt;
&lt;p&gt;So while playing the first song of this playlist&amp;hellip;&amp;hellip;.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb4.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;it does automatically show me the following related artists and songs.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb5.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;the idea is not new, but i like to see it being added to iTunes.&lt;/p&gt;</description></item><item><title>Never heard of vPro before ?</title><link>https://www.verboon.info/2008/09/never-heard-of-vpro-before/</link><pubDate>Sun, 07 Sep 2008 21:13:01 +0000</pubDate><guid>https://www.verboon.info/2008/09/never-heard-of-vpro-before/</guid><description>&lt;p&gt;Well then it&amp;rsquo;s time now to get familiar with it. Since about 2 years Intel is shipping &lt;a href="http://www.intel.com/technology/vpro/index.htm"&gt;vPro&lt;/a&gt; technology, but still many people aren&amp;rsquo;t familiar with this technology or haven&amp;rsquo;t even heard of it at all, for those I recommend to look at these demonstration movies:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.intel.com/business/business-pc/demo/demo.htm"&gt;http://www.intel.com/business/business-pc/demo/demo.htm&lt;/a&gt;
&lt;a href="http://www.intel.com/business/enterprise/emea/eng/vpro/demo/"&gt;http://www.intel.com/business/enterprise/emea/eng/vpro/demo/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or watch the intel vPro demo from the MMS 2008 keynote&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=wlj7u3tOQ9s"&gt;http://www.youtube.com/watch?v=wlj7u3tOQ9s&lt;/a&gt;
&lt;a href="http://www.youtube.com/watch?v=7ByT-r_C9U0&amp;amp;feature=related"&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Google launches Chrome Browser</title><link>https://www.verboon.info/2008/09/google-launches-chrome-browser/</link><pubDate>Tue, 02 Sep 2008 22:58:04 +0000</pubDate><guid>https://www.verboon.info/2008/09/google-launches-chrome-browser/</guid><description>&lt;p&gt;Today Google launched its own first web browser called &lt;a href="http://www.google.com/chrome/?hl=en"&gt;Chrome&lt;/a&gt;. Less is more, Chrome comes with a very nice lean design.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;Chrome has a couple of nice &lt;a href="http://www.google.com/chrome/intl/en/features.html?hl=en"&gt;features&lt;/a&gt;, one I personally found quite interesting is that the address bar also acts as the search bar. As you type in words in the address bar, you receive instant search results.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb1.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m quite sure that the chrome browser will get quickly adopted by home users, as we have seen previously happening with the &lt;a href="http://www.mozilla.com/en-US/firefox/"&gt;Firefox&lt;/a&gt; browser, but I&amp;rsquo;m curious to see if this browser will become a serious competitor within the enterprise space, where &lt;a href="http://www.populationstatistic.com/archives/2008/09/01/google-chrome-a-browser-without-a-home/"&gt;Internet Explorer still plays a dominant role&lt;/a&gt; and most likely will continue to do so.&lt;/p&gt;</description></item><item><title>Take a break</title><link>https://www.verboon.info/2008/08/take-a-break/</link><pubDate>Tue, 26 Aug 2008 19:37:52 +0000</pubDate><guid>https://www.verboon.info/2008/08/take-a-break/</guid><description>&lt;p&gt;Remember  Space Invaders. &amp;hellip;&amp;hellip;if you&amp;rsquo;re in the office, turn of sound :-)&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb10.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;The flash based game can be found &lt;a href="http://www.neave.com/games/invaders/invaders_external.swf"&gt;here&lt;/a&gt;. And if you have read my post about u&lt;a href="./../using-bits-for-file-downloads/index.md"&gt;sing BITS for file downloads&lt;/a&gt; you can download the swf file for offline use as well.&lt;/p&gt;
&lt;p&gt;enjoy&lt;/p&gt;</description></item><item><title>The other search engine</title><link>https://www.verboon.info/2008/08/the-other-search-engine/</link><pubDate>Thu, 21 Aug 2008 21:31:10 +0000</pubDate><guid>https://www.verboon.info/2008/08/the-other-search-engine/</guid><description>&lt;p&gt;When searching the web probably most of us do use Google, because although some don&amp;rsquo;t like to hear it, it has simply become the default search engine for most users and there doesn&amp;rsquo;t seem to be much competition, or would you use MSN search ? :-)&lt;/p&gt;
&lt;p&gt;I recently read an article in a newspaper about a new search engine that was being launched called CUIL, I became interested as they claim having the largest index, even larger than Google. Well to be honest i don&amp;rsquo;t really care if that is true or not, but i must say that they do provide a different web search experience (see picture below)&lt;/p&gt;</description></item><item><title>The HP Garage</title><link>https://www.verboon.info/2008/08/the-hp-garage/</link><pubDate>Sun, 03 Aug 2008 18:00:37 +0000</pubDate><guid>https://www.verboon.info/2008/08/the-hp-garage/</guid><description>&lt;p&gt;It&amp;rsquo;s here where HP started&amp;hellip;&amp;hellip;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/hpgarage-thumb.jpg" alt="hpgarage"&gt;

&lt;/p&gt;
&lt;p&gt;See more pictures of the HP House here: &lt;a href="http://www.kennethkuhn.com/hpmuseum/garage/"&gt;http://www.kennethkuhn.com/hpmuseum/garage/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And the Garage timeline is documented here:
&lt;a href="http://www.hp.com/hpinfo/abouthp/histnfacts/garage/timeline.html"&gt;http://www.hp.com/hpinfo/abouthp/histnfacts/garage/timeline.html&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Understanding machine virtualization</title><link>https://www.verboon.info/2008/08/understanding-machine-virtualization/</link><pubDate>Sat, 02 Aug 2008 15:04:16 +0000</pubDate><guid>https://www.verboon.info/2008/08/understanding-machine-virtualization/</guid><description>&lt;p&gt;If you have a general interest in virtualization technology, have a look at this &lt;a href="http://channel9.msdn.com/shows/Inside+Out/Citrix-Understanding-Machine-Virtualization/"&gt;video&lt;/a&gt; from Channel 9. I&amp;rsquo;ve liked the video especially because &lt;a href="http://community.citrix.com/blogs/citrite/simoncr/"&gt;Simon Crosby&lt;/a&gt; is not just talking about a product but does bring up a couple of interesting thoughts and concepts on the use of virtualization technology today and tomorrow.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://channel9.msdn.com/shows/Inside+Out/Citrix-Understanding-Machine-Virtualization/"&gt;Citrix - Understanding Machine Virtualization&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Finally joining the Mesh</title><link>https://www.verboon.info/2008/07/finally-joining-the-mesh/</link><pubDate>Thu, 31 Jul 2008 19:41:27 +0000</pubDate><guid>https://www.verboon.info/2008/07/finally-joining-the-mesh/</guid><description>&lt;p&gt;Microsoft has opened live mesh to more testers, although only to users located in the U.S.&lt;/p&gt;
&lt;p&gt;Well, after changing the regional settings, you get to the next page, where you can sign-up :-)&lt;/p&gt;
&lt;p&gt;And after a few seconds&amp;hellip;&amp;hellip;.

 &lt;img src="images/image-thumb5.png" alt="image"&gt;

&lt;/p&gt;</description></item><item><title>When Google was born</title><link>https://www.verboon.info/2008/07/when-google-was-born/</link><pubDate>Thu, 31 Jul 2008 19:08:45 +0000</pubDate><guid>https://www.verboon.info/2008/07/when-google-was-born/</guid><description>&lt;p&gt;Using the the waybackmachine on &lt;a href="http://www.archive.org/"&gt;archive.org&lt;/a&gt; allows you to see content of archived pages from the Internet.&lt;/p&gt;
&lt;p&gt;So i thought, let&amp;rsquo;s have a look at the early days of Google.com&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Google.com on November 11th 1998&lt;/em&gt;

 &lt;img src="images/image-thumb2.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Google.com on December 12th 1998&lt;/em&gt;

 &lt;img src="images/image-thumb3.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;Then in September 1999 they launched officially. &lt;a href="http://web.archive.org/web/19991128214815/www.google.com/pressrel/pressrelease4.html"&gt;Read the announcement&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Google.com Today (July 31rd 2008).&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb4.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;For those interested the Google Milestones can be read &lt;a href="http://www.google.com/corporate/history.html"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>New site dedicated to Microsoft Hyper-V</title><link>https://www.verboon.info/2008/07/new-site-dedicated-to-microsoft-hyper-v/</link><pubDate>Mon, 28 Jul 2008 08:26:00 +0000</pubDate><guid>https://www.verboon.info/2008/07/new-site-dedicated-to-microsoft-hyper-v/</guid><description>&lt;p&gt;Steven Bink owner of the famous &lt;a href="http://bink.nu/"&gt;Bink.nu&lt;/a&gt; web site has launched a new site dedicated to Microsoft Hyper-V and related technologies called &lt;a href="http://hypervoria.com/"&gt;Hypervoria&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="./images/hypervoria.png" alt="Hypervoria"&gt;

&lt;/p&gt;</description></item><item><title>Reading - Administering Windows Vista Security</title><link>https://www.verboon.info/2008/07/reading-administering-windows-vista-security/</link><pubDate>Sun, 06 Jul 2008 11:03:32 +0000</pubDate><guid>https://www.verboon.info/2008/07/reading-administering-windows-vista-security/</guid><description>&lt;p&gt;Although you usually don&amp;rsquo;t read IT related books from page 1 and end it on the last page, I consider having finished reading &lt;a href="http://www.minasi.com/"&gt;Mark Minasis&amp;rsquo;&lt;/a&gt; A&lt;strong&gt;dministering Windows Vista Security - The Big surprises&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;While many IT books can end up being a bit annoying, i found this one very nice to read as it does include the authors own opinion and practical experiences and it does real fluently.&lt;/p&gt;
&lt;p&gt;The book gives you a good insight into Vista&amp;rsquo;s UAC, File and Registry virtualization and other security related topics.&lt;/p&gt;</description></item><item><title>Bill Gates looks back</title><link>https://www.verboon.info/2008/07/bill-gates-looks-back/</link><pubDate>Sat, 05 Jul 2008 20:55:45 +0000</pubDate><guid>https://www.verboon.info/2008/07/bill-gates-looks-back/</guid><description>&lt;p&gt;Some rare &lt;a href="http://money.cnn.com/magazines/fortune/storysupplement/gates_microsoft/index.html"&gt;photos&lt;/a&gt; from the Microsoft archives, &lt;a href="http://money.cnn.com/magazines/fortune/storysupplement/gates_microsoft/index.html"&gt;commented&lt;/a&gt; by Bill Gates himself.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://money.cnn.com/magazines/fortune/storysupplement/gates_microsoft/index.html"&gt;http://money.cnn.com/magazines/fortune/storysupplement/gates_microsoft/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb1.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;1965, Bill Gates, age 9.&lt;/p&gt;</description></item><item><title>iPhone 3G comming to Switzerland</title><link>https://www.verboon.info/2008/07/iphone-3g-comming-to-switzerland/</link><pubDate>Wed, 02 Jul 2008 17:04:30 +0000</pubDate><guid>https://www.verboon.info/2008/07/iphone-3g-comming-to-switzerland/</guid><description>&lt;p&gt;Today i found a message in my private mailbox about the launch of the iPhone 3G in Switzerland, due on the 10th of July. For more information see: &lt;a href="http://iphone3g.swisscom.ch/?lang=en"&gt;http://iphone3g.swisscom.ch/?lang=en&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Altiris anounces CMS 7 Beta II</title><link>https://www.verboon.info/2008/06/altiris-anounces-cms-7-beta-ii/</link><pubDate>Sat, 28 Jun 2008 07:58:42 +0000</pubDate><guid>https://www.verboon.info/2008/06/altiris-anounces-cms-7-beta-ii/</guid><description>&lt;p&gt;In the coming days, Altiris 7 Client Management Suite and Server Management Suite Beta II will be available for download from the beta portal. &lt;a href="http://betanew.altiris.com/"&gt;http://betanew.altiris.com/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>A blog post about the blog</title><link>https://www.verboon.info/2008/06/a-blog-post-about-the-blog/</link><pubDate>Fri, 27 Jun 2008 20:13:06 +0000</pubDate><guid>https://www.verboon.info/2008/06/a-blog-post-about-the-blog/</guid><description>&lt;p&gt;Since i have moved the blog content from my previous blog site to this site, i&amp;rsquo;m using &lt;a href="http://wordpress.org/"&gt;Wordpress&lt;/a&gt;. I&amp;rsquo;m not going to loose much words now, but all i can tell you for now, it&amp;rsquo;s great !!! Thanks to Steve who has been kind enough to setup this up for me.&lt;/p&gt;</description></item><item><title>VMWARE Webcasts</title><link>https://www.verboon.info/2008/06/vmware-webcasts/</link><pubDate>Mon, 02 Jun 2008 20:13:00 +0000</pubDate><guid>https://www.verboon.info/2008/06/vmware-webcasts/</guid><description>&lt;p&gt;There is a lot going on around Virtualization, so it&amp;rsquo;s important to keep up to date. Like other vendors, WMAWRE also provides Webcasts and Podcasts.&lt;/p&gt;
&lt;p&gt;Recorded sessions can be found here:
&lt;a href="http://www.vmware.com/a/webcasts/recorded/"&gt;http://www.vmware.com/a/webcasts/recorded/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Podcasts here:
&lt;a href="http://www.vmware.com/resources/podcasts/audio.html"&gt;http://www.vmware.com/resources/podcasts/audio.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and upcomming events are listed here:
&lt;a href="http://www.vmware.com/a/webcasts/index/"&gt;http://www.vmware.com/a/webcasts/index/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Automate BIOS configuration for HP clients</title><link>https://www.verboon.info/2008/05/automate-bios-configuration-for-hp-clients/</link><pubDate>Fri, 30 May 2008 13:22:00 +0000</pubDate><guid>https://www.verboon.info/2008/05/automate-bios-configuration-for-hp-clients/</guid><description>&lt;p&gt;Today the following options exist to automate BIOS configuration for HP clients:The Client Management Interface allows you to use WSH to retrieve and set BIOS settings like in the example below which changes the Ownership Tag.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-vb" data-lang="vb"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Const&lt;/span&gt; wbemFlagReturnImmediately &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; 16
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Const&lt;/span&gt; wbemFlagForwardOnly &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; 32
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;lFlags &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; wbemFlagReturnImmediately &lt;span style="color:#ff79c6"&gt;+&lt;/span&gt; wbemFlagForwardOnly
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;strService &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;winmgmts:{impersonationlevel=impersonate}//&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;strComputer &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;.&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;strNamespace &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;/root/HP/InstrumentedBIOS&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;strQuery &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;select * from HP_BIOSSettingInterface&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Set&lt;/span&gt; objWMIService &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; GetObject(strService &lt;span style="color:#ff79c6"&gt;&amp;amp;&lt;/span&gt; _
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;strComputer &lt;span style="color:#ff79c6"&gt;&amp;amp;&lt;/span&gt; strNamespace)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Set&lt;/span&gt; colItems &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; objWMIService.ExecQuery(strQuery,,lFlags)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;‘ &lt;span style="color:#f1fa8c"&gt;&amp;#34;Enter Ownership Tag&amp;#34;&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;is&lt;/span&gt; the name &lt;span style="color:#ff79c6"&gt;of&lt;/span&gt; the BIOS setting
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;‘ instance &lt;span style="color:#8be9fd"&gt;object&lt;/span&gt; that we want &lt;span style="color:#ff79c6"&gt;to&lt;/span&gt; update. The correct
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;‘ names &lt;span style="color:#ff79c6"&gt;of&lt;/span&gt; available settings are found by enumerating
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;‘ all instances &lt;span style="color:#ff79c6"&gt;of&lt;/span&gt; HP_BIOSSetting.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;For&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;each&lt;/span&gt; objItem &lt;span style="color:#ff79c6"&gt;in&lt;/span&gt; colItems
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;objItem.SetBiosSetting oReturn, _
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f1fa8c"&gt;&amp;#34;Enter Ownership Tag&amp;#34;&lt;/span&gt;, _
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f1fa8c"&gt;&amp;#34;Some environment-specific inventory code&amp;#34;&lt;/span&gt;, _
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f1fa8c"&gt;&amp;#34;1E302E020304&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Next&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Dim&lt;/span&gt; strReturn
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Select&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;Case&lt;/span&gt; oReturn
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Case&lt;/span&gt; 0 strReturn &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;Success&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Case&lt;/span&gt; 1 strReturn &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;Not Supported&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Case&lt;/span&gt; 2 strReturn &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;Unspecified Error&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Case&lt;/span&gt; 3 strReturn &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;Timeout&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Case&lt;/span&gt; 4 strReturn &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;Failed&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;18
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Case&lt;/span&gt; 5 strReturn &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;Invalid Parameter&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Case&lt;/span&gt; 6 strReturn &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;Access Denied&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;Case&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;Else&lt;/span&gt; strReturn &lt;span style="color:#ff79c6"&gt;=&lt;/span&gt; &lt;span style="color:#f1fa8c"&gt;&amp;#34;...&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#ff79c6"&gt;End&lt;/span&gt; &lt;span style="color:#ff79c6"&gt;Select&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;WScript.Echo &lt;span style="color:#f1fa8c"&gt;&amp;#34;SetBiosSetting()
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;More information about HP CMI can be found here:
&lt;a href="http://h20331.www2.hp.com/Hpsub/cache/284014-0-0-225-121.html?jumpid=reg_R1002_USEN"&gt;http://h20331.www2.hp.com/Hpsub/cache/284014-0-0-225-121.html?jumpid=reg_R1002_USEN&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Get meshed</title><link>https://www.verboon.info/2008/05/get-meshed/</link><pubDate>Mon, 19 May 2008 23:12:00 +0000</pubDate><guid>https://www.verboon.info/2008/05/get-meshed/</guid><description>&lt;p&gt;Already heard of Microsoft&amp;rsquo;s new service called Live Mesh ? If not, have a look here:
&lt;a href="http://www.on10.net/blogs/nic/Hands-on-with-Live-Mesh/"&gt;http://www.on10.net/blogs/nic/Hands-on-with-Live-Mesh/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can sign-up for Live Mesh here: &lt;a href="https://www.mesh.com/Welcome/Welcome.aspx"&gt;https://www.mesh.com/Welcome/Welcome.aspx&lt;/a&gt;, but there appears to be a long waiting list, i registered a couple of weeks ago, but still get the following message&amp;hellip;..&lt;/p&gt;
&lt;p&gt;
 &lt;img src="http://bp3.blogger.com/_Dz3BIkh6Pig/SDIJ5f_m7jI/AAAAAAAAAAM/i_hN_HBJ8e4/s1600-h/livemesh.JPG" alt=""&gt;

 I am really looking forward for this service, as, if it does what they promise, it will definitely make life a bit easier for those that work on different machines. I&amp;rsquo;m just curious about what corporate IT security people think of this service. I&amp;rsquo;m sure not all companies look forward to see their business PCs being &amp;ldquo;mes(sh)ed up.&lt;/p&gt;</description></item><item><title>Growing WIM files</title><link>https://www.verboon.info/2008/05/growing-wim-files/</link><pubDate>Sat, 10 May 2008 09:36:00 +0000</pubDate><guid>https://www.verboon.info/2008/05/growing-wim-files/</guid><description>&lt;p&gt;You might have experienced that your WIM files seem to grow in size when editing the image. Of course it does, because you add content, but what if you replace files.. well it still grows, exactly by the size of the file(s) you replace. So when replacing larger content within your WIM images they might become bigger as you want.To get the WIM file resized simply perform an export by using imagex.exe.&lt;/p&gt;</description></item></channel></rss>