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
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
- WorkflowManagerDsc.nuspec
- WorkflowManagerDsc.psd1
- DSCResources\MSFT_WorkflowManagerFarm\MSFT_WorkflowManagerFarm.psm1
- DSCResources\MSFT_WorkflowManagerFarm\MSFT_WorkflowManagerFarm.schema.mof
- DSCResources\MSFT_WorkflowManagerFarm\readme.md
- DSCResources\MSFT_WorkflowManagerInstall\MSFT_WorkflowManagerInstall.psm1
- DSCResources\MSFT_WorkflowManagerInstall\MSFT_WorkflowManagerInstall.schema.mof
- DSCResources\MSFT_WorkflowManagerInstall\readme.md
- en-US\about_WorkflowManagerFarm.help.txt
- en-US\about_WorkflowManagerInstall.help.txt
- Examples\FullExamples\NewFarm.ps1
- Examples\Resources\WorkflowManagerFarm\1-Configure.ps1
- Examples\Resources\WorkflowManagerInstall\1-Install all components.ps1
- Examples\Resources\WorkflowManagerInstall\2-Install client.ps1
- Modules\WorkflowManagerDsc.Util\WorkflowManagerDsc.Util.psm1