{"id":12635,"date":"2016-12-14T18:00:26","date_gmt":"2016-12-15T02:00:26","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/powershell\/?p=12635"},"modified":"2019-03-05T12:45:31","modified_gmt":"2019-03-05T20:45:31","slug":"dsc-resource-kit-release-december-2016","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/powershell\/dsc-resource-kit-release-december-2016\/","title":{"rendered":"DSC Resource Kit Release December 2016"},"content":{"rendered":"<div class=\"markdown-body\">\n<p>We just released the DSC Resource Kit!Since our last release on November 2, we have added 1 new module, <a href=\"https:\/\/github.com\/PowerShell\/AuditPolicyDsc\">AuditPolicyDsc<\/a>, which allows you to edit your audit policy subcategories and options. Thank you to Adam Haynes for this great new module!<\/p>\n<p>Outside of the DSC Resource Kit, we also recently published an update to <a href=\"https:\/\/github.com\/PowerShell\/GPRegistryPolicy\">GPRegistryPolicy<\/a> in the <a href=\"https:\/\/www.powershellgallery.com\/packages\/GPRegistryPolicy\/0.2\">PowerShell Gallery<\/a>. The latest version now includes a DSC resource to help you locally manage policy registry keys.<\/p>\n<p>We have also added two new maintainers to the DSC Resource Kit:<\/p>\n<ul>\n<li>Johan Ljunggren (xSqlServer)<\/li>\n<li>Daniel Scott-Raynsford (xAdcsDeployment, xCertificate, xNetworking, xStorage)<\/li>\n<\/ul>\n<p>These guys have shown outstanding dedication to their modules and continue to be invaluable contributors to the DSC Resource Kit. Congrats!<\/p>\n<p>This release includes updates to <strong>17 DSC resource modules<\/strong>, including <strong>5 new DSC resources<\/strong>. In these past 6 weeks, <strong>101 pull requests<\/strong> have been merged and <strong>43 issues<\/strong> have been closed, all thanks to our amazing community!<\/p>\n<p>Update (12\/16) &#8211; <strong>xPSDesiredStateConfiguration<\/strong> and <strong>PSDscResources<\/strong> have now also been released! PSDscResources now includes Script, Registry, WindowsProcess, GroupSet, ServiceSet, ProcessSet, WindowsFeatureSet, and WindowsOptionalFeatureSet.<\/p>\n<p>The modules updated in this release are:<\/p>\n<ul>\n<li>PSDscResources<\/li>\n<li>SharePointDsc<\/li>\n<li>xActiveDirectory<\/li>\n<li>xAdcsDeployment<\/li>\n<li>xCertificate<\/li>\n<li>xComputerManagement<\/li>\n<li>xDatabase<\/li>\n<li>xDscDiagnostics<\/li>\n<li>xExchange<\/li>\n<li>xFailOverCluster<\/li>\n<li>xHyper-V<\/li>\n<li>xNetworking<\/li>\n<li>xPSDesiredStateConfiguration<\/li>\n<li>xSCSMA<\/li>\n<li>xSQLServer<\/li>\n<li>xStorage<\/li>\n<li>xWebAdministration<\/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 December 7. A <a href=\"https:\/\/youtu.be\/ek2L9y8E4FY\">recording<\/a> of our updates as well as <a href=\"https:\/\/github.com\/powershell\/\">summarizing notes<\/a> are available. Join us next time to ask questions and give feedback about your experience with the DSC Resource Kit. Keep an eye on the <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/blob\/master\/CommunityAgenda.md\">community agenda<\/a> for the next call date.<\/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>As with past Resource Kits, 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>AuditPolicyDsc<\/td>\n<td>1.0.0.0<\/td>\n<td>\n<ul>\n<li>Initial release with the following resources:\n<ul>\n<li>AuditPolicySubcategory<\/li>\n<li>AuditPolicyOption<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>PSDscResources<\/td>\n<td>2.2.0.0, 2.3.0.0 (Just updated the manifest)<\/td>\n<td>\n<ul>\n<li>WindowsFeature:\n<ul>\n<li>Added Catch to ignore RuntimeException when importing ServerManager module. This solves the issue described <a href=\"https:\/\/social.technet.microsoft.com\/Forums\/en-US\/9fc314e1-27bf-4f03-ab78-5e0f7a662b8f\/importmodule-servermanager-some-or-all-identity-references-could-not-be-translated?forum=winserverpowershell\">here<\/a>.<\/li>\n<li>Updated unit tests.<\/li>\n<\/ul>\n<\/li>\n<li>Added WindowsProcess<\/li>\n<li>CommonTestHelper:\n<ul>\n<li>Added Get-AppVeyorAdministratorCredential.<\/li>\n<li>Added Set-StrictMode -&#8220;Latest&#8221; and $errorActionPreference -&#8220;Stop&#8221;.<\/li>\n<\/ul>\n<\/li>\n<li>Service:\n<ul>\n<li>Updated resource module, unit tests, integration tests, and examples to reflect the changes made in xPSDesiredStateConfiguration.<\/li>\n<\/ul>\n<\/li>\n<li>Group:\n<ul>\n<li>Updated resource module, examples, and integration tests to reflect the changes made in xPSDesiredStateConfiguration.<\/li>\n<\/ul>\n<\/li>\n<li>Added Script.<\/li>\n<li>Added GroupSet, ServiceSet, WindowsFeatureSet, WindowsOptionalFeatureSet, and ProcessSet.<\/li>\n<li>Added Set-StrictMode -&#8220;Latest&#8221; and $errorActionPreference -&#8220;Stop&#8221; to Group, Service, User, WindowsFeature, WindowsOptionalFeature, WindowsPackageCab.<\/li>\n<li>Fixed bug in WindowsFeature in which is was checking the &#8220;Count&#8221; property of an object that was not always an array.<\/li>\n<li>Cleaned Group and Service resources and tests.<\/li>\n<li>Added Registry.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>SharePointDsc<\/td>\n<td>1.5.0.0<\/td>\n<td>\n<ul>\n<li>Fixed issue with SPManagedMetaDataServiceApp if ContentTypeHubUrl parameter is null<\/li>\n<li>Added minimum PowerShell version to module manifest<\/li>\n<li>Added testing for valid markdown syntax to unit tests<\/li>\n<li>Added support for MinRole enhancements added in SP2016 Feature Pack 1<\/li>\n<li>Fixed bug with search topology that caused issues with names of servers needing to all be the same case<\/li>\n<li>Fixed bug in SPInstallLanguagePack where language packs could not be installed on SharePoint 2016<\/li>\n<li>Added new resource SPSearchFileType<\/li>\n<li>Updated SPDatabaseAAG to allow database name patterns<\/li>\n<li>Fixed a bug were PerformancePoint and Excel Services Service Application proxies would not be added to the default proxy group when they are provisioned<\/li>\n<li>Added an error catch to provide more detail about running SPAppCatalog with accounts other than the farm account<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xActiveDirectory<\/td>\n<td>2.15.0.0<\/td>\n<td>\n<ul>\n<li>xAdDomainController: Fixes SiteName being required field.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xAdcsDeployment<\/td>\n<td>1.1.0.0<\/td>\n<td>\n<ul>\n<li>Converted AppVeyor.yml to pull Pester from PSGallery instead of Chocolatey.<\/li>\n<li>Changed AppVeyor.yml to use default image.<\/li>\n<li>xAdcsCertificateAuthority:\n<ul>\n<li>Change property format in Readme.md to be standard layout.<\/li>\n<li>Converted style to meet HQRM guidelines.<\/li>\n<li>Added verbose logging support.<\/li>\n<li>Added string localization.<\/li>\n<li>Fixed Get-TargetResource by removing IsCA and changing Ensure to return whether or not CA is installed.<\/li>\n<li>Added unit tests.<\/li>\n<li>Updated parameter format to meet HQRM guidelines.<\/li>\n<\/ul>\n<\/li>\n<li>xAdcsOnlineResponder:\n<ul>\n<li>Change property format in Readme.md to be standard layout.<\/li>\n<li>Added unit test header to be latest version.<\/li>\n<li>Added function help.<\/li>\n<li>Updated parameter format to meet HQRM guidelines.<\/li>\n<li>Updated resource to meet HQRM guidelines.<\/li>\n<\/ul>\n<\/li>\n<li>xAdcsWebEnrollment:\n<ul>\n<li>Change property format in Readme.md to be standard layout.<\/li>\n<li>Added unit test header to be latest version.<\/li>\n<li>Added function help.<\/li>\n<li>Updated parameter format to meet HQRM guidelines.<\/li>\n<li>Updated resource to meet HQRM guidelines.<\/li>\n<\/ul>\n<\/li>\n<li>Added CommonResourceHelper.psm1 (copied from xPSDesiredStateConfiguration).<\/li>\n<li>Removed Technet Documentation HTML file from root folder.<\/li>\n<li>Removed redundant code from AppVeyor.yml.<\/li>\n<li>Fix markdown violations in Readme.md.<\/li>\n<li>Updated readme.md to match DSCResource.Template\\Readme.md.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xCertificate<\/td>\n<td>2.3.0.0<\/td>\n<td>\n<ul>\n<li>xCertReq:\n<ul>\n<li>Added additional parameters KeyLength, Exportable, ProviderName, OID, KeyUsage, CertificateTemplate, SubjectAltName<\/li>\n<\/ul>\n<\/li>\n<li>Fixed most markdown errors in Readme.md.<\/li>\n<li>Corrected Parameter decoration format to be consistent with guidelines.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xComputerManagement<\/td>\n<td>1.9.0.0<\/td>\n<td>\n<ul>\n<li>Added resources\n<ul>\n<li>xPowerPlan<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDatabase<\/td>\n<td>1.5.0.0<\/td>\n<td>\n<ul>\n<li>Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.<\/li>\n<li>Added logging for when dac deploy fails<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDscDiagnostics<\/td>\n<td>2.6.0.0<\/td>\n<td>\n<ul>\n<li>Added JobId parameter set to Get-xDscConfiguration<\/li>\n<li>Added IIS binding collection<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xExchange<\/td>\n<td>1.12.0.0<\/td>\n<td>\n<ul>\n<li>xExchangeCommon : In StartScheduledTask corrected throw error check to throw last error when errorRegister has more than 0 errors instead of throwing error if errorRegister was not null, which would otherwise always be true.<\/li>\n<li>Fix PSAvoidUsingWMICmdlet issues from PSScriptAnalyzer<\/li>\n<li>Fix PSUseSingularNouns issues from PSScriptAnalyzer<\/li>\n<li>Fix PSAvoidUsingCmdletAliases issues from PSScriptAnalyzer<\/li>\n<li>Fix PSUseApprovedVerbs issues from PSScriptAnalyzer<\/li>\n<li>Fix PSAvoidUsingEmptyCatchBlock issues from PSScriptAnalyzer<\/li>\n<li>Fix PSUsePSCredentialType issues from PSScriptAnalyzer<\/li>\n<li>Fix erroneous PSDSCDscTestsPresent issues from PSScriptAnalyzer for modules that do actually have tests in the root Tests folder<\/li>\n<li>Fix array comparison issues by removing check for if array is null<\/li>\n<li>Suppress PSDSCDscExamplesPresent PSScriptAnalyzer issues for resources that do have examples<\/li>\n<li>Fix PSUseDeclaredVarsMoreThanAssignments issues from PSScriptAnalyzer<\/li>\n<li>Remove requirements for second DAG member, or second Witness server, from MSFT_xExchDatabaseAvailabilityGroup.Integration.Tests<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xFailOverCluster<\/td>\n<td>1.6.0.0<\/td>\n<td>\n<ul>\n<li>xCluster: Fixed bug in which failure to create a new cluster would hang<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xHyper-V<\/td>\n<td>3.6.0.0<\/td>\n<td>\n<ul>\n<li>xVHD: Updated incorrect property name MaximumSize in error message<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xNetworking<\/td>\n<td>3.1.0.0<\/td>\n<td>\n<ul>\n<li>Changed parameter format in Readme.md to improve information coverage and consistency.<\/li>\n<li>Changed all MOF files to be consistent and meet HQRM guidelines.<\/li>\n<li>Removed most markdown errors (MD*) in Readme.md.<\/li>\n<li>Added xNetAdapterRDMA resource<\/li>\n<li>Fixes to support changes to DSCResource.Tests.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xPSDesiredStateConfiguration<\/td>\n<td>5.1.0.0<\/td>\n<td>\n<ul>\n<li>xWindowsFeature:\n<ul>\n<li>Added Catch to ignore RuntimeException when importing ServerManager module.<\/li>\n<li>Updated unit tests.<\/li>\n<\/ul>\n<\/li>\n<li>xPackage:\n<ul>\n<li>No longer checks for package installation when a reboot is required.<\/li>\n<li>Ensures a space is added to MSI installation arguments.<\/li>\n<li>Adds RunAsCredential parameter to permit installing packages with specific user account.<\/li>\n<li>Fixes null verbose log output error.<\/li>\n<\/ul>\n<\/li>\n<li>xDSCWebService\n<ul>\n<li>Fixed issue where resource would fail to read redirection.config file.<\/li>\n<\/ul>\n<\/li>\n<li>xArchive\n<ul>\n<li>Fixed issue where resource would throw exception when file name contains brackets.<\/li>\n<\/ul>\n<\/li>\n<li>xScript\n<ul>\n<li>Cleaned resource for high quality requirements<\/li>\n<li>Added unit tests<\/li>\n<li>Added integration tests<\/li>\n<li>Updated documentation and example<\/li>\n<\/ul>\n<\/li>\n<li>ResourceSetHelper:\n<ul>\n<li>Updated common functions for all &#8216;Set&#8217; resources.<\/li>\n<li>Added unit tests<\/li>\n<\/ul>\n<\/li>\n<li>xGroupSet:\n<ul>\n<li>Updated resource to use new ResouceSetHelper functions and added integration tests.<\/li>\n<\/ul>\n<\/li>\n<li>xGroup:\n<ul>\n<li>Cleaned module imports, fixed PSSA issues, and set ErrorActionPreference to stop.<\/li>\n<\/ul>\n<\/li>\n<li>xService:\n<ul>\n<li>Cleaned resource functions to enable StrictMode.<\/li>\n<li>Fixed bug in which Set-TargetResource would create a service when Ensure set to Absent and Path specified.<\/li>\n<li>Added unit tests.<\/li>\n<li>Added integration tests for BuiltInAccount and Credential.<\/li>\n<\/ul>\n<\/li>\n<li>xServiceSet:\n<ul>\n<li>Updated resource to use new ResouceSetHelper functions and added integration tests.<\/li>\n<li>Updated documentation and example<\/li>\n<\/ul>\n<\/li>\n<li>xWindowsProcess\n<ul>\n<li>Cleaned resource as per high quality guidelines.<\/li>\n<li>Added unit tests.<\/li>\n<li>Added integration tests.<\/li>\n<li>Updated documentation.<\/li>\n<li>Updated examples.<\/li>\n<li>Fixed bug in Get-TargetResource.<\/li>\n<li>Added a &#8216;Count&#8217; value to the hashtable returned by Get-TargetResource so that the user can see how many instances of the process are running.<\/li>\n<li>Fixed bug in finding the path to the executable.<\/li>\n<li>Changed name to be xWindowsProcess everywhere.<\/li>\n<\/ul>\n<\/li>\n<li>xWindowsOptionalFeatureSet\n<ul>\n<li>Updated resource to use new ResouceSetHelper functions and added integration tests.<\/li>\n<li>Updated documentation and examples<\/li>\n<\/ul>\n<\/li>\n<li>xWindowsFeatureSet\n<ul>\n<li>Updated resource to use new ResouceSetHelper functions and added integration tests.<\/li>\n<li>Updated documentation and examples<\/li>\n<\/ul>\n<\/li>\n<li>xProcessSet\n<ul>\n<li>Updated resource to use new ResouceSetHelper functions and added integration tests.<\/li>\n<li>Updated documentation and examples<\/li>\n<\/ul>\n<\/li>\n<li>xRegistry\n<ul>\n<li>Updated resource to be high-quality<\/li>\n<li>Fixed bug in which the user could not set a Binary registry value to 0<\/li>\n<li>Added unit and integration tests<\/li>\n<li>Added examples and updated documentation<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xSCSMA<\/td>\n<td>1.5.0.0<\/td>\n<td>\n<ul>\n<li>Added $IdentifyingNumber for TP5\/RTM and small WMI improvements<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xSQLServer<\/td>\n<td>4.0.0.0<\/td>\n<td>\n<ul>\n<li>Fixes in xSQLServerConfiguration\n<ul>\n<li>Added support for clustered SQL instances<\/li>\n<li>BREAKING CHANGE: Updated parameters to align with other resources (SQLServer \/ SQLInstanceName)<\/li>\n<li>Updated code to utilize CIM rather than WMI<\/li>\n<\/ul>\n<\/li>\n<li>Added tests for resources\n<ul>\n<li>xSQLServerConfiguration<\/li>\n<li>xSQLServerSetup<\/li>\n<li>xSQLServerDatabaseRole<\/li>\n<li>xSQLAOGroupJoin<\/li>\n<li>xSQLServerHelper and moved the existing tests for Restart-SqlService to it.<\/li>\n<li>xSQLServerAlwaysOnService<\/li>\n<\/ul>\n<\/li>\n<li>Fixes in xSQLAOGroupJoin\n<ul>\n<li>Availability Group name now appears in the error message for a failed Availability Group join attempt.<\/li>\n<li>Get-TargetResource now works with Get-DscConfiguration<\/li>\n<\/ul>\n<\/li>\n<li>Fixes in xSQLServerRole\n<ul>\n<li>Updated Ensure parameter to &#8220;Present&#8221; default value<\/li>\n<\/ul>\n<\/li>\n<li>*-SqlServerRole to *-SqlServerRoleMember<\/li>\n<li>Changes to xSQLAlias\n<ul>\n<li>Add UseDynamicTcpPort parameter for option &#8220;Dynamically determine port&#8221;<\/li>\n<li>Change Get-WmiObject to Get-CimInstance in Resource and associated pester file<\/li>\n<\/ul>\n<\/li>\n<li>Added CHANGELOG.md file<\/li>\n<li>Added issue template file (ISSUE_TEMPLATE.md) for &#8220;New Issue&#8221; and pull request template file (PULL_REQUEST_TEMPLATE.md) for &#8220;New Pull Request&#8221;<\/li>\n<li>Add Contributing.md file<\/li>\n<li>Changes to xSQLServerSetup\n<ul>\n<li>Now <code>Features<\/code> parameter is case-insensitive.<\/li>\n<\/ul>\n<\/li>\n<li>BREAKING CHANGE: Removed xSQLServerPowerPlan from this module. The resource has been moved to <a href=\"https:\/\/github.com\/PowerShell\/xComputerManagement\">xComputerManagement<\/a> and is now called xPowerPlan.<\/li>\n<li>Changes and enhancements in xSQLServerDatabaseRole\n<ul>\n<li>BREAKING CHANGE: Fixed so the same user can now be added to a role in one or more databases, and\/or one or more instances. Now the parameters <code>SQLServer<\/code> and <code>SQLInstanceName<\/code> are mandatory.<\/li>\n<li>Enhanced so the same user can now be added to more than one role<\/li>\n<\/ul>\n<\/li>\n<li>BREAKING CHANGE: Renamed xSQLAlias to xSQLServerAlias to align with naming convention.<\/li>\n<li>Changes to xSQLServerAlwaysOnService\n<ul>\n<li>Added RestartTimeout parameter<\/li>\n<li>Fixed bug where the SQL Agent service did not get restarted after the IsHadrEnabled property was set.<\/li>\n<li>BREAKING CHANGE: The mandatory parameters now include Ensure, SQLServer, and SQLInstanceName. SQLServer and SQLInstanceName are keys which will be used to uniquely identify the resource which allows AlwaysOn to be enabled on multiple instances on the same machine.<\/li>\n<\/ul>\n<\/li>\n<li>Moved Restart-SqlService from MSFT_xSQLServerConfiguration.psm1 to xSQLServerHelper.psm1.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xStorage<\/td>\n<td>2.9.0.0<\/td>\n<td>\n<ul>\n<li>Updated readme.md to remove markdown best practice rule violations.<\/li>\n<li>Updated readme.md to match DSCResources\/DscResource.Template\/README.md.<\/li>\n<li>xDiskAccessPath:\n<ul>\n<li>Fix bug when re-attaching disk after mount point removed or detatched.<\/li>\n<li>Additional log entries added for improved diagnostics.<\/li>\n<li>Additional integration tests added.<\/li>\n<li>Improve timeout loop.<\/li>\n<\/ul>\n<\/li>\n<li>Converted integration tests to use <code>$TestDrive<\/code> as working folder or <code>temp<\/code> folder when persistence across tests is required.<\/li>\n<li>Suppress <code>PSUseShouldProcessForStateChangingFunctions<\/code> rule violations in resources.<\/li>\n<li>Rename <code>Test-AccessPath<\/code> function to <code>Assert-AccessPathValid<\/code>.<\/li>\n<li>Rename <code>Test-DriveLetter<\/code> function to <code>Assert-DriveLetterValid<\/code>.<\/li>\n<li>Added <code>CommonResourceHelper.psm1<\/code> module (based on PSDscResources).<\/li>\n<li>Added <code>CommonTestsHelper.psm1<\/code> module (based on PSDscResources).<\/li>\n<li>Converted all modules to load localization data using <code>Get-LocalizedData<\/code> from CommonResourceHelper.<\/li>\n<li>Converted all exception calls and tests to use functions in <code>CommonResourceHelper.psm1<\/code> and <code>CommonTestsHelper.psm1<\/code> respectively.<\/li>\n<li>Fixed examples:\n<ul>\n<li>Sample_InitializeDataDisk.ps1<\/li>\n<li>Sample_InitializeDataDiskWithAccessPath.ps1<\/li>\n<li>Sample_xMountImage_DismountISO.ps1<\/li>\n<\/ul>\n<\/li>\n<li>xDisk:\n<ul>\n<li>Improve timeout loop.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xWebAdministration<\/td>\n<td>1.16.0.0<\/td>\n<td>\n<ul>\n<li>Log directory configuration on xWebsite used the logPath attribute instead of the directory attribute. Bugfix for<\/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 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>We just released the DSC Resource Kit!Since our last release on November 2, we have added 1 new module, AuditPolicyDsc, which allows you to edit your audit policy subcategories and options. Thank you to Adam Haynes for this great new module! Outside of the DSC Resource Kit, we also recently published an update to GPRegistryPolicy [&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,290],"class_list":["post-12635","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powershell","tag-dsc","tag-dsc-resource-kit","tag-resources"],"acf":[],"blog_post_summary":"<p>We just released the DSC Resource Kit!Since our last release on November 2, we have added 1 new module, AuditPolicyDsc, which allows you to edit your audit policy subcategories and options. Thank you to Adam Haynes for this great new module! Outside of the DSC Resource Kit, we also recently published an update to GPRegistryPolicy [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/12635","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=12635"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/12635\/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=12635"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/categories?post=12635"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/tags?post=12635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}