<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx</link><description>Hello, this is LaNae Wade from the Directory Services team. Windows Server 2008 Core introduces some challenges in administering servers without an explorer shell. Here are some netsh commands that will help you administer your Server Core installation</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3066755</link><pubDate>Fri, 06 Jun 2008 03:45:21 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3066755</guid><dc:creator>tonyso</dc:creator><description>&lt;p&gt;Thanks for this valuable info. However, you have an internal link in the text. Please check the bullet point that start &amp;quot;If you are not a member of the Local Administrators or Network Operators group and do not have delegate&amp;quot;&lt;/p&gt;
</description></item><item><title>re: How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3067176</link><pubDate>Fri, 06 Jun 2008 22:09:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3067176</guid><dc:creator>NedPyle</dc:creator><description>&lt;p&gt;Fixed - thanks for the sharp eyes!&lt;/p&gt;
</description></item><item><title>re: How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3068249</link><pubDate>Mon, 09 Jun 2008 17:38:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3068249</guid><dc:creator>dsmvp</dc:creator><description>&lt;p&gt;Hi LaNae...Just last week I published an article on Server Core to help admins get the commands they needed to get the server up and configured. &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://msmvps.com/blogs/ad/archive/2008/06/04/administrator-s-guide-to-server-core-commands.aspx"&gt;http://msmvps.com/blogs/ad/archive/2008/06/04/administrator-s-guide-to-server-core-commands.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3068350</link><pubDate>Mon, 09 Jun 2008 20:27:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3068350</guid><dc:creator>NedPyle</dc:creator><description>&lt;p&gt;Great link, dsmvp!&lt;/p&gt;
</description></item><item><title>re: How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3116053</link><pubDate>Tue, 02 Sep 2008 23:15:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3116053</guid><dc:creator>PhilipE</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is the following command that I believe should work to enable the remote desktop protocol (3389) for the domain profile only:&lt;/p&gt;
&lt;p&gt;netsh advfirewall firewall set rule group=&amp;quot;remote desktop&amp;quot; new enable=Yes profile=domain&lt;/p&gt;
&lt;p&gt;I am getting a &amp;quot;Only the enable parameter can be used to update rules specified by a group&amp;quot; when it is run.&lt;/p&gt;
&lt;p&gt;I have tried to follow the help in the exact order indicated by it, and I get errors again.&lt;/p&gt;
&lt;p&gt;Any input would be truly appreciated!&lt;/p&gt;
&lt;p&gt;Server Core 2008 Standard x64.&lt;/p&gt;
&lt;p&gt;Philip&lt;/p&gt;
</description></item><item><title>re: How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3116060</link><pubDate>Tue, 02 Sep 2008 23:36:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3116060</guid><dc:creator>NedPyle</dc:creator><description>&lt;p&gt;Hi Philip.&lt;/p&gt;
&lt;p&gt;It' because you're trying to specify the profile in the same command as a Group, when you must use a Name. So for this to work, you'd run:&lt;/p&gt;
&lt;p&gt;netsh advfirewall firewall set rule name=&amp;quot;remote desktop (tcp-in)&amp;quot; new enable=yes profile=domain&lt;/p&gt;
&lt;p&gt;Basically, groups cover all the groupings, regardless of profiles. To use profiles you must specify names, if that makes sense. To see all the Names you can run:&lt;/p&gt;
&lt;p&gt;netsh advfirewall firewall show rule name=all &amp;gt; blah.txt &lt;/p&gt;
&lt;p&gt;then read blah.txt to see everything.&lt;/p&gt;
</description></item><item><title>re: How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3116152</link><pubDate>Wed, 03 Sep 2008 02:01:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3116152</guid><dc:creator>PhilipE</dc:creator><description>&lt;p&gt;Thank you very much for helping me out with that clarification.&lt;/p&gt;
&lt;p&gt;I knew it was my struggle with trying to figure out the syntax that was holding things back.&lt;/p&gt;
&lt;p&gt;Philip&lt;/p&gt;
</description></item><item><title>re: How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3116992</link><pubDate>Wed, 03 Sep 2008 18:02:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3116992</guid><dc:creator>PhilipE</dc:creator><description>&lt;p&gt;For clarification:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/947709"&gt;http://support.microsoft.com/kb/947709&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That is the KB article where the original example came from.&lt;/p&gt;
&lt;p&gt;Is the example given, then, in the Enable Specific Services section wrong?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Philip&lt;/p&gt;
</description></item><item><title>re: How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3117046</link><pubDate>Wed, 03 Sep 2008 18:31:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3117046</guid><dc:creator>NedPyle</dc:creator><description>&lt;p&gt;Arrrgh! Yes, the KB is wrong. I'll edit that ASAP. Great catch Philip, thanks for following up on this. :)&lt;/p&gt;
&lt;p&gt;- Ned&lt;/p&gt;
</description></item><item><title>re: How to Enable Remote Administration of Server Core via MMC using NETSH</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3117090</link><pubDate>Wed, 03 Sep 2008 18:53:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3117090</guid><dc:creator>PhilipE</dc:creator><description>&lt;p&gt;Ned,&lt;/p&gt;
&lt;p&gt;You are very welcome. I am glad that the struggle has finally come to an end! :D&lt;/p&gt;
&lt;p&gt;Philip&lt;/p&gt;
</description></item><item><title>Top AskDS Blog Posts</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3156582</link><pubDate>Thu, 20 Nov 2008 00:54:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3156582</guid><dc:creator>Ask the Directory Services Team</dc:creator><description>&lt;p&gt;We’ve been at this for over a year (since August 2007), with more than 100 posts (127 to be exact), so&lt;/p&gt;
</description></item><item><title>Remote admin of 2008 Server Core (and Hyper-V Server)</title><link>http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx#3162405</link><pubDate>Mon, 01 Dec 2008 17:29:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3162405</guid><dc:creator>Jason Riemer's Weblog</dc:creator><description>&lt;p&gt;Going insane without your familiar MMC snap-ins?&amp;amp;#160; &lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx"&gt;http://blogs.technet.com/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>