{"id":13435,"date":"2017-08-23T17:10:57","date_gmt":"2017-08-24T01:10:57","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/powershell\/?p=13435"},"modified":"2019-03-05T16:25:51","modified_gmt":"2019-03-06T00:25:51","slug":"dsc-resource-kit-release-august-2017","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/powershell\/dsc-resource-kit-release-august-2017\/","title":{"rendered":"DSC Resource Kit Release August 2017"},"content":{"rendered":"<div class=\"markdown-body\">\n<h2>DSC Resource Kit Release<\/h2>\n<p>We just released the DSC Resource Kit!<\/p>\n<p>This release includes updates to <strong>10 DSC resource modules<\/strong>. In these past 6 weeks, <strong>91 pull requests<\/strong> have been merged and <strong>74 issues<\/strong> have been closed, all thanks to our amazing community!<\/p>\n<p>The modules updated in this release are:<\/p>\n<ul>\n<li>SecurityPolicyDsc<\/li>\n<li>xCertificate<\/li>\n<li>xComputerManagement<\/li>\n<li>xDhcpServer<\/li>\n<li>xDnsServer<\/li>\n<li>xExchange<\/li>\n<li>xFailOverCluster<\/li>\n<li>xNetworking<\/li>\n<li>xPSDesiredStateConfiguration<\/li>\n<li>xSqlServer<\/li>\n<\/ul>\n<p>For a detailed list of the resource modules and fixes in this release, see the Included in this Release section below.<\/p>\n<p>Our last <strong>community call<\/strong> for the DSC Resource Kit was last week on August 16. A <a href=\"https:\/\/youtu.be\/eP4yCAmqNt4\">recording<\/a> of our updates as well as <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/blob\/master\/CommunityCalls\/2017-08-16\/notes.md\">summarizing notes<\/a> are available. Join us for the next call at <strong>12PM (Pacific time) on September 27<\/strong> to ask questions and give feedback about your experience with the DSC Resource Kit. You can download a calendar event for the next call <a href=\"https:\/\/github.com\/powershell\/\">here<\/a>.<\/p>\n<p>We strongly encourage you to update to the newest version of all modules using the PowerShell Gallery, and don&#8217;t forget to give us your feedback in the comments below, on GitHub, or on Twitter (<a href=\"https:\/\/twitter.com\/PowerShell_Team\">@PowerShell_Team<\/a>)!<\/p>\n<p>All resources with the &#8216;x&#8217; prefix in their names are still experimental &#8211; this means that those resources are provided AS IS and are not supported through any Microsoft support program or service. If you find a problem with a resource, please <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/blob\/master\/CONTRIBUTING.md#submitting-an-issue\">file an issue<\/a> on GitHub.<\/p>\n<h2>Included in this Release<\/h2>\n<p>You can see a detailed summary of all changes included in this release in the table below. For past release notes, go to the README.md or Changelog.md file on the GitHub repository page for a specific module (see the How to Find DSC Resource Modules on GitHub section below for details on finding the GitHub page for a specific module).<\/p>\n<table>\n<thead>\n<tr>\n<th>Module Name<\/th>\n<th>Version<\/th>\n<th>Release Notes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>SecurityPolicyDsc<\/td>\n<td>1.5.0.0<\/td>\n<td>\n<ul>\n<li>Refactored user rights assignment to read and test easier.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xCertificate<\/td>\n<td>3.0.0.0<\/td>\n<td>\n<ul>\n<li>Add CodeCov.io code coverage reporting.<\/li>\n<li>Opted into &#8220;Common Tests &#8211; Validate Example Files&#8221;.<\/li>\n<li>Fixed bugs in examples.<\/li>\n<li>Updated License and Manifest Copyright info to be 2017 Microsoft Corporation.<\/li>\n<li>xCertReq:\n<ul>\n<li>BREAKING CHANGE: Changed default Keylength to 2048 bits to meet <a href=\"https:\/\/support.microsoft.com\/en-us\/help\/2661254\/microsoft-security-advisory-update-for-minimum-certificate-key-length\">Microsoft Security Advisory<\/a>.<\/li>\n<li>Fixed spelling mistakes in MOF files.<\/li>\n<\/ul>\n<\/li>\n<li>Added .github support files:\n<ul>\n<li>CONTRIBUTING.md<\/li>\n<li>ISSUE_TEMPLATE.md<\/li>\n<li>PULL_REQUEST_TEMPLATE.md<\/li>\n<\/ul>\n<\/li>\n<li>Opted into Common Tests &#8220;Validate Module Files&#8221; and &#8220;Validate Script Files&#8221;.<\/li>\n<li>Converted files with UTF8 with BOM over to UTF8 &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xCertificate\/issues\/87\">Issue 87<\/a>.<\/li>\n<li>Converted to use auto-documentation\/wiki format &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xCertificate\/issues\/84\">Issue 84<\/a>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xComputerManagement<\/td>\n<td>2.1.0.0<\/td>\n<td>\n<ul>\n<li>xComputer: Changed comparison that validates if we are in the correct AD Domain to work correctly if FQDN wasn&#8221;t used.<\/li>\n<li>Updated AppVeyor.yml to use AppVeyor.psm1 module in DSCResource.Tests.<\/li>\n<li>Removed Markdown.md errors.<\/li>\n<li>Added CodeCov.io support.<\/li>\n<li>xScheduledTask\n<ul>\n<li>Fixed incorrect TaskPath handling &#8211; <a href=\"https:\/\/github.com\/PowerShell\/xComputerManagement\/issues\/45\">Issue 45<\/a><\/li>\n<\/ul>\n<\/li>\n<li>Change examples to meet HQRM standards and optin to Example validation tests.<\/li>\n<li>Replaced examples in README.MD to links to Example files.<\/li>\n<li>Added the VS Code PowerShell extension formatting settings that cause PowerShell files to be formatted as per the DSC Resource kit style guidelines &#8211; <a href=\"https:\/\/github.com\/PowerShell\/xComputerManagement\/issues\/91\">Issue #91<\/a>.<\/li>\n<li>Opted into Common Tests &#8220;Validate Module Files&#8221; and &#8220;Validate Script Files&#8221;.<\/li>\n<li>Converted files with UTF8 with BOM over to UTF8 &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xComputerManagement\/issues\/90\">Issue 90<\/a>.<\/li>\n<li>Updated Year to 2017 in License and Manifest &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xComputerManagement\/issues\/87\">Issue 87<\/a>.<\/li>\n<li>Added .github support files &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xComputerManagement\/issues\/88\">Issue 88<\/a>:\n<ul>\n<li>CONTRIBUTING.md<\/li>\n<li>ISSUE_TEMPLATE.md<\/li>\n<li>PULL_REQUEST_TEMPLATE.md<\/li>\n<\/ul>\n<\/li>\n<li>Resolved all PSScriptAnalyzer warnings and style guide warnings.<\/li>\n<li>xOfflineDomainJoin:\n<ul>\n<li>Changed to use CommonResourceHelper to load localization strings.<\/li>\n<li>Renamed en-US to be correct case so that localization strings can be loaded.<\/li>\n<li>Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for <code>$global:DSCMachineStatus = 1<\/code>.<\/li>\n<\/ul>\n<\/li>\n<li>xComputer:\n<ul>\n<li>Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for <code>$global:DSCMachineStatus = 1<\/code>.<\/li>\n<\/ul>\n<\/li>\n<li>xVirtualMemory:\n<ul>\n<li>Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for <code>$global:DSCMachineStatus = 1<\/code>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDhcpServer<\/td>\n<td>1.6.0.0<\/td>\n<td>\n<ul>\n<li>Added xDhcpServerClass<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDnsServer<\/td>\n<td>1.8.0.0<\/td>\n<td>\n<ul>\n<li>Converted AppVeyor.yml to pull Pester from PSGallery instead of Chocolatey<\/li>\n<li>Fixed bug in xDnsServerADZone causing Get-TargetResource to fail with an extra property.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xExchange<\/td>\n<td>1.16.0.0<\/td>\n<td>\n<ul>\n<li>Add missing parameters to xExchClientAccessServer<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xFailOverCluster<\/td>\n<td>1.8.0.0<\/td>\n<td>\n<ul>\n<li>Changes to xFailOverCluster\n<ul>\n<li>Added a common resource helper module with helper functions for localization.\n<ul>\n<li>Added helper functions; Get-LocalizedData, New-InvalidResultException, New-ObjectNotFoundException, New-InvalidOperationException and New-InvalidArgumentException.<\/li>\n<\/ul>\n<\/li>\n<li>Fixed lint error MD034 and fixed typos in README.md.<\/li>\n<li>Opt-in for module files common tests (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/119\">issue 119<\/a>).\n<ul>\n<li>Removed Byte Order Mark (BOM) from the files; CommonResourceHelper.psm1 and FailoverClusters.stubs.psm1.<\/li>\n<\/ul>\n<\/li>\n<li>Opt-in for script files common tests (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/121\">issue 121<\/a>).\n<ul>\n<li>Removed Byte Order Mark (BOM) from the files; CommonResourceHelper.Tests.ps1, MSFT_xCluster.Tests.ps1, MSFT_xClusterDisk.Tests.ps1, MSFT_xClusterPreferredOwner.Tests.ps1, MSFT_xWaitForCluster.Tests.ps1.<\/li>\n<\/ul>\n<\/li>\n<li>Added common test helper functions to help test the throwing of localized error strings.\n<ul>\n<li>Get-InvalidArgumentRecord<\/li>\n<li>Get-InvalidOperationRecord<\/li>\n<li>Get-ObjectNotFoundException<\/li>\n<li>Get-InvalidResultException.<\/li>\n<\/ul>\n<\/li>\n<li>Updated year to 2017 in license file and module manifest (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/131\">issue 131<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xClusterDisk\n<ul>\n<li>Enabled localization for all strings (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/84\">issue 84<\/a>).<\/li>\n<li>Fixed the OutputType data type that was not fully qualified.<\/li>\n<li>Minor style changes.<\/li>\n<li>Fixed Script Analyzer warnings for Write-Verbose.<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xClusterNetwork\n<ul>\n<li>Replaced the URL for the parameter Role in README.md. The new URL is a more generic description of the possible settings for the Role parameter. The previous URL was still correct but focused on Hyper-V in particular.<\/li>\n<li>Fixed typos in parameter descriptions in README.md, comment-based help and schema.mof.<\/li>\n<li>Enabled localization for all strings (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/85\">issue 85<\/a>).<\/li>\n<li>Minor style changes.<\/li>\n<li>Fixed Script Analyzer warnings for Write-Verbose.<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xCluster\n<ul>\n<li>Resolved Script Analyzer rule warnings by changing Get-WmiObject to Get-CimInstance (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/49\">issue 49<\/a>).<\/li>\n<li>Minor style change in tests. Removed &#8220;-&#8221; in front of &#8220;-Be&#8221;, &#8220;-Not&#8221;, &#8220;-Throw&#8221;, etc.<\/li>\n<li>Enabled localization for all strings (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/83\">issue 83<\/a>).<\/li>\n<li>Added tests to improve code coverage.\n<ul>\n<li>Fixed random problem with tests failing with error &#8220;Invalid token for impersonation &#8211; it cannot be duplicated.&#8221; (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/133\">issue 133<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Minor style changes.<\/li>\n<li>Fixed Script Analyzer warnings for Write-Verbose.<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xWaitForCluster\n<ul>\n<li>Refactored the unit test for this resource to use stubs and increase coverage (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/78\">issue 78<\/a>).<\/li>\n<li>Now the Test-TargetResource correctly returns false if the domain name cannot be evaluated (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/107\">issue 107<\/a>).<\/li>\n<li>Changed the code to be more aligned with the style guideline.<\/li>\n<li>Updated parameter description in the schema.mof.<\/li>\n<li>Resolved Script Analyzer warnings (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/54\">issue 54<\/a>).<\/li>\n<li>Enabled localization for all strings (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/88\">issue 88<\/a>).<\/li>\n<li>Minor style changes.<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xClusterQuorum\n<ul>\n<li>Refactored the unit test for this resource to use stubs and increase coverage (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/77\">issue 77<\/a>).<\/li>\n<li>Changed the code to be more aligned with the style guideline.<\/li>\n<li>Updated parameter description in the schema.mof.<\/li>\n<li>Added example (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/47\">issue 47<\/a>)\n<ul>\n<li>1-SetQuorumToNodeMajority.ps1<\/li>\n<li>2-SetQuorumToNodeAndDiskMajority.ps1<\/li>\n<li>3-SetQuorumToNodeAndFileShareMajority.ps1<\/li>\n<li>4-SetQuorumToDiskOnly.ps1<\/li>\n<\/ul>\n<\/li>\n<li>Added links to examples from README.md.<\/li>\n<li>Minor style changes.<\/li>\n<li>Enabled localization for all strings (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/87\">issue 87<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xClusterPreferredOwner\n<ul>\n<li>Enabled localization for all strings (<a href=\"https:\/\/github.com\/PowerShell\/xFailOverCluster\/issues\/86\">issue 86<\/a>).<\/li>\n<li>Fixed typo in the returned hash table from Get-TargetResource.<\/li>\n<li>Minor style changes.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xNetworking<\/td>\n<td>5.1.0.0<\/td>\n<td>\n<ul>\n<li>MSFT_xDhcpClient:\n<ul>\n<li>Corrected style and formatting to meet HQRM guidelines.<\/li>\n<li>Converted exceptions to use ResourceHelper functions.<\/li>\n<\/ul>\n<\/li>\n<li>README.MD:\n<ul>\n<li>Cleaned up badges by putting them into a table.<\/li>\n<\/ul>\n<\/li>\n<li>MSFT_xDnsConnectionSuffix:\n<ul>\n<li>Corrected style and formatting to meet HQRM guidelines.<\/li>\n<li>Converted exceptions to use ResourceHelper functions.<\/li>\n<\/ul>\n<\/li>\n<li>README.MD:\n<ul>\n<li>Converted badges to use branch header as used in xSQLServer.<\/li>\n<\/ul>\n<\/li>\n<li>Added standard .markdownlint.json to configure rules to run on Markdown files.<\/li>\n<li>MSFT_xDnsClientGlobalSetting:\n<ul>\n<li>Corrected style and formatting to meet HQRM guidelines.<\/li>\n<li>Converted exceptions to use ResourceHelper functions.<\/li>\n<\/ul>\n<\/li>\n<li>Updated year to 2017 in LICENSE and module manifest.<\/li>\n<li>MSFT_xDnsServerAddress:\n<ul>\n<li>Fix error when setting address on adapter where NameServer Property does not exist in registry for interface &#8211; see <a href=\"https:\/\/github.com\/PowerShell\/xNetworking\/issues\/237\">issue 237<\/a>.<\/li>\n<li>Corrected style and formatting to meet HQRM guidelines.<\/li>\n<\/ul>\n<\/li>\n<li>MSFT_xIPAddress:\n<ul>\n<li>Improved examples to clarify how to set IP Address prefix &#8211; see <a href=\"https:\/\/github.com\/PowerShell\/xNetworking\/issues\/239\">issue 239<\/a>.<\/li>\n<\/ul>\n<\/li>\n<li>MSFT_xFirewall:\n<ul>\n<li>Fixed bug with DisplayName not being set correctly in some situations &#8211; see <a href=\"https:\/\/github.com\/PowerShell\/xNetworking\/issues\/234\">issue 234<\/a>.<\/li>\n<li>Corrected style and formatting to meet HQRM guidelines.<\/li>\n<li>Converted exceptions to use ResourceHelper functions.<\/li>\n<\/ul>\n<\/li>\n<li>Added .github support files:\n<ul>\n<li>CONTRIBUTING.md<\/li>\n<li>ISSUE_TEMPLATE.md<\/li>\n<li>PULL_REQUEST_TEMPLATE.md<\/li>\n<\/ul>\n<\/li>\n<li>Opted into Common Tests &#8220;Validate Module Files&#8221; and &#8220;Validate Script Files&#8221;.<\/li>\n<li>Converted files with UTF8 with BOM over to UTF8 &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xNetworking\/issues\/250\">Issue 250<\/a>.<\/li>\n<li>MSFT_xFirewallProfile:\n<ul>\n<li>Created new resource configuring firewall profiles.<\/li>\n<\/ul>\n<\/li>\n<li>MSFT_xNetConnectionProfile:\n<ul>\n<li>Corrected style and formatting to meet HQRM guidelines.<\/li>\n<li>Added validation for provided parameters.<\/li>\n<li>Prevent testing parameter values of connection that aren&#8221;t set in resource &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/xNetworking\/issues\/254\">Issue 254<\/a>.<\/li>\n<li>Improved unit test coverage for this resource.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xPSDesiredStateConfiguration<\/td>\n<td>7.0.0.0<\/td>\n<td>\n<ul>\n<li>xService\n<ul>\n<li>BREAKING CHANGE: The service will now return as compliant if the service is not installed and the StartupType is set to Disabled regardless of the value of the Ensure property.<\/li>\n<\/ul>\n<\/li>\n<li>Fixed misnamed certificate thumbprint variable in example Sample_xDscWebServiceRegistrationWithSecurityBestPractices<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xSQLServer<\/td>\n<td>8.1.0.0<\/td>\n<td>\n<ul>\n<li>Changes to xSQLServer\n<ul>\n<li>Added back .markdownlint.json so that lint rule MD013 is enforced.<\/li>\n<li>Change the module to use the image &#8220;Visual Studio 2017&#8221; as the build worker image for AppVeyor (issue 685).<\/li>\n<li>Minor style change in CommonResourceHelper. Added missing [Parameter()] on three parameters.<\/li>\n<li>Minor style changes to the unit tests for CommonResourceHelper.<\/li>\n<li>Changes to xSQLServerHelper\n<ul>\n<li>Added Swedish localization (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/695\">issue 695<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Opt-in for module files common tests (<a href=\"https:\/\/github.com\/powershell\/\">issue 702<\/a>).\n<ul>\n<li>Removed Byte Order Mark (BOM) from the files; CommonResourceHelper.psm1, MSFT_xSQLServerAvailabilityGroupListener.psm1, MSFT_xSQLServerConfiguration.psm1, MSFT_xSQLServerEndpointPermission.psm1, MSFT_xSQLServerEndpointState.psm1, MSFT_xSQLServerNetwork.psm1, MSFT_xSQLServerPermission.psm1, MSFT_xSQLServerReplication.psm1, MSFT_xSQLServerScript.psm1, SQLPSStub.psm1, SQLServerStub.psm1.<\/li>\n<\/ul>\n<\/li>\n<li>Opt-in for script files common tests (<a href=\"https:\/\/github.com\/powershell\/\">issue 707<\/a>).\n<ul>\n<li>Removed Byte Order Mark (BOM) from the files; DSCClusterSqlBuild.ps1, DSCFCISqlBuild.ps1, DSCSqlBuild.ps1, DSCSQLBuildEncrypted.ps1, SQLPush_SingleServer.ps1, 1-AddAvailabilityGroupListenerWithSameNameAsVCO.ps1, 2-AddAvailabilityGroupListenerWithDifferentNameAsVCO.ps1, 3-RemoveAvailabilityGroupListenerWithSameNameAsVCO.ps1, 4-RemoveAvailabilityGroupListenerWithDifferentNameAsVCO.ps1, 5-AddAvailabilityGroupListenerUsingDHCPWithDefaultServerSubnet.ps1, 6-AddAvailabilityGroupListenerUsingDHCPWithSpecificSubnet.ps1, 2-ConfigureInstanceToEnablePriorityBoost.ps1, 1-CreateEndpointWithDefaultValues.ps1, 2-CreateEndpointWithSpecificPortAndIPAddress.ps1, 3-RemoveEndpoint.ps1, 1-AddConnectPermission.ps1, 2-RemoveConnectPermission.ps1, 3-AddConnectPermissionToAlwaysOnPrimaryAndSecondaryReplicaEachWithDifferentSqlServiceAccounts.ps1, 4-RemoveConnectPermissionToAlwaysOnPrimaryAndSecondaryReplicaEachWithDifferentSqlServiceAccounts.ps1, 1-MakeSureEndpointIsStarted.ps1, 2-MakeSureEndpointIsStopped.ps1, 1-EnableTcpIpWithStaticPort.ps1, 2-EnableTcpIpWithDynamicPort.ps1, 1-AddServerPermissionForLogin.ps1, 2-RemoveServerPermissionForLogin.ps1, 1-ConfigureInstanceAsDistributor.ps1, 2-ConfigureInstanceAsPublisher.ps1, 1-WaitForASingleClusterGroup.ps1, 2-WaitForMultipleClusterGroups.ps1.<\/li>\n<\/ul>\n<\/li>\n<li>Updated year to 2017 in license file (<a href=\"https:\/\/github.com\/powershell\/\">issue 711<\/a>).<\/li>\n<li>Code style clean-up throughout the module to align against the Style Guideline.<\/li>\n<li>Fixed typos and the use of wrong parameters in unit tests which was found after release of new version of Pester (<a href=\"https:\/\/github.com\/powershell\/\">issue 773<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerAlwaysOnService\n<ul>\n<li>Added resource description in README.md.<\/li>\n<li>Updated parameters descriptions in comment-based help, schema.mof and README.md.<\/li>\n<li>Changed the datatype of the parameter to Uint32 so the same datatype is used in both the Get-\/Test-\/Set-TargetResource functions as in the schema.mof (issue 688).<\/li>\n<li>Added read-only property IsHadrEnabled to schema.mof and the README.md (issue 687).<\/li>\n<li>Minor cleanup of code.<\/li>\n<li>Added examples (issue 633)\n<ul>\n<li>1-EnableAlwaysOn.ps1<\/li>\n<li>2-DisableAlwaysOn.ps1<\/li>\n<\/ul>\n<\/li>\n<li>Fixed PS Script Analyzer errors (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/724\">issue 724<\/a>)<\/li>\n<li>Casting the result of the property IsHadrEnabled to [System.Boolean] so that $null is never returned, which resulted in an exception (<a href=\"https:\/\/github.com\/powershell\/\">issue 763<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerDatabasePermission\n<ul>\n<li>Fixed PS Script Analyzer errors (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/725\">issue 725<\/a>)<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerScript\n<ul>\n<li>Fixed PS Script Analyzer errors (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/728\">issue 728<\/a>)<\/li>\n<\/ul>\n<\/li>\n<li>Changes to xSQLServerSetup\n<ul>\n<li>Added Swedish localization (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/695\">issue 695<\/a>).<\/li>\n<li>Now Get-TargetResource correctly returns an array for property ASSysAdminAccounts, and no longer throws an error when there is just one Analysis Services administrator (issue 691).<\/li>\n<li>Added a simple integration test (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/709\">issue 709<\/a>).<\/li>\n<li>Fixed PS Script Analyzer errors (<a href=\"https:\/\/github.com\/PowerShell\/xSQLServer\/issues\/729\">issue 729<\/a>)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>How to Find Released DSC Resource Modules<\/h2>\n<p>To see a list of <strong>all<\/strong> released DSC Resource Kit modules, go to the <a href=\"http:\/\/www.powershellgallery.com\/\">PowerShell Gallery<\/a> and display <a href=\"http:\/\/www.powershellgallery.com\/packages?q=Tags%3A%22DSCResourceKit%22\">all modules tagged as DSCResourceKit<\/a>. You can also enter a module&#8217;s name in the search box in the upper right corner of the PowerShell Gallery to find a specific module.<\/p>\n<p>Of course, you can also always use PowerShellGet (available in <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=50395\">WMF 5.0<\/a>) to find modules with DSC Resources:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \"># To list all modules that are part of the DSC Resource Kit\r\nFind-Module -Tag DSCResourceKit \r\n# To list all DSC resources from all sources \r\nFind-DscResource<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<p>To find a <strong>specific<\/strong> module, go directly to its URL on the PowerShell Gallery:\n<a href=\"http:\/\/www.powershellgallery.com\/packages\/\">http:\/\/www.powershellgallery.com\/packages\/<\/a>&lt; module name &gt;\nFor example:\n<a href=\"http:\/\/www.powershellgallery.com\/packages\/xWebAdministration\">http:\/\/www.powershellgallery.com\/packages\/xWebAdministration<\/a><\/p>\n<h2>How to Install DSC Resource Modules From the PowerShell Gallery<\/h2>\n<p>We recommend that you use PowerShellGet to install DSC resource modules:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Install-Module -Name &lt; module name &gt;<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<p>For example:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Install-Module -Name xWebAdministration<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<p>To update all previously installed modules at once, open an elevated PowerShell prompt and use this command:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Update-Module<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<p>After installing modules, you can discover all DSC resources available to your local system with this command:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Get-DscResource<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<h2>How to Find DSC Resource Modules on GitHub<\/h2>\n<p>All resource modules in the DSC Resource Kit are available open-source on GitHub.\nYou can see the most recent state of a resource module by visiting its GitHub page at:\n<a href=\"https:\/\/github.com\/PowerShell\/\">https:\/\/github.com\/PowerShell\/<\/a>&lt; module name &gt;\nFor example, for the xCertificate module, go to:\n<a href=\"https:\/\/github.com\/PowerShell\/xCertificate\">https:\/\/github.com\/PowerShell\/xCertificate<\/a>.<\/p>\n<p>All DSC modules are also listed as submodules of the <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/\">DscResources repository<\/a> in the <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/tree\/master\/xDscResources\">xDscResources folder<\/a>.<\/p>\n<h2>How to Contribute<\/h2>\n<p>You are more than welcome to contribute to the development of the DSC Resource Kit! There are several different ways you can help. You can create new DSC resources or modules, add test automation, improve documentation, fix existing issues, or open new ones.\nSee our <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/blob\/master\/CONTRIBUTING.md\">contributing guide<\/a> for more info on how to become a DSC Resource Kit contributor.<\/p>\n<p>If you would like to help, please take a look at the list of <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/issues\">open issues<\/a> for the DscResources repository.\nYou can also check issues for specific resource modules by going to:\n<a href=\"https:\/\/github.com\/PowerShell\/\">https:\/\/github.com\/PowerShell\/<\/a>&lt; module name &gt;\/issues\nFor example:\n<a href=\"https:\/\/github.com\/PowerShell\/xPSDesiredStateConfiguration\/issues\">https:\/\/github.com\/PowerShell\/xPSDesiredStateConfiguration\/issues<\/a><\/p>\n<p>Your help in developing the DSC Resource Kit is invaluable to us!<\/p>\n<h2>Questions, comments?<\/h2>\n<p>If you&#8217;re looking into using PowerShell DSC, have questions or issues with a current resource, or would like a new resource, let us know in the comments below, on Twitter (<a href=\"https:\/\/twitter.com\/PowerShell_Team\">@PowerShell_Team<\/a>), or by creating an issue on <a href=\"https:\/\/github.com\/powershell\/dscresources\/issues\">GitHub<\/a>.<\/p>\n<p>Katie Keim\nSoftware Engineer\nPowerShell DSC Team\n<a href=\"https:\/\/twitter.com\/katiedsc\">@katiedsc<\/a> (Twitter)\n<a href=\"https:\/\/github.com\/kwirkykat\">@kwirkykat<\/a> (GitHub)<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>DSC Resource Kit Release We just released the DSC Resource Kit! This release includes updates to 10 DSC resource modules. In these past 6 weeks, 91 pull requests have been merged and 74 issues have been closed, all thanks to our amazing community! The modules updated in this release are: SecurityPolicyDsc xCertificate xComputerManagement xDhcpServer xDnsServer [&hellip;]<\/p>\n","protected":false},"author":618,"featured_media":13641,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[150,152,155,290],"class_list":["post-13435","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powershell","tag-dsc","tag-dsc-resource-kit","tag-dsc-resources","tag-resources"],"acf":[],"blog_post_summary":"<p>DSC Resource Kit Release We just released the DSC Resource Kit! This release includes updates to 10 DSC resource modules. In these past 6 weeks, 91 pull requests have been merged and 74 issues have been closed, all thanks to our amazing community! The modules updated in this release are: SecurityPolicyDsc xCertificate xComputerManagement xDhcpServer xDnsServer [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/13435","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/users\/618"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/comments?post=13435"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/13435\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/media\/13641"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/media?parent=13435"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/categories?post=13435"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/tags?post=13435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}