{"id":12075,"date":"2016-05-18T17:55:46","date_gmt":"2016-05-19T01:55:46","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/powershell\/?p=12075"},"modified":"2019-02-18T12:38:14","modified_gmt":"2019-02-18T19:38:14","slug":"dsc-resource-kit-anniversary-release","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/powershell\/dsc-resource-kit-anniversary-release\/","title":{"rendered":"DSC Resource Kit &#8211; Anniversary Release"},"content":{"rendered":"<div class=\"markdown-body\">\n<p>We&#8217;ve just updated the DSC Resource Kit to celebrate our 1 year open-source anniversary!<\/p>\n<p>The DSC Resource Kit has come a long way in a year.\u00a0Originally, DSC started with only in-box resources.\u00a0To make these resources easier to update, some were moved to TechNet&#8217;s Script Center and became the DSC Resource Kit.\u00a0Finally in\u00a0April 2015, the DSC Resource Kit was open-sourced to the community on GitHub with all modules\u00a0available to download in the PowerShell Gallery.<\/p>\n<p>Now, the DSC Resource Kit has passed it&#8217;s first anniversary as open-source, and what a year it&#8217;s been!\u00a0We now have <strong>302 DSC Resources<\/strong> across <strong>52 modules<\/strong>!\u00a0In the past year, our community has helped to <strong>merge 702\u00a0pull requests<\/strong> and <strong>close 297\u00a0issues<\/strong>!\u00a0It&#8217;s all thanks to the hard work of our wonderful contributors both in and outside Microsoft.<\/p>\n<p>In addition to passing its 1 year open-source anniversary, the DSC Resource Kit has hit yet another important milestone!\u00a0We have added our first brand new module (<strong>xDFS<\/strong>) made completely by the DSC community!\u00a0This is a huge achievement! Thank you!!!\u00a0We love to see the care and passion our contributors put into their work.<\/p>\n<p>This update marks some of our biggest numbers yet!\nSince our last update in April, there have been <strong>111 merged pull requests<\/strong> with <strong>71 closed issues<\/strong>.\n<strong>23 DSC modules<\/strong> have been updated, including <strong>23 new resources<\/strong>.<\/p>\n<p>The modules updated in this release are:<\/p>\n<ul>\n<li>xActiveDirectory<\/li>\n<li>xAdcsDeployment<\/li>\n<li>xCertificate<\/li>\n<li>xChrome<\/li>\n<li>xComputerManagement<\/li>\n<li>xDFS<\/li>\n<li>xDhcpServer<\/li>\n<li>xDnsServer<\/li>\n<li>xDscDiagnostics<\/li>\n<li>xDSCResourceDesigner<\/li>\n<li>xExchange<\/li>\n<li>xFailOverCluster<\/li>\n<li>xFirefox<\/li>\n<li>xNetworking<\/li>\n<li>xPhp<\/li>\n<li>xPSDesiredStateConfiguration<\/li>\n<li>xRobocopy<\/li>\n<li>xSqlPs<\/li>\n<li>xSQLServer<\/li>\n<li>xStorage<\/li>\n<li>xTimeZone<\/li>\n<li>xWebDeploy<\/li>\n<li>xWindowsUpdate<\/li>\n<\/ul>\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 (@PowerShell_Team)!<\/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;<\/p>\n<p>For 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><span class=\"pl-c\"># To list all modules that are part of the DSC Resource Kit<\/span>\n<span class=\"pl-c1\">Find-Module<\/span> <span class=\"pl-k\">-<\/span>Tag DSCResourceKit \n<span class=\"pl-c\"># To list all DSC resources from all sources <\/span>\n<span class=\"pl-c1\">Find-DscResource<\/span><\/pre>\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><span class=\"pl-c1\">Install-Module<\/span> -Name <span class=\"pl-k\">&lt;<\/span>Module_Name<span class=\"pl-k\">&gt;<\/span><\/pre>\n<\/div>\n<p>For example:<\/p>\n<div class=\"highlight highlight-source-powershell\">\n<pre><span class=\"pl-c1\">Install-Module<\/span> -Name xWebAdministration<\/pre>\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><span class=\"pl-c1\">Update-Module<\/span><\/pre>\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><span class=\"pl-c1\">Get-DscResource<\/span><\/pre>\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 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;<\/p>\n<p>For 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<\/p>\n<p>For 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>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>xActiveDirectory<\/td>\n<td>2.11.0.0<\/td>\n<td>\n<ul>\n<li>xWaitForADDomain: Made explicit credentials optional and other various updates<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xAdcsDeployment<\/td>\n<td>1.0.0.0<\/td>\n<td>\n<ul>\n<li>Moved Examples folder into root.<\/li>\n<li>Removed legacy xCertificateServices folder.<\/li>\n<li>Prevented Unit tests from Violating PSSA rules.<\/li>\n<li>MSFT_xAdcsWebEnrollment: Created unit tests based on v1.0 Test Template. Update to meet Style Guidelines and ensure consistency. Updated to IsSingleInstance model. Breaking change<\/li>\n<li>MSFT_xAdcsOnlineResponder: Update Unit tests to use v1.0 Test Template. Unit tests can be run without AD CS installed. Update to meet Style Guidelines and ensure consistency.<\/li>\n<li>Usage of WinRm.exe replaced in Config-SetupActiveDirectory.ps1 example file with Set-WSManQuickConfig cmdlet.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xCertificate<\/td>\n<td>2.0.0.0<\/td>\n<td>\n<ul>\n<li>Breaking Change &#8211; Updated xPfxImport Store parameter is now a key value making it mandatory<\/li>\n<li>Updated xPfxImport with new Ensure support<\/li>\n<li>Updated xPfxImport with support for the CurrentUser value<\/li>\n<li>Updated xPfxImport with validationset for the Store parameter<\/li>\n<li>Added new resource: xCertificateImport<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xChrome<\/td>\n<td>1.1.0.0<\/td>\n<td>\n<ul>\n<li>Added missing dependency on xPSDesiredStateConfiguration<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xComputerManagement<\/td>\n<td>1.6.0.0<\/td>\n<td>\n<ul>\n<li>Added the following resources:\n<ul>\n<li>MSFT_xOfflineDomainJoin resource to join computers to an AD Domain using an Offline Domain Join request file.<\/li>\n<li>MSFT_xScheduledTask resource to control scheduled tasks on the local server<\/li>\n<\/ul>\n<\/li>\n<li>MSFT_xOfflineDomainJoin: Corrected localizedData.DomainAlreadyJoinedhMessage name.<\/li>\n<li>xComputer: Changed credential generation code in tests to avoid triggering PSSA rule PSAvoidUsingConvertToSecureStringWithPlainText.<\/li>\n<li>Renamed unit test file to match the name of Resource file.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDFS<\/td>\n<td>3.0.0.0<\/td>\n<td>\n<ul>\n<li>Relesed as part of DSC Resource Kit<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDhcpServer<\/td>\n<td>1.4.0.0<\/td>\n<td>\n<ul>\n<li>Bug Fix fixes localization bug in xDhcpServerScope option enumeration<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDnsServer<\/td>\n<td>1.7.0.0<\/td>\n<td>\n<ul>\n<li>Unit tests updated to use standard unit test templates.<\/li>\n<li>MSFT_xDnsServerZoneTransfer: Added unit tests. Updated to meet Style Guidelines.<\/li>\n<li>MSFT_xDnsARecord: Removed hard coding of Localhost computer name to eliminate PSSA rule violation.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDscDiagnostics<\/td>\n<td>2.3.0.0<\/td>\n<td>\n<ul>\n<li>Renamed Get-xDscDiagnosticsZip to New-xDscDiagnosticsZip CmdLet and aliased to<\/li>\n<li>Get-xDscDiagnosticsZip to prevent breaks<\/li>\n<li>Added the following datapoint to New-xDscDiagnosticsZip:\n<ul>\n<li>Collected local machine cert thumbprints<\/li>\n<li>Collected installed DSC resource version and path information<\/li>\n<li>Collected System event log<\/li>\n<\/ul>\n<\/li>\n<li>Added more detailed tests for New-xDscDiagnosticsZip<\/li>\n<li>Added Unprotect-xDscConfigurtion to decrypt current, pending or previous mofs<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xDSCResourceDesigner<\/td>\n<td>1.9.0.0<\/td>\n<td>\n<ul>\n<li>Fixed issue where using ValidateSet with type string[] would throw an error<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xExchange<\/td>\n<td>1.7.0.0<\/td>\n<td>\n<ul>\n<li>xExchOwaVirtualDirectory\n<ul>\n<li>Added LogonFormat parameter.<\/li>\n<li>Added DefaultDomain parameter.<\/li>\n<\/ul>\n<\/li>\n<li>Added FileSystem parameter to xExchDatabaseAvailabilityGroup<\/li>\n<li>Fixed PSSA issues in MSFT_xExchAutodiscoverVirtualDirectory and MSFT_xExchActiveSyncVirtualDirectory<\/li>\n<li>Updated xExchAutoMountPoint to disable Integrity Checking when formatting volumes as ReFS. This aligns with the latest version of DiskPart.ps1 from the Exchange Server Role Requirements Calculator.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xFailOverCluster<\/td>\n<td>1.3.0.0<\/td>\n<td>\n<ul>\n<li>Added xClusterNetwork resource<\/li>\n<li>Added xClusterDisk resource<\/li>\n<li>Added xClusterPreferredOwner resource<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xFirefox<\/td>\n<td>1.2.0.0<\/td>\n<td>\n<ul>\n<li>Added logic to download installer with correct machine bits<\/li>\n<li>Added dependency on xPSDesiredStateConfiguration<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xNetworking<\/td>\n<td>2.9.0.0<\/td>\n<td>\n<ul>\n<li>MSFT_xDefaultGatewayAddress: Added Integration Tests.<\/li>\n<li>MSFT_xDhcpClient: Added Integration Tests.<\/li>\n<li>MSFT_xDnsConnectionSuffix: Added Integration Tests.<\/li>\n<li>MSFT_xDnsServerAddress: Added Integration Tests.<\/li>\n<li>MSFT_xIPAddress: Added Integration Tests.<\/li>\n<li>MSFT_xDhcpClient: Fixed logged message in Test-TargetResource.<\/li>\n<li>Added functions:\n<ul>\n<li>Get-xNetworkAdapterName<\/li>\n<li>Test-xNetworkAdapterName<\/li>\n<li>Set-xNetworkAdapterName<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xPhp<\/td>\n<td>1.2.0.0<\/td>\n<td>\n<ul>\n<li>Added dependencies on xPSDesiredStateConfiguration and xWebAdministration<\/li>\n<li>Renamed the resource as it was named against naming standards and resources cannot be named the same as the module.\n<ul>\n<li>xPhpProvision<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xPSDesiredStateConfiguration<\/td>\n<td>3.10.0.0<\/td>\n<td>\n<ul>\n<li>Publish-ModuleToPullServer<\/li>\n<li>Publish-MOFToPullServer<\/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<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xRobocopy<\/td>\n<td>2.0.0.0<\/td>\n<td>\n<ul>\n<li>Improved Test-TargetResource method to run robocopy with the same parameters as in Set-TargetResource<\/li>\n<li>Bug fix in Test-TargetResource when evaluating return code from robocopy<\/li>\n<li>Updated example to use correct PsDscRunAsCredential parameter<\/li>\n<li>Breaking Change: Changed AditionalArgs parameter to Array of String<\/li>\n<li>Added additional examples with different copy options.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xSqlPs<\/td>\n<td>1.3.0.0<\/td>\n<td>\n<ul>\n<li>MSFT_xSqlAlias: Fixed bugs when creating new registry keys<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xSQLServer<\/td>\n<td>1.6.0.0<\/td>\n<td>\n<ul>\n<li>Resources Added\n<ul>\n<li>xSQLAOGroupEnsure<\/li>\n<li>xSQLAOGroupJoin<\/li>\n<li>xWaitForAvailabilityGroup<\/li>\n<li>xSQLServerEndPoint<\/li>\n<li>xSQLServerAlwaysOnService<\/li>\n<\/ul>\n<\/li>\n<li>xSQLServerHelper\n<ul>\n<li>added functions\n<ul>\n<li>Connect-SQL<\/li>\n<li>New-VerboseMessage<\/li>\n<li>Grant-ServerPerms<\/li>\n<li>Grant-CNOPerms<\/li>\n<li>New-ListenerADObject<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li>xSQLDatabaseRecoveryModel\n<ul>\n<li>Updated Verbose statements to use new function New-VerboseMessage<\/li>\n<\/ul>\n<\/li>\n<li>xSQLServerDatabase\n<ul>\n<li>Updated Verbose statements to use new function New-VerboseMessage<\/li>\n<li>Removed ConnectSQL function and replaced with new Connect-SQL function<\/li>\n<\/ul>\n<\/li>\n<li>xSQLServerDatabaseOwner\n<ul>\n<li>Removed ConnectSQL function and replaced with new Connect-SQL function<\/li>\n<\/ul>\n<\/li>\n<li>xSQLServerDatabasePermissions\n<ul>\n<li>Removed ConnectSQL function and replaced with new Connect-SQL function<\/li>\n<\/ul>\n<\/li>\n<li>xSQLServerDatabaseRole\n<ul>\n<li>Removed ConnectSQL function and replaced with new Connect-SQL function<\/li>\n<\/ul>\n<\/li>\n<li>xSQLServerLogin\n<ul>\n<li>Removed ConnectSQL function and replaced with new Connect-SQL function<\/li>\n<\/ul>\n<\/li>\n<li>xSQLServerMaxDop\n<ul>\n<li>Updated Verbose statements to use new function New-VerboseMessage<\/li>\n<li>Removed ConnectSQL function and replaced with new Connect-SQL function<\/li>\n<\/ul>\n<\/li>\n<li>xSQLServerMemory\n<ul>\n<li>Updated Verbose statements to use new function New-VerboseMessage<\/li>\n<li>Removed ConnectSQL function and replaced with new Connect-SQL function<\/li>\n<\/ul>\n<\/li>\n<li>xSQLServerPowerPlan\n<ul>\n<li>Updated Verbose statements to use new function New-VerboseMessage<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xStorage<\/td>\n<td>2.6.0.0<\/td>\n<td>\n<ul>\n<li>MSFT_xDisk: Replaced Get-WmiObject with Get-CimInstance<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xTimeZone<\/td>\n<td>1.4.0.0<\/td>\n<td>\n<ul>\n<li>xTimeZone: Unit tests updated to use standard test template. Added Integration tests. Resource code updated to match style guidelines. Get-TargetResource returns IsSingleInstance value. Moved Get-Timezone and Set-Timezone to TimezoneHelper.psm1 Added unit tests for TimezoneHelper.psm1 Converted Get-Timezone to use CIM cmdlets. Added support for Set-Timezone to use .NET reflection if possible. Added message localization support. Changed Integration tests so that a complete test occurs if the System time is already set to &#8216;Pacific Standard Time&#8217;.<\/li>\n<li>Copied SetTimeZone.ps1 example into Readme.md.<\/li>\n<li>AppVeyor build machine set to WMF5.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xWebDeploy<\/td>\n<td>1.2.0.0<\/td>\n<td>\n<ul>\n<li>xWebPackageDeploy: Fixed comparison to check if Destination contains any backslash<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>xWindowsUpdate<\/td>\n<td>2.5.0.0<\/td>\n<td>\n<ul>\n<li>Added xWindowsUpdateAgent<\/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 (@PowerShell_Team), 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<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>We&#8217;ve just updated the DSC Resource Kit to celebrate our 1 year open-source anniversary! The DSC Resource Kit has come a long way in a year.\u00a0Originally, DSC started with only in-box resources.\u00a0To make these resources easier to update, some were moved to TechNet&#8217;s Script Center and became the DSC Resource Kit.\u00a0Finally in\u00a0April 2015, the DSC [&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":[142,150,152,217,223,248,348],"class_list":["post-12075","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powershell","tag-desired-state-configuration","tag-dsc","tag-dsc-resource-kit","tag-modules","tag-news","tag-powershell","tag-windows-powershell-desired-state-configuration"],"acf":[],"blog_post_summary":"<p>We&#8217;ve just updated the DSC Resource Kit to celebrate our 1 year open-source anniversary! The DSC Resource Kit has come a long way in a year.\u00a0Originally, DSC started with only in-box resources.\u00a0To make these resources easier to update, some were moved to TechNet&#8217;s Script Center and became the DSC Resource Kit.\u00a0Finally in\u00a0April 2015, the DSC [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/12075","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=12075"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/12075\/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=12075"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/categories?post=12075"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/tags?post=12075"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}