Thomas Nieto

Results 190 comments of Thomas Nieto

The help info file was deleted along with the en-us directory and forcing the help to update still didn't resolve. Thanks for taking a look at it over the weekend.

Found a workaround, if you copy the en-US folder from the help directory into the module directory it will work. That makes it seem like a `Get-Help` bug.

@StevenBucher98 / @anmenaga can this be moved/closed since the cmdlet isn't in this repository?

Even if a higher level agent is managing the reboots there is a need for a configuration/resource to indicate that the reboot must occur first before continuing applying the configuration.

Should DSC be validating signed configurations or should that be at a higher layer like an agent? It could be problematic that DSC is making these kinds of technology decisions...

@michaeltlombardi I agree that there should be signing for DSC resources. The problem I see is that DSC supports resources in different languages and each use different signing schemes. Should...

Would this design pollute `Get-Command` with DSC cmdlets? Could you also explain how this design is simpler than a class based resource? If class based resources were defined as an...

In the readme it mentions that DSCv3 does not include a Local Configuration Manager (LCM) as such the old DSC pull server wouldn't work. I'd expect the community would have...

@StevenBucher98 can the team please take a look at this?

I went ahead and created the proxy module. It has a required dependency on `Microsoft.PowerShell.ThreadJob` and includes two aliases to forward calls to the new module. A warning is included...