where to check CU version for workflow manager 1.0 in SharePoint 2013
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
add a comment |
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
add a comment |
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
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
2013 sharepoint-server sharepoint-on-prem workflow-manager-farm
edited Feb 4 at 15:58
Waqas Sarwar MVP♦
53.5k123068
53.5k123068
asked Feb 4 at 14:22
kumarkumar
34518
34518
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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.

add a comment |
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.

add a comment |
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.

add a comment |
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.

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.

answered Feb 4 at 16:02
Waqas Sarwar MVP♦Waqas Sarwar MVP
53.5k123068
53.5k123068
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Feb 4 at 15:30
MHeldMHeld
4,28211734
4,28211734
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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