Daniel Scott-Raynsford

Results 531 comments of Daniel Scott-Raynsford

Hi @NightOwl888 - I've reopened this issue. There are some existing examples on how you would normally configure a static IP address. But we could probably use some additional ones...

Hi @SwarfegaGit - yes we should be able to do this I think. Just need to get time to do it - unless some one gets to it first and...

Hi @Harshinee, By default DSC doesn't allow passwords/credentials in config files to be stored in plain text - which is what is going to happen here. So the message you're...

Hi @Harshinee - Ok, here's my suggestions: 1. Don't install the modules in the Configuration - install them by the code that calls the Configuration. 2. The second issue is...

Hi @jlongo62 - sorry I missed this one. The issue here isn't with Azure DSC specifically. The current version of the DSC LCM (LCM v1) currently only allows a single...

Hi @X-Guardian - this makes sense to me. Happy to get a PR in for this.

Hi @aydeisen - there does seem to be some cross over with both resources. This does happen from time-to-time - especially when there are multiple ways of achieving something using...

Hi @mattbowes - ah, this is a great catch. We should be able to fix this by changing the `Test-TargetResource` to check the Private Key with something like this: ```powershell...

Great info @mattbowes - I'll make the change this weekend. Seems that sysprep doesn't do a great job here!