PSDesiredStateConfiguration
PSDesiredStateConfiguration copied to clipboard
Source for https://www.powershellgallery.com/packages/PSDesiredStateConfiguration module
# PR Summary Fixes #73 ## PR Context I recently ran into the very old issue #73, got very annoyed by it and decided to implement the solution that was...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSDesiredStateConfiguration) - [X] Search the existing issues. ###...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSDesiredStateConfiguration) - [X] Search the existing issues. ###...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSDesiredStateConfiguration) - [X] Search the existing issues. ###...
When using a custom class-based **DSC resource**, the **Invoke-DscResource **cmdlet fails. The issue seems to be in the function **Invoke-DscClassBasedResource** in the **PSDesiredStateConfiguration.psm1** of the **PSDesiredStateConfiguration module**: ``` powershell $script...
I'm using 7.2.0-preview.6. Repro steps - 1) Have a test powershell resource that's working fine. 2) inside powershell session, run invoke-dscresource 3) Now add a write-verbose / write-host / write-debug...
Current subsystem design guidelines allow using SMA internal types by subsystem together with `InternalsVisibleTo` attribute. This brings to problems when compiling subsystems using `PackageReference` to `System.Management.Automation` (or PS SDK) package...
For test.
Current behavior - Get-DSCResource shows a generic message " The term {0} is not found as a resource" when there is a syntax error in the DSC resource (.psm1). Feature...
With PSDesiredStateConfiguration V3, there are behavioral changes. We should have a link / description to explain in detail in the PSGallery description https://www.powershellgallery.com/packages/PSDesiredStateConfiguration/