{"id":12185,"date":"2016-06-29T16:50:13","date_gmt":"2016-06-30T00:50:13","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/powershell\/?p=12185"},"modified":"2019-03-05T12:27:33","modified_gmt":"2019-03-05T20:27:33","slug":"dsc-resource-kit-june-release","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/powershell\/dsc-resource-kit-june-release\/","title":{"rendered":"DSC Resource Kit June Release"},"content":{"rendered":"<div class=\"markdown-body\">\n<p>The June release of the DSC Resouce Kit is out!<\/p>\n<p>This release includes <strong>12 updated DSC resource modules<\/strong> and <strong>20 new DSC resources<\/strong>.\nSince the last release on May 18, there have been <strong>106 merged pull requests<\/strong> and <strong>42 closed issues<\/strong>.<\/p>\n<p>The modules updated in this release are:<\/p>\n<ul>\n<li>SharePointDsc<\/li>\n<li>xActiveDirectory<\/li>\n<li>xCertificate<\/li>\n<li>xComputerManagement<\/li>\n<li>xDFS<\/li>\n<li>xExchange<\/li>\n<li>xFailOverCluster<\/li>\n<li>xNetworking<\/li>\n<li>xPSDesiredStateConfiguration<\/li>\n<li>xSQLServer<\/li>\n<li>xTimeZone<\/li>\n<li>xWebAdministration<\/li>\n<\/ul>\n<p>We also have our first ever <strong>community call<\/strong> for the DSC Resource Kit <strong>tomorrow 1-3PM PT<\/strong>!\nJoin us to ask questions and give feedback about your experience with the DSC Resource Kit.\nYou can read more about the call in the blog post <a href=\"https:\/\/devblogs.microsoft.com\/powershell\/dsc-resource-kit-community-call\/\">here<\/a>.<\/p>\n<p>For a detailed list of what resources and fixes have been implemented, see the &#8220;What Has Recently Been Released?&#8221; section below.<\/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<h2>Where Can I Find All Released DSC Modules?<\/h2>\n<p>To see a list of all 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>Another way to find a specific module is to go directly to its URL on GitHub:\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<p>Of course, you can also always use PowerShellGet (available in <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=48729\">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<h2>How Can I Install DSC Resources 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>If you have previous versions of modules installed, you can update them all by opening an elevated PowerShell prompt and using 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 the modules, you can discover all of the resources available to your local system by running:<\/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<p>As with the previous Resource Kits, all the resources are experimental. The &#8220;x&#8221; prefix in the names stands for experimental &#8211; which means these resources are provided AS IS and are not supported through any Microsoft support program or service.<\/p>\n<p>If there is an issue for a module you are particularly concerned about, watch the version number of the module in the PowerShell Gallery for updates. You can also file an issue against the module on <a href=\"https:\/\/github.com\/powershell\/\">GitHub<\/a> to request a fix.<\/p>\n<h2>How Can I Find DSC Modules on GitHub?<\/h2>\n<p>We&#8217;ve open-sourced the development of DSC resources on GitHub. You can see the most recent state of all resources by going to their GitHub pages 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> so that you can see them in one place.<\/p>\n<h2>How Can I Contribute?<\/h2>\n<p>You are more than welcome to contribute to the development of DSC resource modules. 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. Most of the information you need to get started can be found in our <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/blob\/master\/CONTRIBUTING.md\">contributing guide<\/a>.<\/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. You can also check issues opened for specific 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 DSC is much appreciated!<\/p>\n<h2>What Has Been Recently Released?<\/h2>\n<p>You can see a detailed summary of all recent changes in the table below.\nIf you want to see a change log for previous versions, go to the GitHub repository page for a given module (see the &#8220;How Can I Find DSC Modules on GitHub?&#8221; section above for details).<\/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>SharePointDsc<\/td>\n<td>1.1.0.0<\/td>\n<td>\n<ul>\n<li>Added SPBlobCacheSettings, SPOfficeOnlineServerBinding, SPWebAppPermissions, SPServiceAppProxyGroup, SPWebAppProxyGroup and SPUserProfileServiceAppPermissions resources<\/li>\n<li>SPUserProfileSyncService Remove Status field from Get-TargResource: not in MOF, redundant with Ensure<\/li>\n<li>Improvement with SPInstallPrereqs on SPS2013 to accept 2008 R2 or 2012 SQL native client not only 2008 R2<\/li>\n<li>Fixed a bug with SPTimerJobState that prevented a custom schedule being applied to a timer job<\/li>\n<li>Fixed a bug with the detection of group principals vs. user principals in SPServiceAppSecurity and SPWebAppPolicy<\/li>\n<li>Removed redundant value for KB2898850 from SPInstallPrereqs, also fixed old property name for DotNetFX<\/li>\n<li>Fixed a bug with SPAlternateUrl that prevented the test method from returning &#8220;true&#8221; when a URL was absent if the optional URL property was specified in the config<\/li>\n<li>Fixed bugs in SPAccessServiceApp and SPPerformancePointServiceApp with type names not being identified correctly<\/li>\n<li>Added support for custom database name and server to SPPerformancePointServiceApp<\/li>\n<li>Added solution level property to SPFarmSolution<\/li>\n<li>Fixed a bug with SPSearchServiceApp that prevents the default crawl account from being managed after it is initially set<\/li>\n<li>Removed dependency on Win32_Prouct from SPInstallPrereqs<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xActiveDirectory<\/td>\n<td>2.12.0.0<\/td>\n<td>\n<ul>\n<li>xADDomainController: Customer identified two cases of incorrect variables being called in Verbose output messages. Corrected.<\/li>\n<li>xADComputer: New resource added.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xCertificate<\/td>\n<td>2.1.0.0<\/td>\n<td>\n<ul>\n<li>Fixed xCertReq to support CA Root Name with spaces<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xComputerManagement<\/td>\n<td>1.7.0.0<\/td>\n<td>\n<ul>\n<li>Added support for enabling or disabling scheduled tasks<\/li>\n<li>The Name parameter resolves to $env:COMPUTERNAME when the value is localhost<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDFS<\/td>\n<td>3.1.0.0<\/td>\n<td>\n<ul>\n<li>MSFT_xDFSNamespaceServerConfiguration- resource added.<\/li>\n<li>Corrected names of DFS Namespace sample files to indicate that they are setting Namespace roots and folders.<\/li>\n<li>Removed Pester version from AppVeyor.yml.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xExchange<\/td>\n<td>1.8.0.0<\/td>\n<td>\n<ul>\n<li>Fixed PSSA issues in:\n<ul>\n<li>MSFT_xExchClientAccessServer<\/li>\n<li>MSFT_xExchAntiMalwareScanning<\/li>\n<li>MSFT_xExchWaitForMailboxDatabase<\/li>\n<li>MSFT_xExchWebServicesVirtualDirectory<\/li>\n<li>MSFT_xExchExchangeCertificate<\/li>\n<li>MSFT_xExchWaitForDAG<\/li>\n<li>MSFT_xExchUMService<\/li>\n<li>MSFT_xExchUMCallRouterSettings<\/li>\n<li>MSFT_xExchReceiveConnector<\/li>\n<li>MSFT_xExchPowershellVirtualDirectory<\/li>\n<li>MSFT_xExchPopSettings<\/li>\n<li>MSFT_xExchOwaVirtualDirectory<\/li>\n<li>MSFT_xExchOutlookAnywhere<\/li>\n<li>MSFT_xExchOabVirtualDirectory<\/li>\n<li>MSFT_xExchMapiVirtualDirectory<\/li>\n<li>MSFT_xExchMailboxServer<\/li>\n<li>MSFT_xExchImapSettings<\/li>\n<li>MSFT_xExchExchangeServer<\/li>\n<li>MSFT_xExchEventLogLevel<\/li>\n<li>MSFT_xExchEcpVirtualDirectory<\/li>\n<li>MSFT_xExchDatabaseAvailabilityGroupNetwork<\/li>\n<li>MSFT_xExchDatabaseAvailabilityGroupMember<\/li>\n<li>MSFT_xExchDatabaseAvailabilityGroup<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xFailOverCluster<\/td>\n<td>1.4.0.0<\/td>\n<td>\n<ul>\n<li>xClusterDisk: Fixed Test-TargetResource logic<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xPSDesiredStateConfiguration<\/td>\n<td>3.11.0.0<\/td>\n<td>\n<ul>\n<li>xRemoteFile:\n<ul>\n<li>Added parameters:\n<ul>\n<li>TimeoutSec<\/li>\n<li>Proxy<\/li>\n<li>ProxyCredential<\/li>\n<\/ul>\n<\/li>\n<li>Added unit tests.<\/li>\n<li>Corrected Style Guidelines issues.<\/li>\n<li>Added Localization support.<\/li>\n<li>URI parameter supports File:\/\/.<\/li>\n<li>Get-TargetResource returns URI parameter.<\/li>\n<li>Fixed logging of error message reported when download fails.<\/li>\n<li>Added new example Sample_xRemoteFileUsingProxy.ps1.<\/li>\n<\/ul>\n<\/li>\n<li>Examples: Fixed missing newline at end of PullServerSetupTests.ps1.<\/li>\n<li>xFileUpload: Added PSSA rule suppression attribute.<\/li>\n<li>xPackageResource: Removed hardcoded ComputerName &#8220;localhost&#8221; parameter from Get-WMIObject to eliminate PSSA rule violation. The parameter is not required.<\/li>\n<li>Added .gitignore to prevent DSCResource.Tests from being commited to repo.<\/li>\n<li>Updated AppVeyor.yml to use WMF 5 build OS so that latest test methods work.<\/li>\n<li>Updated xWebService resource to not deploy Devices.mdb if esent provider is used<\/li>\n<li>Fixed $script:netsh parameter initialization in xWebService resource that was causing CIM exception when EnableFirewall flag was specified.<\/li>\n<li>xService:\n<ul>\n<li>Fixed a bug where, despite no state specified in the config, the resource test returns false if the service is not running<\/li>\n<li>Fixed bug in which Automatice StartupType did not match the &#8220;Auto&#8221; StartMode in Test-TargetResource.<\/li>\n<\/ul>\n<\/li>\n<li>xPackage: Fixes bug where CreateCheckRegValue was not being removed when uninstalling packages<\/li>\n<li>Replaced New-NetFirewallRule cmdlets with netsh as this cmdlet is not available by default on some downlevel OS such as Windows 2012 R2 Core.<\/li>\n<li>Added the xEnvironment resource<\/li>\n<li>Added the xWindowsFeature resource<\/li>\n<li>Added the xScript resource<\/li>\n<li>Added the xUser resource<\/li>\n<li>Added the xGroupSet resource<\/li>\n<li>Added the xProcessSet resource<\/li>\n<li>Added the xServiceSet resource<\/li>\n<li>Added the xWindowsFeatureSet resource<\/li>\n<li>Added the xWindowsOptionalFeatureSet resource<\/li>\n<li>Merged the in-box Service resource with xService and added tests for xService<\/li>\n<li>Merged the in-box Archive resource with xArchive and added tests for xArchive<\/li>\n<li>Merged the in-box Group resource with xGroup and added tests for xGroup<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xNetworking<\/td>\n<td>2.10.0.0<\/td>\n<td>\n<ul>\n<li>Added the following resources:\n<ul>\n<li>MSFT_xNetAdapterBinding resource to enable\/disable network adapter bindings.<\/li>\n<\/ul>\n<\/li>\n<li>Updated Sample_xIPAddress_*.ps1 examples to show correct usage of setting a Static IP address to prevent issue when DHCP assigned IP address already matches staticly assigned IP address.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xSQLServer<\/td>\n<td>1.7.0.0<\/td>\n<td>\n<ul>\n<li>Resources Added\n<ul>\n<li>xSQLServerConfiguration<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xTimeZone<\/td>\n<td>1.5.0.0<\/td>\n<td>\n<ul>\n<li>Fixed localization problem with DSC configuration Test\/Get<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xWebAdministration<\/td>\n<td>1.12.0.0<\/td>\n<td>\n<ul>\n<li><strong>xWebAppPool<\/strong> updates:\n<ul>\n<li>Replaced 3 calls to Invoke-Expression with a call to a new helper function &#8211; Get-Property<\/li>\n<\/ul>\n<\/li>\n<li><strong>xWebsite<\/strong> updates:\n<ul>\n<li>Bugfix for #131 The site name should be passed in as argument for Test-AuthenticationInfo<\/li>\n<li>Improved <strong>BindingInfo<\/strong> validation: the <strong>HostName<\/strong> property is required for use with Server Name Indication (i.e., when the <strong>SslFlags<\/strong> property is set to <code>1<\/code> or <code>3<\/code>).<\/li>\n<\/ul>\n<\/li>\n<li>Adding conditional logic to install the test helper module from the gallery if the user downloaded the module from the gallery.<\/li>\n<li>Added <strong>xSSLSettings<\/strong> integration tests<\/li>\n<li>Added fixes to <strong>xSSLSettings<\/strong>. Corrected spelling and formatting in base resource and tests. Added misc comments. Added ValidateSet to bindings param.<\/li>\n<li>Added <strong>xIISLogging<\/strong> resource which supports for the following options:\n<ul>\n<li>LogPath<\/li>\n<li>LogFlags<\/li>\n<li>LogPeriod<\/li>\n<li>LogTruncateSize<\/li>\n<li>LoglocalTimeRollover<\/li>\n<li>LogFormat<\/li>\n<\/ul>\n<\/li>\n<li>Added IIS Logging to <strong>xWebsite<\/strong> which support for the following options:\n<ul>\n<li>LogPath<\/li>\n<li>LogFlags<\/li>\n<li>LogPeriod<\/li>\n<li>LogTruncateSize<\/li>\n<li>LoglocalTimeRollover<\/li>\n<li>LogFormat<\/li>\n<\/ul>\n<\/li>\n<li>Added <strong>xWebApplication<\/strong> integration tests<\/li>\n<li>Added fixes to <strong>xWebApplication<\/strong>. Formatted resources to DSC StyleGuideLines, fixed logging statements, fixed incorrect Get-TargetResource param block, fixed Test-SslFlags validation, fixed unit test mocking of Test-SslFlags, added Ssl128 option to SslFlags<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\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>The June release of the DSC Resouce Kit is out! This release includes 12 updated DSC resource modules and 20 new DSC resources. Since the last release on May 18, there have been 106 merged pull requests and 42 closed issues. The modules updated in this release are: SharePointDsc xActiveDirectory xCertificate xComputerManagement xDFS xExchange xFailOverCluster [&hellip;]<\/p>\n","protected":false},"author":600,"featured_media":13641,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[223],"class_list":["post-12185","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powershell","tag-news"],"acf":[],"blog_post_summary":"<p>The June release of the DSC Resouce Kit is out! This release includes 12 updated DSC resource modules and 20 new DSC resources. Since the last release on May 18, there have been 106 merged pull requests and 42 closed issues. The modules updated in this release are: SharePointDsc xActiveDirectory xCertificate xComputerManagement xDFS xExchange xFailOverCluster [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/12185","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\/600"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/comments?post=12185"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/12185\/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=12185"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/categories?post=12185"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/tags?post=12185"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}