<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/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>Search results for 'app:forums' matching tags 'windows', 'powershell', 'Installing', and 'powerrshell'</title><link>http://powershell.com/cs/search/SearchResults.aspx?q=app:forums&amp;tag=windows,powershell,Installing,powerrshell&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:forums' matching tags 'windows', 'powershell', 'Installing', and 'powerrshell'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>Re: Install Dotnet Framework 4 using powershell.</title><link>http://powershell.com/cs/forums/thread/14193.aspx</link><pubDate>Wed, 25 Jan 2012 06:00:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:14193</guid><dc:creator>virtuallynothere</dc:creator><description>&lt;p&gt;Thanks, remoting is enabled and I will verify credssp is enabled as I am not positive about that. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Why would credssp be required for this script if the client computer and destination server are in the same domain and the account used to login and also to run the remote powershell session are both domain admin accounts?&lt;br /&gt;&lt;br /&gt;I know credssp is for multi-hop authentication, but it didn&amp;#39;t look like that was required in this configuration I am using.&lt;/p&gt;
&lt;p&gt;Also, for the file copy portion, I have another script that just copies a file and that works fine being run exactly as I ran this. &amp;nbsp;How does that work? &amp;nbsp;That script is below and I&amp;#39;ve not had any issues with it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Import-Csv c:\Scripts\servers.txt | foreach {&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;$server = $_.name&amp;nbsp;&lt;/p&gt;
&lt;p&gt;$location = &amp;quot;\c:\Temp&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Copy-Item &amp;quot;\\server\Applications\dotnet4\dotNetFx40_Full_x86_x64.exe&amp;quot; -Destination $location -Force -ErrorAction silentlyContinue | out-null&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;if(-not $?)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;ERROR: could not copy file(s) to: $server at $location&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;}&amp;nbsp;&lt;/p&gt;
&lt;p&gt;} | out-file errors.txt&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>