<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Group Policy on Anything About IT</title><link>https://www.verboon.info/tags/group-policy/</link><description>Recent content in Group Policy on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 30 Dec 2019 11:54:36 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/group-policy/index.xml" rel="self" type="application/rss+xml"/><item><title>PowerShell 7 – Group Policy Settings and Eventlogs</title><link>https://www.verboon.info/2019/12/powershell-7-group-policy-settings-and-eventlogs/</link><pubDate>Mon, 30 Dec 2019 11:54:36 +0000</pubDate><guid>https://www.verboon.info/2019/12/powershell-7-group-policy-settings-and-eventlogs/</guid><description>&lt;p&gt;On December 16th
&lt;a href="https://twitter.com/joeyaiello"&gt;Joey&lt;/a&gt;
&lt;a href="https://devblogs.microsoft.com/powershell/announcing-the-powershell-7-0-release-candidate/"&gt;announced&lt;/a&gt; the availability of the PowerShell 7.0 release candidate. Time to look at the configuration options. Since I&amp;rsquo;m interested in the aspects of managing these settings within an enterprise environment, I closely followed the discussions on GitHub here &lt;a href="https://github.com/PowerShell/PowerShell/pull/10468"&gt;https://github.com/PowerShell/PowerShell/pull/10468&lt;/a&gt; and here &lt;a href="https://github.com/PowerShell/PowerShell/issues/9309"&gt;https://github.com/PowerShell/PowerShell/issues/9309&lt;/a&gt; and the outcome of these discussions is documented here &lt;a href="https://github.com/PowerShell/PowerShell-RFC/blob/master/4-Experimental-Accepted/RFC0041-Policy.md"&gt;https://github.com/PowerShell/PowerShell-RFC/blob/master/4-Experimental-Accepted/RFC0041-Policy.md&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="installation"&gt;Installation&lt;/h1&gt;
&lt;p&gt;Now let&amp;rsquo;s look what options we have for the configuration of logging PowerShell 7 events. Let&amp;rsquo;s start with installing PowerShell 7.0 RC1. All download packages are listed here &lt;a href="https://github.com/PowerShell/PowerShell/releases/tag/v7.0.0-rc.1"&gt;https://github.com/PowerShell/PowerShell/releases/tag/v7.0.0-rc.1&lt;/a&gt; There are multiple options available for installing PowerShell 7 on Windows (AppX, ZIP, MSI) but for this demonstration I use the MSI based installer. &lt;a href="https://github.com/PowerShell/PowerShell/releases/download/v7.0.0-rc.1/PowerShell-7.0.0-rc.1-win-x64.msi"&gt;https://github.com/PowerShell/PowerShell/releases/download/v7.0.0-rc.1/PowerShell-7.0.0-rc.1-win-x64.msi&lt;/a&gt;&lt;/p&gt;</description></item><item><title>How to identify orphan Group Policy content within the Sysvol folder</title><link>https://www.verboon.info/2019/11/how-to-identify-orphan-group-policy-content-within-the-sysvol-folder/</link><pubDate>Tue, 19 Nov 2019 22:22:16 +0000</pubDate><guid>https://www.verboon.info/2019/11/how-to-identify-orphan-group-policy-content-within-the-sysvol-folder/</guid><description>&lt;p&gt;G&amp;rsquo;day everyone. Today I was working on a Microsoft Security Configuration baseline implementation and while browsing through the Sysvol folder I got the impression that there are less GPO objects stored within AD compared to the number of GPO content folders located within the Sysvol\Policies folder. As we speak about several hundred folders here, too many to count manually, and so another PowerShell script was born.&lt;/p&gt;
&lt;p&gt;Now if the terms SYSVOL, policies folder doesn&amp;rsquo;t mean anything to you, I suggest you first read this article from Darren (@grouppolicyguy) &lt;a href="https://sdmsoftware.com/gpoguy/whitepapers/understanding-group-policy-storage/"&gt;Understanding Group Policy Storage&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>PowerShell Core logging configuration</title><link>https://www.verboon.info/2018/01/powershell-core-logging-configuration/</link><pubDate>Tue, 16 Jan 2018 22:41:16 +0000</pubDate><guid>https://www.verboon.info/2018/01/powershell-core-logging-configuration/</guid><description>&lt;p&gt;After having browsed through the PowerShell code a bit, found some references as to how to configure PowerShell Core logging options through GPO or via a configuration file.&lt;/p&gt;
&lt;p&gt;There are no GPO Templates available for PowerShell Core, but the same settings as are written for Windows PowerShell also apply for Core, they just live within another registry key.&lt;/p&gt;
&lt;p&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft*&lt;em&gt;PowerShellCore&lt;/em&gt;*&lt;/p&gt;
&lt;p&gt;So when you apply the folllowing registry settings , you can enable ScriptBlock logging and Transcripting for PowerShell Core.&lt;/p&gt;</description></item><item><title>ToolTip: IEDigest</title><link>https://www.verboon.info/2016/07/tooltip-iedigest/</link><pubDate>Mon, 04 Jul 2016 19:49:26 +0000</pubDate><guid>https://www.verboon.info/2016/07/tooltip-iedigest/</guid><description>&lt;p&gt;IEDigest is collecting all relevant Internet Explorer settings and generates a well formated HTML report. In addition to this there is an XML output as well which can be taken for comparing reports coming from different environments. This is helpfull for troubleshooting purposes when having working and non-working machines.&lt;/p&gt;
&lt;p&gt;IEDigest can also be executd in commandline mode.&lt;/p&gt;
&lt;p&gt;IEDigest can be downloaded from the Microsoft download center &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=51694"&gt;here&lt;/a&gt;. Although not fully up to date, documentation can be downloaded from &lt;a href="http://www.regente.de/IEDigest/download/docs/iedigest.pdf"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>The GroupPolicy Xtended PowerShell Module</title><link>https://www.verboon.info/2016/02/the-grouppolicy-xtended-powershell-module/</link><pubDate>Thu, 11 Feb 2016 09:42:48 +0000</pubDate><guid>https://www.verboon.info/2016/02/the-grouppolicy-xtended-powershell-module/</guid><description>&lt;p&gt;Good day everyone. Today I would like to share with you the Group Policy Xtended PowerShell module that i’ve written recently. Histrocially I used to have various cmdlets stored in individual files and ran them when needed, I also shared them among my peers and with the public via my blog and the &lt;a href="https://gallery.technet.microsoft.com/scriptcenter"&gt;Microsoft Script repository&lt;/a&gt;. The challenge with this approach is that it’s hard to ensure eveyone has the latest versions of the cmdlets  available and that when someone needs a cmdlet that he’s actually able to find it or actually knows that there’s one available.&lt;/p&gt;</description></item><item><title>ToolTip: Policy Analyzer</title><link>https://www.verboon.info/2016/01/tooltip-policy-analzyer/</link><pubDate>Sat, 30 Jan 2016 15:27:20 +0000</pubDate><guid>https://www.verboon.info/2016/01/tooltip-policy-analzyer/</guid><description>&lt;p&gt;Aaron Margosis recently &lt;a href="http://blogs.technet.com/b/secguide/archive/2016/01/22/new-tool-policy-analyzer.aspx"&gt;released Policy Analyzer&lt;/a&gt;, a utility for analyzing and comparing sets of Group Policy Objects (GPOs). Here’s a brief description on how to use the tool to compare two Domain GPOs.&lt;/p&gt;
&lt;p&gt;I created two GPOs in my test domain, both starting with the name “Foo” and then configured some settings. The Policy Analyzer can import GPO settings based on a GPO backup so as a next step we create a GPO backup. The quickest way is to do this via PowerShell.&lt;/p&gt;</description></item><item><title>Group Policy Template file for Windows 10 Wi-FI Sense</title><link>https://www.verboon.info/2015/10/group-policy-template-file-for-windows-10-wi-fi-sense/</link><pubDate>Mon, 19 Oct 2015 20:20:48 +0000</pubDate><guid>https://www.verboon.info/2015/10/group-policy-template-file-for-windows-10-wi-fi-sense/</guid><description>&lt;p&gt;Wi-FI Sense is a new feature in Windows 10 that automatically connects you to suggested open hotspots or networks shared by your skype or outlook.com contacts or facebook friends. Sounds like a nice feature, but I’m sure Enterprise Security won’t be to keen about it.&lt;/p&gt;
&lt;p&gt;Microsoft has published a KB - &lt;a href="https://support.microsoft.com/en-us/kb/3085719"&gt;How to configure Wi-Fi Sense on Windows 10 in an enterprise&lt;/a&gt; that describes the registry settings to configure for disabling Wi-FI sense. The recently publsihed Security Compliance Baseline for Windows 10 “ DRAFT”  now also provides a custom Group Policy template for Wi-FI Sense.&lt;/p&gt;</description></item><item><title>Group Policy Settings for Microsoft Edge Browser in Windows 10 Build 10.0.10240</title><link>https://www.verboon.info/2015/07/group-policy-settings-for-microsoft-edge-browser-in-windows-10-build-10-0-10240/</link><pubDate>Fri, 17 Jul 2015 09:00:34 +0000</pubDate><guid>https://www.verboon.info/2015/07/group-policy-settings-for-microsoft-edge-browser-in-windows-10-build-10-0-10240/</guid><description>&lt;p&gt;Continuing exploring the Windows 10 preview builds for new Group Policy settings, I come across some new settings for the &lt;a href="https://msdn.microsoft.com/en-us/library/hh772401(v=vs.85).aspx"&gt;Microsoft Edge browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;pre&gt;&lt;code&gt;**Location** **Setting** **Description** Computer Configuration / Administrative Templates / Windows Components / Microsoft Edge Allows you to run scripts like Javascript This setting lets you decide whether to let people run scripts, like JavaScript. This setting is enabled by default.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you enable this setting, scripting is turned on for all your computers.&lt;/p&gt;</description></item><item><title>Citrix Receiver 4.3 now with ADMX support for Receiver group policy, well almost</title><link>https://www.verboon.info/2015/07/citrix-receiver-4-3-now-with-admx-support-for-receiver-group-policy-well-almost/</link><pubDate>Wed, 01 Jul 2015 17:53:36 +0000</pubDate><guid>https://www.verboon.info/2015/07/citrix-receiver-4-3-now-with-admx-support-for-receiver-group-policy-well-almost/</guid><description>&lt;p&gt;Last night Citrix released Citrix Receiver 4.3 that includes ADMX templates to manage Citrix Receiver Group Policy settings. Microsoft introduced the ADMX templates when Vista/Server 2008 was introduced in 2006, so it was about time for Citrix to come up with template files in that format instead of the old ADM based files.&lt;/p&gt;
&lt;p&gt;After installing the Citrix Receiver 4.3 that can be downloaded from &lt;a href="http://www.citrix.com/downloads/citrix-receiver/windows/receiver-for-windows-43.html"&gt;here&lt;/a&gt; you’ll find the new ADMX/ADML files in the following location:&lt;/p&gt;</description></item><item><title>Group Policy Settings in Windows 10 Build 10.0.10130</title><link>https://www.verboon.info/2015/06/group-policy-settings-in-windows-10-build-10-0-10130/</link><pubDate>Fri, 05 Jun 2015 12:25:54 +0000</pubDate><guid>https://www.verboon.info/2015/06/group-policy-settings-in-windows-10-build-10-0-10130/</guid><description>&lt;p&gt;Windows 10 build 10.0.10130 brought a couple more new Group Policy settings, here they are:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; **Location** **Setting** **Description** Computer Configuration 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Administrative Templates &lt;br&gt;
Windows Components &lt;br&gt;
Windows Update Defer Upgrade If you enable this policy setting, in Pro and Enterprise SKUs you can defer upgrades till the next upgrade period (at least a few months). &lt;br&gt;
     
If you do not have it set you will receive upgrades once they are available that will be installed as part of your update policies.&lt;/p&gt;</description></item><item><title>Group Policy Settings in Windows 10 Build 10.0.10074</title><link>https://www.verboon.info/2015/05/group-policy-settings-in-windows-10-build-10-0-10074/</link><pubDate>Sat, 16 May 2015 13:29:30 +0000</pubDate><guid>https://www.verboon.info/2015/05/group-policy-settings-in-windows-10-build-10-0-10074/</guid><description>&lt;p&gt;Like with every new version of the Windows operating system we can expect new Group Policy settings. Today I took a look at Windows 10 build 10.0.10074 and found the follownig settings.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;pre&gt;&lt;code&gt; **Location**
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Setting&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Computer Configuration  Windows Components  DataCollectionAndPreviewBuilds&lt;/p&gt;
&lt;p&gt;Disable user control over preview builds&lt;/p&gt;
&lt;p&gt;This policy setting determines whether users can access the preview build controls in the Advanced Options for Windows Update. These controls are located under &amp;ldquo;Choose how preview builds are installed,&amp;rdquo; and enable users to make their devices available for downloading and installing Windows preview software. If you enable or do not configure this policy setting, users can download and install Windows preview software on their devices. If you disable this policy setting, the item &amp;ldquo;Choose how preview builds are installed&amp;rdquo; will be unavailable.&lt;/p&gt;</description></item><item><title>Group Policy Management expanding into MDM</title><link>https://www.verboon.info/2014/11/group-policy-management-expanding-into-mdm/</link><pubDate>Sat, 01 Nov 2014 11:36:11 +0000</pubDate><guid>https://www.verboon.info/2014/11/group-policy-management-expanding-into-mdm/</guid><description>&lt;p&gt;During the Channel 9 session “&lt;a href="http://channel9.msdn.com/Events/TechEd/Europe/2014/Ch9-03"&gt;Windows 10 Client Goodness with Joe Belfiore&lt;/a&gt;” (at 12 minutes 04 of the recorded session)  there was an interesting comment from Joe about Group Policy Management in Widows 10. If you’re dealing with Group Policy Management today, the following comments from Joe might be of interest.&lt;/p&gt;
&lt;p&gt;*What we&amp;rsquo;re trying to do in Windows 10. And here&amp;rsquo;s another case where you think of a core operating system that shares among a bunch of &lt;br&gt;
different devices. Today many companies are using Group Policy to manage PCs and companies are using MDM systems as they are getting from &lt;br&gt;
a wide range of vendors to manage their diverse populations of tables and phones and so on. Well with Windows 10 we want to make sure that &lt;br&gt;
all of our customers can have the flexibility to pick the system that makes sense for them so we are going to continue to have terrific group &lt;br&gt;
policy support for PC&amp;rsquo;s as you would expect but we are also going to enable MDM systems to manage PCs as well. So if you have an MDM system that you like and you are managing phones and tablets, you can use that MDM system and now manage your PCs as well. *&lt;/p&gt;</description></item><item><title>Use PowerShell to Troubleshoot Group Policy</title><link>https://www.verboon.info/2014/09/use-powershell-to-troubleshoot-group-policy/</link><pubDate>Thu, 04 Sep 2014 21:44:17 +0000</pubDate><guid>https://www.verboon.info/2014/09/use-powershell-to-troubleshoot-group-policy/</guid><description>&lt;p&gt;While I was on vacation last summer Ed Wilson aka Microsoft Scripting Guy asked me if I would like to write a guest post for the Hey Scripting Guy Blog. Of course !! was my immediate response.&lt;/p&gt;
&lt;p&gt;And here it is:
&lt;a href="http://blogs.technet.com/b/heyscriptingguy/archive/2014/08/24/weekend-scripter-use-powershell-to-troubleshoot-group-policy.aspx"&gt;Weekend Scripter: Use PowerShell to Troubleshoot Group Policy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The script referenced can be downloaded from here
&lt;a href="http://gallery.technet.microsoft.com/scriptcenter/Get-GPProcessingTime-a124aaf5"&gt;http://gallery.technet.microsoft.com/scriptcenter/Get-GPProcessingTime-a124aaf5&lt;/a&gt;&lt;/p&gt;</description></item><item><title>New IE Group Policy Settings for blocking out-of-date ActiveX controls</title><link>https://www.verboon.info/2014/08/new-ie-group-policy-settings-for-blocking-out-of-date-activex-controls/</link><pubDate>Sun, 10 Aug 2014 20:26:04 +0000</pubDate><guid>https://www.verboon.info/2014/08/new-ie-group-policy-settings-for-blocking-out-of-date-activex-controls/</guid><description>&lt;p&gt;As &lt;a href="http://blogs.msdn.com/b/ie/archive/2014/08/06/internet-explorer-begins-blocking-out-of-date-activex-controls.aspx"&gt;anounced&lt;/a&gt; by Microsoft last week on their IEBlog Internet Explorer will start blocking out of date ActiveX controls For managed environments there are updated &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=40905"&gt;administrative templates&lt;/a&gt; for Internet Explorer to control the behaviour of the ActiveX blocking feature.&lt;/p&gt;
&lt;p&gt;Although the link brings you to a site called “Administrative Templates for Internet Explorer 11” the settings are set to work for Internet Explorer 8,9, 10 and 11. If you haven’t updated your administrative templates since a while, beware of the &lt;a href="http://msdn.microsoft.com/en-us/library/dn338129.aspx"&gt;missing IE maintenance settings&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>PowerShell Script - Get Group Policy events by CorrelationID</title><link>https://www.verboon.info/2014/07/powershell-script-get-group-policy-events-by-correlationid/</link><pubDate>Thu, 17 Jul 2014 15:00:44 +0000</pubDate><guid>https://www.verboon.info/2014/07/powershell-script-get-group-policy-events-by-correlationid/</guid><description>&lt;p&gt;&lt;strong&gt;Update: 22. August 2014&lt;/strong&gt;: I have posted an updated version of the script &lt;a href="http://gallery.technet.microsoft.com/Get-GPEventByCorrelationID-97944972"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;During his &lt;a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2014/WIN-B328#fbid="&gt;Group Policy: Notes from the Field - Tips, Tricks, and Troubleshooting&lt;/a&gt; session at TechEd Group Policy MVP Jeremy Moskowitz demonstrates how to filter the event log using the correlation ID. Now because I love using PowerShell I thought I create a function for that using Jeremy’s XMLquery.&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-powershell" data-lang="powershell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#8be9fd;font-style:italic"&gt;function&lt;/span&gt; &lt;span style="color:#8be9fd;font-style:italic"&gt;Get-GPEventByCorrelationID&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;{
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt;&amp;lt;#
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt;.&lt;/span&gt;&lt;span style="color:#f1fa8c"&gt;Synopsis&lt;/span&gt;&lt;span style="color:#6272a4"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt; Get Group Policy Eventlog entries by Correlation ID
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt;.&lt;/span&gt;&lt;span style="color:#f1fa8c"&gt;DESCRIPTION&lt;/span&gt;&lt;span style="color:#6272a4"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt; This function retrieves Group Policy event log entries filtered by Correlation ID
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt;.&lt;/span&gt;&lt;span style="color:#f1fa8c"&gt;EXAMPLE&lt;/span&gt;&lt;span style="color:#6272a4"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt; Get-GPEventByCorrelationID -CorrelationID A2A621EC-44B4-4C56-9BA3-169B88032EFD
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt; TimeCreated Id LevelDisplayName Message
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt; ----------- -- ---------------- -------
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt; 7/17/2014 3:00:27 PM 5117 Information Group policy session completed successfully.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#6272a4"&gt;#&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; [&lt;span style="color:#8be9fd;font-style:italic"&gt;CmdletBinding&lt;/span&gt;()]
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#ff79c6"&gt;Param&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; (
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#6272a4"&gt;# CorrelationID&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; [&lt;span style="color:#8be9fd;font-style:italic"&gt;Parameter&lt;/span&gt;(&lt;span style="color:#50fa7b"&gt;Mandatory&lt;/span&gt;=&lt;span style="color:#8be9fd;font-style:italic"&gt;$true&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#50fa7b"&gt;ValueFromPipelineByPropertyName&lt;/span&gt;=&lt;span style="color:#8be9fd;font-style:italic"&gt;$true&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#50fa7b"&gt;Position&lt;/span&gt;=&lt;span style="color:#bd93f9"&gt;0&lt;/span&gt;)]
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; [string]&lt;span style="color:#8be9fd;font-style:italic"&gt;$CorrelationID&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; )
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#ff79c6"&gt;Begin&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#8be9fd;font-style:italic"&gt;$Query&lt;/span&gt; = &lt;span style="color:#f1fa8c"&gt;&amp;#39;*[System/Correlation/@ActivityID=&amp;#34;{CorrelationID}&amp;#34;]&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#8be9fd;font-style:italic"&gt;$FilterXML&lt;/span&gt; = &lt;span style="color:#8be9fd;font-style:italic"&gt;$Query&lt;/span&gt;.Replace(&lt;span style="color:#f1fa8c"&gt;&amp;#34;CorrelationID&amp;#34;&lt;/span&gt;,&lt;span style="color:#8be9fd;font-style:italic"&gt;$CorrelationID&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; }
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#ff79c6"&gt;Process&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#8be9fd;font-style:italic"&gt;Get-WinEvent&lt;/span&gt; -FilterXml &lt;span style="color:#8be9fd;font-style:italic"&gt;$FilterXML&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&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&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; }
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt; &lt;/p&gt;</description></item><item><title>New Group Policy Settings for Office 365</title><link>https://www.verboon.info/2014/05/new-group-policy-settings-for-office-365/</link><pubDate>Fri, 02 May 2014 17:58:18 +0000</pubDate><guid>https://www.verboon.info/2014/05/new-group-policy-settings-for-office-365/</guid><description>&lt;p&gt;On April 28th 2014 Microsoft finally released an &lt;a href="http://blogs.technet.com/b/odsupport/archive/2014/03/14/lync-2013-and-onedrive-for-business-are-not-installed-when-installing-office-2013-with-service-pack-1.aspx"&gt;fix for the Office 2013 SP1 Office customization tool&lt;/a&gt; as the version released with SP1 caused some issues with Lync 2013 and OneDrive for Business. But there’s more in this update.A few new Group Policy settings for Office 365 are included as well.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/SNAGHTML7561b1_thumb.png" alt="SNAGHTML7561b1"&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important&lt;/strong&gt;. These new Group Policy settings only apply to Office 365 (click to run installations) and not to Office 2013 MSI based installations. The reason for this is because the settings relate to the update mechanism that’s build in to the Office 365 product.&lt;/p&gt;</description></item><item><title>Theme Configuration Group Policy support for Office 2013</title><link>https://www.verboon.info/2013/09/theme-configuration-group-policy-support-for-office-2013/</link><pubDate>Mon, 30 Sep 2013 21:29:49 +0000</pubDate><guid>https://www.verboon.info/2013/09/theme-configuration-group-policy-support-for-office-2013/</guid><description>&lt;p&gt;As &lt;a href="http://blogs.technet.com/b/office_resource_kit/archive/2013/09/27/setting-the-office-theme-using-group-policy.aspx"&gt;announced&lt;/a&gt; on the Office IT Pro blog a few days ago, there are updated &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=35554"&gt;Office 2013 administrative templates&lt;/a&gt; and Office updates that allow an administrator to pre-configure the Office 2013 Theme.&lt;/p&gt;
&lt;p&gt;The term pre-configure is important, because the setting only applies as long as the user has not changed the theme before themselves via the GUI. When configuring the Theme via Group Policy, User Configuration \ Administrative Templates \ Microsoft Office 2013 \ Global Options Customize \ Default UI Theme, the setting is stored under HKEY_CURRENT_USER\Software\Policies\Microsoft\office\15.0\common\default ui theme&lt;/p&gt;</description></item><item><title>How to enable Group Policy Preferences Logging via the Local Group Policy Editor</title><link>https://www.verboon.info/2013/08/how-to-enable-group-policy-preferences-logging-via-the-local-group-policy-editor/</link><pubDate>Wed, 21 Aug 2013 15:54:44 +0000</pubDate><guid>https://www.verboon.info/2013/08/how-to-enable-group-policy-preferences-logging-via-the-local-group-policy-editor/</guid><description>&lt;p&gt;When opening the local Group Policy Editor (gpedit.msc) you will notice that on a default Windows 7 SP1 Enterprise client there is no logging and tracing node for Group Policy Preferences logging underneath the Group Policy node.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/gp_no_pref_thumb.png" alt="gp_no_pref"&gt;

&lt;/p&gt;
&lt;p&gt;The reason for this is because Group Policy Preferences can only be managed within domain based Group Policy objects and therefore a Windows 7 SP1 client does not have the Group Policy Preferences related administrative template GroupPolicyPreferences.admx installed that also includes the logging settings.&lt;/p&gt;</description></item><item><title>ConfigMgr 2012 local GPO settings</title><link>https://www.verboon.info/2013/08/configmgr-2012-local-gpo-settings/</link><pubDate>Tue, 13 Aug 2013 22:26:06 +0000</pubDate><guid>https://www.verboon.info/2013/08/configmgr-2012-local-gpo-settings/</guid><description>&lt;p&gt;When configuring ConfigMgr 2012 client settings, notice that some of these settings result in Local Group Policy Settings being applied to the client. If you’re sure that you have not configured any other local GPOs, then a simple way to find out what settings are applied by ConfigMgr is to open the Local Group Policy Editor (gpedit.msc( and filter for configured settings.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;When configuring the Background Intelligent Transfer Settings within ConfigMgr, the settings are applied into a local GPO.&lt;/p&gt;</description></item><item><title>How to reapply a Group Policy Preference that is configured to Apply Once</title><link>https://www.verboon.info/2013/05/how-to-reapply-a-group-policy-preference-that-is-configured-to-apply-once/</link><pubDate>Sat, 25 May 2013 11:03:43 +0000</pubDate><guid>https://www.verboon.info/2013/05/how-to-reapply-a-group-policy-preference-that-is-configured-to-apply-once/</guid><description>&lt;p&gt;When creating a Group Policy Preference you can configure it to only apply once. The exact wording is “Apply once and do not reapply”. But when you are implementing such a GPP you most likely want to test the setting prior moving it into production. So here’s a brief explanation how to reapply a GPP when it’s configured to apply once.&lt;/p&gt;
&lt;p&gt;The below screen shot illustrates a GPP that is configured to write a registry key to HKLM\Software\Demo\RunIT with the value set to True.&lt;/p&gt;</description></item><item><title>Group Policy changes included in the Windows Management Framework 3.0</title><link>https://www.verboon.info/2013/02/group-policy-changes-included-in-the-windows-management-framework-3-0/</link><pubDate>Tue, 26 Feb 2013 06:48:22 +0000</pubDate><guid>https://www.verboon.info/2013/02/group-policy-changes-included-in-the-windows-management-framework-3-0/</guid><description>&lt;p&gt;While creating a new Group Policy object to enable WinRM (Windows Remote Management) on clients, I noticed some Group Policy changes that are introduced with the Windows Management Framework 3.0. The Windows Management Framework 3.0 contains the following updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Windows PowerShell 3.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Windows Management Instrumentation (WMI) 3.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Windows Remote Management (WinRM)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Management OData IIS Extension&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Server Manager CIM Provider&lt;/p&gt;
&lt;p&gt;I became aware of the changes as I was referring to a blog post I had written a while back about &lt;a href="https://www.verboon.info/index.php/2011/11/enable-windows-remote-management-through-group-policy/"&gt;how to enable Windows Remote Management via Group Policy.&lt;/a&gt;I noticed that the name of the Group Policy setting located under Computer Configuration \ Windows Components \ Windows Remote Management (WinRM) \ WinRM Service \ &lt;strong&gt;Allow automatic configuration of listeners&lt;/strong&gt; was changed to &lt;strong&gt;Allow Remote Server management through WinRM&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>How to configure and deploy local Group Policy settings for ThinKiosk</title><link>https://www.verboon.info/2012/12/how-to-configure-and-deploy-local-group-policy-settings-for-thinkiosk-2/</link><pubDate>Sun, 16 Dec 2012 11:36:27 +0000</pubDate><guid>https://www.verboon.info/2012/12/how-to-configure-and-deploy-local-group-policy-settings-for-thinkiosk-2/</guid><description>&lt;p&gt;In my previous post &lt;a href="https://www.verboon.info/index.php/2012/12/repurpose-pcs-with-windows-thinpc-2/"&gt;Repurpose PCs with Windows ThinPC&lt;/a&gt; I used Andrew Morgan’s ThinKiosk to replace the default Windows Shell to limit the user’s access to the local machine. ThinKiosk can be configured via the command line, the Registry and via Group Policy. Now unless you like to write lengthy registry manipulation scripts, configuring the settings via Group Policy is definitely the way to go.&lt;/p&gt;
&lt;p&gt;When clients are member of a domain we would of course use domain based group policy settings, but when not joined to a domain must use local Group Policy settings. In this blog post I describe in detail how to prepare and deploy a local GPO Pack. Note that the hereunder described process is not limited to the use of ThinKiosk but can be used for any local Group Policy configuration task for Windows ThinPC (Embedded 7), Windows 7 and Windows 8. (Note that for Windows 8 you’ll have to wait until SCM 3.0 comes out which is currently in beta).&lt;/p&gt;</description></item><item><title>Windows 8&amp;ndash;Metered Connections</title><link>https://www.verboon.info/2012/10/windows-8metered-connections/</link><pubDate>Wed, 17 Oct 2012 21:26:17 +0000</pubDate><guid>https://www.verboon.info/2012/10/windows-8metered-connections/</guid><description>&lt;p&gt;One of the new features in Windows 8 is that we can configure WLAN and WWAN cost settings. In the Windows UI this is called a metered connection.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb3.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;Why are these settings important? Well, when a Network is configured to be a Metered Connection, Windows will make several changes to the way that it uses the network to reduce overall network traffic through that connection, including the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;·Only Critical Windows Updates are downloaded.&lt;/p&gt;</description></item><item><title>How to partially remove the SkyDrive option in Office 2013 using Group Policy</title><link>https://www.verboon.info/2012/08/how-to-partially-remove-the-skydrive-option-in-office-2013-using-group-policy/</link><pubDate>Thu, 02 Aug 2012 19:05:46 +0000</pubDate><guid>https://www.verboon.info/2012/08/how-to-partially-remove-the-skydrive-option-in-office-2013-using-group-policy/</guid><description>&lt;p&gt;If you have tried out the Office 2013 Preview you probably noticed the SkyDrive integration within the File Open and Save dialogs in Word, Excel and other Office Applications. Personally have started using SkyDrive all the time, but I can imagine that some companies rather do not want to see their users storing sensitive data on SkyDrive. So I wondered if this option could be disabled.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/1image_thumb.png" alt="1image_thumb"&gt;

&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Well apparently there is a Group Policy setting for this called “Show SkyDrive Sign in” located under User Configuration / Policies / Administrative Templates / Microsoft Office 2013 / Miscellaneous&lt;/p&gt;</description></item><item><title>The Group Policy Setting &amp;ldquo;Verbose vs normal status messages&amp;rdquo; has a new name in Windows 8</title><link>https://www.verboon.info/2012/06/the-group-policy-setting-verbose-vs-normal-status-messages-has-a-new-name-in-windows-8/</link><pubDate>Sun, 24 Jun 2012 15:45:04 +0000</pubDate><guid>https://www.verboon.info/2012/06/the-group-policy-setting-verbose-vs-normal-status-messages-has-a-new-name-in-windows-8/</guid><description>&lt;p&gt;If you want to show your users more details of what is going on during start, logon, logoff and shutdown of a system you can enable a Group Policy setting that is called “&lt;strong&gt;Verbose vs normal status messages&lt;/strong&gt;’ in Windows 7 and earlier versions of Windows, but in Windows 8 the setting has a new name and is now called “&lt;strong&gt;Display highly detailed messages&lt;/strong&gt;”.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="https://www.verboon.info/wp-content/uploads/2012/06/image10.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;You can find the setting under Computer Configuration / Administrative Templates / System.&lt;/p&gt;</description></item><item><title>How to use Group Policy to configure default Library definition files in Windows 8</title><link>https://www.verboon.info/2012/06/how-to-use-group-policy-to-configure-default-library-definition-files-in-windows-8/</link><pubDate>Sun, 10 Jun 2012 14:52:23 +0000</pubDate><guid>https://www.verboon.info/2012/06/how-to-use-group-policy-to-configure-default-library-definition-files-in-windows-8/</guid><description>&lt;p&gt;There is a new Group Policy setting for Windows 8 and Server 2012 called “&lt;strong&gt;Location where all default Library definition files for users/machines reside&lt;/strong&gt;”. The policy can be found under Computer or User Configuration / Administrative Templates / Windows Components / Windows Explorer.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If you enable this policy setting, administrators can specify a path where all default Library definition files for users reside. The user will not be allowed to make changes to these Libraries from the UI. On every logon, the policy settings are verified and Libraries for the user are updated or changed according to the path defined.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Group Policy setting's behavior related to reboots, logoffs and schema extensions</title><link>https://www.verboon.info/2012/06/group-policy-settings-behavior-related-to-reboots-logoffs-and-schema-extensions/</link><pubDate>Fri, 01 Jun 2012 20:33:40 +0000</pubDate><guid>https://www.verboon.info/2012/06/group-policy-settings-behavior-related-to-reboots-logoffs-and-schema-extensions/</guid><description>&lt;p&gt;The Group Policy Settings Reference for Windows 8 and Windows Server 2012 now includes 3 additional columns providing additional information about each policy setting&amp;rsquo;s behavior related to reboots, logoffs, and schema extensions.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Reboot Required&lt;/strong&gt;: A &amp;ldquo;Yes&amp;rdquo; in this column means Windows requires a restart before it applies the described policy setting.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Logoff Required&lt;/strong&gt;: A &amp;ldquo;Yes&amp;rdquo; in this column means Windows requires the user to log off and log on again before it applies the described policy setting.&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>GPO Template for UE-V SettingsTemplateCatalogPath configuration</title><link>https://www.verboon.info/2012/04/gpo-template-for-ue-v-settingstemplatecatalogpath-configuration/</link><pubDate>Tue, 17 Apr 2012 10:58:35 +0000</pubDate><guid>https://www.verboon.info/2012/04/gpo-template-for-ue-v-settingstemplatecatalogpath-configuration/</guid><description>&lt;p&gt;To simplify my testing activities with Microsoft’s User Experience Virtualization (UE-V( Beta, I created a Group Policy template that configures the User’s SettingsTemplateCatalogPath. The SettingsTemplateCatalogPath is the location where UE-V looks for new or updated templates once a day.&lt;/p&gt;
&lt;p&gt;The SettingsTemplateCatalogPath setting is stored within the  Windows Registry under &lt;br&gt;
HKEY_CURRENT_USER\Software\Microsoft\UEV\Agent\Configuration&lt;/p&gt;
&lt;p&gt;To get the GPO working I had to create another “custom” registry value called GP_SettingsTemplateCatalogPath_Set which defines whether the setting is enabled or disabled. (Well possible that this workaround isn’t required, but I couldn’t find another way to get my home-brew policy working).&lt;/p&gt;</description></item><item><title>ToolTip: GPO Deny Finder</title><link>https://www.verboon.info/2012/03/tooltip-gpo-deny-finder/</link><pubDate>Sat, 03 Mar 2012 15:11:17 +0000</pubDate><guid>https://www.verboon.info/2012/03/tooltip-gpo-deny-finder/</guid><description>&lt;p&gt;GPO Deny Finder is a &lt;strong&gt;FREE&lt;/strong&gt; tool from sdmsoftware that helps you to find GPOs that have deny ACEs. The below video explains how to use the tool.&lt;/p&gt;
&lt;p&gt;More details about the tool can be found &lt;a href="http://www.sdmsoftware.com/cool-new-products/new-group-policy-freeware-utility-finds-gpos-with-deny-ace/"&gt;here&lt;/a&gt; or just download the tool directly from &lt;a href="http://www.sdmsoftware.com/products/freeware/"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>New Group Policy Settings in Windows 8 Consumer Preview</title><link>https://www.verboon.info/2012/02/new-group-policy-settings-in-windows-8-consumer-preview/</link><pubDate>Wed, 29 Feb 2012 23:45:24 +0000</pubDate><guid>https://www.verboon.info/2012/02/new-group-policy-settings-in-windows-8-consumer-preview/</guid><description>&lt;p&gt;Today, oh that was yesterday already, Microsoft released the Windows 8 Consumer Preview, so I did what I always do when there is a new Windows Operating system and that is looking for any new Group Policy settings. I do that by simply opening the group policy editor (gpedit.msc) select the Administrative Templates node and then go to All Settings, sort them alphabetically by Setting name and just go down the list and look for any policies where the requirement is defined to “At least Windows 8”. And this is what I have been doing for the last 3 hours. The task might look boring but I can tell you this is a good way to learn about new things.&lt;/p&gt;</description></item><item><title>Skype Group Policy Settings</title><link>https://www.verboon.info/2011/12/skype-group-policy-settings/</link><pubDate>Sat, 31 Dec 2011 10:26:34 +0000</pubDate><guid>https://www.verboon.info/2011/12/skype-group-policy-settings/</guid><description>&lt;p&gt;Just recently one of our customers requested the Skype (&lt;a href="http://www.skype.com/intl/en-us/business/download/"&gt;Business version&lt;/a&gt;) Application to be packaged for software distribution, so I wondered what the status is these days with regard to locking down Skype with Group Policy. Well the results are sobering. Despite the fact that Skype is &lt;a href="http://www.microsoft.com/en-us/skype/"&gt;part of Microsoft&lt;/a&gt; since a while, there has not been much progress in making Skype more Group Policy aware.&lt;/p&gt;
&lt;p&gt;The settings that can be configured using Group Policy are documented within the Skype &lt;a href="http://download.skype.com/share/business/guides/skype-it-administrators-guide.pdf"&gt;IT Administrators Guide&lt;/a&gt; but note that this document relates to Skype version 4.2 and there isn’t a newer version for Skype version 5.x. Also note that the number of settings is rather limited, in fact the only setting I consider as useful for Enterprise Administrators is to disable the &lt;em&gt;Check for Updates&lt;/em&gt; setting that prevents Skype form automatically checking for new versions and updates.&lt;/p&gt;</description></item><item><title>ReadTip: Group Policy Central Access Policies Extension Specification</title><link>https://www.verboon.info/2011/12/readtip-group-policy-central-access-policies-extension-specification/</link><pubDate>Fri, 23 Dec 2011 00:50:06 +0000</pubDate><guid>https://www.verboon.info/2011/12/readtip-group-policy-central-access-policies-extension-specification/</guid><description>&lt;p&gt;If you are interested in Group Policy stuff, &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=9101"&gt;here’s&lt;/a&gt; a new Open Specifications Documentation for Group Policy: Central Access Policies Extension that appears to be something new coming with Windows 8. To be honest with you, I guess I need to read this doc a few more times, until I could really explain in detail what this is all about, Some other articles mentioning this are &lt;a href="http://www.windowsitpro.com/article/windowsserver8/windows-server-8-dynamic-access-control-140572"&gt;Exploring Windows Server 8: Dynamic Access Control&lt;/a&gt; and &lt;a href="http://www.crn.com/news/security/231601690/windows-server-8-gets-serious-about-centralized-security.htm;jsessionid=nqH3mRpLDqofB6JbzJIPFw**.ecappj01"&gt;Windows Server 8 Gets Serious about Security&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Enable Windows Remote Management through Group Policy</title><link>https://www.verboon.info/2011/11/enable-windows-remote-management-through-group-policy/</link><pubDate>Sun, 27 Nov 2011 19:43:21 +0000</pubDate><guid>https://www.verboon.info/2011/11/enable-windows-remote-management-through-group-policy/</guid><description>&lt;p&gt;In today’s post I am going to show you how to enable Windows Remote Management through Group Policy.If you haven’t heard of Windows Remote Management yet I recommend you read the articles I have referenced below. When enabled and configured Windows Remote Management provides an easy way for IT Administrators to remotely access and manage Windows Clients and Servers. If you have used the Microsoft Sysinternals &lt;a href="http://technet.microsoft.com/en-us/sysinternals/bb896649"&gt;PSTools&lt;/a&gt; suite, you’re going to like this one as well.&lt;/p&gt;</description></item><item><title>Windows 8 &amp;ndash; New GPO stuff</title><link>https://www.verboon.info/2011/09/windows-8-new-gpo-stuff/</link><pubDate>Thu, 15 Sep 2011 20:53:16 +0000</pubDate><guid>https://www.verboon.info/2011/09/windows-8-new-gpo-stuff/</guid><description>&lt;p&gt;I have just compared the C:\Windows\PolicyDefinitions folder on the Widows 8 preview build with a Windows 7 Enterprise build. And unless I missed one, the below ADMX/ADML files are new.&lt;/p&gt;
&lt;p&gt;AppxPackageManager.admx&lt;br&gt;
dam.admx &lt;br&gt;
DeviceCompat.admx &lt;br&gt;
EAIME.admx &lt;br&gt;
EarlyLaunchAM.admx &lt;br&gt;
EdgeUI.admx &lt;br&gt;
ExternalBoot.admx &lt;br&gt;
msched.admx &lt;br&gt;
ProximityCommon.admx &lt;br&gt;
srm-fci.admx &lt;br&gt;
UserState.admx &lt;br&gt;
WindowsHistoryVault.admx &lt;br&gt;
WinStoreUI.admx &lt;br&gt;
wlansvc.admx &lt;br&gt;
WPN.admx &lt;br&gt;
WPN.Provider.admx &lt;br&gt;
wwansvc.admx&lt;/p&gt;
&lt;p&gt;When you open the related ADML files stored under C:\Windows\PolicyDefinitions\en-US you will find some interesting hints about what these new policies are supposed to do. You will find stuff about Windows to Go, the App Store, Profiles and more.&lt;/p&gt;</description></item><item><title>Group Policy Settings for Microsoft Lync 2010 Client</title><link>https://www.verboon.info/2011/09/group-policy-settings-for-microsoft-lync-2010-client/</link><pubDate>Tue, 06 Sep 2011 21:57:40 +0000</pubDate><guid>https://www.verboon.info/2011/09/group-policy-settings-for-microsoft-lync-2010-client/</guid><description>&lt;p&gt;Just in case you missed this one, Microsoft &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=27217"&gt;released documentation and an ADM template for the Microsoft Lync 2010 client&lt;/a&gt;. The following settings can be configured.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Specify transport and server&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enable strict DNS naming for server name&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure SIP security mode&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure SIP compression mode&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Prevent users from running Microsoft Lync&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Allow storage of user passwords&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Require logon credentials&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Disable HTTP fallback for SIP connection&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Disable server version check&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Additional server versions supported&lt;/p&gt;</description></item><item><title>Taking Group Policy beyond what&amp;rsquo;s in the box &amp;ndash; Part2</title><link>https://www.verboon.info/2011/08/taking-group-policy-beyond-whats-in-the-box-part2/</link><pubDate>Mon, 22 Aug 2011 10:01:29 +0000</pubDate><guid>https://www.verboon.info/2011/08/taking-group-policy-beyond-whats-in-the-box-part2/</guid><description>&lt;p&gt;In my &lt;a href="https://www.verboon.info/index.php/2011/08/taking-group-policy-beyond-whats-in-the-box-part1/"&gt;previous post&lt;/a&gt; I provided a brief overview of how PolicyPak can take you beyond default Group Policy management. In today’s post I am going to show you how easy it is to get PolicyPak up and running in your test environment.&lt;/p&gt;
&lt;p&gt;You can test PolicyPak on a local computer or within an Active Directory environment.&lt;/p&gt;
&lt;p&gt;Now beside the awesome things PolicyPak can do, what I really like about this solution is that it just sits on top of what you already have, there is no need for any additional infrastructure to get PolicyPak going.&lt;/p&gt;</description></item><item><title>Taking Group Policy beyond what&amp;rsquo;s in the box &amp;ndash; Part1</title><link>https://www.verboon.info/2011/08/taking-group-policy-beyond-whats-in-the-box-part1/</link><pubDate>Mon, 15 Aug 2011 07:15:03 +0000</pubDate><guid>https://www.verboon.info/2011/08/taking-group-policy-beyond-whats-in-the-box-part1/</guid><description>&lt;p&gt;Group Policy is a fundamental part of a managed Windows infrastructure. Using Group Policy Objects (GPO) allows IT administrators to configure and lock down clients and servers providing a standardized and secure environment. But despite the fact that Group Policy technology is around since the introduction of Windows 2000 its use seems to be limited to the Windows operating system and Microsoft Application product suite. Unfortunately not many 3rd party software vendors provide built-in Group Policy based configuration support for their applications.   If an application doesn’t provide native Group Policy support, the only possibility for IT administrators to configure and deliver application configuration settings is either by creating a custom ADM/ADMX template or use Group Policy Preferences.   Here are the main problems with ADM/ADMX solutions:&lt;/p&gt;</description></item><item><title>How to disable Office Ribbon Items using Group Policy</title><link>https://www.verboon.info/2011/08/how-to-disable-office-ribbon-items-using-group-policy/</link><pubDate>Thu, 04 Aug 2011 20:20:56 +0000</pubDate><guid>https://www.verboon.info/2011/08/how-to-disable-office-ribbon-items-using-group-policy/</guid><description>&lt;p&gt;Today I am going to show you how to disable a Ribbon Item using Group Policy, Okay, what’s the deal you might think, simply find the item within the Office GPO settings and enable it. Right,almost, it’s just that Microsoft didn’t list all possible settings within the Office ADMX/ADML file, probably because there are too many of them. But there is a setting called “Disable command bar buttons and menu items” that you can enable and specify the Ribbon Policy ID.&lt;/p&gt;</description></item><item><title>All you need to know about Group Policy versioning</title><link>https://www.verboon.info/2011/08/all-you-need-to-know-about-group-policy-versioning/</link><pubDate>Thu, 04 Aug 2011 07:52:21 +0000</pubDate><guid>https://www.verboon.info/2011/08/all-you-need-to-know-about-group-policy-versioning/</guid><description>&lt;p&gt;Ever wondered how the Group Policy versioning works? Below you find a number of articles and resources that provide a good insight how GPO versioning works.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/clip_image002_thumb.jpg" alt="clip_image002"&gt;

&lt;/p&gt;
&lt;p&gt;Group Policy Team Blog – &lt;a href="http://blogs.technet.com/b/grouppolicy/archive/2008/01/08/understanding-the-domain-based-gpo-version-number-scripts-included.aspx"&gt;Understanding the Domain based GPO version number&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;TechNet - &lt;a href="http://technet.microsoft.com/en-us/library/ff730972.aspx"&gt;Displaying Version Properties of a Group Policy Object&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MSDN - &lt;a href="http://msdn.microsoft.com/en-us/library/cc232478(v=prot.13).aspx"&gt;Group Policy: Core Protocol Specification&lt;/a&gt; (Details in section 3.3.5)&lt;/p&gt;</description></item><item><title>Get the latest version of the GPOTool.exe</title><link>https://www.verboon.info/2011/07/get-the-latest-version-of-the-gpotool-exe/</link><pubDate>Sat, 23 Jul 2011 20:49:13 +0000</pubDate><guid>https://www.verboon.info/2011/07/get-the-latest-version-of-the-gpotool-exe/</guid><description>&lt;p&gt;The latest version of the GPOtool is the one that is included within the Microsoft Windows 2003 Resource kit. That’s what we all used to know. BUT hey I just figured out a few days ago that there is actually an official newer version around it’s included within the &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=24745"&gt;Microsoft Product Reports Utility&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here’s how to get it. When launching the mpsreports_x86.exe or mpsreports_x64.exe the utility extracts the files into the temp folder.&lt;/p&gt;</description></item><item><title>Have you checked your Group Policy Health lately?</title><link>https://www.verboon.info/2011/07/have-you-checked-your-group-policy-health-lately/</link><pubDate>Sat, 23 Jul 2011 20:19:35 +0000</pubDate><guid>https://www.verboon.info/2011/07/have-you-checked-your-group-policy-health-lately/</guid><description>&lt;p&gt;Group Policies are an essential part of every Windows Client infrastructure and it’s therefore critical to regularly spend some effort to ensure that things are in a healthy state. I would define a healthy Group Policy infrastructure as following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;All Group Policies are correctly synched across all domain controllers&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There are no unlinked Group Policies (unless it’s by purpose because we use them only ad-hoc for testing purposes)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There are no Group Policies that are completely disabled (unless it’s by purpose because we use them only ad-hoc for testing purposes)&lt;/p&gt;</description></item><item><title>Group Policy Settings for Silverlight 4 &amp;ndash; FIXED</title><link>https://www.verboon.info/2011/06/group-policy-settings-for-silverlight-4fixed/</link><pubDate>Mon, 06 Jun 2011 13:29:23 +0000</pubDate><guid>https://www.verboon.info/2011/06/group-policy-settings-for-silverlight-4fixed/</guid><description>&lt;p&gt;On the Microsoft Silverlight website you will find a page that describes the &lt;a href="http://www.microsoft.com/getsilverlight/resources/documentation/grouppolicysettings.aspx#isolated-storage"&gt;available Group Policy Settings for Silverlight&lt;/a&gt; as well as the content for the ADMX and ADML file. But… it doesn’t work because the code on the web contains a bug and a section is missing.&lt;/p&gt;
&lt;p&gt;Within the silverlight.admx there is an unnecessary space and within the silverlight.amdl the section for SET_ALLOW_MAXIMUM_ISOLATED_STORAGE and ALLOW_MAXIMUM_ISOLATED_STORAGE_HELP is completely missing. &lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;To get the Silverlight GPO working remove the space from ALLOW_MAXIMUM_ISOLATED_STORAGE_HELP and add the following section to the silverlight.adml file.&lt;/p&gt;</description></item><item><title>Group Policy Settings to control BITS Bandwidth usage</title><link>https://www.verboon.info/2011/05/group-policy-settings-to-control-bits-bandwidth-usage/</link><pubDate>Wed, 11 May 2011 23:32:59 +0000</pubDate><guid>https://www.verboon.info/2011/05/group-policy-settings-to-control-bits-bandwidth-usage/</guid><description>&lt;p&gt;I just read the article &lt;a href="http://blogs.msdn.com/b/wmi/archive/2011/02/02/bits-more-flexible-bandwidth-limit-policies.aspx"&gt;BITS – More Flexible Bandwidth Limit Policies&lt;/a&gt; on the Windows Management Infrastructure Blog which describes how BITS bandwidth usage can be configured through Group Policy settings. For Windows 7 (or computers with BITS 3.5 installed) there are 2 Group Policies that provide more granular control of BITS bandwidth usage during working / non-working days/hours and during scheduled maintenance days/hours.&lt;/p&gt;
&lt;p&gt;The 2 GPOs can be found under Computer Configuration -&amp;gt; Administrative Templates -&amp;gt; Network -&amp;gt; Background Intelligent Transfer Service&lt;/p&gt;</description></item><item><title>ReadTip: Group Policy for Beginners</title><link>https://www.verboon.info/2011/04/readtip-group-policy-for-beginners/</link><pubDate>Fri, 29 Apr 2011 06:41:23 +0000</pubDate><guid>https://www.verboon.info/2011/04/readtip-group-policy-for-beginners/</guid><description>&lt;p&gt;Microsoft has released a document called &lt;strong&gt;Group Policy for Beginners&lt;/strong&gt; which provides an overview of what you can do with Group Policies, the essential concepts and some step by step instructions to get you going. If you haven’t done anything with GPOs before and are just about to learn how this all works, this document is for you. I also recommend this document for project managers that haven’t done anything with GPOs in the past.&lt;/p&gt;</description></item><item><title>Group Policy Settings for Windows Games</title><link>https://www.verboon.info/2011/04/group-policy-settings-for-windows-games/</link><pubDate>Mon, 25 Apr 2011 15:05:56 +0000</pubDate><guid>https://www.verboon.info/2011/04/group-policy-settings-for-windows-games/</guid><description>&lt;p&gt;In Windows 7 Professional and Enterprise the Windows Games are not enabled by default. But if you have decided to include them in your corporate standard image or users with administrative rights enable them by themselves, you should consider using the following Group Policy settings.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; **Location** **Location** **Setting** **Description** Computer Configuration Administrative Templates\Windows Components\Game Explorer Turn off downloading of game information Manages download of game box art and ratings from the Windows Metadata Services.

 If you enable this setting, game information including box art and ratings will not be downloaded. 

 If you disable or do not configure this setting, game information will be downloaded from Windows Metadata Services.

 Computer Configuration Administrative Templates\Windows Components\Game Explorer Turn off game updates Manages download of game update information from Windows Metadata Services.

 If you enable this setting, game update information will not be downloaded. 

 If you disable or do not configure this setting, game update information will be downloaded from Windows Metadata Services.

 Computer Configuration Administrative Templates\Windows Components\Game Explorer Turn off tracking of last play time of games in the games folder Tracks the last play time of games in the Games folder.

 If you enable this setting the last played time of games will not be recorded in Games folder. This setting only affects the Games folder. 

 If you disable or do not configure this setting, the last played time will be displayed to the user.

  
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;
 &lt;img src="images/image4_thumb.png" alt="image"&gt;

&lt;/p&gt;</description></item><item><title>Custom GPO Template for Start Menu&amp;ndash;Highlight newly installed programs</title><link>https://www.verboon.info/2011/04/custom-gpo-template-for-start-menuhighlight-newly-installed-programs/</link><pubDate>Thu, 21 Apr 2011 12:18:49 +0000</pubDate><guid>https://www.verboon.info/2011/04/custom-gpo-template-for-start-menuhighlight-newly-installed-programs/</guid><description>&lt;p&gt;This morning at the &lt;a href="http://www.gpanswers.com/community/"&gt;GP Answers community forum&lt;/a&gt; someone asked how to configure the Start Menu option “Highlight newly installed programs” via GPO. As it turns out this setting is not included within the out of the box GPO templates. Since I have a few days off I thought let’s give a little help here.&lt;/p&gt;
&lt;p&gt;But before jumping into the custom ADMX template, let’s quickly look at the configuration setting itself. When installing an application the new created shortcut within the Start Menu is highlighted.&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>Microsoft Open Specifications Documentation for Group Policy</title><link>https://www.verboon.info/2011/02/microsoft-open-specifications-documentation-for-group-policy/</link><pubDate>Sun, 20 Feb 2011 18:51:10 +0000</pubDate><guid>https://www.verboon.info/2011/02/microsoft-open-specifications-documentation-for-group-policy/</guid><description>&lt;p&gt;If you want to learn more about Group Policies then I suggest that you download and read the following documents:&lt;/p&gt;
&lt;p&gt;MS-GPSOD]: Group Policy System Overview Document&lt;br&gt;
&lt;a href="http://download.microsoft.com/download/C/6/C/C6C3C6F1-E84A-44EF-82A9-49BD3AAD8F58/%5bMS-GPSOD%5d.pdf"&gt;http://download.microsoft.com/download/C/6/C/C6C3C6F1-E84A-44EF-82A9-49BD3AAD8F58/%5bMS-GPSOD%5d.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MS-GPOL]: Group Policy: Core Protocol Specification&lt;br&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/cc232478(v=PROT.13).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc232478(v=PROT.13).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MS-GPDPC]: Group Policy: Deployed Printer Connections Extension&lt;br&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/cc232156(v=PROT.13).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc232156(v=PROT.13).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MS-GPEF]: Group Policy: Encrypting File System Extension&lt;br&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/cc232218(PROT.10).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc232218(PROT.10).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MS-GPFR]: Group Policy: Folder Redirection Protocol Extension&lt;br&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/cc232290(v=PROT.13).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc232290(v=PROT.13).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MS-GPIE]: Group Policy: Internet Explorer Maintenance Extension&lt;br&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/cc232356(v=PROT.13).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc232356(v=PROT.13).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MS-GPIPSEC]: Group Policy: IP Security (IPsec) Protocol Extension&lt;br&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/cc232415(v=PROT.13).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc232415(v=PROT.13).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MS-GPPREF]: Group Policy: Preferences Extension Data Structure&lt;br&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/cc232587(v=PROT.13).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc232587(v=PROT.13).aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Retrieve Group Policy size in SYSVOL folder with PowerShell</title><link>https://www.verboon.info/2011/01/retrieve-group-policy-size-in-sysvol-folder-with-powershell/</link><pubDate>Mon, 24 Jan 2011 18:07:28 +0000</pubDate><guid>https://www.verboon.info/2011/01/retrieve-group-policy-size-in-sysvol-folder-with-powershell/</guid><description>&lt;p&gt;Needless to say that there are quite some benefits in using a central store for Group Policies, one of them is that you can prevent the so-called SYSVOL bloat. A good description of the SYSVOL bloat is described &lt;a href="http://blogs.technet.com/b/askds/archive/2009/12/09/windows-7-windows-server-2008-r2-and-the-group-policy-central-store.aspx"&gt;here&lt;/a&gt;. So how much size do my GPOs currently consume within the SYSVOL folder? I asked myself that question a few days ago and ended up with let’s say my first version of the &lt;strong&gt;GetGPOSize&lt;/strong&gt; PowerShell script.&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>Control Windows 7 Scheduled Maintenance Behavior Through Group Policy</title><link>https://www.verboon.info/2010/11/control-windows-7-scheduled-maintenance-behavior-through-group-policy/</link><pubDate>Sun, 07 Nov 2010 15:35:23 +0000</pubDate><guid>https://www.verboon.info/2010/11/control-windows-7-scheduled-maintenance-behavior-through-group-policy/</guid><description>&lt;p&gt;This week one of my customers send me the Microsoft support article &lt;a href="http://support.microsoft.com/kb/978980"&gt;KB978980 – Desktop Shortcuts disappear in Windows 7&lt;/a&gt; and the request to make sure this wouldn’t happen to his clients. In short, if a user creates a shortcut that points to a location that isn’t available at the time when the weekly scheduled system maintenance task is running, the shortcuts are considered as broken and therefore automatically deleted.&lt;/p&gt;
&lt;p&gt;In the support article Microsoft doesn’t really provide a fix to solve this problem but rather describes 2 workarounds that don’t sound feasible to me.&lt;/p&gt;</description></item><item><title>Creating Group Policy Objects with PowerShell</title><link>https://www.verboon.info/2010/10/creating-group-policy-objects-with-powershell/</link><pubDate>Sat, 16 Oct 2010 16:52:03 +0000</pubDate><guid>https://www.verboon.info/2010/10/creating-group-policy-objects-with-powershell/</guid><description>&lt;p&gt;In my previous post I wrote about how to &lt;a href="https://www.verboon.info/index.php/2010/10/creating-group-policy-reports-with-powershell/"&gt;create Group Policy reports&lt;/a&gt; using the Group Policy PowerShell CmdLets. Today I want to share with you my first hands-on experiences with creating a Group Policy using PowerShell.&lt;/p&gt;
&lt;p&gt;But first, why would one use PowerShell to create Group Policies? Well here are a few use cases:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;You are a Consultant and always start your Group Policy Implementation with a set of GPOs including your best practice settings.&lt;/p&gt;</description></item><item><title>Creating Group Policy Reports with PowerShell</title><link>https://www.verboon.info/2010/10/creating-group-policy-reports-with-powershell/</link><pubDate>Sun, 03 Oct 2010 19:14:43 +0000</pubDate><guid>https://www.verboon.info/2010/10/creating-group-policy-reports-with-powershell/</guid><description>&lt;p&gt;I’ve had this on my “must do some hands on” list for months, finally found some time to play a bit with the new &lt;a href="http://technet.microsoft.com/en-us/library/ee461027.aspx"&gt;PowerShell Group Policy CmdLets&lt;/a&gt; that where introduced with Windows 7. For today i decided to work with the &lt;a href="http://technet.microsoft.com/en-us/library/ee461059.aspx"&gt;Get-GPO&lt;/a&gt; and the &lt;a href="http://technet.microsoft.com/en-us/library/ee461057.aspx"&gt;Get-GPOReport&lt;/a&gt; CmdLets.&lt;/p&gt;
&lt;p&gt;The Get-GPO CmdLet allows you to list one or all GPOs that exist in a domain. If you know the name and want to know when it was last modified, simply type Get-GPO &lt;Group Policy Name&gt;&lt;/p&gt;</description></item><item><title>Creating a Steady State for Windows 7</title><link>https://www.verboon.info/2010/09/creating-a-steady-state-for-windows-7/</link><pubDate>Mon, 13 Sep 2010 19:20:10 +0000</pubDate><guid>https://www.verboon.info/2010/09/creating-a-steady-state-for-windows-7/</guid><description>&lt;p&gt;For those who manage Windows XP or Windows Vista computers in a school computer lab, internet cafe or library, Microsoft provides a tool called Windows &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=d077a52d-93e9-4b02-bd95-9d770ccdb431&amp;amp;displaylang=en"&gt;SteadyState&lt;/a&gt;. If you want to know more about Windows SteadyState then I recommend reading the Windows SteadyState &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=F829BB8B-C7A9-426B-A7A4-2B504A6238D2&amp;amp;displaylang=en"&gt;Handbook&lt;/a&gt; or &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=6D130662-C084-4356-906F-426BC814582A&amp;amp;displaylang=en"&gt;FAQ&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But hey, who cares about Windows XP or Vista nowadays? What about Windows 7? Well unfortunately Windows SteadyState doesn’t support Windows 7 and it appears that Microsoft has no plans to provide a newer Version that does support Windows 7. But Microsoft did recently publish some guidance on how to get a Steady State for Windows 7.&lt;/p&gt;</description></item><item><title>Finding Group Policy Settings through Windows 7 Search Connector</title><link>https://www.verboon.info/2010/09/finding-group-policy-settings-through-windows-7-search-connector/</link><pubDate>Thu, 02 Sep 2010 20:44:18 +0000</pubDate><guid>https://www.verboon.info/2010/09/finding-group-policy-settings-through-windows-7-search-connector/</guid><description>&lt;p&gt;Since the release of Windows 7 and Server 2008-R2 we have about 3000 Group Policy Settings available to centrally configure and manage Windows clients and servers. Though some among us might have worked with GPO settings from the early days on, knowing about the existence of each and every available setting is nearly impossible. It still happens to me that while I am configuring a specific GPO setting, I do come across other GPOs I didn’t knew of yet.&lt;/p&gt;</description></item><item><title>What you should know about the Win32_Product Class</title><link>https://www.verboon.info/2010/06/what-you-should-know-about-the-win32_product-class/</link><pubDate>Wed, 02 Jun 2010 20:55:15 +0000</pubDate><guid>https://www.verboon.info/2010/06/what-you-should-know-about-the-win32_product-class/</guid><description>&lt;p&gt;I just read this very interesting article “&lt;a href="http://sdmsoftware.com/blog/2010/04/11/why-win32_product-is-bad-news/"&gt;Why Win32_Product is Bad News&lt;/a&gt;!” and if you’re a Desktop Systems Administrator I strongly recommend to the read that article as well. To simulate what &lt;a href="http://sdmsoftware.com/blog/"&gt;Darren&lt;/a&gt; is writing about, simply open an elevated command prompt (on a Test system) and type &lt;strong&gt;WMIC&lt;/strong&gt;, once WMIC has started type &lt;strong&gt;Product&lt;/strong&gt; and confirm with Enter.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;All installed Products will be listed. Now open the Windows Event Viewer. (Eventvwr.msc) and open the Applications log. As shown in the picture below that simply query caused all installed applications to be reconfigured.&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>Office 2010 Administrative Template files and Office Customization Tool</title><link>https://www.verboon.info/2010/04/office-2010-administrative-template-files-and-office-customization-tool/</link><pubDate>Thu, 29 Apr 2010 19:06:40 +0000</pubDate><guid>https://www.verboon.info/2010/04/office-2010-administrative-template-files-and-office-customization-tool/</guid><description>&lt;p&gt;Microsoft published the Office 2010 Administrative Template files (ADM, ADMX/ADML) and Office Customization Tool. Get it from &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=64b837b6-0aa0-4c07-bc34-bec3990a7956"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>ToolTip: Group Policy Search</title><link>https://www.verboon.info/2010/04/tooltip-group-policy-search/</link><pubDate>Fri, 23 Apr 2010 11:44:37 +0000</pubDate><guid>https://www.verboon.info/2010/04/tooltip-group-policy-search/</guid><description>&lt;p&gt;Reading my e-mails near the end of my vacation I received a link to this great web based GPO Search Tool. The tool is quite self explaining, so if you’re dealing with Group Policies have a look &lt;a href="http://gps.cloudapp.net/"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb21.png" alt="image"&gt;

&lt;/p&gt;</description></item><item><title>ReadTip: Optimizing Group Policy Performance</title><link>https://www.verboon.info/2010/04/readtip-optimizing-group-policy-performance/</link><pubDate>Sun, 04 Apr 2010 16:48:57 +0000</pubDate><guid>https://www.verboon.info/2010/04/readtip-optimizing-group-policy-performance/</guid><description>&lt;p&gt;This is an excellent article written by Darren Mar-Elia author of &lt;a href="http://www.gpoguy.com/"&gt;gpoguy.com&lt;/a&gt; and founder of &lt;a href="http://www.sdmsoftware.com/"&gt;sdmsoftware&lt;/a&gt;. The article provides guidance for optimizing Group Policy Performance. Read the entire article &lt;a href="http://207.46.16.252/en-us/magazine/2008.01.gpperf.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Group Policy Script Processing Behavior</title><link>https://www.verboon.info/2010/03/group-policy-script-processing-behavior/</link><pubDate>Mon, 29 Mar 2010 19:18:11 +0000</pubDate><guid>https://www.verboon.info/2010/03/group-policy-script-processing-behavior/</guid><description>&lt;p&gt;If you are preparing for a Windows 7 deployment and use GPO based startup and logon scripts you should be aware of the default processing behavior in Windows 7. Read the details &lt;a href="http://blogs.technet.com/askds/archive/2010/03/23/group-policy-script-processing-behavior.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Source: &lt;a href="http://blogs.technet.com/askds/default.aspx"&gt;Ask the Directory Services Team blog&lt;/a&gt;&lt;/p&gt;</description></item><item><title>BlogTip: Group Policy Center</title><link>https://www.verboon.info/2010/03/blogtip-group-policy-center/</link><pubDate>Mon, 22 Mar 2010 23:49:20 +0000</pubDate><guid>https://www.verboon.info/2010/03/blogtip-group-policy-center/</guid><description>&lt;p&gt;Being generally interested in Group Policy Management I was more than happy to stumble upon this blog today called the &lt;a href="http://www.grouppolicy.biz/"&gt;Group Policy Center&lt;/a&gt; – A very nice blog with News, Tutorials, Tips and Tricks about Microsoft Windows Group Policy.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="http://www.GPanswers.com/1.html?w=SMART&amp;amp;p=cpqalve" alt="image"&gt;

&lt;/p&gt;</description></item><item><title>Configuring App-V Standalone Mode through Group Policy</title><link>https://www.verboon.info/2010/03/configuring-app-v-standalone-mode-through-group-policy/</link><pubDate>Tue, 02 Mar 2010 00:17:58 +0000</pubDate><guid>https://www.verboon.info/2010/03/configuring-app-v-standalone-mode-through-group-policy/</guid><description>&lt;p&gt;If you plan to use the Microsoft App-V Stand-Alone Mode some Registry Settings are required for the Application Virtualization Client as described in detail on this App-V site &lt;a href="http://www.app-v.in/standalone.php"&gt;here&lt;/a&gt;. But instead of setting these registry keys manually or through a custom script, you can also manage these settings through Group Policy.&lt;/p&gt;
&lt;p&gt;First download the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=67CDF9D2-7E8E-4D76-A552-FD82DBBFF9BC&amp;amp;displaylang=en"&gt;Microsoft Application Virtualization Administrative Template (ADM Template)&lt;/a&gt;. The ADM Template provides configuration options for the App-V 4.5/4.6 Client settings such as Client Permissions, Client Interface behavior and Client Communication Settings.&lt;/p&gt;</description></item><item><title>Updating the Central Store for Windows 7 Group Policy Administrative Templates</title><link>https://www.verboon.info/2009/11/updating-the-central-store-for-windows-7-group-policy-administrative-templates/</link><pubDate>Sun, 22 Nov 2009 20:21:52 +0000</pubDate><guid>https://www.verboon.info/2009/11/updating-the-central-store-for-windows-7-group-policy-administrative-templates/</guid><description>&lt;p&gt;One of the things to consider when deploying Windows 7 clients is to update the Central Store on your domain controllers. If you haven’t created a Central Store yet, I recommend you watch the video or read the documentation I have listed at the end of this post.&lt;/p&gt;
&lt;p&gt;If you do have a Central Store already, updating it with the Windows 7 Group Policy Administrative templates is very straight forward. You simply copy the templates that are stored under &lt;strong&gt;C:\Windows\PolicyDefinitions&lt;/strong&gt; on your Windows 7 client to the Central Store which is located at &lt;strong&gt;\FQDN\SYSVOL\FQDN\policies\PolicyDefinitions&lt;/strong&gt; (FQDN = fully qualified domain name)&lt;/p&gt;</description></item><item><title>Going beyond the standard Group Policy Preferences</title><link>https://www.verboon.info/2009/04/going-beyond-the-standard-group-policy-preferences/</link><pubDate>Wed, 29 Apr 2009 19:40:36 +0000</pubDate><guid>https://www.verboon.info/2009/04/going-beyond-the-standard-group-policy-preferences/</guid><description>&lt;p&gt;Group Policies and Group Policy Preferences are great technologies to manage your enterprise desktops. But what if you want to go beyond the features Microsoft has build into the Group Policy Management Console?&lt;/p&gt;
&lt;p&gt;With &lt;a href="http://www.policypak.com/"&gt;PolicyPak&lt;/a&gt; you can consistently manage ANY application’s settings using the Windows native Group Policy technology. have a look at the PolicyPak introduction video below to learn what PolicyPak can do and how it works.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=l6L2m-J1EtY&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6"&gt;

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


&lt;/a&gt;  &lt;/p&gt;
&lt;p&gt;Learn more about &lt;a href="http://www.policypak.com/"&gt;PolicyPak&lt;/a&gt; and watch the &lt;a href="http://www.policypak.com/support-and-sharing/video-tutorials"&gt;video tutorials&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>Group Policy - How to Configure the Central ADMX Store</title><link>https://www.verboon.info/2009/03/group-policy-how-to-configure-the-central-admx-store/</link><pubDate>Tue, 10 Mar 2009 22:32:01 +0000</pubDate><guid>https://www.verboon.info/2009/03/group-policy-how-to-configure-the-central-admx-store/</guid><description>&lt;p&gt;Well as you might notice Group Policy management currently is my favorite topic. I’ve been doing GPOs since the year 2000, then for a long while due to my job role I haven’t been doing a lot with GPOs, but that didn’t matter since there wasn’t too much changing in that space except that with each OS release the number of GPO settings has been growing.&lt;/p&gt;
&lt;p&gt;But since the introduction of Windows Vista, there have been some bigger changes around GPO management. One of these changes is the use of the Central ADMX Store. The Central ADMX Store plays an important role, so it is important understanding the concept.&lt;/p&gt;</description></item><item><title>Group Policy Management Videos from GPanswers.com</title><link>https://www.verboon.info/2009/03/group-policy-management-videos-from-gpanswerscom/</link><pubDate>Tue, 10 Mar 2009 21:43:35 +0000</pubDate><guid>https://www.verboon.info/2009/03/group-policy-management-videos-from-gpanswerscom/</guid><description>&lt;p&gt;Jeremy Moskowitz from &lt;a href="http://www.GPanswers.com/1.html?p=cpqalve&amp;amp;w=HOME"&gt;GPanswers.com&lt;/a&gt; has posted 2 &lt;strong&gt;free&lt;/strong&gt; &lt;a href="http://www.GPanswers.com/1.html?p=cpqalve&amp;amp;w=SMART"&gt;GPUniversity&lt;/a&gt; videos. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default Group Policy Objects&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; [
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;
 &lt;img src="images/videoa7111acf06801.jpg" alt=""&gt;


](&lt;a href="http://www.youtube.com/watch?v=1-9huZgxOSI&amp;amp;hl=en&amp;amp;fs=1"&gt;http://www.youtube.com/watch?v=1-9huZgxOSI&amp;amp;hl=en&amp;amp;fs=1&lt;/a&gt;)&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Group Policy Backup and Restore&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; [
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;
 &lt;img src="images/video329ddafeb2201.jpg" alt=""&gt;


](&lt;a href="http://www.youtube.com/watch?v=YKoTLGPHZIU&amp;amp;hl=en&amp;amp;fs=1"&gt;http://www.youtube.com/watch?v=YKoTLGPHZIU&amp;amp;hl=en&amp;amp;fs=1&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Interested in more ? Check out the &lt;a href="http://www.GPanswers.com/1.html?p=cpqalve&amp;amp;w=SMART"&gt;Group Policy Online University&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Updated Group Policy Online University</title><link>https://www.verboon.info/2009/03/updated-group-policy-online-university/</link><pubDate>Fri, 06 Mar 2009 10:41:03 +0000</pubDate><guid>https://www.verboon.info/2009/03/updated-group-policy-online-university/</guid><description>&lt;p&gt;In January 2009 &lt;a href="http://www.GPanswers.com/1.html?p=cpqalve&amp;amp;w=HOME"&gt;Jeremy Moskovitz&lt;/a&gt; launched the Online University for Group Policy Management. I wrote about that earlier in my blog post “&lt;a href="https://www.verboon.info/index.php/2009/01/online-group-policy-university/"&gt;Online Group Policy University&lt;/a&gt;”.&lt;/p&gt;
&lt;p&gt;In the past weeks Jeremy has put an additional great amount of effort in reworking the offerings, so that now you have the possibility of selecting and ordering individual Modules and and options. Additionally there are some very attractive payment options as well that might be interesting for those that don’t get their company paying it for them, but want to invest in their personal knowledge.&lt;/p&gt;</description></item><item><title>Online Group Policy University</title><link>https://www.verboon.info/2009/01/online-group-policy-university/</link><pubDate>Tue, 27 Jan 2009 22:59:23 +0000</pubDate><guid>https://www.verboon.info/2009/01/online-group-policy-university/</guid><description>&lt;p&gt;Today &lt;a href="http://www.gpanswers.com/about"&gt;Jeremy Moskowitz&lt;/a&gt; has launched the &lt;a href="http://www.gpanswers.com/online-university/400-start-here"&gt;Group Policy Online University&lt;/a&gt;. Taking into account that many companies in these days have restrictive travel and training policies, the Online University seems to be an excellent way how you can further extend your knowledge around Group Policy Management without the need to attend a live training e.g. you can attend the training at any time, from everywhere.&lt;/p&gt;
&lt;p&gt;The only thing you need to do now is to convince your manager that it is worth the money :-)&lt;/p&gt;</description></item><item><title>IE8 Group Policy Settings and more</title><link>https://www.verboon.info/2009/01/ie8-group-policy-settings-and-more/</link><pubDate>Tue, 27 Jan 2009 22:29:12 +0000</pubDate><guid>https://www.verboon.info/2009/01/ie8-group-policy-settings-and-more/</guid><description>&lt;p&gt;Yesterday Microsoft released the &lt;a href="http://blogs.msdn.com/ie/archive/2009/01/26/internet-explorer-8-release-candidate-now-available.aspx"&gt;Release Candidate&lt;/a&gt; for Internet Explorer 8 that of course contains a lot of new features that I am not going to rewrite here again, as others did so already.&lt;/p&gt;
&lt;p&gt;Reading the IE8 product group blog 100 additional group policy settings are being introduced to extend manageability of IE8 through Group Policy Management. The updated Group Policy Reference including the new IE8 settings can be downloaded &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ab4655f2-0a3c-42eb-974d-24b2790bf592&amp;amp;DisplayLang=en"&gt;here&lt;/a&gt; and updated Group Policy Settings ADM files can be found &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=39a9b0cf-0ade-44c5-976b-58ddde86533c&amp;amp;DisplayLang=en#filelist"&gt;here&lt;/a&gt;. Also worth reading is the &lt;a href="http://technet.microsoft.com/en-us/library/cc985339.aspx"&gt;IE8 Deployment Guide&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Expanded Control with Group Policy Preferences article from TechNet Magazine</title><link>https://www.verboon.info/2009/01/expanded-control-with-group-policy-preferences-article-from-technet-magazine/</link><pubDate>Mon, 19 Jan 2009 21:02:00 +0000</pubDate><guid>https://www.verboon.info/2009/01/expanded-control-with-group-policy-preferences-article-from-technet-magazine/</guid><description>&lt;p&gt;For those interested in Group Policy Preferences I recommend reading the &amp;ldquo;&lt;a href="http://technet.microsoft.com/en-us/magazine/dd314380.aspx"&gt;Expanded Control with Group Policy Preferences&lt;/a&gt;&amp;rdquo; that is published in the January 2009 issue on &lt;a href="http://technet.microsoft.com/en-us/magazine/default.aspx"&gt;TechNet Magazine&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And as always the full January 2009 help file version can be downloaded &lt;a href="http://download.microsoft.com/download/3/a/7/3a7fa450-1f33-41f7-9e6d-3aa95b5a6aea/TechNetMagazine2009_01en-us.chm"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>GPO Survival guide</title><link>https://www.verboon.info/2009/01/gpo-survival-guide/</link><pubDate>Mon, 19 Jan 2009 20:04:35 +0000</pubDate><guid>https://www.verboon.info/2009/01/gpo-survival-guide/</guid><description>&lt;p&gt;Just came across this handy document from Microsoft called the &amp;ldquo;[Group Policy Documentation Survival Guide](&lt;a href="http://download.microsoft.com/download/2/1/2/212db64c-3e9c-44d3-b822-b2508e0eccf3/Group"&gt;http://download.microsoft.com/download/2/1/2/212db64c-3e9c-44d3-b822-b2508e0eccf3/Group&lt;/a&gt; Policy Survival Guide.pdf)&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;The guide contains all the links to the resources you need when dealing with Group Policies.&lt;/p&gt;
&lt;p&gt;The document can be downloaded &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=66643d52-bd3d-4b10-972c-316eca5dbedf&amp;amp;DisplayLang=en"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Win7 - GP Features</title><link>https://www.verboon.info/2009/01/win7-gp-features/</link><pubDate>Mon, 12 Jan 2009 22:01:09 +0000</pubDate><guid>https://www.verboon.info/2009/01/win7-gp-features/</guid><description>&lt;p&gt;Jeremy Moskowitz from &lt;a href="http://www.gpanswers.com/"&gt;GPanswers.com &lt;/a&gt;just uploaded 2 videos on YouTube demonstrating some of the new GP features in Windows 7.&lt;/p&gt;</description></item><item><title>GPO Preferences require XMLLite</title><link>https://www.verboon.info/2008/12/gpo-preferences-require-xmllite/</link><pubDate>Tue, 02 Dec 2008 20:28:26 +0000</pubDate><guid>https://www.verboon.info/2008/12/gpo-preferences-require-xmllite/</guid><description>&lt;p&gt;Reading the &lt;a href="http://www.gpoguy.com/Portals/0/Group%20Policy%20Preferences%20Overview.pdf"&gt;Group Policy Preferences Overview&lt;/a&gt; Whitepaper from SDM software, I just notice an interesting prerequisite for using GPO Preferences - &lt;a href="http://msdn.microsoft.com/en-us/library/ms752838.aspx"&gt;XMLLite&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;XmlLite Runtime Files&lt;/p&gt;
&lt;p&gt;The XmlLite runtime file, Xmllite.dll, is integrated into the following operating systems and products:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Windows Server 2008&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Windows Vista&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Windows Server 2003 with Service Pack 2 or later.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Microsoft Internet Explorer 7.0 and later.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The XmlLite runtime is also available as a download from the &lt;a href="http://support.microsoft.com/kb/915865"&gt;XmlLite Update Page&lt;/a&gt; for the following operating systems:&lt;/p&gt;</description></item><item><title>Creating GPO reports</title><link>https://www.verboon.info/2008/11/creating-gpo-reports/</link><pubDate>Thu, 13 Nov 2008 22:00:05 +0000</pubDate><guid>https://www.verboon.info/2008/11/creating-gpo-reports/</guid><description>&lt;p&gt;Usually when you need a report for a given Group Policy object, you would launch the Group Policy Management Console, select the GPO and then select the settings tab that produces the report.&lt;/p&gt;
&lt;p&gt;But what if you need a report for multiple or even all your GPOs you have within your Active Directory ? Going through each GPO and produce the report manually is going to take ages and is boring.&lt;/p&gt;</description></item><item><title>GPO Logging custom ADM</title><link>https://www.verboon.info/2008/10/gpo-logging-custom-adm/</link><pubDate>Mon, 20 Oct 2008 18:40:50 +0000</pubDate><guid>https://www.verboon.info/2008/10/gpo-logging-custom-adm/</guid><description>&lt;p&gt;Last week we have been doing some GPO troubleshooting. Instead of setting all GPO logging options manually the custom GPO logging ADM(x) files found on GPOGUY.COM appeared to be very handy.&lt;/p&gt;
&lt;p&gt;You can download the cutom ADM files &lt;a href="http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/84/Default.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Wireless GPO settings for XP</title><link>https://www.verboon.info/2008/09/wireless-gpo-settings-for-xp/</link><pubDate>Wed, 17 Sep 2008 22:49:48 +0000</pubDate><guid>https://www.verboon.info/2008/09/wireless-gpo-settings-for-xp/</guid><description>&lt;p&gt;In the last 2 days i have spend some time in getting Wireless GPO settings applied to a Windows XP client.&lt;/p&gt;
&lt;p&gt;I was actually about to describe what i have done to get it working, but just noticed that there is already a similar article published on &lt;a href="http://technet.microsoft.com/en-us/magazine/cc162468.aspx"&gt;Technet Magazine&lt;/a&gt; related to Vista, so i am not going to rewrite things in detail again.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/magazine/cc162468.aspx"&gt;&lt;em&gt;The Cable Guy Wireless Group Policy Settings for Windows Vista&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>GP Preferences</title><link>https://www.verboon.info/2008/08/gp-preferences/</link><pubDate>Fri, 15 Aug 2008 15:58:36 +0000</pubDate><guid>https://www.verboon.info/2008/08/gp-preferences/</guid><description>&lt;p&gt;In 2006 Microsoft acquired the company DesktopStandard known for its extending Group Policy products GPVault and PolicyMaker.&lt;/p&gt;
&lt;p&gt;While GPVault has become part of Microsofts MDOP suite that is available only for Enterprise customers that have a Software Assurance contract, the Policy Maker features have been available to everyone.&lt;/p&gt;
&lt;p&gt;The PolicyMaker GPO extensions are now called GP Preferences.&lt;/p&gt;
&lt;p&gt;GPO Preferences can be managed directly from a Windows 2008 system that has the latest GPMC installed or through a Windows Vista client with RSAT installed.
With GP Preferences you can now manage Windows 2008 server, Windows Vista, Server 2003 SP1 and Windows XP SP2.&lt;/p&gt;</description></item></channel></rss>