{"id":14315,"date":"2018-09-05T13:55:15","date_gmt":"2018-09-05T20:55:15","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/powershell\/?p=14315"},"modified":"2019-02-20T00:31:59","modified_gmt":"2019-02-20T07:31:59","slug":"dsc-resource-kit-release-september-2018","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/powershell\/dsc-resource-kit-release-september-2018\/","title":{"rendered":"DSC Resource Kit Release September 2018"},"content":{"rendered":"<div class=\"markdown-body\">\n<p>We just released the DSC Resource Kit!<\/p>\n<p>This release includes updates to <strong>11 DSC resource modules<\/strong>. In the past 6 weeks, <strong>146 pull requests<\/strong> have been merged and <strong>105 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>CertificateDsc<\/li>\n<li>NetworkingDsc<\/li>\n<li>SecurityPolicyDsc<\/li>\n<li>SharePointDsc<\/li>\n<li>SqlServerDsc<\/li>\n<li>StorageDsc<\/li>\n<li>xActiveDirectory<\/li>\n<li>xDatabase<\/li>\n<li>xExchange<\/li>\n<li>xRemoteDesktopSessionHost<\/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 on August 29. A recording of our updates will be available on YouTube soon. Join us for the next call at 12PM (Pacific time) on October 10 to ask questions and give feedback about your experience with the DSC Resource Kit.<\/p>\n<p>The next DSC Resource Kit release will be going out one week later than usual on Wednesday, October 24, 2018. This will not shift any other dates, so the community call will still be on October 10, and the following release will be on November 28.<\/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\" rel=\"nofollow\">@PowerShell_Team<\/a>)!<\/p>\n<p>Please see our documentation <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/blob\/master\/Supportability.md\">here<\/a> for information on the support of these resource modules.<\/p>\n<h2><a id=\"user-content-included-in-this-release\" class=\"anchor\" href=\"#included-in-this-release\"><\/a>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>CertificateDsc<\/td>\n<td>4.2.0.0<\/td>\n<td>\n<ul>\n<li>Added a CODE_OF_CONDUCT.md with the same content as in the README.md &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/CertificateDsc\/issues\/139\">Issue 139<\/a>.<\/li>\n<li>Refactored module folder structure to move resource to root folder of repository and remove test harness &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/CertificateDsc\/issues\/142\">Issue 142<\/a>.<\/li>\n<li>Updated Examples to support deployment to PowerShell Gallery scripts.<\/li>\n<li>Correct configuration names in Examples &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/CertificateDsc\/issues\/150\">Issue 150<\/a>.<\/li>\n<li>Correct filename case of <code>CertificateDsc.Common.psm1<\/code> &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/CertificateDsc\/issues\/149\">Issue 149<\/a>.<\/li>\n<li>Remove exclusion of all tags in appveyor.yml, so all common tests can be run if opt-in.<\/li>\n<li>PfxImport:\n<ul>\n<li>Added requirements to README.MD to specify cryptographic algorithm support &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/CertificateDsc\/issues\/153\">Issue 153<\/a>.<\/li>\n<li>Changed Path parameter to be optional to fix error when ensuring certificate is absent and certificate file does not exist on disk &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/CertificateDsc\/issues\/136\">Issue 136<\/a>.<\/li>\n<li>Removed ShouldProcess because it is not required by DSC Resources.<\/li>\n<li>Minor style corrections.<\/li>\n<li>Changed unit tests to be non-destructive.<\/li>\n<li>Improved naming and description of example files.<\/li>\n<li>Added localization string ID suffix for all strings.<\/li>\n<\/ul>\n<\/li>\n<li>Added .VSCode settings for applying DSC PSSA rules &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/CertificateDsc\/issues\/157\">Issue 157<\/a>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>NetworkingDsc<\/td>\n<td>6.1.0.0<\/td>\n<td>\n<ul>\n<li>MSFT_Firewall:\n<ul>\n<li>Added full stop to end of MOF field descriptions.<\/li>\n<li>Support for <code>[<\/code>, <code>]<\/code> and <code>*<\/code> characters in the Name property added &#8211; fixes <a href=\"https:\/\/github.com\/PowerShell\/NetworkingDsc\/issues\/348\">Issue 348<\/a>.<\/li>\n<li>Improved unit tests to meet style guidelines.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>SecurityPolicyDsc<\/td>\n<td>2.5.0.0<\/td>\n<td>\n<ul>\n<li>Added handler for null value in SecurityOption<\/li>\n<li>Moved the helper module out from DSCResource folder to the Modules folder.<\/li>\n<li>Fixed SecurityPolicyResourceHelper.Tests.ps1 so it possible to run the tests locally.<\/li>\n<li>Fixed minor typos.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>SharePointDsc<\/td>\n<td>2.5.0.0<\/td>\n<td>\n<ul>\n<li>SPAppCatalog\n<ul>\n<li>Updated resource to retrieve the Farm account instead of requiring it to be specifically used<\/li>\n<\/ul>\n<\/li>\n<li>SPDatabaseAAG\n<ul>\n<li>Updated readme.md to specify that this resource also updates the database connection string<\/li>\n<\/ul>\n<\/li>\n<li>SPDiagnosticsProvider\n<ul>\n<li>Fixed issue where enabling providers did not work<\/li>\n<\/ul>\n<\/li>\n<li>SPFarm\n<ul>\n<li>Added ability to check and update CentralAdministrationPort<\/li>\n<\/ul>\n<\/li>\n<li>SPLogLevel\n<ul>\n<li>Added High as TraceLevel, which was not included yet<\/li>\n<\/ul>\n<\/li>\n<li>SPRemoteFarmTrust\n<ul>\n<li>Updated readme.md file to add a link that was lost during earlier updates<\/li>\n<\/ul>\n<\/li>\n<li>SPSearchServiceApp\n<ul>\n<li>Updated Set method to check if service application pool exists. Resource will throw an error if it does not exist<\/li>\n<\/ul>\n<\/li>\n<li>SPSearchTopology\n<ul>\n<li>Fixed issue where Get method threw an error when the specified service application didn&#8217;t exist yet<\/li>\n<li>Fixed issue where the resource would fail is the FQDN was specified<\/li>\n<\/ul>\n<\/li>\n<li>SPShellAdmins\n<ul>\n<li>Added ExcludeDatabases parameter for AllDatabases<\/li>\n<\/ul>\n<\/li>\n<li>SPSite\n<ul>\n<li>Added ability to check and update QuotaTemplate, OwnerAlias and SecondaryOwnerAlias<\/li>\n<\/ul>\n<\/li>\n<li>SPSiteUrl\n<ul>\n<li>New resource to manage site collection urls for host named site collections<\/li>\n<\/ul>\n<\/li>\n<li>SPTrustedIdentityTokenIssuerProviderRealm\n<ul>\n<li>Fixed issue where Get method threw an error when the realm didn&#8217;t exist yet<\/li>\n<\/ul>\n<\/li>\n<li>SPUserProfileServiceApp\n<ul>\n<li>Fix for issue where an update conflict error was thrown when new service application was created<\/li>\n<li>Added SiteNamingConflictResolution parameter to the resource<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>SqlServerDsc<\/td>\n<td>12.0.0.0<\/td>\n<td>\n<ul>\n<li>Changes to SqlServerDatabaseMail\n<ul>\n<li>DisplayName is now properly treated as display name for the originating email address (<a href=\"https:\/\/github.com\/powershell\/\">issue 1200<\/a>). <a href=\"https:\/\/github.com\/NReilingh\">Nick Reilingh (@NReilingh)<\/a>\n<ul>\n<li>DisplayName property now defaults to email address instead of server name.<\/li>\n<li>Minor improvements to documentation.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li>Changes to SqlAGDatabase\n<ul>\n<li>Corrected reference to &#8220;PsDscRunAsAccount&#8221; in documentation (<a href=\"https:\/\/github.com\/PowerShell\/SqlServerDsc\/issues\/1199\">issue 1199<\/a>). <a href=\"https:\/\/github.com\/NReilingh\">Nick Reilingh (@NReilingh)<\/a><\/li>\n<\/ul>\n<\/li>\n<li>Changes to SqlDatabaseOwner\n<ul>\n<li>BREAKING CHANGE: Support multiple instances on the same node. The parameter InstanceName is now Key and cannot be omitted (<a href=\"https:\/\/github.com\/PowerShell\/SqlServerDsc\/issues\/1197\">issue 1197<\/a>).<\/li>\n<\/ul>\n<\/li>\n<li>Changes to SqlSetup\n<ul>\n<li>Added new parameters to allow to define the startup types for the Sql Engine service, the Agent service, the Analysis service and the Integration Service. The new optional parameters are respectively SqlSvcStartupType, AgtSvcStartupType, AsSvcStartupType, IsSvcStartupType and RsSvcStartupType (<a href=\"https:\/\/github.com\/PowerShell\/SqlServerDsc\/issues\/1165\">issue 1165<\/a>. <a href=\"https:\/\/github.com\/mdaniou\">Maxime Daniou (@mdaniou)<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>StorageDsc<\/td>\n<td>4.1.0.0<\/td>\n<td>\n<ul>\n<li>Enabled PSSA rule violations to fail build &#8211; Fixes <a href=\"https:\/\/github.com\/PowerShell\/StorageDsc\/issues\/149\">Issue 149<\/a>.<\/li>\n<li>Fixed markdown rule violations in CHANGELOG.MD.<\/li>\n<li>Disk:\n<ul>\n<li>Corrected message strings.<\/li>\n<li>Added message when partition resize required but <code>AllowDestructive<\/code> parameter is not enabled.<\/li>\n<li>Fix error when <code>Size<\/code> not specified and <code>AllowDestructive<\/code> is <code>$true<\/code> and partition can be expanded &#8211; Fixes <a href=\"https:\/\/github.com\/PowerShell\/StorageDsc\/issues\/162\">Issue 162<\/a>.<\/li>\n<li>Fix incorrect error displaying when newly created partition is not made Read\/Write.<\/li>\n<li>Change verbose messages to show warnings when a partition resize would have occured but the <code>AllowDestructive<\/code> flag is set to <code>$false<\/code>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xActiveDirectory<\/td>\n<td>2.21.0.0<\/td>\n<td>\n<ul>\n<li>Added xADObjectPermissionEntry\n<ul>\n<li>New resource added to control the AD object permissions entries <a href=\"https:\/\/github.com\/claudiospizzi\">Claudio Spizzi (@claudiospizzi)<\/a><\/li>\n<\/ul>\n<\/li>\n<li>Changes to xADCommon\n<ul>\n<li>Assert-Module has been extended with a parameter ImportModule to also import the module (<a href=\"https:\/\/github.com\/PowerShell\/xActiveDirectory\/issues\/218\">issue 218<\/a>). <a href=\"https:\/\/github.com\/nyanhp\">Jan-Hendrik Peters (@nyanhp)<\/a><\/li>\n<\/ul>\n<\/li>\n<li>Changes to xADDomain\n<ul>\n<li>xADDomain makes use of new parameter ImportModule of Assert-Module in order to import the ADDSDeployment module (<a href=\"https:\/\/github.com\/PowerShell\/xActiveDirectory\/issues\/218\">issue 218<\/a>). <a href=\"https:\/\/github.com\/nyanhp\">Jan-Hendrik Peters (@nyanhp)<\/a><\/li>\n<\/ul>\n<\/li>\n<li>xADComputer, xADGroup, xADOrganizationalUnit and xADUser now support restoring from AD recycle bin (<a href=\"https:\/\/github.com\/PowerShell\/xActiveDirectory\/issues\/211\">Issue 221<\/a>). <a href=\"https:\/\/github.com\/nyanhp\">Jan-Hendrik Peters (@nyanhp)<\/a><\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDatabase<\/td>\n<td>1.9.0.0<\/td>\n<td>\n<ul>\n<li>xDatabase Test-TargetResource will now check DacPacVersion if DacPacPath parameter and DB exist. If the DacPacApplicationVersion is supplied and matches the deployed version we will return $true. (<a href=\"https:\/\/github.com\/PowerShell\/xDatabase\/issues\/41\">issue 41<\/a>)<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xExchange<\/td>\n<td>1.23.0.0<\/td>\n<td>\n<ul>\n<li>Fixes issue with xExchMaintenanceMode on Exchange 2016 where the cluster does not get paused when going into maintenance mode. Also fixes issue where services fail to stop, start, pause, or resume.<\/li>\n<li>Explicitly cast member types in Get-DscConfiguration return hashtables to align with the types defined in the resource schemas. Fixes an issue where Get-DscConfiguration fails to return a value.<\/li>\n<li>xExchClientAccessServer: Fixes issue where AlternateServiceAccountConfiguration or RemoveAlternateServiceAccountCredentials parameters can&#8221;t be used at the same time as other optional parameters.<\/li>\n<li>xExchInstall: Fixes issue where Test-TargetResource returns true if setup is running. Fixes issue where setup is not detected as having been successfully completed even if setup was successful. Adds initial set of unit tests for xExchInstall and related functions.<\/li>\n<li>Remove VerbosePreference from function parameters and update all calls to changed functions.<\/li>\n<li>Fixes multiple PSScriptAnalyzer issues. Specifically, fixes all instances of PSAvoidTrailingWhitespace, PSAvoidGlobalVars, PSAvoidUsingConvertToSecureStringWithPlainText, PSUseSingularNouns, and fixes many instances of PSUseDeclaredVarsMoreThanAssignments.<\/li>\n<li>Add support for Exchange Server 2019 &#8211; Preview<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xRemoteDesktopSessionHost<\/td>\n<td>1.8.0.0<\/td>\n<td>\n<ul>\n<li>Changes to xRDSessionDeployment\n<ul>\n<li>Fixed issue where an initial deployment failed due to a convert to lowercase (issue 39).<\/li>\n<li>Added unit tests to test Get, Test and Set results in this resource.<\/li>\n<\/ul>\n<\/li>\n<li>Change to xRDRemoteApp\n<ul>\n<li>Fixed issue where this resource ignored the CollectionName provided in the parameters (issue 41).<\/li>\n<li>Changed key values in schema.mof to only Alias and CollectionName, DisplayName and FilePath are not key values.<\/li>\n<li>Added Ensure property (Absent or Present) to enable removal of RemoteApps.<\/li>\n<li>Added unit tests to test Get, Test and Set results in this resource.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xWebAdministration<\/td>\n<td>2.2.0.0<\/td>\n<td>\n<ul>\n<li>Added new parameter &#8220;Location&#8221; to <strong>WebApplcationHandler<\/strong> extending functionality to address [392]<\/li>\n<li>Changes to xWebAdministration\n<ul>\n<li>Update section header for WebApplicationHandler in README.<\/li>\n<li>Fix tests for helper function <code>Get-LocalizedData<\/code> in Helper.Tests.ps1 that referenced the wrong path.<\/li>\n<\/ul>\n<\/li>\n<li>Remove duplication in MSFT_xWebsite.psm1. <a href=\"https:\/\/github.com\/kmorcinek\">Krzysztof Morcinek (@kmorcinek)<\/a><\/li>\n<li>Updates <strong>xIISMimeTypeMapping<\/strong> to add MIME type mapping for nested paths<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2><a id=\"user-content-how-to-find-released-dsc-resource-modules\" class=\"anchor\" href=\"#how-to-find-released-dsc-resource-modules\"><\/a>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\/\" rel=\"nofollow\">PowerShell Gallery<\/a> and display <a href=\"http:\/\/www.powershellgallery.com\/packages?q=Tags%3A%22DSCResourceKit%22\" rel=\"nofollow\">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 starting in <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=50395\" rel=\"nofollow\">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 tagged as DSCResourceKit\r\nFind-Module -Tag DSCResourceKit \r\n# To list all DSC resources from all sources \r\nFind-DscResource<\/pre>\n<p><span style=\"font-size: 1rem;\">Please note only those modules released by the PowerShell Team are currently considered part of the &#8216;DSC Resource Kit&#8217; regardless of the presence of the &#8216;DSC Resource Kit&#8217; tag in the PowerShell Gallery.<\/span><\/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\/\" rel=\"nofollow\">http:\/\/www.powershellgallery.com\/packages\/<\/a>&lt; module name &gt;\nFor example:\n<a href=\"http:\/\/www.powershellgallery.com\/packages\/xWebAdministration\" rel=\"nofollow\">http:\/\/www.powershellgallery.com\/packages\/xWebAdministration<\/a><\/p>\n<h2><a id=\"user-content-how-to-install-dsc-resource-modules-from-the-powershell-gallery\" class=\"anchor\" href=\"#how-to-install-dsc-resource-modules-from-the-powershell-gallery\"><\/a>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><span style=\"font-size: 1rem;\">For example:<\/span><\/p>\n<\/div>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Install-Module -Name xWebAdministration<\/pre>\n<p><span style=\"font-size: 1rem;\">To update all previously installed modules at once, open an elevated PowerShell prompt and use this command:<\/span><\/p>\n<\/div>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Update-Module<\/pre>\n<p><span style=\"font-size: 1rem;\">After installing modules, you can discover all DSC resources available to your local system with this command:<\/span><\/p>\n<\/div>\n<div class=\"highlight highlight-source-powershell\">\n<pre class=\"lang:default decode:true \">Get-DscResource<\/pre>\n<p><span style=\"color: inherit; font-family: inherit; font-size: 3rem;\">How to Find DSC Resource Modules on GitHub<\/span><\/p>\n<\/div>\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 CertificateDsc module, go to:\n<a href=\"https:\/\/github.com\/PowerShell\/CertificateDsc\">https:\/\/github.com\/PowerShell\/CertificateDsc<\/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\/DscResources\">DscResources folder<\/a> and the <a href=\"https:\/\/github.com\/PowerShell\/DscResources\/tree\/master\/xDscResources\">xDscResources folder<\/a>.<\/p>\n<h2><a id=\"user-content-how-to-contribute\" class=\"anchor\" href=\"#how-to-contribute\"><\/a>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><a id=\"user-content-questions-comments\" class=\"anchor\" href=\"#questions-comments\"><\/a>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\" rel=\"nofollow\">@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\" rel=\"nofollow\">@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! This release includes updates to 11 DSC resource modules. In the past 6 weeks, 146 pull requests have been merged and 105 issues have been closed, all thanks to our amazing community! The modules updated in this release are: CertificateDsc NetworkingDsc SecurityPolicyDsc SharePointDsc SqlServerDsc StorageDsc xActiveDirectory xDatabase xExchange [&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-14315","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>We just released the DSC Resource Kit! This release includes updates to 11 DSC resource modules. In the past 6 weeks, 146 pull requests have been merged and 105 issues have been closed, all thanks to our amazing community! The modules updated in this release are: CertificateDsc NetworkingDsc SecurityPolicyDsc SharePointDsc SqlServerDsc StorageDsc xActiveDirectory xDatabase xExchange [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/14315","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=14315"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/14315\/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=14315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/categories?post=14315"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/tags?post=14315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}