MicrosoftDocs / PowerShell-Docs-DSC

Documentation for PowerShell Desired State Configuration
https://learn.microsoft.com/powershell/dsc/overview
Creative Commons Attribution 4.0 International
31 stars 36 forks source link

Updateable help cannot be found #153

Closed nyanhp closed 1 year ago

nyanhp commented 1 year ago

Prerequisites

Version

v1.1

Links

No links to a particular page

Summary

Update-Help -Force -Module PSDesiredStateConfiguration does not work on Windows PowerShell when referencing DSC 1.1. As directory browsing is not enabled, I was unable to verify if there are indeed no help files. As far as Update-Help is concerned, there are none. People are still using DSC 1.1, it would be nice to get help content still, even if it might not be updated any longer. Help for PSDesiredStateConfiguration 2.0.5 and 3 is available.

Details

No response

Suggested Fix

No response

michaeltlombardi commented 1 year ago

Thanks for reporting this, @nyanhp! We found an issue in the FWDLink definition that we were able to resolve. I tested locally and was able to update the help for PSDesiredStateConfiguration 1.1 in Windows PowerShell after fixing it.