<?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 Server 2012: Which version of the SMB protocol (SMB 1.0, SMB 2.0, SMB 2.1 or SMB 3.0) you are using on your File Server?</title><link>http://blogs.technet.com/b/josebda/archive/2012/06/06/windows-server-2012-which-version-of-the-smb-protocol-smb-1-0-smb-2-0-smb-2-1-or-smb-3-0-you-are-using-on-your-file-server.aspx</link><description>1. Introduction 
 
 With the upcoming release of SMB 3.0 as part of Windows 8 and Windows Server 2012, I am frequently asked about how older versions of Windows will behave when connecting to or from these new versions. Upgrading to a new version of</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Windows Server 2012: Which version of the SMB protocol (SMB 1.0, SMB 2.0, SMB 2.1 or SMB 3.0) you are using on your File Server?</title><link>http://blogs.technet.com/b/josebda/archive/2012/06/06/windows-server-2012-which-version-of-the-smb-protocol-smb-1-0-smb-2-0-smb-2-1-or-smb-3-0-you-are-using-on-your-file-server.aspx#3504474</link><pubDate>Mon, 18 Jun 2012 16:05:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3504474</guid><dc:creator>Jose Barreto - MSFT</dc:creator><description>&lt;p&gt;@Boian&lt;/p&gt;
&lt;p&gt;Get-SmbConnection is for the client side, listing all servers the client is accessing.&lt;/p&gt;
&lt;p&gt;You can use Get-SmbSession from the server, which lists who is connected.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3504474" width="1" height="1"&gt;</description></item><item><title>re: Windows Server 2012: Which version of the SMB protocol (SMB 1.0, SMB 2.0, SMB 2.1 or SMB 3.0) you are using on your File Server?</title><link>http://blogs.technet.com/b/josebda/archive/2012/06/06/windows-server-2012-which-version-of-the-smb-protocol-smb-1-0-smb-2-0-smb-2-1-or-smb-3-0-you-are-using-on-your-file-server.aspx#3504422</link><pubDate>Mon, 18 Jun 2012 12:08:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3504422</guid><dc:creator>Boian Soloviov</dc:creator><description>&lt;p&gt;Dear Jose,&lt;/p&gt;
&lt;p&gt;thank you for the hint. The problem was on the server side though: Get-SmbConnection is &amp;quot;SMB-client-affiliated&amp;quot;, that is I can check the different dialects from the client to diverse servers; but not from different clients to one server (from the server&amp;#39;s perspective). This is actually sad, since a sysadmin is normally interested in the latter scenario.&lt;/p&gt;
&lt;p&gt;Please correct if I am wrong.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3504422" width="1" height="1"&gt;</description></item><item><title>re: Windows Server 2012: Which version of the SMB protocol (SMB 1.0, SMB 2.0, SMB 2.1 or SMB 3.0) you are using on your File Server?</title><link>http://blogs.technet.com/b/josebda/archive/2012/06/06/windows-server-2012-which-version-of-the-smb-protocol-smb-1-0-smb-2-0-smb-2-1-or-smb-3-0-you-are-using-on-your-file-server.aspx#3503799</link><pubDate>Wed, 13 Jun 2012 23:43:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3503799</guid><dc:creator>Jose Barreto - MSFT</dc:creator><description>&lt;p&gt;@Boian&lt;/p&gt;
&lt;p&gt;SMB will quickly tear down the connection if not in use. To keep the session in use, you could run an application that keeps an open file on the share or you can you map a drive to the share (using the New-SmbMapping cmdlet or the old NET.EXE tool) to create a stable connection.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3503799" width="1" height="1"&gt;</description></item><item><title>re: Windows Server 2012: Which version of the SMB protocol (SMB 1.0, SMB 2.0, SMB 2.1 or SMB 3.0) you are using on your File Server?</title><link>http://blogs.technet.com/b/josebda/archive/2012/06/06/windows-server-2012-which-version-of-the-smb-protocol-smb-1-0-smb-2-0-smb-2-1-or-smb-3-0-you-are-using-on-your-file-server.aspx#3503677</link><pubDate>Wed, 13 Jun 2012 15:00:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3503677</guid><dc:creator>Boian Soloviov</dc:creator><description>&lt;p&gt;Strangely enough even within the 10 seconds when I run Get-SmbConnection there is no output. Any known reason?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3503677" width="1" height="1"&gt;</description></item><item><title>re: Windows Server 2012: Which version of the SMB protocol (SMB 1.0, SMB 2.0, SMB 2.1 or SMB 3.0) you are using on your File Server?</title><link>http://blogs.technet.com/b/josebda/archive/2012/06/06/windows-server-2012-which-version-of-the-smb-protocol-smb-1-0-smb-2-0-smb-2-1-or-smb-3-0-you-are-using-on-your-file-server.aspx#3502700</link><pubDate>Fri, 08 Jun 2012 08:35:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3502700</guid><dc:creator>David De Vos</dc:creator><description>&lt;p&gt;Awesome blog posts on SMB 3.0 !!! &amp;nbsp; Keep it up !!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3502700" width="1" height="1"&gt;</description></item></channel></rss>