where to check CU version for workflow manager 1.0 in SharePoint 2013












4















We have SharePoint onpremises farm with Workflow manager 1.0 installed in 3 SharePoint servers.



We need to update the CU version for Workflow manager and service bus.



Where to check the current installed CU version for workflow manger 1.0 in windows server 2008 R2?



Is there any powershell to find the version?










share|improve this question





























    4















    We have SharePoint onpremises farm with Workflow manager 1.0 installed in 3 SharePoint servers.



    We need to update the CU version for Workflow manager and service bus.



    Where to check the current installed CU version for workflow manger 1.0 in windows server 2008 R2?



    Is there any powershell to find the version?










    share|improve this question



























      4












      4








      4








      We have SharePoint onpremises farm with Workflow manager 1.0 installed in 3 SharePoint servers.



      We need to update the CU version for Workflow manager and service bus.



      Where to check the current installed CU version for workflow manger 1.0 in windows server 2008 R2?



      Is there any powershell to find the version?










      share|improve this question
















      We have SharePoint onpremises farm with Workflow manager 1.0 installed in 3 SharePoint servers.



      We need to update the CU version for Workflow manager and service bus.



      Where to check the current installed CU version for workflow manger 1.0 in windows server 2008 R2?



      Is there any powershell to find the version?







      2013 sharepoint-server sharepoint-on-prem workflow-manager-farm






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 4 at 15:58









      Waqas Sarwar MVP

      53.5k123068




      53.5k123068










      asked Feb 4 at 14:22









      kumarkumar

      34518




      34518






















          2 Answers
          2






          active

          oldest

          votes


















          5














          Another old fashioned way to check it.




          • Go to Control Panel > Programs and Features

          • You will see the Service bus and Worklfow Manager witht heir curernt build version number.

          • If you click on the Installed Updates > then you will see all the Installed updates / KB for Workflow manager and Service bus.
            enter image description here






          share|improve this answer































            4














            To see which version of Workflow Manager and Service Bus are installed, use the following PowerShell:



            (Get-ChildItem -Path "C:Program FilesWorkflow Manager1.0WorkflowArtifactsMicrosoft.Workflow.Service.dll").VersionInfo
            (Get-ChildItem -Path "C:Program FilesService Bus1.0Microsoft.ServiceBus.dll").VersionInfo


            or



            (Get-ChildItem -Path "C:Program FilesService Bus1.1Microsoft.ServiceBus.dll").VersionInfo


            Reference: SharePoint 2013 Build Numbers. This post also includes a list of available versions and download-links.






            share|improve this answer























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "232"
              };
              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',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              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%2fsharepoint.stackexchange.com%2fquestions%2f257137%2fwhere-to-check-cu-version-for-workflow-manager-1-0-in-sharepoint-2013%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              5














              Another old fashioned way to check it.




              • Go to Control Panel > Programs and Features

              • You will see the Service bus and Worklfow Manager witht heir curernt build version number.

              • If you click on the Installed Updates > then you will see all the Installed updates / KB for Workflow manager and Service bus.
                enter image description here






              share|improve this answer




























                5














                Another old fashioned way to check it.




                • Go to Control Panel > Programs and Features

                • You will see the Service bus and Worklfow Manager witht heir curernt build version number.

                • If you click on the Installed Updates > then you will see all the Installed updates / KB for Workflow manager and Service bus.
                  enter image description here






                share|improve this answer


























                  5












                  5








                  5







                  Another old fashioned way to check it.




                  • Go to Control Panel > Programs and Features

                  • You will see the Service bus and Worklfow Manager witht heir curernt build version number.

                  • If you click on the Installed Updates > then you will see all the Installed updates / KB for Workflow manager and Service bus.
                    enter image description here






                  share|improve this answer













                  Another old fashioned way to check it.




                  • Go to Control Panel > Programs and Features

                  • You will see the Service bus and Worklfow Manager witht heir curernt build version number.

                  • If you click on the Installed Updates > then you will see all the Installed updates / KB for Workflow manager and Service bus.
                    enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 4 at 16:02









                  Waqas Sarwar MVPWaqas Sarwar MVP

                  53.5k123068




                  53.5k123068

























                      4














                      To see which version of Workflow Manager and Service Bus are installed, use the following PowerShell:



                      (Get-ChildItem -Path "C:Program FilesWorkflow Manager1.0WorkflowArtifactsMicrosoft.Workflow.Service.dll").VersionInfo
                      (Get-ChildItem -Path "C:Program FilesService Bus1.0Microsoft.ServiceBus.dll").VersionInfo


                      or



                      (Get-ChildItem -Path "C:Program FilesService Bus1.1Microsoft.ServiceBus.dll").VersionInfo


                      Reference: SharePoint 2013 Build Numbers. This post also includes a list of available versions and download-links.






                      share|improve this answer




























                        4














                        To see which version of Workflow Manager and Service Bus are installed, use the following PowerShell:



                        (Get-ChildItem -Path "C:Program FilesWorkflow Manager1.0WorkflowArtifactsMicrosoft.Workflow.Service.dll").VersionInfo
                        (Get-ChildItem -Path "C:Program FilesService Bus1.0Microsoft.ServiceBus.dll").VersionInfo


                        or



                        (Get-ChildItem -Path "C:Program FilesService Bus1.1Microsoft.ServiceBus.dll").VersionInfo


                        Reference: SharePoint 2013 Build Numbers. This post also includes a list of available versions and download-links.






                        share|improve this answer


























                          4












                          4








                          4







                          To see which version of Workflow Manager and Service Bus are installed, use the following PowerShell:



                          (Get-ChildItem -Path "C:Program FilesWorkflow Manager1.0WorkflowArtifactsMicrosoft.Workflow.Service.dll").VersionInfo
                          (Get-ChildItem -Path "C:Program FilesService Bus1.0Microsoft.ServiceBus.dll").VersionInfo


                          or



                          (Get-ChildItem -Path "C:Program FilesService Bus1.1Microsoft.ServiceBus.dll").VersionInfo


                          Reference: SharePoint 2013 Build Numbers. This post also includes a list of available versions and download-links.






                          share|improve this answer













                          To see which version of Workflow Manager and Service Bus are installed, use the following PowerShell:



                          (Get-ChildItem -Path "C:Program FilesWorkflow Manager1.0WorkflowArtifactsMicrosoft.Workflow.Service.dll").VersionInfo
                          (Get-ChildItem -Path "C:Program FilesService Bus1.0Microsoft.ServiceBus.dll").VersionInfo


                          or



                          (Get-ChildItem -Path "C:Program FilesService Bus1.1Microsoft.ServiceBus.dll").VersionInfo


                          Reference: SharePoint 2013 Build Numbers. This post also includes a list of available versions and download-links.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Feb 4 at 15:30









                          MHeldMHeld

                          4,28211734




                          4,28211734






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to SharePoint Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsharepoint.stackexchange.com%2fquestions%2f257137%2fwhere-to-check-cu-version-for-workflow-manager-1-0-in-sharepoint-2013%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

                              Questions related to Moebius Transform of Characteristic Function of the Primes

                              List of scandals in India

                              Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?