Daniel Siegenthaler

Results 9 issues of Daniel Siegenthaler

Hi I would like to rename the resource and revise it according to the quidelines from the PowerShell Team. https://blogs.msdn.microsoft.com/powershell/2017/12/08/dsc-resource-naming-and-support-guidelines/ Would you accept such a PR?

0 - Triaging
Breaking Change
Priority - Low

It would be nice, if you could publish the module to the PSGallery.

Is there a Dsc Resource which allows me to set a KMS and activate a Server from it?

enhancement
help wanted

### Description Is there currently any work in progress for a resource to manage the NetAdapterPowerManagement? There is a abadoned PR #219, is it possible make a friendly takeover or...

help wanted
resource proposal

##### SUMMARY Somewhere in the creation of a RD Gateway-managed local computer groups is a bug. The specified group existing on the Gatewayserver, but the Playbook fails with: ```yaml fatal:...

Steps to reproduce ------------------ ```powershell configuration PSRepository_AddRepositoryConfig { param ( [Parameter()] [System.String[]] $NodeName = 'localhost' ) Import-DscResource -ModuleName 'PowerShellGet' Node $nodeName { PSRepository 'AddRepository' { Name = 'TestRepo' SourceLocation =...

DSC Resource

It would be great if there was a parameter in the next version of PowerShellGet that would work like -AllowClobber but does the opposite. Something like "-OnlyOnce", "-Unique", "-Single" or...

Issue-Discussion

DSC Resource that adds, updates or removes a vSphere Global Permission.

### Checklist - [x] I confirm there are no unresolved issues reported on the [Chocolatey Status page](https://status.chocolatey.org). - [x] I have verified this is the correct repository for opening this...

0 - Triaging
Enhancement