<?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: Detect 32 or 64 bits Windows &#8211; regardless of WoW64 &#8211; with the PowerShell OSArchitecture function</title>
	<atom:link href="http://vincenth.net/blog/archive/2009/11/02/detect-32-or-64-bits-windows-regardless-of-wow64-with-the-powershell-osarchitecture-function.aspx/feed" rel="self" type="application/rss+xml" />
	<link>http://vincenth.net/blog/archive/2009/11/02/detect-32-or-64-bits-windows-regardless-of-wow64-with-the-powershell-osarchitecture-function.aspx</link>
	<description>Software : Factories &#38; Architecture</description>
	<lastBuildDate>Wed, 04 Aug 2010 19:37:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Vincent</title>
		<link>http://vincenth.net/blog/archive/2009/11/02/detect-32-or-64-bits-windows-regardless-of-wow64-with-the-powershell-osarchitecture-function.aspx/comment-page-1#comment-263</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Mon, 15 Feb 2010 18:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://vincenth.net/blog/?p=181#comment-263</guid>
		<description>To do this against a remote machine, you could use the powershell remoting functionality that comes built-in since V2.

In short, you need to performs these steps:
&lt;ol&gt;
	&lt;li&gt;1) Enable powershell remoting om the destination machine (with &lt;a href=&quot;http://technet.microsoft.com/en-us/library/dd819498.aspx&quot; rel=&quot;nofollow&quot;&gt;Enable-PSRemoting&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;2) From the local machine, execute the OSArchitecture function on the remote machine via powershell remoting&lt;/li&gt;
	&lt;li&gt;3) You will receive the results from the remote OSArchitecture invocation back your local machine.&lt;/li&gt;
&lt;/ol&gt;

See &lt;a href=&quot;http://technet.microsoft.com/en-us/library/dd347744.aspx&quot; rel=&quot;nofollow&quot;&gt;about_Remote&lt;/a&gt; for more info on PowerShell Remoting. It&#039;s actually quite simple to use.

I&#039;m experimenting with this myself to deploy setup packages on remote machines. So far it&#039;s looking good.</description>
		<content:encoded><![CDATA[<p>To do this against a remote machine, you could use the powershell remoting functionality that comes built-in since V2.</p>
<p>In short, you need to performs these steps:</p>
<ol>
<li>1) Enable powershell remoting om the destination machine (with <a href="http://technet.microsoft.com/en-us/library/dd819498.aspx" rel="nofollow">Enable-PSRemoting</a>)</li>
<li>2) From the local machine, execute the OSArchitecture function on the remote machine via powershell remoting</li>
<li>3) You will receive the results from the remote OSArchitecture invocation back your local machine.</li>
</ol>
<p>See <a href="http://technet.microsoft.com/en-us/library/dd347744.aspx" rel="nofollow">about_Remote</a> for more info on PowerShell Remoting. It&#8217;s actually quite simple to use.</p>
<p>I&#8217;m experimenting with this myself to deploy setup packages on remote machines. So far it&#8217;s looking good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://vincenth.net/blog/archive/2009/11/02/detect-32-or-64-bits-windows-regardless-of-wow64-with-the-powershell-osarchitecture-function.aspx/comment-page-1#comment-262</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Mon, 15 Feb 2010 17:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://vincenth.net/blog/?p=181#comment-262</guid>
		<description>How can you do this against a remote machine?  We&#039;re trying to write a script to deploy a client to servers remotely.  First we have to determine if the target server is 2003 or 2008 server.  Then we have to determine if it is 32bit or 64bit.  Any help is appreciated.</description>
		<content:encoded><![CDATA[<p>How can you do this against a remote machine?  We&#8217;re trying to write a script to deploy a client to servers remotely.  First we have to determine if the target server is 2003 or 2008 server.  Then we have to determine if it is 32bit or 64bit.  Any help is appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

