<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>CoreConfig Issue Tracker Rss Feed</title><link>http://www.codeplex.com/CoreConfig/WorkItem/List.aspx</link><description>CoreConfig Issue Tracker Rss Description</description><item><title>Commented Issue: Execution policy is changed to Unrestricted on first run [5772]</title><link>http://coreconfig.codeplex.com/workitem/5772</link><description>&amp;#60;p&amp;#62;If Execution Policy is set to anything other than Unrestricted, the Execution Policy is changed to Unrestricted.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Repo&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;set-executionpolicy RemoteSigned&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;get-executionpolicy returns RemoteSigned&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;start core config&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;get-executionpolicy returns Unrestricted&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: rlauria ** &lt;p&gt;In Start_CoreConfig.wsf change &lt;br&gt;Function LaunchCoreConfig()&lt;br&gt;......&lt;br&gt;End Function&lt;/p&gt;&lt;p&gt;With&lt;/p&gt;&lt;p&gt;Function LaunchCoreConfig()&lt;br&gt;'======================== &lt;br&gt;Dim iRetCode&lt;br&gt;Dim Temp&lt;br&gt;'&lt;br&gt;LaunchCoreConfig = False&lt;br&gt;'&lt;/p&gt;&lt;p&gt;On Error goto 0&lt;br&gt;'&lt;br&gt;WshShell.CurrentDirectory = GlobalFolderPath&lt;br&gt;iRetCode = WshShell.Run (&amp;quot;%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -executionpolicy bypass -WindowStyle Minimized -Sta -file CoreConfig.ps1&amp;quot;, 1, True)&lt;br&gt;If iRetCode &amp;lt;&amp;gt; 0 Then&lt;br&gt;Call Debug(&amp;quot;Error: During launch of CoreConfig! ReturnCode:&amp;quot; &amp;amp; iRetCode)&lt;br&gt;Call WshShell.Popup(&amp;quot;Error: During launch of CoreConfig! ReturnCode:&amp;quot; &amp;amp; iRetCode &amp;amp; Vbcrlf &amp;amp; &amp;quot; Please copy source to local drive and try again!&amp;quot; ,0,&amp;quot;Error&amp;quot;, 16)&lt;br&gt;Else&lt;br&gt;'Okay&lt;br&gt;LaunchCoreConfig = True&lt;br&gt;End If&lt;br&gt;End Function&lt;/p&gt;</description><author>rlauria</author><pubDate>Wed, 19 Dec 2012 13:59:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Execution policy is changed to Unrestricted on first run [5772] 20121219015929P</guid></item><item><title>Created Issue: datacenter version [11052]</title><link>http://coreconfig.codeplex.com/workitem/11052</link><description>Minor bug&amp;#58; datacenter version is not correctly reflected on the main menu &amp;#40;&amp;#34;SKU Version&amp;#34; field&amp;#41;&amp;#58; &amp;#34;Enterprise Server Core R2&amp;#34; is displayed instead of &amp;#34;Datacenter Server Core R2&amp;#34;&lt;br /&gt;</description><author>dvilner</author><pubDate>Mon, 06 Aug 2012 22:41:18 GMT</pubDate><guid isPermaLink="false">Created Issue: datacenter version [11052] 20120806104118P</guid></item><item><title>Created Issue: Functional strings are hardcoded - problem with foreign languages [11009]</title><link>http://coreconfig.codeplex.com/workitem/11009</link><description>The output of oclist for example is parsed for english strings in numerous locations. It would be very much cleaner if you used variables instead of hard coded strings and put them in a centralized location. If you did this, localization of the tool would be a breeze.&lt;br /&gt;&lt;br /&gt;As it is now, German installations are left out. In Germany, 99&amp;#37; of the installations are not English. You really should consider changing this.&lt;br /&gt;</description><author>DerBachmannRocker</author><pubDate>Wed, 18 Jul 2012 20:46:01 GMT</pubDate><guid isPermaLink="false">Created Issue: Functional strings are hardcoded - problem with foreign languages [11009] 20120718084601P</guid></item><item><title>Created Issue: DCPromo - new domain [10470]</title><link>http://coreconfig.codeplex.com/workitem/10470</link><description>It would be helpful if DCPromo was fully functional.  There is no was to create a new domain, only connect to an existing domain.&lt;br /&gt;</description><author>noral</author><pubDate>Tue, 06 Mar 2012 07:21:18 GMT</pubDate><guid isPermaLink="false">Created Issue: DCPromo - new domain [10470] 20120306072118A</guid></item><item><title>Created Issue: DCPromo not using Windows default values for NTDS and SYSVOL locations [9716]</title><link>http://coreconfig.codeplex.com/workitem/9716</link><description>After we had used CoreConfigurator 2.0 to promote a new set of Domain Controllers, we realised that both the SYSVOL and NTDS paths were not as expected. It appeared that a backslash had been missed out, creating two new folders on the root of the C&amp;#58; drive &amp;#8220;windowsSYSVOL&amp;#8221; and &amp;#8220;windowsNTDS&amp;#8221; rather than SYSVOL and NTDS within the Windows folder.&lt;br /&gt;&lt;br /&gt;After examining the DCPromo.ps1 file, it has occurred to us that, rather than hard coding a path to these folders, we could utilise the &amp;#37;windir&amp;#37; system variable. Within this in mind, could I submit the following for review and possible inclusion in the next version of CoreConfigurator&amp;#63; These changes have been tested and confirmed to work in our test environment.&lt;br /&gt;&lt;br /&gt;Line 261&lt;br /&gt;&amp;#36;txtboxSYSVOL.Text &amp;#61; &amp;#34;c&amp;#58;&amp;#92;windowsSYSVOL&amp;#34;&lt;br /&gt;replace with&lt;br /&gt;&amp;#36;txtboxSYSVOL.Text &amp;#61; &amp;#34;&amp;#37;windir&amp;#37;&amp;#92;SYSVOL&amp;#34;&lt;br /&gt;&lt;br /&gt;Line 267&lt;br /&gt;&amp;#36;txtboxNTDSLogfile.Text &amp;#61; &amp;#34;c&amp;#58;&amp;#92;windowsNTDS&amp;#34;&lt;br /&gt;replace with&lt;br /&gt;&amp;#36;txtboxNTDSLogfile.Text &amp;#61; &amp;#34;&amp;#37;windir&amp;#37;&amp;#92;NTDS&amp;#34;&lt;br /&gt;&lt;br /&gt;Line 273 &lt;br /&gt;&amp;#36;txtboxNTDSdatabase.Text &amp;#61; &amp;#34;c&amp;#58;&amp;#92;windowsNTDS&amp;#34;&lt;br /&gt;Replace with&lt;br /&gt;&amp;#36;txtboxNTDSdatabase.Text &amp;#61; &amp;#34;&amp;#37;windir&amp;#37;&amp;#92;NTDS&amp;#34;&lt;br /&gt;&lt;br /&gt;This will also bring Core Configurator wizard in line with the GUI version of dcpromo.exe &amp;#40;although that displays the full, expanded, path&amp;#41;.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Jono&lt;br /&gt;</description><author>Jono8800</author><pubDate>Mon, 31 Oct 2011 14:20:26 GMT</pubDate><guid isPermaLink="false">Created Issue: DCPromo not using Windows default values for NTDS and SYSVOL locations [9716] 20111031022026P</guid></item><item><title>Created Issue: Open Firewall ports etc. [9300]</title><link>http://coreconfig.codeplex.com/workitem/9300</link><description>I cound&amp;#39;t find a place to open specific ports etc. in the firewall e.g. port 1433 for SQL Server.  If this is in there, my aplogies if it isn&amp;#39;t it would be useful&lt;br /&gt;</description><author>Andrew_Fryer</author><pubDate>Thu, 11 Aug 2011 15:04:53 GMT</pubDate><guid isPermaLink="false">Created Issue: Open Firewall ports etc. [9300] 20110811030453P</guid></item><item><title>Created Issue: Add IPv6 NIC configuration [8562]</title><link>http://coreconfig.codeplex.com/workitem/8562</link><description>CoreConfig is awesome. I install CC 1.1 &amp;#38; 2 automatically on Server Core, add it to the Path, and add CC.bat to the program files folder to make the startup command consistent and easy to remember, all via Group Policy Preferences, and have it launch via the Run key &amp;#40;becuz at this writing CC2&amp;#39;s facility for this is broken&amp;#33;&amp;#41;. Beats the collection of Core setup scripts I&amp;#39;d compiled before I found CC hands down. OK, back on topic&amp;#58;&lt;br /&gt;&lt;br /&gt;Basic IP config is all I&amp;#39;m really looking for, similar to the current IPv4 functionality. &lt;br /&gt;&lt;br /&gt;But while probably a project all its own, a GUI for the CLI-only functionality of NETSH, ESPECIALLY as it applies to IPv6, would be welcome in the full UI version of Windows Server as well&amp;#33;&lt;br /&gt;</description><author>JRVS</author><pubDate>Thu, 24 Mar 2011 03:03:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Add IPv6 NIC configuration [8562] 20110324030324A</guid></item><item><title>Commented Issue: Execution policy is changed to Unrestricted on first run [5772]</title><link>http://coreconfig.codeplex.com/workitem/5772</link><description>If Execution Policy is set to anything other than Unrestricted, the Execution Policy is changed to Unrestricted.&lt;br /&gt;&lt;br /&gt;Repo&amp;#58;&lt;br /&gt;set-executionpolicy RemoteSigned&lt;br /&gt;get-executionpolicy returns RemoteSigned&lt;br /&gt;start core config&lt;br /&gt;get-executionpolicy returns Unrestricted&lt;br /&gt;Comments: ** Comment from web user: AlxD ** &lt;p&gt;I think that this is very unprofessional to write such a code that changes security settings on user&amp;#39;s computer without user consent.&lt;br /&gt;Especially when there is an easy way to avoid that&amp;#58;&lt;br /&gt;1&amp;#41; in Start_CoreConfig.wsf comment lines 346-348&amp;#59; this will remove execution policy changing code&lt;br /&gt;2&amp;#41; change line 351 from&lt;br /&gt;iRetCode &amp;#61; WshShell.Run &amp;#40;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;system32&amp;#92;WindowsPowerShell&amp;#92;v1.0&amp;#92;powershell.exe -WindowStyle Minimized -Sta -file CoreConfig.ps1&amp;#34;, 1, True&amp;#41;&lt;br /&gt;to&lt;br /&gt;iRetCode &amp;#61; WshShell.Run &amp;#40;&amp;#34;&amp;#37;SystemRoot&amp;#37;&amp;#92;system32&amp;#92;WindowsPowerShell&amp;#92;v1.0&amp;#92;powershell.exe -executionpolicy Unrestricted -WindowStyle Minimized -Sta -file CoreConfig.ps1&amp;#34;, 1, True&amp;#41;&lt;br /&gt;&lt;/p&gt;</description><author>AlxD</author><pubDate>Sun, 17 Oct 2010 20:18:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: Execution policy is changed to Unrestricted on first run [5772] 20101017081812P</guid></item><item><title>Commented Issue: Group membership extremely slow [5435]</title><link>http://coreconfig.codeplex.com/workitem/5435</link><description>The group membership command in the Network menu is extremely slow on the servers in my domain. The problem is with the Get-WmiObject Win32_Group &amp;#124; Where-Object filtering mechanism used to get group names. If you switch it to&amp;#58; &lt;br /&gt;Get-WmiObject Win32_Group -filter &amp;#34;LocalAccount&amp;#61;1&amp;#34; &lt;br /&gt;it returns instantaneously. It turns out that Win32_Group will enumerate all the groups it can see in the domain, and the where-object has to filter through all of that. Adding the -filter at the get-wmiobject level performs the filtering within WMI which is much quicker.&lt;br /&gt;Comments: ** Comment from web user: AlxD ** &lt;p&gt;BTW in the same function SID of the &amp;#34;Administrators&amp;#34;&amp;#39;s group must be checked. Not  the name.&lt;/p&gt;</description><author>AlxD</author><pubDate>Sat, 16 Oct 2010 20:19:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Group membership extremely slow [5435] 20101016081900P</guid></item><item><title>Commented Issue: Windows Updates-Download updates [6677]</title><link>http://coreconfig.codeplex.com/workitem/6677</link><description>Getting this error when trying to download updates&lt;br /&gt;Exception calling &amp;#34;Search&amp;#34; with &amp;#34;1&amp;#34; argument&amp;#40;s&amp;#41;&amp;#58; &amp;#34;Exception from HRESULT&amp;#58; 0x800&lt;br /&gt;72EE2&amp;#34;&lt;br /&gt;At C&amp;#58;&amp;#92;CoreConfigurator&amp;#92;Updates.ps1&amp;#58;885 char&amp;#58;34&lt;br /&gt;&amp;#43;     &amp;#36;objResult &amp;#61; &amp;#36;objSearcher.search &amp;#60;&amp;#60;&amp;#60;&amp;#60; &amp;#40;&amp;#34;IsInstalled&amp;#61;0&amp;#34;&amp;#41;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, MethodInvocationException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; ComMethodTargetInvocation&lt;br /&gt;Comments: ** Comment from web user: NoDowt ** &lt;p&gt;I&amp;#39;ve had this issue also, but was able to find a fix.&lt;/p&gt;&lt;p&gt;When setting up the auto update registry entries, it looks like CoreConfig is creating some of the entries as Reg_SZ when they should be Reg_DWORD.&lt;br /&gt;These registry entries are located at HKLM&amp;#92;SOFTWARE&amp;#92;Policies&amp;#92;Microsoft&amp;#92;WindowsUpdate&amp;#92;AU&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>NoDowt</author><pubDate>Mon, 20 Sep 2010 13:13:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: Windows Updates-Download updates [6677] 20100920011318P</guid></item><item><title>Created Issue: Windows Updates-Download updates [6677]</title><link>http://coreconfig.codeplex.com/workitem/6677</link><description>Getting this error when trying to download updates&lt;br /&gt;Exception calling &amp;#34;Search&amp;#34; with &amp;#34;1&amp;#34; argument&amp;#40;s&amp;#41;&amp;#58; &amp;#34;Exception from HRESULT&amp;#58; 0x800&lt;br /&gt;72EE2&amp;#34;&lt;br /&gt;At C&amp;#58;&amp;#92;CoreConfigurator&amp;#92;Updates.ps1&amp;#58;885 char&amp;#58;34&lt;br /&gt;&amp;#43;     &amp;#36;objResult &amp;#61; &amp;#36;objSearcher.search &amp;#60;&amp;#60;&amp;#60;&amp;#60; &amp;#40;&amp;#34;IsInstalled&amp;#61;0&amp;#34;&amp;#41;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, MethodInvocationException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; ComMethodTargetInvocation&lt;br /&gt;</description><author>dpeare</author><pubDate>Wed, 21 Jul 2010 17:46:48 GMT</pubDate><guid isPermaLink="false">Created Issue: Windows Updates-Download updates [6677] 20100721054648P</guid></item><item><title>Created Issue: DCpromo not working with some cases [6248]</title><link>http://coreconfig.codeplex.com/workitem/6248</link><description>If you want to create a new forest&amp;#47;domain, the UI does not let you provide relevant information and it does not install the necessary roles as a part of the process. However editing the answerfile and running dcpromo worked for me.&lt;br /&gt;</description><author>erenturkm</author><pubDate>Fri, 04 Jun 2010 07:14:42 GMT</pubDate><guid isPermaLink="false">Created Issue: DCpromo not working with some cases [6248] 20100604071442A</guid></item><item><title>Created Issue: Line 321 [5911]</title><link>http://coreconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=5911</link><description>Can you change the path on line 321 to run powershell from c&amp;#58;&amp;#92;windows&amp;#92;... to something like &amp;#37;windir&amp;#37;&amp;#92;...&lt;br /&gt;&lt;br /&gt;I had this issue when I installed server core next to win7 but on &amp;#34;S&amp;#58;&amp;#92;&amp;#34; drive&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Dennis&lt;br /&gt;</description><author>DennisVG</author><pubDate>Wed, 14 Apr 2010 21:04:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Line 321 [5911] 20100414090404P</guid></item><item><title>Created Issue: Execution policy is changed to Unrestricted on first run [5772]</title><link>http://coreconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=5772</link><description>If Execution Policy is set to anything other than Unrestricted, the Execution Policy is changed to Unrestricted.&lt;br /&gt;&lt;br /&gt;Repo&amp;#58;&lt;br /&gt;set-executionpolicy RemoteSigned&lt;br /&gt;get-executionpolicy returns RemoteSigned&lt;br /&gt;start core config&lt;br /&gt;get-executionpolicy returns Unrestricted&lt;br /&gt;</description><author>tfieldho</author><pubDate>Tue, 23 Mar 2010 18:09:50 GMT</pubDate><guid isPermaLink="false">Created Issue: Execution policy is changed to Unrestricted on first run [5772] 20100323060950P</guid></item><item><title>Created Issue: Windows Update value not displayed and potentially changed [5771]</title><link>http://coreconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=5771</link><description>Current Windows Update options are not initially read from &amp;#34;HKEY_LOCAL_MACHINE&amp;#92;SOFTWARE&amp;#92;Microsoft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;WindowsUpdate&amp;#92;Auto Update&amp;#34; and the application default of Automatic Update &amp;#40;4&amp;#41; is set - overwriting the value already there - if Auto Update is disabled &amp;#40;a value of AUOptions &amp;#61; 1&amp;#41;.&lt;br /&gt;&lt;br /&gt;In other words, if I&amp;#58;&lt;br /&gt;- have a system that I have explicitly used &amp;#34;scregedit &amp;#47;au 1&amp;#34; to disable auto-updates&lt;br /&gt;- open Core Configurator for the first time&lt;br /&gt;- view the Windows Update option page &lt;br /&gt;&amp;#61;&amp;#61;&amp;#62; Windows Update shows incorrectly that Windows Updates are set to enabled and automatic&lt;br /&gt;- select close &amp;#40;not apply&amp;#41;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#62; Core Configurator will change the AUOptions value to 4 - even though it was correctly set to 1 and I did not select Apply.&lt;br /&gt;</description><author>tfieldho</author><pubDate>Tue, 23 Mar 2010 18:03:12 GMT</pubDate><guid isPermaLink="false">Created Issue: Windows Update value not displayed and potentially changed [5771] 20100323060312P</guid></item><item><title>Created Issue: Cannot find path 'HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node [5618]</title><link>http://coreconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=5618</link><description>The server does doesn&amp;#8217;t have x86 support installed. I hope I&amp;#39;m not too far off with my assumption&amp;#58;&lt;br /&gt;&lt;br /&gt;When navigating and clicking Add and Remove Progams -&amp;#62; Remove Progams Button&lt;br /&gt;&lt;br /&gt;Get-ChildItem &amp;#58; Cannot find path &amp;#39;HKEY_LOCAL_MACHINE&amp;#92;SOFTWARE&amp;#92;WOW6432Node&amp;#92;Micro&lt;br /&gt;soft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;Uninstall&amp;#39; because it does not exist.&lt;br /&gt;At D&amp;#58;&amp;#92;Programs.ps1&amp;#58;363 char&amp;#58;26&lt;br /&gt;&amp;#43;     &amp;#36;RootKey &amp;#61; Get-ChildItem &amp;#60;&amp;#60;&amp;#60;&amp;#60;  HKLM&amp;#58;&amp;#92;SOFTWARE&amp;#92;WOW6432Node&amp;#92;Microsoft&amp;#92;Windo&lt;br /&gt;ws&amp;#92;CurrentVersion&amp;#92;Uninstall&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; ObjectNotFound&amp;#58; &amp;#40;HKEY_LOCAL_MACH...rsion&amp;#92;Uninsta&lt;br /&gt;   ll&amp;#58;String&amp;#41; &amp;#91;Get-ChildItem&amp;#93;, ItemNotFoundException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PathNotFound,Microsoft.PowerShell.Commands.GetCh&lt;br /&gt;   ildItemCommand&lt;br /&gt;&lt;br /&gt;You cannot call a method on a null-valued expression.&lt;br /&gt;At D&amp;#58;&amp;#92;Programs.ps1&amp;#58;366 char&amp;#58;30&lt;br /&gt;&amp;#43;         &amp;#36;DName &amp;#61; &amp;#36;Childkey.getvalue &amp;#60;&amp;#60;&amp;#60;&amp;#60; &amp;#40;&amp;#34;DisplayName&amp;#34;&amp;#41;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;getvalue&amp;#58;String&amp;#41; &amp;#91;&amp;#93;, RuntimeE&lt;br /&gt;   xception&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; InvokeMethodOnNull&lt;br /&gt;&lt;br /&gt;Exception calling &amp;#34;Add&amp;#34; with &amp;#34;1&amp;#34; argument&amp;#40;s&amp;#41;&amp;#58; &amp;#34;Value cannot be null.&lt;br /&gt;Parameter name&amp;#58; item&amp;#34;&lt;br /&gt;At D&amp;#58;&amp;#92;Programs.ps1&amp;#58;367 char&amp;#58;28&lt;br /&gt;&amp;#43;         &amp;#36;lstboxPrograms.items.Add &amp;#60;&amp;#60;&amp;#60;&amp;#60; &amp;#40;&amp;#36;DName&amp;#41;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, MethodInvocationException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; DotNetMethodException&lt;br /&gt;</description><author>gojj</author><pubDate>Fri, 05 Mar 2010 22:28:58 GMT</pubDate><guid isPermaLink="false">Created Issue: Cannot find path 'HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node [5618] 20100305102858P</guid></item><item><title>Created Issue: Group membership extremely slow [5435]</title><link>http://coreconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=5435</link><description>The group membership command in the Network menu is extremely slow on the servers in my domain. The problem is with the Get-WmiObject Win32_Group &amp;#124; Where-Object filtering mechanism used to get group names. If you switch it to&amp;#58; &lt;br /&gt;Get-WmiObject Win32_Group -filter &amp;#34;LocalAccount&amp;#61;1&amp;#34; &lt;br /&gt;it returns instantaneously. It turns out that Win32_Group will enumerate all the groups it can see in the domain, and the where-object has to filter through all of that. Adding the -filter at the get-wmiobject level performs the filtering within WMI which is much quicker.&lt;br /&gt;</description><author>mattbathje</author><pubDate>Fri, 19 Feb 2010 15:26:25 GMT</pubDate><guid isPermaLink="false">Created Issue: Group membership extremely slow [5435] 20100219032625P</guid></item><item><title>Created Issue: "Load at windows startup" non-functional in 2.0 [5106]</title><link>http://coreconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=5106</link><description>Checking the box to load Core Configurator 2.0 at windows startup does not work.&lt;br /&gt;&lt;br /&gt;In HKLM&amp;#92;Software&amp;#92;Microsoft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;Run, the &amp;#34;Core Configurator&amp;#34; entry incorrectly points to &amp;#34;Setup-CoreConfig.wsf&amp;#34; instead of &amp;#34;Start_CoreConfig.wsf&amp;#34;.&lt;br /&gt;</description><author>mkeadle</author><pubDate>Thu, 14 Jan 2010 18:18:21 GMT</pubDate><guid isPermaLink="false">Created Issue: "Load at windows startup" non-functional in 2.0 [5106] 20100114061821P</guid></item></channel></rss>