<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Julien Blin &#187; Windows</title>
	<atom:link href="http://blog.jblin.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jblin.com</link>
	<description>acts_as_architect( :.net, :rails )</description>
	<lastBuildDate>Tue, 02 Mar 2010 20:00:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Run Programs as a Domain User from a Non-domain Computer</title>
		<link>http://blog.jblin.com/2009/11/how-to-run-programs-as-a-domain-user-from-a-non-domain-computer/</link>
		<comments>http://blog.jblin.com/2009/11/how-to-run-programs-as-a-domain-user-from-a-non-domain-computer/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:00:11 +0000</pubDate>
		<dc:creator>Julien Blin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Sql Server 2008]]></category>

		<guid isPermaLink="false">http://blog.jblin.com/?p=35</guid>
		<description><![CDATA[Found here.
To be able to run a program as a domain user when your current workstation is not part of the domain, use the following command line:

runas /netonly /user:domain\username &#34;{program}&#34;

Really nice when you want to connect remotely to a Sql Server with Windows Authentication, without being part of the remote domain.
]]></description>
			<content:encoded><![CDATA[<p>Found <a href="http://codebetter.com/blogs/james.kovacs/archive/2009/10/11/tip-how-to-run-programs-as-a-domain-user-from-a-non-domain-computer.aspx">here</a>.</p>
<p>To be able to run a program as a domain user when your current workstation is not part of the domain, use the following command line:</p>
<pre class="brush: bash; light: true;">
runas /netonly /user:domain\username &quot;{program}&quot;
</pre>
<p>Really nice when you want to connect remotely to a Sql Server with Windows Authentication, without being part of the remote domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jblin.com/2009/11/how-to-run-programs-as-a-domain-user-from-a-non-domain-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
