Checking SMB Version











up vote
1
down vote

favorite
1












Is there a command like Get-SmbConnection in Windows to check what version of smb protocol i'm currently using on my share points ?










share|improve this question


























    up vote
    1
    down vote

    favorite
    1












    Is there a command like Get-SmbConnection in Windows to check what version of smb protocol i'm currently using on my share points ?










    share|improve this question
























      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      Is there a command like Get-SmbConnection in Windows to check what version of smb protocol i'm currently using on my share points ?










      share|improve this question













      Is there a command like Get-SmbConnection in Windows to check what version of smb protocol i'm currently using on my share points ?







      sharing smb protocol






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 22 '17 at 0:09









      Dante

      214




      214






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          To see your SMB versions that are being used run the following command on the server:



          sudo smbstatus


          Example:



          terrance@Intrepid:~$ sudo smbstatus

          Samba version 4.3.11-Ubuntu
          PID Username Group Machine Protocol Version
          ------------------------------------------------------------------------------
          11898 nobody nogroup 10.0.0.100 (ipv4:10.0.0.100:50612) SMB3_02

          Service pid machine Connected at
          -------------------------------------------------------
          IPC$ 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
          storage 11898 10.0.0.100 Wed Jun 20 21:07:28 2018

          No locked files


          As we can see by the above, one of my Linux boxes is connecting using SMB3.0.2 protocol version.



          Hope this helps!






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f917565%2fchecking-smb-version%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote













            To see your SMB versions that are being used run the following command on the server:



            sudo smbstatus


            Example:



            terrance@Intrepid:~$ sudo smbstatus

            Samba version 4.3.11-Ubuntu
            PID Username Group Machine Protocol Version
            ------------------------------------------------------------------------------
            11898 nobody nogroup 10.0.0.100 (ipv4:10.0.0.100:50612) SMB3_02

            Service pid machine Connected at
            -------------------------------------------------------
            IPC$ 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
            storage 11898 10.0.0.100 Wed Jun 20 21:07:28 2018

            No locked files


            As we can see by the above, one of my Linux boxes is connecting using SMB3.0.2 protocol version.



            Hope this helps!






            share|improve this answer



























              up vote
              2
              down vote













              To see your SMB versions that are being used run the following command on the server:



              sudo smbstatus


              Example:



              terrance@Intrepid:~$ sudo smbstatus

              Samba version 4.3.11-Ubuntu
              PID Username Group Machine Protocol Version
              ------------------------------------------------------------------------------
              11898 nobody nogroup 10.0.0.100 (ipv4:10.0.0.100:50612) SMB3_02

              Service pid machine Connected at
              -------------------------------------------------------
              IPC$ 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
              storage 11898 10.0.0.100 Wed Jun 20 21:07:28 2018

              No locked files


              As we can see by the above, one of my Linux boxes is connecting using SMB3.0.2 protocol version.



              Hope this helps!






              share|improve this answer

























                up vote
                2
                down vote










                up vote
                2
                down vote









                To see your SMB versions that are being used run the following command on the server:



                sudo smbstatus


                Example:



                terrance@Intrepid:~$ sudo smbstatus

                Samba version 4.3.11-Ubuntu
                PID Username Group Machine Protocol Version
                ------------------------------------------------------------------------------
                11898 nobody nogroup 10.0.0.100 (ipv4:10.0.0.100:50612) SMB3_02

                Service pid machine Connected at
                -------------------------------------------------------
                IPC$ 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
                storage 11898 10.0.0.100 Wed Jun 20 21:07:28 2018

                No locked files


                As we can see by the above, one of my Linux boxes is connecting using SMB3.0.2 protocol version.



                Hope this helps!






                share|improve this answer














                To see your SMB versions that are being used run the following command on the server:



                sudo smbstatus


                Example:



                terrance@Intrepid:~$ sudo smbstatus

                Samba version 4.3.11-Ubuntu
                PID Username Group Machine Protocol Version
                ------------------------------------------------------------------------------
                11898 nobody nogroup 10.0.0.100 (ipv4:10.0.0.100:50612) SMB3_02

                Service pid machine Connected at
                -------------------------------------------------------
                IPC$ 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
                storage 11898 10.0.0.100 Wed Jun 20 21:07:28 2018

                No locked files


                As we can see by the above, one of my Linux boxes is connecting using SMB3.0.2 protocol version.



                Hope this helps!







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 18 at 16:21

























                answered Jun 21 at 3:14









                Terrance

                18.3k24090




                18.3k24090






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f917565%2fchecking-smb-version%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                    ComboBox Display Member on multiple fields

                    Is it possible to collect Nectar points via Trainline?