<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Configuring WSMAN Limits</title><link>http://blogs.msdn.com/b/powershell/archive/2010/05/03/configuring-wsman-limits.aspx</link><description>As you probably know by now, all of PowerShell remoting is done via streaming extensions to WSMAN. WSMAN is the SOAP-based DMTF standard protocol for managing everything. As you explore the limits of what you can do with WSMAN or PowerShell remoting,</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Configuring WSMAN Limits</title><link>http://blogs.msdn.com/b/powershell/archive/2010/05/03/configuring-wsman-limits.aspx#10301612</link><pubDate>Sun, 06 May 2012 21:57:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10301612</guid><dc:creator>Ed</dc:creator><description>&lt;p&gt;Hi, thanks for the post. If I exit the session properly, active session count = count -1?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10301612" width="1" height="1"&gt;</description></item><item><title>re: Configuring WSMAN Limits</title><link>http://blogs.msdn.com/b/powershell/archive/2010/05/03/configuring-wsman-limits.aspx#10009378</link><pubDate>Fri, 07 May 2010 21:18:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10009378</guid><dc:creator>Aditya Patwardhan [MSFT]</dc:creator><description>&lt;p&gt;Check out more blogs about WSMAN and other Windows Management Infrastructure technologies like WMI and BITS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10009378" width="1" height="1"&gt;</description></item><item><title>re: Configuring WSMAN Limits</title><link>http://blogs.msdn.com/b/powershell/archive/2010/05/03/configuring-wsman-limits.aspx#10007707</link><pubDate>Wed, 05 May 2010 12:15:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10007707</guid><dc:creator>PowerShell Team</dc:creator><description>&lt;p&gt;@jack&lt;/p&gt;
&lt;p&gt;That is what connect-WSMAN is for. &amp;nbsp;When you connect to a server it shows up as a subdirectory (under \) in your WSMAN drive.&lt;/p&gt;
&lt;p&gt;You can connect to a bunch of machines and then do:&lt;/p&gt;
&lt;p&gt;PS&amp;gt; Set-item wsman:\*\Shell\MaxShellsPerUser 25&lt;/p&gt;
&lt;p&gt;and set them all at once.&lt;/p&gt;
&lt;p&gt;Experiment! &amp;nbsp;Enjoy! &amp;nbsp;Engage!&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Distinguished Engineer&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10007707" width="1" height="1"&gt;</description></item><item><title>re: Configuring WSMAN Limits</title><link>http://blogs.msdn.com/b/powershell/archive/2010/05/03/configuring-wsman-limits.aspx#10007705</link><pubDate>Wed, 05 May 2010 12:13:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10007705</guid><dc:creator>PowerShell Team</dc:creator><description>&lt;p&gt;Where is the DoS?&lt;/p&gt;
&lt;p&gt;Experiment! &amp;nbsp;Enjoy! &amp;nbsp;Engage!&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Distinguished Engineer&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10007705" width="1" height="1"&gt;</description></item><item><title>re: Configuring WSMAN Limits</title><link>http://blogs.msdn.com/b/powershell/archive/2010/05/03/configuring-wsman-limits.aspx#10007601</link><pubDate>Wed, 05 May 2010 07:23:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10007601</guid><dc:creator>FP</dc:creator><description>&lt;p&gt;Oh, so you just offered an easy DoS, that can even reasonably be denied as an accidental mishappening?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10007601" width="1" height="1"&gt;</description></item><item><title>re: Configuring WSMAN Limits</title><link>http://blogs.msdn.com/b/powershell/archive/2010/05/03/configuring-wsman-limits.aspx#10006388</link><pubDate>Mon, 03 May 2010 15:52:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10006388</guid><dc:creator>Jack</dc:creator><description>&lt;p&gt;This is great to configure a single server locally. Is there a notion that we can set this remotely so we can leverage to do so on a number of them? Somthing like&lt;/p&gt;
&lt;p&gt;Set-item -computer $Server -MaxShellsPerUser 25&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10006388" width="1" height="1"&gt;</description></item></channel></rss>