<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Latest Free Tools</title>
<link>http://www.gpoguy.com</link>
<description></description>
<pubDate>Fri, 10 Sep 2010 02:29:48 GMT</pubDate>
<lastBuildDate>Fri, 10 Sep 2010 02:29:48 GMT</lastBuildDate>
<item>
<title>Free Tools 95</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/95/Default.aspx</link>
<dc:creator>Darren Mar-Elia</dc:creator>
<guid isPermaLink="false">95</guid>
<description>GPO Version Powershell Cmdlets&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p align=&quot;left&quot;&gt;Powershell cmdlets to get GPO version information and also to &quot;Touch&quot; a GPO's version to force clients to think the GPO has changed.&lt;/p&gt;&lt;BR&gt;&lt;p align=&quot;left&quot;&gt;*** UPDATED 10/19/09 to fix issue with whatif parameter incorrectly reporting new GPO version&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;The download includes a DLL and Help file. This is a 32-bit Powershell snap-in for version 1.0 of Powershell. Copy the two files to a folder, startup Powershell, change directories to where you copied the DLL, and then run installutil to install the snap-in as follows:&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;C:\windows\Microsoft.NET\Framework\v2.0.50727\installutil sdmgpoversion.dll&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;One registered, type the following to add the snap-in to your current Powershell console:&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;add-pssnapin SDMSoftware.Powershell.GPOVersion&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;The snap-in comes with 2 cmdlets:&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Get-SDMGPOVersion&lt;/strong&gt;: Retrieves AD &amp;amp; SYSVOL version information for one or more GPOs on a particular DC (similar to GPOTool.exe except for Powershell)&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Invoke-SDMTouchGPO&lt;/strong&gt;: Lets you increment a GPO's version number to force clients to think something there has been a GPO change.&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;You can type get-help and then the cmdlet name to get syntax for each cmdlet&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/95/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;&lt;b&gt;Disclaimer&lt;/b&gt;:&amp;nbsp;DISCLAIMER: Everything posted here is offered as is. By downloading it, you accept full responsibility for testing to ensure it does not cause any problems in your own environment. There is no warranty on any of the code or files on this page, so it's up &lt;BR&gt;</description>
<pubDate>Thu, 04 Jun 2009 04:10:00 GMT</pubDate>
</item><item>
<title>Free Tools 94</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/94/Default.aspx</link>
<dc:creator>Darren Mar-Elia</dc:creator>
<guid isPermaLink="false">94</guid>
<description>GPO Reporter from Alan Kaplan&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p align=&quot;left&quot;&gt;This is an HTA written by Alan Kaplan, called GPO Reporter.&lt;/p&gt;&lt;BR&gt;&lt;p align=&quot;left&quot;&gt;GPO Reporter is an HTA app that lets you select a set of GPOs in a domain and generate GPMC-based HTML settings reports for any number of them.&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Disclaimer&lt;/b&gt;:&amp;nbsp;DISCLAIMER: Everything posted here is offered as is. By downloading it, you accept full responsibility for testing to ensure it does not cause any problems in your own environment. There is no warranty on any of the code or files on this page, so it's up &lt;BR&gt;&lt;b&gt;[visit site]&lt;/b&gt;:&amp;nbsp;http://www.akaplan.com/blog/?p=83&lt;BR&gt;</description>
<pubDate>Mon, 11 May 2009 04:34:00 GMT</pubDate>
</item><item>
<title>Free Tools 93</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/93/Default.aspx</link>
<dc:creator>Darren Mar-Elia</dc:creator>
<guid isPermaLink="false">93</guid>
<description>WMI Filter Validation Utility&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p align=&quot;left&quot;&gt;&lt;font style=&quot;background-color: #ffff00&quot;&gt;Updated!&lt;/font&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;Validates GPO WMI Filters against live systems to make sure that the filter you write will pass or fail as expected.&lt;/p&gt;&lt;BR&gt;&lt;p align=&quot;left&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;Garamond&quot; size=&quot;4&quot;&gt;This utility was built to help validate whether or not a particular WMI filter applies to a particular computer (or user logged into that computer). The tool returns a list of WMI filters defined for a given domain, the GPOS they are linked to and the WMI query that is contained within them. If you right-click on a particular filter, you can run a wizard that lets you connect to a target computer and run the query against the computer to determine if the filter will evaluate to true or false on that particular computer (or user logged into the computer). If the filter evaluates to true, that means that the GPO that is linked by the filter will be applied. If the filter evaluates to false, then the GPO will not be applied. This is a quick and dirty way, without having to run an RSOP model, to determine whether a filter applies or not. Note that the tool will work against Win2K machines even though Win2K does not understand WMI filters.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;Garamond&quot; size=&quot;4&quot;&gt;The tool also allows you to print out the list of WMI filters defined on the domain. The screen shot gives a flavor of the tool.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;Garamond&quot; size=&quot;4&quot;&gt;&lt;img height=&quot;464&quot; alt=&quot;&quot; width=&quot;680&quot; src=&quot;/Portals/0/WMIFTest.jpg&quot; /&gt;&amp;#160;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;Garamond&quot; size=&quot;4&quot;&gt;&lt;strong&gt;Requirements: &lt;/strong&gt;For the 1.0.* version of WMIFTest, you need the &lt;strong&gt;.Net Framework 2.0&lt;/strong&gt; installed on the machine where you run this utility from. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;u&gt;&lt;font face=&quot;Garamond&quot; size=&quot;4&quot;&gt;Release History&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;Garamond&quot; size=&quot;4&quot;&gt;&lt;strong&gt;Version 1.0.3 released on Nov 8, 2008: &lt;/strong&gt;Adds support for WMI filters that contain multiple WQL queries.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;Garamond&quot; size=&quot;4&quot;&gt;&lt;strong&gt;Version 1.0.2 (current) released on July-17-07: &lt;/strong&gt;Fixes an issue where the tool would throw an error if a WMI filter had a blank description and fixes some issues with the host ping validation.&lt;/font&gt;&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/93/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;&lt;b&gt;Disclaimer&lt;/b&gt;:&amp;nbsp;DISCLAIMER: Everything posted here is offered as is. By downloading it, you accept full responsibility for testing to ensure it does not cause any problems in your own environment. There is no warranty on any of the code or files on this page, so it's up &lt;BR&gt;</description>
<pubDate>Wed, 05 Nov 2008 18:18:00 GMT</pubDate>
</item><item>
<title>Free Tools 91</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/91/Default.aspx</link>
<dc:creator>Darren Mar-Elia</dc:creator>
<guid isPermaLink="false">91</guid>
<description>PowerShell Cmdlets for Group Policy&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p class=&quot;Head&quot;&gt;NEW version. 25&amp;#160;PowerShell cmdlets for GPMC (in Server 2008, Vista, SP1 version)--builds on what we have here with the following:&lt;/p&gt;&lt;BR&gt;&lt;p class=&quot;style5&quot;&gt;&lt;strong&gt;Add-SDMgplink&lt;/strong&gt;: Links a GPO to a particular AD container (site,domain or OU)&lt;br /&gt;
&lt;strong&gt;Get-SDMgplink: &lt;/strong&gt;Retrieves a list of linked GPOs from a particular AD container&lt;br /&gt;
&lt;strong&gt;Remove-SDMgplink: &lt;/strong&gt;Removes a GPO link from a given AD container&lt;br /&gt;
&lt;strong&gt;Export-SDMgpo&lt;/strong&gt;: Backs up a GPO to a given folder path&lt;br /&gt;
&lt;strong&gt;Get-SDMgpo&lt;/strong&gt;: Retrieves information about one or all GPOs in a domain&lt;br /&gt;
&lt;strong&gt;New-SDMgpo&lt;/strong&gt;: Creates a new GPO in a domain&lt;br /&gt;
&lt;strong&gt;Remove-SDMgpo&lt;/strong&gt;: Deletes an existing GPO from a domain&lt;br /&gt;
&lt;strong&gt;Restore-SDMgpo&lt;/strong&gt;: Restores a GPO from backup&lt;br /&gt;
&lt;strong&gt;Get-SDMgpoBackups: &lt;/strong&gt;Retrieves the list of all backed-up GPOs (or a given GPO) from a given folder path&lt;br /&gt;
&lt;strong&gt;Add-SDMgpoSecurity&lt;/strong&gt;: Adds a GP permission (ACE) for a given group to a given GPO&lt;br /&gt;
&lt;strong&gt;Get-SDMgpoSecurity&lt;/strong&gt;: Retrieves a list of GP permissions from a given GPO&lt;br /&gt;
&lt;strong&gt;Remove-SDMgpoSecurity&lt;/strong&gt;: Removes a particular permission for a given group from a given GPO.&lt;/p&gt;
&lt;p class=&quot;style5&quot;&gt;&lt;strong&gt;Add-WMIFilterLink&lt;/strong&gt;: Links an existing WMI filter to a GPO&lt;br /&gt;
&lt;strong&gt;Copy-SDMStarterGPO&lt;/strong&gt;: Copies an existing Starter GPO to a new Starter GPO (Server 2008 and Vista, Sp1 only)&lt;br /&gt;
&lt;strong&gt;Get-SDMStarterGPO&lt;/strong&gt;: Retrieves a reference to and information on a named Starter GPO (Server 2008 and Vista, Sp1 only)&lt;/p&gt;
&lt;p class=&quot;style5&quot;&gt;&lt;strong&gt;Get-SDMWMIFilter&lt;/strong&gt;: Retrieves a reference to and information on one or all WMI Filters in a domain&lt;br /&gt;
&lt;strong&gt;New-SDMStarterGPO&lt;/strong&gt;: Creates a new Starter GPO (Server 2008 and Vista, Sp1 only)&lt;br /&gt;
&lt;strong&gt;Out-SDMGPSettingsReport&lt;/strong&gt;: Creates an xML or HTML GPO Settings report&lt;br /&gt;
&lt;strong&gt;Out-SDMRSOPLoggingReport&lt;/strong&gt;: Creates and XML or HTML Group Policy Results report&lt;br /&gt;
&lt;strong&gt;Remove-SDMStarterGPO&lt;/strong&gt;: Deletes a Starter GPO (Server 2008 and Vista, Sp1 only)&lt;br /&gt;
&lt;strong&gt;Remove-SDMWMIFilterLink&lt;/strong&gt;: Removes any WMI Filter linked to a particular GPO&lt;/p&gt;
&lt;p class=&quot;style5&quot;&gt;&lt;strong&gt;You can download these at the &lt;/strong&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.sdmsoftware.com/freeware&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#0000ff&quot;&gt;SDM Software Site&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;To get help on the syntax for&amp;#160;any&amp;#160;cmdlet, just type &lt;strong&gt;get-help&lt;/strong&gt;&amp;#160;&lt;strong&gt;&amp;lt;cmdlet name&amp;gt;&lt;/strong&gt;&amp;#160;at a Powershell prompt.&lt;/p&gt;
&lt;p&gt;If you have any feedback or questions on these cmdlet, just &lt;a href=&quot;/LinkClick.aspx?link=113&amp;amp;tabid=108&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;email us&lt;/font&gt;&lt;/a&gt;!&lt;/p&gt;&lt;BR&gt;&lt;b&gt;[visit site]&lt;/b&gt;:&amp;nbsp;http://sdmsoftware.com/freeware.php&lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:34:00 GMT</pubDate>
</item><item>
<title>Free Tools 89</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/89/Default.aspx</link>
<dc:creator>Darren Mar-Elia</dc:creator>
<guid isPermaLink="false">89</guid>
<description>Local GPO Disable Script&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;This .vbs script will disable the local GPO on a given pre-Vista system (Vista comes with an Admin. Template policy to do this). On Win2K, XP and 2003, there is no centralized way to disable the Local GPO.&lt;/p&gt;&lt;BR&gt;&lt;p&gt;You can use this script in a Group Policy Startup Script to accomplish the task. Note that because this script edits a protected file on the local system, a normal user account will not be able to successfully run this, so you won't be able to deliver it as a logon script. That is why I recommend running it as a startup script.&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/89/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:30:00 GMT</pubDate>
</item><item>
<title>Free Tools 88</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/88/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">88</guid>
<description>Vista Central Store Creator Utility&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;This utility simplifies the creation of the &quot;Central Store&quot; for storing Vista ADMX/ADML templates. Its a very simple utility.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Updated version 1.1 released! &lt;/strong&gt;&lt;/p&gt;&lt;BR&gt;&lt;p&gt;In the domain name dialog, you enter the DN of the domain where you want to create the central store. This gets autopopulated if you run the tool from a computer already in a domain. Next, you press the &quot;Check Central Store&quot; button and the tool checks to see if the Central Store exists already. Ff not, you are prompted to create it. By default, the tool only looks in %windir%\policydefinitions on the machine where its running, as uses the contents found there to populate the central store. When you say 'yes' to creating the central store, all files found locally (including ADML files) are copied up to the newly created Central Store folder, which is by default, in &lt;a href=&quot;file://%3cdomain%3e/sysvol/%3Cdomain%3E/policies/policydefinitions&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;\\&amp;lt;domain&amp;gt;\sysvol\&amp;lt;domain&amp;gt;\policies\policydefinitions&lt;/font&gt;&lt;/a&gt;. That's all there is to it!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Requirements:&lt;/strong&gt; You need the .Net Framework 2.0 installed on the machine where you run this utility from. The utility is meant to be run from Vista.&lt;br /&gt;
&lt;br /&gt;
&lt;img height=&quot;519&quot; width=&quot;793&quot; alt=&quot;&quot; src=&quot;/Portals/0/css.ht1.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Version History:&lt;/p&gt;
&lt;p&gt;Version 1.1 (current): This is a new release that fixes a bug where the tool fails to find SYSVOL shares that have been relocated to a different volume than the default one.&lt;/p&gt;
&lt;p&gt;Version 1.0 (original): This is the first release and can be found in the archives.&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/88/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:28:00 GMT</pubDate>
</item><item>
<title>Free Tools 87</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/87/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">87</guid>
<description>Registry.Pol Viewer Utility&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;This utility provides read-only access into the registry.pol file (or any other .pol file). Registry.pol is the file that GP uses to store registry-based policy settings made by Administrative Template, Software Restriction Policy or Disk Quota policy.&lt;/p&gt;&lt;BR&gt;&lt;p&gt;For example, when you add an administrative template setting within a GPO, that setting is stored in the registry.pol file within the SYSVOL portion of the GPO. Registry.pol files are either per-machine or per-user, depending upon which side of the GPO you're editing. For this reason, a given GPO might have two registry.pol files. The format of the registry.pol file is described on MSDN at &lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/policy/policy/registry_policy_file_format.asp&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/policy/policy/registry_policy_file_format.asp&lt;/font&gt;&lt;/a&gt;. It is a Unicode-based file format where each registry entry is stored in well-defined and delimited fields. This utility simply reads each registry value that has been defined within the .pol file and displays the registry key, value, value type (e.g. REG_DWORD, REG_SZ) and data that is stored for that value. The utility can be useful if you're trying to determine whether a given policy setting is &quot;stuck&quot; within a registry.pol for which the accompanying ADM template is no longer available. Note that this utility does not allow you to edit the file. The utility is easy to use. Simple start the polviewer.exe executable and enter a path (it can be a drive letter or UNC path) to the registry.pol file you wish to examine. Note that the tool will detect if you have selected a file to read that is not a valid registry.pol file. Once you've entered the path to the file, press the Submit button to retrieve the contents of the file, as shown below.&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;577&quot; width=&quot;887&quot; alt=&quot;&quot; src=&quot;/Portals/0/polviewer11.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Requirements: You need the .Net Framework 1.1 installed on the machine where you run this utility from.&lt;/p&gt;
&lt;p&gt;Version 1.1 (current): A few minor changes in this release, including a new Browse button. Also the submit button is now the default button and does not require you to explicitly click on it to open the file. I also added the ability to open a .pol file from the Explorer shell that automatically populates the input box in PolViewer. So, if you right-click a .pol file in Explorer and select &quot;Open With&quot; Polviewer, the full file name and path will be auto-populated into the app.&lt;/p&gt;
&lt;p&gt;Older versions of this tool can be found in the Tool Archive.&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/87/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:24:00 GMT</pubDate>
</item><item>
<title>Free Tools 86</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/86/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">86</guid>
<description>AD,DNS, FRS, DFS-R,Forwarded Events, Hardware Events Event Log Settings ADM Template&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;This is a custom .ADM file that exposes the log size and retention method options for the &amp;quot;non-standard&amp;quot; event logs found on Active Directory Domain Controllers.&lt;/p&gt;&lt;BR&gt;&lt;p&gt;Updated 28/12/06 by Jorge de Almeida Pinto [MVP-DS] (&lt;a href=&quot;http://blogs.dirteam.com/blogs/jorge/default.aspx&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;http://blogs.dirteam.com/blogs/jorge/default.aspx&lt;/font&gt;&lt;/a&gt;) to add configuration for DFS Replication, Forwarded Events and Hardware Events logs found in Windows 2003 R2.&lt;/p&gt;
&lt;p&gt;This is a custom .ADM file that exposes the log size and retention method options for the &amp;quot;non-standard&amp;quot; event logs found on Active Directory Domain Controllers. Specifically, with this policy you can set maximum size and retention method for the AD, DNS and FRS event logs. When loaded into a GPO, these ADM options appear as preferences under Computer Configuration\Administrative Templates\System\Event Log (see Figure below). NOTE: In order to see these policies in the GPO editor, you have to set the Filter that says you want to view &amp;quot;unmanaged&amp;quot; policies.&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/86/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;&lt;b&gt;Disclaimer&lt;/b&gt;:&amp;nbsp;DISCLAIMER: Everything posted here is offered as is. By downloading it, you accept full responsibility for testing to ensure it does not cause any problems in your own environment. There is no warranty on any of the code or files on this page, so it's up &lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:23:00 GMT</pubDate>
</item><item>
<title>Free Tools 85</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/85/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">85</guid>
<description>GPO Logging Custom ADMX (for Windows Vista)&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;GPLogging.ADMX : This is a port of gpolog.adm to the new Vista ADMX/ADML file format. Included in the download is the ADMX file for enabling the logs that are still valid in Vista, as well as the language-independent strings file (.ADML) for the English language.&lt;/p&gt;
&lt;p&gt;See also&amp;#160;the ADM version of this in this Free Tools section.&lt;/p&gt;&lt;BR&gt;&lt;h2&gt;GPLogging.ADMX&lt;/h2&gt;
&lt;p&gt;&lt;br /&gt;
UPDATED on 12/14/06 to include new custom ADMX for enabling logging in Vista RTM (updated version number in ADMX so they would load correctly in Vista RTM)&lt;/p&gt;
&lt;p&gt;Look for other languages here as soon as I can get them ported. The Figure below shows what the new ADMX looks like in the Vista GP Editor&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;572&quot; alt=&quot;&quot; width=&quot;801&quot; src=&quot;/Portals/0/gploggingadm.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Remember, these are still preferences, so you have to set the Filtering within the GP Editor to allow &quot;unmanaged&quot; settings to be shown. To download the new ADMX/ADML files, click the download link below. To install this new template, copy the ADMX file to c:\windows\policydefinitions on the Vista machine where you edit Group Policy, and copy the ADML file to the en-us folder under the policydefinitions folder. If you're using the central, copy these two files to the central store within the same folders.&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;&amp;#160;&lt;/h2&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/85/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;&lt;b&gt;Disclaimer&lt;/b&gt;:&amp;nbsp;DISCLAIMER: Everything posted here is offered as is. By downloading it, you accept full responsibility for testing to ensure it does not cause any problems in your own environment. There is no warranty on any of the code or files on this page, so it's up &lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:20:00 GMT</pubDate>
</item><item>
<title>Free Tools 84</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/84/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">84</guid>
<description>GPO Logging Custom ADM&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;This is a custom .ADM file that I created that exposes all the GPO-related logging that I could find documented, including verbose Application Event Log stuff, Software Installation, Folder Redirection, Security, GPMC and even logging of the GPO Editor client itself.&lt;/p&gt;
&lt;p&gt;Check out the related ADMX version of this as well!&lt;/p&gt;&lt;BR&gt;&lt;div class=&quot;View-Item-Detail&quot;&gt;
&lt;p&gt;This is a custom .ADM file that I created that exposes all the GPO-related logging that I could find documented, including verbose Application Event Log stuff, Software Installation, Folder Redirection, Security, GPMC and even logging of the GPO Editor client itself. NOTE: In order to see these policies in the GPO editor, you have to set the Filter that says you want to view &quot;unmanaged&quot; policies. These policies then appear with a red icon next to them, as shown here:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;img height=&quot;471&quot; width=&quot;707&quot; alt=&quot;&quot; src=&quot;/Portals/0/gpolog.jpg&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/84/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:17:00 GMT</pubDate>
</item><item>
<title>Free Tools 83</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/83/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">83</guid>
<description>Command-line Remote GPO Refresh&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;&lt;strong&gt;NEW!!!! PowerShell version of this utility available at &lt;/strong&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.sdmsoftware.com/freeware.php&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#0000ff&quot;&gt;SDM Software Freeware Page&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is a command line utility to remotely refresh Group Policy on Win2K, XP or Server 2003.&lt;/p&gt;&lt;BR&gt;&lt;p&gt;&lt;strong&gt;NEW!!!! PowerShell version of this utility available at &lt;/strong&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.sdmsoftware.com/freeware.php&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;&lt;strong&gt;SDM Software Freeware Page&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The utility auto-detects the target OS version and applies the appropriate options. NOTE: You need the .Net Framework 1.1 installed on the machine where you run this utility from. The following screen shot gives you an idea of the command-line options available, which mirror what are available in the native tools that come with Win2K, XP and 2003. Please let me know if you find any bugs. I tested on all 3 OS' but your mileage may vary.&lt;/p&gt;
&lt;p&gt;Also, there's a good article on refreshing Group Policy remotely, along with a tool that lets you use rgprefresh against multiple computers, written by Jakob Heidelberg, &lt;a target=&quot;_blank&quot; href=&quot;http://www.windowsecurity.com/articles/How-Force-Remote-Group-Policy-Processing.html&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;here&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;br /&gt;
Release History&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version 1.6 (current): &lt;/strong&gt;Adds a new /n parameter that lets you specify that you don't want to trigger a reboot or logoff (added in 1.5) when using the /force /sync or /boot parameters and gpupdate would normally require a reboot or logoff to force a synchronous processing event. Also adds some additional debugging information in the event that the refresh fails.&lt;/p&gt;
&lt;p&gt;Download:&amp;#160; &lt;a href=&quot;http://www.gpoguy.com/Portals/0/PropertyAgent/396/Files/83/Rgprefresh16.zip&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;rgprefresh16.zip&lt;/font&gt;&lt;/a&gt;&amp;#160; --&amp;#160; 4.8KB&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version 1.5:&lt;/strong&gt; In this version, the tool will automatically logoff or reboot a target XP or Server 2003 system if required by Group Policy. This is different than 1.0, which did not perform this reboot or logoff task as it should have. This version also fixes some other bugs, including a &quot;parameter is incorrect&quot; error when connecting to a remote system without specifying credentials.&lt;/p&gt;
&lt;p&gt;Download: &lt;a href=&quot;http://gpoguy.com/portals/0/Downloads/Rgprefresh15.zip&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;rgprefresh15.zip&lt;/font&gt;&lt;/a&gt; -- 4.7KB&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version 1.0 (original):&lt;/strong&gt; This is the first version of the tool and provided for remote refresh of Group Policy on XP, Server 2003 and Windows 2000 systems.&lt;/p&gt;
&lt;p&gt;Download: &lt;a href=&quot;/gpoguy/Portals/0/Downloads/Rgprefresh15.zip&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;rgprefresh.zip&lt;/font&gt;&lt;/a&gt; --&amp;#160; 4.4KB&lt;/p&gt;
&lt;p&gt;Screen Shot of Version 1.6&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;531&quot; width=&quot;669&quot; alt=&quot;&quot; src=&quot;/Portals/0/rgpref1.jpg&quot; /&gt;&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/83/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;&lt;b&gt;Disclaimer&lt;/b&gt;:&amp;nbsp;DISCLAIMER: Everything posted here is offered as is. By downloading it, you accept full responsibility for testing to ensure it does not cause any problems in your own environment. There is no warranty on any of the code or files on this page, so it's up &lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:15:00 GMT</pubDate>
</item><item>
<title>Free Tools 82</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/82/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">82</guid>
<description>Group Policy Software Installation Viewer Utility &lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;h2&gt;GPSI &quot;GYPSY&quot; VIEWER UTILITY&lt;/h2&gt;
&lt;p&gt;Within native tools, there is no way to quickly get an at-a-glance view of all applications deployed via Group Policy Software Installation (GPSI) policy across a domain. This simple GUI utility lets you quickly view all applications that have been published or assigned&amp;#160; (or removed) using Group Policy, within a domain. With the newest version, you can also print the list of applications to a report or save it as a .csv file.&lt;/p&gt;&lt;BR&gt;&lt;p&gt;The figure below shows what this tool looks like:&lt;/p&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;/gpoguy/Portals/0/Images/gpsiviewerjpg-lrg.jpg&quot;&gt;&lt;img height=&quot;420&quot; width=&quot;1016&quot; alt=&quot;&quot; src=&quot;/Portals/0/gpsiviewerjpg.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a target=&quot;_blank&quot; href=&quot;/gpoguy/Portals/0/Images/gpsiviewerjpg-lrg.jpg&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;[larger image]&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The GPSIViewer utility will automatically try to resolve the AD domain that the workstation running the tool belongs to. If it can not or you wish to connect to a different domain, then you will be able to enter the domain name manually, using either the LDAP distinguished name, as shown above, or the DNS name (e.g. mycompany.com). Note that, when you remove a deployed package from a GPO, that package definition is not actually removed from AD. This is because removed packages may need to be de-installed from target machines and thus the package is marked for removal. Using this mechanism, the next time the user or computer that had installed the application processes the GPO, it knows to remove the package. I have marked removed packages with Red to indicate their state.&lt;/p&gt;
&lt;p&gt;Requirements: For the 1.6 version of &quot;GYPSY&quot;, you need the .Net Framework 2.0 installed on the machine where you run this utility from. The 1.0 version requires at least .Net 1.1.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Release History&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version 1.6 (current):&lt;/strong&gt; Version 1.6 adds the Date Created and Date Last Modified columns to the display and to reporting.&lt;/p&gt;
&lt;p&gt;Download:&amp;#160;from above&amp;#160;-- 10.6KB&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version 1.5:&lt;/strong&gt; The 1.5 version adds a few new features. For example, I added a column that lists any transforms applied to the package. I also add &quot;tool tips&quot; to each row, which lets you hover your mouse over a column that contains large amounts of text, and see what the full contents of that text is without having to expand the column. I also added the ability to print the list of apps to a printer. Finally, I created a save to .csv option that lets you output the list to a .csv file for easy import into Excel.&lt;/p&gt;
&lt;p&gt;Download: &lt;a href=&quot;/gpoguy/Portals/0/Downloads/GPSIViewer.zip&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;GPSI &quot;GYPSY&quot; Viewer 1.5&lt;/font&gt;&lt;/a&gt;&amp;#160; --&amp;#160; 10.1KB&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version 1.0 (original):&lt;/strong&gt; This is the original version of the tool that allows you to view GPSI deployed apps.&lt;/p&gt;
&lt;p&gt;Download: &lt;a href=&quot;/gpoguy/Portals/0/Downloads/SIViewer.zip&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;SIViewer 1.0&lt;/font&gt;&lt;/a&gt;&amp;#160; --&amp;#160; 7.3KB&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/82/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;&lt;b&gt;Disclaimer&lt;/b&gt;:&amp;nbsp;DISCLAIMER: Everything posted here is offered as is. By downloading it, you accept full responsibility for testing to ensure it does not cause any problems in your own environment. There is no warranty on any of the code or files on this page, so it's up &lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:10:00 GMT</pubDate>
</item><item>
<title>Free Tools 81</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/81/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">81</guid>
<description>GPO Editor Clipboard Utility&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;UPDATED!!!!&amp;nbsp;&amp;nbsp; This is a handy little MMC namespace extension DLL written for me by one of the smartest guys I know--Chuck McDonald. Chuck can do pretty much anything with code. One thing I've always been frustrated about in the GPO Editor tool is the inability to copy the path that you're currently selected on to the clipboard.&lt;/p&gt;&lt;BR&gt;&lt;p&gt;UPDATED!!!! Well, Chuck has come through again and now this utility will copy the entire policy path into the clipboard, from the actual policy item on up! Just as before, select the policy item in the right-hand result pane then hold down CTRL-SHIFT and right mouse click. The whole policy path will be copy to the clipboard. Cool!&lt;/p&gt;
&lt;p&gt;This is a handy little MMC namespace extension DLL written for me by one of the smartest guys I know--Chuck McDonald. Chuck can do pretty much anything with code. One thing I've always been frustrated about in the GPO Editor tool is the inability to copy the path that you're currently selected on to the clipboard. This is handy for documenting GPO changes and describing to others where to find a particular policy. If you download this ZIP file, copy the DLL to somewhere on your machine and register it using regsvr32 gpoguycopynodepath.dll. Now, you can't use it with pre-created GPO .msc files, like those found in the Administrative Tools folder or gpedit.msc, but if you create your own MSC, it works just great. The way it works is, while highlighting a particular path in the left-hand scope pane of a GPO editor tool, press the CTRL and SHIFT keys, then right mouse-click on the node you're selected on. The full path within the GPO will be copied to the clipboard. For example, if I've highlighted Computer Configuration|Windows Settings|Security Settings|Local Policies|User Rights Assignment, then that full path will be copied to the clipboard by pressing CTRL-SHIFT-Right Mouse. Simple! Currently the tool doesn't capture actual policy items in the right-hand results pane, but that was my next request to Chuck so stay tuned.&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/81/icon-disk.jpg'&gt;icon-disk&lt;/a&gt;&lt;BR&gt;&lt;b&gt;Disclaimer&lt;/b&gt;:&amp;nbsp;DISCLAIMER: Everything posted here is offered as is. By downloading it, you accept full responsibility for testing to ensure it does not cause any problems in your own environment. There is no warranty on any of the code or files on this page, so it's up &lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:09:00 GMT</pubDate>
</item><item>
<title>Free Tools 80</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/80/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">80</guid>
<description>GP Time&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;This handy little utility is designed to quickly and succintly report the last time computer and user Group Policy was run on a local or remote system. If there has been more than one user logged onto the system, the tool will report GP processing times for all users found.&lt;/p&gt;
&lt;p&gt;(This tool works for XP and Server 2003 only--Win2K not supported)&lt;/p&gt;&lt;BR&gt;&lt;p&gt;The tool provides the start and stop times for the last processing cycle as well as total elapsed time, which can be handy to see if a set of GPOs are taking too long to process. The output looks like that shown in the Figure below:&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;278&quot; width=&quot;669&quot; alt=&quot;&quot; src=&quot;/Portals/0/gptime.gif&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NOTE: You need the .Net Framework 1.1 installed on the machine where you run this utility from.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Figure above show the tool running against the local machine. If you want to check a remote machine, simply supply the machine name after the command like this:&lt;/p&gt;
&lt;p&gt;gptime workstation1&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Download Icon&lt;/b&gt;:&amp;nbsp;&lt;a href='/Portals/0/PropertyAgent/396/Files/80/1.jpg'&gt;1&lt;/a&gt;&lt;BR&gt;&lt;b&gt;Disclaimer&lt;/b&gt;:&amp;nbsp;DISCLAIMER: Everything posted here is offered as is. By downloading it, you accept full responsibility for testing to ensure it does not cause any problems in your own environment. There is no warranty on any of the code or files on this page, so it's up &lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:05:00 GMT</pubDate>
</item><item>
<title>Free Tools 78</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/78/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">78</guid>
<description>SysProSoft GP-related Utilities&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;Alan Cuthbertson over at &lt;a href=&quot;http://www.sysprosoft.com/&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;SysProSoft&lt;/font&gt;&lt;/a&gt; down in Oz has some cool utilities that I wanted to point out. The latest is a neat parser for Userenv.log files, called &lt;a href=&quot;http://www.sysprosoft.com/index.php?ref=darren&amp;amp;f=policyreporter.shtml&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;Policy Reporter&lt;/font&gt;&lt;/a&gt;. He's also got a nifty &lt;a href=&quot;http://www.sysprosoft.com/index.php?ref=darren&amp;amp;f=adm_summary.shtml&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;ADM Template Editor&lt;/font&gt;&lt;/a&gt; to help simplify the process of creating ADM templates. Finally, He's got some GP Management software, called &lt;a href=&quot;http://www.sysprosoft.com/index.php?ref=darren&amp;amp;f=pol_summary.shtml&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;PolMan&lt;/font&gt;&lt;/a&gt;, with some nifty reporting and troubleshooting features.&lt;/p&gt;&lt;BR&gt;&lt;b&gt;[visit site]&lt;/b&gt;:&amp;nbsp;http://www.sysprosoft.com/&lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:04:00 GMT</pubDate>
</item><item>
<title>Free Tools 79</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/79/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">79</guid>
<description>SpecOps GPUpdate&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;The SpecOps guys in Sweden have released a very cool free add-on to AD Users and Computers that let's you graphically and remotely refresh Group Policy on remote nodes as a right-click option in the UI. Its also let's you do a refresh across multiple machines and provides a cool graphical progress bar. Not bad for a free tool!&lt;/p&gt;&lt;BR&gt;&lt;b&gt;[visit site]&lt;/b&gt;:&amp;nbsp;http://www.specopssoft.com/products/specopsgpupdate/default.asp&lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:04:00 GMT</pubDate>
</item><item>
<title>Free Tools 77</title>
<link>http://www.gpoguy.com/FreeTools/FreeToolsLibrary/tabid/67/agentType/View/PropertyID/77/Default.aspx</link>
<dc:creator>Matty Holland</dc:creator>
<guid isPermaLink="false">77</guid>
<description>RegtoADM&lt;BR&gt;&lt;b&gt;Summary&lt;/b&gt;:&amp;nbsp;&lt;p&gt;This is part of a set of utilities called NUTS. And can be downloaded at &lt;a href=&quot;http://yizhar.mvps.org/&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;http://yizhar.mvps.org&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;BR&gt;&lt;b&gt;Disclaimer&lt;/b&gt;:&amp;nbsp;DISCLAIMER: Everything posted here is offered as is. By downloading it, you accept full responsibility for testing to ensure it does not cause any problems in your own environment. There is no warranty on any of the code or files on this page, so it's up &lt;BR&gt;&lt;b&gt;[visit site]&lt;/b&gt;:&amp;nbsp;http://yizhar.mvps.org/&lt;BR&gt;</description>
<pubDate>Mon, 09 Jun 2008 20:03:00 GMT</pubDate>
</item>
</channel>
</rss>
