<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Core Configurator 2.0 (Windows Server 2008 R2)</title><link>http://coreconfig.codeplex.com/project/feeds/rss</link><description>Core Configurator 2.0 for Windows Server 2008 R2 &amp;#40;Free Full GUI configuration tool&amp;#41;</description><item><title>Reviewed: Core Configurator 2.0 (Feb 17, 2012)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-alexlush</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Great job. Thanks people&amp;#33;&amp;#33;</description><author>alexlush</author><pubDate>Fri, 17 Feb 2012 09:07:05 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Feb 17, 2012) 20120217090705A</guid></item><item><title>Reviewed: Core Configurator 2.0 (dez 02, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-rmnatali</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Congratulations&amp;#33;&amp;#33;&amp;#33; And Thank you.</description><author>rmnatali</author><pubDate>Sat, 03 Dec 2011 03:50:01 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (dez 02, 2011) 20111203035001A</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>New Post: PowerShell Unrestricted Access Execution Policy</title><link>http://coreconfig.codeplex.com/discussions/82095</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The issue I have is everytime I click a button I have to select either D - don't run, R - run, or S - suspend&lt;/p&gt;
&lt;p&gt;It runs as if it is set to restricted but the exceution policy was set by me to remotesigned and changed to unrestricted by this script. It should ask me about running scripts at all.&lt;/p&gt;&lt;/div&gt;</description><author>sensorexelis</author><pubDate>Fri, 21 Oct 2011 19:26:06 GMT</pubDate><guid isPermaLink="false">New Post: PowerShell Unrestricted Access Execution Policy 20111021072606P</guid></item><item><title>New Post: Problem on Install new Roles and Features</title><link>http://coreconfig.codeplex.com/discussions/273874</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Guys good afternoon.&lt;/p&gt;
&lt;p&gt;I Have a server core based on Windows Server 2008 PT-BR.&lt;br&gt;
I install the framework 2 and &lt;span style="font-family:Calibri; font-size:small"&gt;
powershell.&lt;br&gt;
After this it, I imput the command line: start_coreconfig.wsf&lt;br&gt;
&lt;br&gt;
&lt;span&gt;When I click&lt;/span&gt; &lt;span&gt;on the&lt;/span&gt; &lt;span&gt;Add Roles&lt;/span&gt; &lt;span&gt;and Features&lt;/span&gt;
&lt;span&gt;option&lt;/span&gt;&lt;span&gt;, nothing appears&lt;/span&gt; &lt;span&gt;to me.&lt;/span&gt;&lt;br&gt;
&lt;span&gt;How should I&lt;/span&gt; &lt;span&gt;proceed?&lt;/span&gt; &lt;span&gt;Where am I&lt;/span&gt; &lt;span&gt;wrong?&lt;br&gt;
&lt;br&gt;
A hug.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Calibri; font-size:small"&gt;&lt;span&gt;Marcus&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>mpgioscia</author><pubDate>Mon, 26 Sep 2011 17:30:58 GMT</pubDate><guid isPermaLink="false">New Post: Problem on Install new Roles and Features 20110926053058P</guid></item><item><title>Reviewed: Core Configurator 2.0 (Sep 21, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-hesham_d</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - awesome, saved me alot of time and make our organization use windows hyper-v 2008 r2 server the core for our products installation base&amp;#10;&amp;#10;Thank you guys for this wonderful job</description><author>hesham_d</author><pubDate>Wed, 21 Sep 2011 12:57:12 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Sep 21, 2011) 20110921125712P</guid></item><item><title>Reviewed: Core Configurator 2.0 (Sep 08, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-daveljr</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - This tools is an absolute LIFE SAVER when it comes to Windows Core&amp;#33; Been using it for a year or so now on 14 Hyper-V servers and I couldn&amp;#39;t imagine working on them without it.</description><author>daveljr</author><pubDate>Thu, 08 Sep 2011 15:56:41 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Sep 08, 2011) 20110908035641P</guid></item><item><title>Reviewed: Core Configurator 2.0 (Sep 06, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-morpheus666</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - I was a very early adopter of CC and the updates in 2 are great.&amp;#10;One thing I hope you add is the ability to change the binding order &amp;#40;necessary for proper Hyper-v setup&amp;#41; of NICS.&amp;#10;&amp;#10;Thanks&amp;#10;&amp;#126;M</description><author>morpheus666</author><pubDate>Tue, 06 Sep 2011 18:35:41 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Sep 06, 2011) 20110906063541P</guid></item><item><title>New Comment on "Documentation"</title><link>http://coreconfig.codeplex.com/documentation?&amp;ANCHOR#C20763</link><description>If you must use on a virtualized server, create an ISO image and then map this ISO to the virtual CD&amp;#47;DVD reader.&amp;#10;And you must install the vm tools before using code configurator to have the correct network NIC installed.</description><author>pht</author><pubDate>Wed, 24 Aug 2011 14:14:28 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20110824021428P</guid></item><item><title>Reviewed: Core Configurator 1.1 (ago 13, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/18912#ReviewBy-fabiobm33</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Para estudar um case de montagem de servidores virtualizados.&amp;#10;</description><author>fabiobm33</author><pubDate>Sat, 13 Aug 2011 20:42:59 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 1.1 (ago 13, 2011) 20110813084259P</guid></item><item><title>Reviewed: Core Configurator 2.0 (Aug 11, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-andrew_fryer</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - simple UI done &amp;#10;in the spirit of core, lightweight, uses powershell,  Tell DBA&amp;#39;s about out now that SQL Server will run on core &amp;#40;Deanli and up&amp;#41;</description><author>andrew_fryer</author><pubDate>Thu, 11 Aug 2011 15:08:21 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Aug 11, 2011) 20110811030821P</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>New Post: Sugestions for Networking</title><link>http://coreconfig.codeplex.com/discussions/208563</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I agree, to have NVSPBIND and IPv6 integrated in this tool would be very nice.&lt;/p&gt;
&lt;p&gt;Thanks for this tool.&lt;/p&gt;&lt;/div&gt;</description><author>Alaind47</author><pubDate>Mon, 25 Jul 2011 16:02:24 GMT</pubDate><guid isPermaLink="false">New Post: Sugestions for Networking 20110725040224P</guid></item><item><title>New Post: Install Roles not show any result</title><link>http://coreconfig.codeplex.com/discussions/246277</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;maybe you are using a non english verison of 2008 server ?&lt;/p&gt;
&lt;p&gt;line 508, for instance, works fine with english version :&lt;/p&gt;
&lt;p&gt;if ($myoutputline.Contains("Not Installed"))&lt;/p&gt;
&lt;p&gt;in french version this line should be :&lt;/p&gt;
&lt;p&gt;if ($myoutputline.Contains("Non install&amp;eacute;")) to work properly.&lt;/p&gt;
&lt;p&gt;Same thing for few others lines in Roles.ps1 file.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;/div&gt;</description><author>jerob</author><pubDate>Tue, 19 Jul 2011 14:38:53 GMT</pubDate><guid isPermaLink="false">New Post: Install Roles not show any result 20110719023853P</guid></item><item><title>Reviewed: Core Configurator 2.0 (Jun 28, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-gandalf50</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Great tool for those who are intimidated with the command line.&amp;#10;Makes server core configuration a snap</description><author>gandalf50</author><pubDate>Tue, 28 Jun 2011 22:12:20 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Jun 28, 2011) 20110628101220P</guid></item><item><title>Reviewed: Core Configurator 2.0 (Jun 10, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-girishpillai</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Good. Please put the Virtual Machine setup text &amp;#40;which I pasted below&amp;#41; in the HOME page itself. Make this discoverable in the home page itself. You will find more users downloadding it.&amp;#10;VIRTUAL MACHINE&amp;#10;Please download the ISO image if you wanted to run on a virtual machine.</description><author>girishpillai</author><pubDate>Fri, 10 Jun 2011 15:52:17 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Jun 10, 2011) 20110610035217P</guid></item><item><title>Reviewed: Core Configurator 2.0 (Jun 10, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-girishpillai</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Good. Please put the Virtual Machine setup text &amp;#40;which I pasted below&amp;#41; in the HOME page itself. Make thid discoverable in the home page itself. You will find more users downloadding it.&amp;#10;&amp;#10;VIRTUAL MACHINE&amp;#10;Please download the ISO image if you wanted to run on a virtual machine.</description><author>girishpillai</author><pubDate>Fri, 10 Jun 2011 15:20:11 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Jun 10, 2011) 20110610032011P</guid></item><item><title>Reviewed: Core Configurator 2.0 (Jun 10, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-Groots</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Congratulations on a great utility. It is interesting that it has taken me this long to find this utility as I have been struggling with the configuration of Server Core and Hyper-V Server until I did a search on how to set the proxy settings. As some one commented, it should be part of the out of box experience. &amp;#10;Come on Microsoft, I think there is a message in all of this&amp;#33;</description><author>Groots</author><pubDate>Fri, 10 Jun 2011 12:24:33 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Jun 10, 2011) 20110610122433P</guid></item><item><title>Reviewed: Core Configurator 2.0 (May 11, 2011)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-HotFix</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - This tool along with SCONFIG make configuring Server Core drop dead simple. I was hesitant about switching from the GUI to CORE, but not anymore &amp;#40;no pun intended&amp;#41;.</description><author>HotFix</author><pubDate>Wed, 11 May 2011 11:00:57 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (May 11, 2011) 20110511110057A</guid></item><item><title>New Post: Error ReturnCode:-196608</title><link>http://coreconfig.codeplex.com/discussions/253877</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;span id="x_result_box"&gt;&lt;span title="Ola" style="background-color:#ffffff"&gt;Hello
&lt;br&gt;
&lt;/span&gt;&lt;span title="Quando realizo a instalação, aparece o seguinte erro" style="background-color:#ffffff"&gt;When I perform the installation, the following error appears:&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Checking for PowerShell Feature. Please wait...&lt;br&gt;
PowerShell Feature already installed&lt;br&gt;
Error: During launch of CoreConfig&amp;quot; ReturnCod:-196608&lt;/p&gt;
&lt;p&gt;&lt;span id="x_result_box"&gt;&lt;span title="Alguma ideia?" style="background-color:#ffffff"&gt;Any idea?
&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;span title="Obrigado" style="background-color:#ffffff"&gt;Thanks&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>Osorio</author><pubDate>Thu, 14 Apr 2011 11:37:33 GMT</pubDate><guid isPermaLink="false">New Post: Error ReturnCode:-196608 20110414113733A</guid></item></channel></rss>
