Daniel Scott-Raynsford

Results 538 comments of Daniel Scott-Raynsford

Hi @FinickyCode and @VitaliHarbiankou - thanks for logging this and all the detailed info. I'm going to try and get some time this weekend (it's a long weekend here) to...

Hi @jlongo62 - generally, we don't want resources to restart the node during the application of a configuration. Instead they would typically set one of the registry keys that Windows...

Hi @jlongo62 - sure, I have a similar approach when doing this myself. But the best practice for resources is that they don't restart the machine themselves - they ask...

Hi @cohdjn, this does seem like a resource that would be useful for installing/uninstalling desktop appx packages where appropriate. The gap is because typically DSC is used for configuration of...

To maintain state, we would probably need to be able to add a package as well. What happens if the Add-AppXPackage and Remove-AppXPackage cmdlets are run in the same account...

What I was mostly thinking was that this resource would only ever run in a user context - e.g. if it ran in the System context (what the LCM typically...

Hi @Get-Ryan - thank you for raising this! That is really odd that the `Join-Path` isn't working where the string concatenation is. Is the `$driveInfo` object `null` as this would...

That is really strange. We could make a change to use the concatenation method for the path, but I'm always a bit uncomfortable working around a problem like this- e.g....

That does sound like a pretty remote possibility. Still scratching my head over this one. What I'd normally suggest is we create a failing unit test for this scenario/condition, and...

FYI: If you're using something like Sonatype Nexus, using a Proxy repository of PSGallery will work just fine.