Gijs Reijn

Results 93 comments of Gijs Reijn

I still use this one: https://github.com/gaelcolas/Sampler/blob/main/.build/tasks/generateHelp.PlatyPS.build.ps1. If you want, I can take a look and rewrite it.

Tbh, I already wanted to write some code, but spend my time around the `winget-dsc` area. At least it gave me some thoughts. The new `Microsoft.PowerShell.PlatyPS` has new cmdlets. I...

Do you mind sharing an example Johan? I tried searching for it, but couldn't find it :(

Clearly I wasn't watching with my eyes, thanks Johan.

@johlju Unfortunately, I stumbled on a barrier. I opened a [issue](https://github.com/PowerShell/platyPS/issues/714) at PlatyPS repository. If you have any suggestions in the meantime to proceed further and see the impact of...

@johlju I got a bit caught up, so I had some time to spend today on an initial commit. It's small to get the discussion started. I now use the...

@FlippingBinary, the actual error messages is displayed in the trace logs: ```text 2025-05-17T17:01:55.768361Z TRACE dsc_lib::dscresources::command_resource: 890: PID 12412: The client cannot connect to the destination specified in the request. Verify...

I've just hit up a small PR for more clarification. Still curious about the warning message. Can you dump in the trace log with `--trace-level trace` on? If you have...

@FlippingBinary, just hit up a PR for the warning also. When you used v3.0.2, the #715 wasn't released yet. In the preview release, it was. However, the WMI adapter is...

Would very much like to see this coming for several reasons. While the DSC community has tons of script-based DSC resources, movement around Microsoft modules aim towards class-based. More functionality...