PSDesiredStateConfiguration
PSDesiredStateConfiguration copied to clipboard
Source for https://www.powershellgallery.com/packages/PSDesiredStateConfiguration module
### Summary of the new feature / enhancement Enable class-based resources to participate in DSCv3 export capability ### Proposed technical implementation details (optional) _No response_
## Steps to reproduce Invoke a dsc resource that contains any stream ouput (ex. Verbose). Below is a simple example only to demonstrate verbose output. StreamTest.psm1 ```powershell [DscResource()] class MyTestResource...
If the Execution Policy is set to AllSigned and you try to import a class based resource signed by an unknown publisher, Import-DSCResource will opt to "Never run" software from...
Steps to reproduce ------------------ When calling Invoke-DscResource and passing string arguments that are supposed to be converted to integers (Enumerator) values the command doesn't do it. Only when using a...
Steps to reproduce ------------------ ```powershell # Install the same module to two different paths that are in $env:PSModulePath e.g. > Get-Module -ListAvailable -FullyQualifiedName xActiveDirectory Directory: D:\Temp\a ModuleType Version Name ExportedCommands...
When used to invoke multiple DSC Resource the Invoke-DscResource cmdlet works really slow. This is caused by a lot of repeating operations (especially with Test and Set methods). The performance...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Summary of the new feature / enhancement As a DSC Resource author writing resources as PowerShell classes, I want to be able to distinguish between whether a [value type][01]...
### 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. ###...