<?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>Remotely Use the Exchange 2010 PowerShell Cmdlets</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/09/27/remotely-use-the-exchange-2010-powershell-cmdlets.aspx</link><description>Summary : Learn how to remotely use the Exchange 2010 Windows PowerShell cmdlets in this article written by two authors and Exchange experts. 
 
 
 Hey, Scripting Guy! I have Microsoft Exchange 2010 installed on our network, and I would like to be</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Remotely Use the Exchange 2010 PowerShell Cmdlets</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/09/27/remotely-use-the-exchange-2010-powershell-cmdlets.aspx#3492715</link><pubDate>Tue, 17 Apr 2012 18:05:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3492715</guid><dc:creator>David Sachs</dc:creator><description>&lt;p&gt;Hi Disappointed, maybe you were looking for a way to use the remote shell? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is the Technet article: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://technet.microsoft.com/en-us/library/dd297932.aspx"&gt;technet.microsoft.com/.../dd297932.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You will probably want to use the second example near the bottom of the page and create a file with a shortcut on your desktop:&lt;/p&gt;
&lt;p&gt;$UserCredential = Get-Credential&lt;/p&gt;
&lt;p&gt;$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://&amp;lt;FQDN of Exchange 2010 server&amp;gt;/PowerShell/ -Authentication Kerberos -Credential $UserCredential&lt;/p&gt;
&lt;p&gt;Import-PSSession $Session&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3492715" width="1" height="1"&gt;</description></item><item><title>re: Remotely Use the Exchange 2010 PowerShell Cmdlets</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/09/27/remotely-use-the-exchange-2010-powershell-cmdlets.aspx#3465209</link><pubDate>Tue, 15 Nov 2011 07:37:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3465209</guid><dc:creator>disapointed</dc:creator><description>&lt;p&gt;what? thats it&lt;/p&gt;
&lt;p&gt;in no way have you helped solve the most basic problem we humble admins face&lt;/p&gt;
&lt;p&gt;HOW DO WE use PS from a designated mng (W&amp;amp; or w2008r2) PC to mange our exchnage setup..&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3465209" width="1" height="1"&gt;</description></item></channel></rss>