<?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 'PowerShell v2' and 'PowerShell 1.0'</title><link>http://powershell.com/cs/search/SearchResults.aspx?q=app:forums&amp;tag=PowerShell+v2,PowerShell+1.0&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:forums' matching tags 'PowerShell v2' and 'PowerShell 1.0'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>New-PSDrive fails remotely</title><link>http://powershell.com/cs/forums/thread/7169.aspx</link><pubDate>Thu, 15 Jul 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:7169</guid><dc:creator>kevsor1</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When I try to map a drive locally on &amp;quot;Client1&amp;quot;, it works fine with this command:&lt;/p&gt;
&lt;p&gt;New-PSDrive U -PSProvider FileSystem -root \\Server1\C$&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but when I try it remotely, it fails ($cred is a previously created credential):&lt;/p&gt;
&lt;p&gt;Invoke-Command -ComputerName &amp;quot;Client1&amp;quot; -Credential $cred -ScriptBlock {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; new-psdrive U -PSProvider FileSystem -root \\KJS-Manage\C$&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The error message is:&lt;/p&gt;
&lt;p&gt;Drive root &amp;quot;\\Server1\C$&amp;quot; does not exist or it&amp;#39;s not a folder.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ReadError: (U:PSDriveInfo) [New-PSDrive], IOException&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : DriveRootError,Microsoft.PowerShell.Commands.NewPSDriveCommand&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I thought maybe I have to use CredSSP, so I enabled delegating credentials in the GPO: &lt;/p&gt;
&lt;p&gt;&amp;quot;Computer Configuration\Policies\Administrative Templates\System\Credentials Delegation\Allow Delegating Fresh Credentials&amp;quot; &lt;/p&gt;
&lt;p&gt;and added the domain to the servers list: &lt;/p&gt;
&lt;p&gt;&amp;quot;WSMAN/*.mydomain.net&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then I enabled WSMan:&lt;/p&gt;
&lt;p&gt;(on Client1): Enable-WSManCredSSP -Role Server&lt;/p&gt;
&lt;p&gt;(on server I&amp;#39;m remoting from): Enable-WSManCredSSP -Role Client -DelegateComputer &amp;quot;*.mydomain.net&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then I retry the remote command with authentication:&lt;/p&gt;
&lt;p&gt;Invoke-Command -ComputerName &amp;quot;Client1&amp;quot; -Credential $cred -Authentication credssp -ScriptBlock {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; new-psdrive U -PSProvider FileSystem -root \\KJS-Manage\C$&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And now I get this huge error stating that it can&amp;#39;t connect to the remote server because WinRM client cannot process request... computer doesn&amp;#39;t allow delegation of user credentials to target computer... and it tells me to edit the group policy setting that I mentioned earlier.&lt;/p&gt;
&lt;p&gt;What am I missing?&amp;nbsp; If new-psdrive doesn&amp;#39;t work remotely, and I can&amp;#39;t use credssp remotely, how do I remotely setup a psdrive?&amp;nbsp; All I want to do is have 1 script cause several servers copy test results on their local drives to a common file share, but so far I&amp;#39;m having no luck!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for any help/suggestions!&lt;/p&gt;
&lt;p&gt;-KS&lt;/p&gt;</description></item><item><title>Differences between PowerShell 1.0 RTM and Powershell 2.0 CTP3/Win7 Beta</title><link>http://powershell.com/cs/forums/thread/1584.aspx</link><pubDate>Sun, 22 Feb 2009 06:00:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:1584</guid><dc:creator>ps2</dc:creator><description>&lt;p&gt;This article discusses the differences between features in PowerShell 1.0 and PowerShell 2.0. &lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.nivot.org/2009/02/04/DifferencesBetweenPowerShell10RTMAndPowershell20CTP3Win7Beta.aspx"&gt;Read More&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>