<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Running .msc files with runas</title>
	<atom:link href="http://techknack.net/running-msc-files-with-runas/feed/" rel="self" type="application/rss+xml" />
	<link>http://techknack.net/running-msc-files-with-runas/</link>
	<description>The rantings of a techie</description>
	<lastBuildDate>Wed, 06 Apr 2011 10:23:17 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: NandusICT</title>
		<link>http://techknack.net/running-msc-files-with-runas/comment-page-1/#comment-10834</link>
		<dc:creator>NandusICT</dc:creator>
		<pubDate>Thu, 11 Feb 2010 12:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/running-msc-files-with-runas/#comment-10834</guid>
		<description>I was looking for the parameter to connect to the services on a remote computer. I tried some things and found the solution. If you want to directly connect to the services of a remote computer use (mmc.exe) services.msc /computer=&quot;computername&quot;</description>
		<content:encoded><![CDATA[<p>I was looking for the parameter to connect to the services on a remote computer. I tried some things and found the solution. If you want to directly connect to the services of a remote computer use (mmc.exe) services.msc /computer=&#8221;computername&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://techknack.net/running-msc-files-with-runas/comment-page-1/#comment-9651</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 03 Jan 2010 02:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/running-msc-files-with-runas/#comment-9651</guid>
		<description>Joe, your example didn\&#039;t work for me until I added a backslash + quote before the final quote. i.e,

runas /savecred /user:domain\user &quot;c:\windows\system32\mmc.exe \&quot;C:\Program Files\Microsoft Configuration Manager Console\AdminUI\bin\adminconsole.msc\&quot;&quot;

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Joe, your example didn\&#8217;t work for me until I added a backslash + quote before the final quote. i.e,</p>
<p>runas /savecred /user:domain\user &#8220;c:\windows\system32\mmc.exe \&#8221;C:\Program Files\Microsoft Configuration Manager Console\AdminUI\bin\adminconsole.msc\&#8221;"</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joeSydneyAu</title>
		<link>http://techknack.net/running-msc-files-with-runas/comment-page-1/#comment-6502</link>
		<dc:creator>joeSydneyAu</dc:creator>
		<pubDate>Mon, 15 Jun 2009 01:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/running-msc-files-with-runas/#comment-6502</guid>
		<description>beetlejelly, your example did not work for me.

instead try similar to the following:
%windir%\system32\runas.exe /u:dec\admin-oliveij  &quot;mmc \&quot;C:\Program Files\Microsoft SQL Server\80\Tools\BINN\SQL Server Enterprise Manager.MSC&quot;

No need for triple backslashes.</description>
		<content:encoded><![CDATA[<p>beetlejelly, your example did not work for me.</p>
<p>instead try similar to the following:<br />
%windir%\system32\runas.exe /u:dec\admin-oliveij  &#8220;mmc \&#8221;C:\Program Files\Microsoft SQL Server\80\Tools\BINN\SQL Server Enterprise Manager.MSC&#8221;</p>
<p>No need for triple backslashes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beetlejelly</title>
		<link>http://techknack.net/running-msc-files-with-runas/comment-page-1/#comment-1393</link>
		<dc:creator>beetlejelly</dc:creator>
		<pubDate>Mon, 01 Dec 2008 21:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/running-msc-files-with-runas/#comment-1393</guid>
		<description>Mel, 
make it look like this, and it will work.

runas /user:name@domain.com \&quot;mmc \\\&quot;C:\\Program Files\\Update Services\\administrationsnapin\\wsus.msc”\\\&quot;</description>
		<content:encoded><![CDATA[<p>Mel,<br />
make it look like this, and it will work.</p>
<p>runas /user:name@domain.com \&quot;mmc \\\&quot;C:\\Program Files\\Update Services\\administrationsnapin\\wsus.msc”\\\&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eternicode</title>
		<link>http://techknack.net/running-msc-files-with-runas/comment-page-1/#comment-319</link>
		<dc:creator>eternicode</dc:creator>
		<pubDate>Tue, 02 Sep 2008 18:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/running-msc-files-with-runas/#comment-319</guid>
		<description>Mel, to use spaces in the path, you need to escape them.  It&#039;s been a while since I used the windows command line, but I think putting a backslash (\) before the spaces should escape them, making them interpreted as part of the path.</description>
		<content:encoded><![CDATA[<p>Mel, to use spaces in the path, you need to escape them.  It&#8217;s been a while since I used the windows command line, but I think putting a backslash (\) before the spaces should escape them, making them interpreted as part of the path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel</title>
		<link>http://techknack.net/running-msc-files-with-runas/comment-page-1/#comment-107</link>
		<dc:creator>Mel</dc:creator>
		<pubDate>Tue, 06 May 2008 14:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/running-msc-files-with-runas/#comment-107</guid>
		<description>How about if you are trying to use &#039;runas&#039; with the WSUS 3 snap-in which has spaces in the path?&lt;br/&gt;&lt;br/&gt;The path to the snap-in is &quot;C:\Program Files\Update Services\administrationsnapin\wsus.msc&quot;. I have tried &quot;mmc C:\Program Files\Update Services\administrationsnapin\wsus.msc&quot; but it does not like the space after the word &#039;Program&#039;. I have tried substituting %ProgramFiles% but there is still a space after &#039;Update&#039;.&lt;br/&gt;&lt;br/&gt;Any ideas?</description>
		<content:encoded><![CDATA[<p>How about if you are trying to use &#8216;runas&#8217; with the WSUS 3 snap-in which has spaces in the path?</p>
<p>The path to the snap-in is &#8220;C:\Program Files\Update Services\administrationsnapin\wsus.msc&#8221;. I have tried &#8220;mmc C:\Program Files\Update Services\administrationsnapin\wsus.msc&#8221; but it does not like the space after the word &#8216;Program&#8217;. I have tried substituting %ProgramFiles% but there is still a space after &#8216;Update&#8217;.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eternicode</title>
		<link>http://techknack.net/running-msc-files-with-runas/comment-page-1/#comment-65</link>
		<dc:creator>eternicode</dc:creator>
		<pubDate>Fri, 11 Jan 2008 01:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/running-msc-files-with-runas/#comment-65</guid>
		<description>Sure thing.  You have to use quotes around the command (including its parameters), because the command+parameters is itself a string parameter to the runas command.  The runas usage message says:&lt;br/&gt;&lt;br/&gt;RUNAS [ [/noprofile &#124; /profile] [/env] [/netonly] ] /user:&lt;UserName&gt; program&lt;br/&gt;&lt;br/&gt;if the quotes are excluded, then the program to run and its parameters (all separated by spaces) would be seen as separate parameters to the runas command.  Therefore, you have to enclose the whole thing in quotes in order to pass the whole thing as one parameter.</description>
		<content:encoded><![CDATA[<p>Sure thing.  You have to use quotes around the command (including its parameters), because the command+parameters is itself a string parameter to the runas command.  The runas usage message says:</p>
<p>RUNAS [ [/noprofile | /profile] [/env] [/netonly] ] /user:&lt;UserName&gt; program</p>
<p>if the quotes are excluded, then the program to run and its parameters (all separated by spaces) would be seen as separate parameters to the runas command.  Therefore, you have to enclose the whole thing in quotes in order to pass the whole thing as one parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://techknack.net/running-msc-files-with-runas/comment-page-1/#comment-64</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 10 Jan 2008 21:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techknack.net/running-msc-files-with-runas/#comment-64</guid>
		<description>Do you know why you need the quotes around the command? I understand how to do it but no idea why i need the quotes. If you know why id be greatful</description>
		<content:encoded><![CDATA[<p>Do you know why you need the quotes around the command? I understand how to do it but no idea why i need the quotes. If you know why id be greatful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

