WorkflowManagerDSC

1.4.0.0

The WorkflowManagerDsc module provides the ability to install and configure a Workflow Manager Farm.

Minimum PowerShell version

4.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name WorkflowManagerDSC

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name WorkflowManagerDSC

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 Microsoft. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

Cmdlets

Get-WmfDscInstalledProductVersion

Functions

Confirm-WmfDscEnvironmentVariables Get-WmfDscInstalledProductVersion Remove-WMDscZoneMap Set-WMDscZoneMap Test-WFDscParameterState Test-WFDSCObjectHasProperty

DSCResources

WorkflowManagerFarm WorkflowManagerInstall

Dependencies

This module has no dependencies.

Release Notes


       ## 1.4

       * WorkflowManagerInstall
         * Added logic to only add the EnableFirewallRules parameter to Add-SBHost
           if the value is true. This to prevent issues where the firewall is not
           enabled on a server.
         * Removed the CU5 install for the Workflow Manager Client. The update
           is not applicable for the client.
         * Workaround for faulty references to Microsoft.ServiceBus.dll, 1.8.0.0
           in WorkflowManager PowerShell module.

       ## 1.3

       * WorkflowManagerInstall
         * Added ability to install Workflow Manager Refresh package (including
           CU4), CU5 and Service Bus v1.1 with TLS 1.2 update.

       ## 1.2.0.1

       * WorkflowManagerFarm
         * Corrected small issue in schema that was added during previous change.

       ## 1.2

       * WorkflowManagerFarm
         * Added ability to specify custom database names
         * Corrected cmdlet parameters to make sure the farm is actually using
           the specified credentials

       ## 1.1.0.1

       * WorkflowManagerFarm
         * Updated resource to make sure the Windows Environment
           variables are loaded into the PowerShell session
         * Fixed typo in Get method where it returned an incorrectly
           named property

       ## 1.1

       * WorkflowManagerInstall
         * Added ability to install the Workflow Manager Client only
         * Added check to unblock setup file if it is blocked because it is coming
           from a network location. This to prevent endless wait
         * Added ability to install from a UNC path, by adding server
           to IE Local Intranet Zone. This will prevent an endless wait
           caused by security warning

       ## 1.0

       * Initial Release;
       

FileList

Version History

Version Downloads Last updated
1.4.0.0 (current version) 143,689 3/19/2020
1.3.0.0 35,591 8/27/2019
1.2.0.1 8,860 7/11/2019
1.2.0.0 3,901 6/17/2019
1.1.0.1 6,442 5/16/2019
1.1.0.0 47,651 3/21/2019
Show more