<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/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>Windows PowerShell remoting and delegating user credentials</title><link>http://blogs.technet.com/b/askds/archive/2012/08/02/windows-powershell-remoting-and-delegating-user-credentials.aspx</link><description>Hey all Rob Greene here again. Yeah, I know, it&amp;rsquo;s been a while since I&amp;rsquo;ve written anything for you good people of the Internet. 
 I recently had an interesting issue with the Active Directory Web Services and the Active Directory Windows</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Windows PowerShell remoting and delegating user credentials</title><link>http://blogs.technet.com/b/askds/archive/2012/08/02/windows-powershell-remoting-and-delegating-user-credentials.aspx#3513219</link><pubDate>Wed, 08 Aug 2012 19:16:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3513219</guid><dc:creator>coderaven</dc:creator><description>&lt;p&gt;Regardless of what one or the other customer wants. This article is very relevant. Think about applications like System Center Service Manager and creating a Self Service portal to do a particular action like disable and account, rename an account and all of the related items like Exchange, add group memberships. Today we would create a service account that has the access and let the portal run the job with the proper access and stop there. But lets tie in SC Orchestrator having the ability to run Runbooks, administrators wanting to use PowerShell to fix things while on the move. This causes a lot of issues because now we are passing around a service account to do all kinds of stuff that is just really messy.&lt;/p&gt;
&lt;p&gt;Looking forward, we already see PowerShell Web Access coming in Windows Server 2012, and the OData Management stuff. It is completely legit today to think that I can take a new Windows Surface, IPad, Android device and manage entire entreprise from anywhere, no VPN required. Attach all of this to SSL and read Don Jones PowerShell Remoting Guide from PowerShellbooks dot com and you would see that having the tools locally is not needed and executing commands against a central server will improve security by decreasing your exposure.&lt;/p&gt;
&lt;p&gt;Nice Rob!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3513219" width="1" height="1"&gt;</description></item><item><title>re: Windows PowerShell remoting and delegating user credentials</title><link>http://blogs.technet.com/b/askds/archive/2012/08/02/windows-powershell-remoting-and-delegating-user-credentials.aspx#3512630</link><pubDate>Sun, 05 Aug 2012 04:21:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512630</guid><dc:creator>Pronichkin</dc:creator><description>&lt;p&gt;Totally agree with all of the above. The reasons for not having RSAT installed sound weird. Especially if it&amp;#39;s fine for you to have all those helpdesk people enjoy Admin rights on that pretty strange middle server.&lt;/p&gt;
&lt;p&gt;But anyway, who said PowerShell Remoting doesn&amp;#39;t support Kerberos? It might be that particular module (didn&amp;#39;t try that) but in general it works. E.g. you can enable Kerberos delegation (instead of using CredSSP) and have browsing remote file shares from inside remote PowerShell session. I tried it many times and it works.&lt;/p&gt;
&lt;p&gt;Also I don&amp;#39;t like the idea of configuring all the stuff manually. There are Group Policy settings for all of that. And if you&amp;#39;re speaking of such things as ensuring the service is set to autostart, it&amp;#39;s also worth to note that firewall exceptions should be in place. Yeah, normally Enable-PSRemoting would take care of that. But I often have Firewall state enforced with Group Policy without permitting locally defined exceptions.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512630" width="1" height="1"&gt;</description></item><item><title>re: Windows PowerShell remoting and delegating user credentials</title><link>http://blogs.technet.com/b/askds/archive/2012/08/02/windows-powershell-remoting-and-delegating-user-credentials.aspx#3512514</link><pubDate>Fri, 03 Aug 2012 16:27:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512514</guid><dc:creator>Nebuly</dc:creator><description>&lt;p&gt;I agree with LA, it seems like they forgot to sit 5 minutes in front of the coffee machine and think about it (well at least it works for me. Sometime :D). Well i&amp;#39;ve seen far worse.&lt;/p&gt;
&lt;p&gt;What about installing ADAC on Helpdesk computers ? Could this work ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512514" width="1" height="1"&gt;</description></item><item><title>re: Windows PowerShell remoting and delegating user credentials</title><link>http://blogs.technet.com/b/askds/archive/2012/08/02/windows-powershell-remoting-and-delegating-user-credentials.aspx#3512303</link><pubDate>Thu, 02 Aug 2012 19:05:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512303</guid><dc:creator>Patris_70</dc:creator><description>&lt;p&gt;Thanks, Ravikanth Chaganti (MVP) has same article and great PDF about PowerShell 2.0 remoting guide.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.ravichaganti.com/blog/?p=1230"&gt;www.ravichaganti.com/blog&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.ravichaganti.com//blog/wp-content/uploads/2010/12/A%20layman%27s%20guide%20to%20PowerShell%202.0%20remoting-v2.pdf"&gt;www.ravichaganti.com/.../A%20layman%27s%20guide%20to%20PowerShell%202.0%20remoting-v2.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512303" width="1" height="1"&gt;</description></item><item><title>re: Windows PowerShell remoting and delegating user credentials</title><link>http://blogs.technet.com/b/askds/archive/2012/08/02/windows-powershell-remoting-and-delegating-user-credentials.aspx#3512277</link><pubDate>Thu, 02 Aug 2012 17:33:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512277</guid><dc:creator>NedPyle [MSFT]</dc:creator><description>&lt;p&gt;Right on all counts. Or at least, that&amp;#39;s what I keep telling myself. &lt;/p&gt;
&lt;p&gt;:-)&lt;/p&gt;
&lt;p&gt;The company is always hiring, give us a look: &lt;a rel="nofollow" target="_new" href="http://careers.microsoft.com/gclp.aspx"&gt;careers.microsoft.com/gclp.aspx&lt;/a&gt; &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512277" width="1" height="1"&gt;</description></item><item><title>re: Windows PowerShell remoting and delegating user credentials</title><link>http://blogs.technet.com/b/askds/archive/2012/08/02/windows-powershell-remoting-and-delegating-user-credentials.aspx#3512276</link><pubDate>Thu, 02 Aug 2012 17:30:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512276</guid><dc:creator>LA Richards</dc:creator><description>&lt;p&gt;Well, I imagine at the end of the day there is satisfaction knowing you delivered the product per your customers request. &amp;nbsp;And, ultimately it is their decision, as long as their configuration stays in a &amp;quot;supported&amp;quot; configuration. &amp;nbsp;Right?&lt;/p&gt;
&lt;p&gt;I imagine the detachment from a project or problem takes a little getting used to. &amp;nbsp;:) &amp;nbsp;(I&amp;#39;d totally work for Microsoft, difficult problems and all)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512276" width="1" height="1"&gt;</description></item><item><title>re: Windows PowerShell remoting and delegating user credentials</title><link>http://blogs.technet.com/b/askds/archive/2012/08/02/windows-powershell-remoting-and-delegating-user-credentials.aspx#3512260</link><pubDate>Thu, 02 Aug 2012 16:21:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512260</guid><dc:creator>NedPyle [MSFT]</dc:creator><description>&lt;p&gt;You would not like working here, LA. &lt;/p&gt;
&lt;p&gt;:-)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512260" width="1" height="1"&gt;</description></item><item><title>re: Windows PowerShell remoting and delegating user credentials</title><link>http://blogs.technet.com/b/askds/archive/2012/08/02/windows-powershell-remoting-and-delegating-user-credentials.aspx#3512249</link><pubDate>Thu, 02 Aug 2012 15:53:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512249</guid><dc:creator>LA Richards</dc:creator><description>&lt;p&gt;Why didn&amp;#39;t they just install the &amp;nbsp;Powershell AD module from RSAT on the client workstations? &amp;nbsp;Is it not possible to install the module without the AD MMC snap-ins? &amp;nbsp;Or they could have gone with a vendor like Quest that wrote AD specific comdlets...the further I look down this rabbit hole the more questions I have. &amp;nbsp;It&amp;#39;s like they said &amp;quot;what&amp;#39;s the worst way we can do this?&amp;quot; and went with that.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512249" width="1" height="1"&gt;</description></item></channel></rss>