<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/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 (Mar 06, 2013)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-lucsmitty</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Makes setting up a core server a breeze.&amp;#10;&amp;#10;Suggestion&amp;#58; Add &amp;#34;Select All&amp;#34; to the windows updates window.</description><author>lucsmitty</author><pubDate>Wed, 06 Mar 2013 18:53:16 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Mar 06, 2013) 20130306065316P</guid></item><item><title>New Post: Use with hyper-V 2012 Core</title><link>http://coreconfig.codeplex.com/discussions/397446</link><description>&lt;div style="line-height: normal;"&gt;
&lt;blockquote style="border:solid .1em #ccc; font-style:italic; margin:.25em 1em 0 1em; padding:0 .25em 0 .25em"&gt;
&lt;strong&gt;AlexShirshov wrote:&lt;/strong&gt;&lt;br&gt;
&lt;p&gt;Thank you, Shane, but&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Roles and Features doesn't work &lt;/li&gt;&lt;li&gt;After entering DCPromo the script hangs &lt;/li&gt;&lt;li&gt;After clicking Network setting the window disapears &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Waiting for developers to fix the issues&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;3) Of course - you must be editing the file &amp;quot;Networking.ps1&amp;quot; to fix your problem&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;open this one &lt;/li&gt;&lt;li&gt;press CTRL+G and go to line 670 &lt;/li&gt;&lt;li&gt;replace &amp;quot;oclist&amp;quot; with &amp;quot;dism&amp;quot; &lt;/li&gt;&lt;li&gt;save and close Networking.ps1 &lt;/li&gt;&lt;li&gt;Launch Start_Coreconfig.wsf per original instructions &lt;/li&gt;&lt;li&gt;check the network tab working correctly &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;/div&gt;</description><author>SHADOW13</author><pubDate>Fri, 04 Jan 2013 10:02:21 GMT</pubDate><guid isPermaLink="false">New Post: Use with hyper-V 2012 Core 20130104100221A</guid></item><item><title>New Post: Use with hyper-V 2012 Core</title><link>http://coreconfig.codeplex.com/discussions/397446</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;The feeling I got from some Internet searches is that this project is dead, although nothing official. I have reworked the script files so that they work on 2012 and started a new CodePlex project: http://corefig.codeplex.com. I just today found these discussion
 threads and may start to address the problems people had with Core Configurator 2.0, depending on my available time and community interest levels. Roles and Features should be working in mine and the Networking pages definitely work. DCPROMO doesn't work because
 DCPROMO is gone in 2012. I just disabled the button in my edition. I'm tentatively considering adding the functionality for ADDS installation.&lt;/p&gt;
&lt;/div&gt;</description><author>ejsiron</author><pubDate>Thu, 20 Dec 2012 22:21:16 GMT</pubDate><guid isPermaLink="false">New Post: Use with hyper-V 2012 Core 20121220102116P</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>&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>New Post: Use with hyper-V 2012 Core</title><link>http://coreconfig.codeplex.com/discussions/397446</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thank you, Shane, but&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Roles and Features doesn't work &lt;/li&gt;&lt;li&gt;After entering DCPromo the script hangs &lt;/li&gt;&lt;li&gt;After clicking Network setting the window disapears &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Waiting for developers to fix the issues&lt;/p&gt;
&lt;/div&gt;</description><author>AlexShirshov</author><pubDate>Tue, 18 Dec 2012 07:27:19 GMT</pubDate><guid isPermaLink="false">New Post: Use with hyper-V 2012 Core 20121218072719A</guid></item><item><title>New Post: how to use coreconfigurator</title><link>http://coreconfig.codeplex.com/discussions/406308</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;how do you use coreconfigurator&lt;/p&gt;
&lt;/div&gt;</description><author>Eamoo</author><pubDate>Mon, 10 Dec 2012 21:05:33 GMT</pubDate><guid isPermaLink="false">New Post: how to use coreconfigurator 20121210090533P</guid></item><item><title>New Post: Use with hyper-V 2012 Core</title><link>http://coreconfig.codeplex.com/discussions/397446</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've been playing with this today. Couple things I've tweaked so far:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open Start_Coreconfig.wsf with Notepad (or whatever) &lt;/li&gt;&lt;li&gt;Go to line 266 (in Notepad, use Ctrl-G to go there quickly)... Replace &amp;quot;oclist&amp;quot; with &amp;quot;dism&amp;quot;
&lt;/li&gt;&lt;li&gt;Go to line 292, replace &amp;quot;oclist&amp;quot; with &amp;quot;dism&amp;quot; &lt;/li&gt;&lt;li&gt;Save and close Start_Coreconfig.wsf &lt;/li&gt;&lt;li&gt;Open CoreConfig.ps1 with Notepad (or whatever) &lt;/li&gt;&lt;li&gt;Go to line 1017, replace &amp;quot;oclist&amp;quot; with &amp;quot;dism&amp;quot; &lt;/li&gt;&lt;li&gt;Save and close CoreConfig.ps1 &lt;/li&gt;&lt;li&gt;Open Roles.ps1 with Notepad (or whatever) &lt;/li&gt;&lt;li&gt;Go to line 366, replace &amp;quot;oclist&amp;quot; with &amp;quot;dism&amp;quot; &lt;/li&gt;&lt;li&gt;Go to line 500, replace &amp;quot;oclist&amp;quot; with &amp;quot;dism&amp;quot; &lt;/li&gt;&lt;li&gt;Go to line 532, replace &amp;quot;oclist&amp;quot; with &amp;quot;dism&amp;quot; &lt;/li&gt;&lt;li&gt;Save and close Roles.ps1 &lt;/li&gt;&lt;li&gt;Launch Start_Coreconfig.wsf per original instructions &lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;
I'm sure there's other stuff that will crop up as options are used, but this should get you up and running.&lt;br&gt;
&lt;br&gt;
Cheers!&lt;/p&gt;
&lt;/div&gt;</description><author>shaneAtSynapse</author><pubDate>Fri, 07 Dec 2012 19:26:45 GMT</pubDate><guid isPermaLink="false">New Post: Use with hyper-V 2012 Core 20121207072645P</guid></item><item><title>Reviewed: Core Configurator 2.0 (nov 28, 2012)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-vTurturro</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Friendly, extremely useful, time-saving ... what else &amp;#63;</description><author>vTurturro</author><pubDate>Wed, 28 Nov 2012 16:31:58 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (nov 28, 2012) 20121128043158P</guid></item><item><title>New Post: Use with hyper-V 2012 Core</title><link>http://coreconfig.codeplex.com/discussions/397446</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;may be try http://go.microsoft.com/fwlink/?LinkID=135170 ??&lt;/p&gt;
&lt;/div&gt;</description><author>R0manMMD</author><pubDate>Sun, 25 Nov 2012 19:56:18 GMT</pubDate><guid isPermaLink="false">New Post: Use with hyper-V 2012 Core 20121125075618P</guid></item><item><title>New Post: Use with hyper-V 2012 Core</title><link>http://coreconfig.codeplex.com/discussions/397446</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've installed NET-Framework-Core using powershell Install-WindowsFeature, then I've launched ControlPanel.ps1 from CoreConfigurator folder. Microsoft removed some utilities from 2008-r2 and 2012 (for example the command oclist). Maybe the functionalities are limited but you'll be able to configure most of the core server (firewall, autoupdate, and so on).&lt;/p&gt;&lt;/div&gt;</description><author>AieieBrazo</author><pubDate>Fri, 19 Oct 2012 12:55:23 GMT</pubDate><guid isPermaLink="false">New Post: Use with hyper-V 2012 Core 20121019125523P</guid></item><item><title>Source code checked in, #79962</title><link>http://coreconfig.codeplex.com/SourceControl/changeset/changes/79962</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:14:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #79962 20121001091448P</guid></item><item><title>Source code checked in, #79961</title><link>http://coreconfig.codeplex.com/SourceControl/changeset/changes/79961</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:08:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #79961 20121001090839P</guid></item><item><title>New Post: Use with hyper-V 2012 Core</title><link>http://coreconfig.codeplex.com/discussions/397446</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I tried it on 2012, but all I saw was&amp;nbsp;a window popup and close imediately after (so quickly that I wasn't sure what it was).&amp;nbsp; I was unable to get it running on 2012.&amp;nbsp; That being said, I don't know powershell, or much about the application other than running it.&amp;nbsp; Someone who knows more might be able to get it working.&lt;br /&gt;I resorted to setting up a Windows 8 machine and installing RSAT, which allowed me to do the management I needed.&lt;/p&gt;&lt;/div&gt;</description><author>gwblok</author><pubDate>Mon, 01 Oct 2012 16:56:59 GMT</pubDate><guid isPermaLink="false">New Post: Use with hyper-V 2012 Core 20121001045659P</guid></item><item><title>New Post: Use with hyper-V 2012 Core</title><link>http://coreconfig.codeplex.com/discussions/397446</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Anyone used this app with Hyper-v 2012 Core or win 2012 server core?&amp;nbsp; Any thoughts on the ability of current code to work on these 2012-core OSs?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;baltsae&lt;/p&gt;
&lt;/div&gt;</description><author>baltsae</author><pubDate>Sun, 30 Sep 2012 11:00:24 GMT</pubDate><guid isPermaLink="false">New Post: Use with hyper-V 2012 Core 20120930110024A</guid></item><item><title>New Post: Managing files ?</title><link>http://coreconfig.codeplex.com/discussions/396364</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi , this tool is really great.&lt;/p&gt;
&lt;p&gt;But i think a file manager would be great in order to copy files from remote desktop ...&lt;/p&gt;
&lt;/div&gt;</description><author>costanza</author><pubDate>Fri, 21 Sep 2012 09:25:23 GMT</pubDate><guid isPermaLink="false">New Post: Managing files ? 20120921092523A</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>Reviewed: Core Configurator 2.0 (Aug 06, 2012)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-dvilner</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Simple and sweet&amp;#33;</description><author>dvilner</author><pubDate>Mon, 06 Aug 2012 22:39:06 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Aug 06, 2012) 20120806103906P</guid></item><item><title>Reviewed: Core Configurator 2.0 (Jul 25, 2012)</title><link>http://coreconfig.codeplex.com/releases/view/36678#ReviewBy-asidles</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Wow. My mission just got a lot easier. I couldn&amp;#39;t thank you enough.</description><author>asidles</author><pubDate>Thu, 26 Jul 2012 03:06:09 GMT</pubDate><guid isPermaLink="false">Reviewed: Core Configurator 2.0 (Jul 25, 2012) 20120726030609A</guid></item><item><title>New Post: Error Running CoreConfigurator 2.0</title><link>http://coreconfig.codeplex.com/discussions/78410</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;The problem is related to the German/Non English language version of Windows Server. The code parses the output of the commandline tool &amp;quot;oclist&amp;quot; - it is looking specifically for English strings.&lt;/p&gt;
&lt;p&gt;I made up a hacked version in which I replaced the English strings. It's not very elegant and definitively not tested well. I only checked the role dialog (the functionality I missed most) and activated the server. The hacked version is for German. But you
 could just as easily make a version for your own language. Replace the variables I added to the code ($notInstalledString for example).&lt;/p&gt;
&lt;p&gt;Download of the hacked version here:&lt;/p&gt;
&lt;p&gt;&lt;a title="download" href="http://oron.com/r1i7wn2d34js"&gt;http://oron.com/r1i7wn2d34js&amp;nbsp;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Another solution you could try is installing a MUI language pack and switching to English language output. I did not succeed in installing the pack on Server core though (did not try very hard).&lt;/p&gt;
&lt;/div&gt;</description><author>derbachmannrocker</author><pubDate>Wed, 18 Jul 2012 20:58:50 GMT</pubDate><guid isPermaLink="false">New Post: Error Running CoreConfigurator 2.0 20120718085850P</guid></item><item><title>New Comment on "Documentation"</title><link>http://coreconfig.codeplex.com/documentation?&amp;ANCHOR#C24430</link><description>Please add a remark regarding unsupported languages of Windows Server. As of now, the tool will work only partially with German installations, for example.</description><author>derbachmannrocker</author><pubDate>Wed, 18 Jul 2012 20:47:10 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20120718084710P</guid></item></channel></rss>