Daniel Scott-Raynsford

Results 531 comments of Daniel Scott-Raynsford

Hi @yvesgermain - have you tried the new IPAddress in NetworkingDsc 6.0.0 (xNetworking has been renamed to NetworkingDsc)? This fix (https://github.com/PowerShell/NetworkingDsc/pull/331) may have resolved your issue - but it went...

Hi @nickgw - sorry was tied up on other things. I'll get onto this close to the end of the week. Just need to try and avoid breaking Windows Server...

I'd agree that we shouldn't increase the scope of this resource beyond the join process itself. Configuring of AD objects should be the responsibility of the ActiveDirectoryDsc resource. We could...

Hi @mrpullen - this is definitely a good use case and I can see the benefit in implementing it. We currently use the `Thumbprint` to determine if the certificate has...

This might be possible I think - but we'd want a new config entry to specify the behavior so that this wasn't a breaking change. e.g. ```powershell [ClassVersion("1.0.1.0"), FriendlyName("xComputer")] class...

I've had a bit more of a look into this to try and figure out which is the best flag to use for triggering a reboot (based on what [xPendingReboot](https://github.com/PowerShell/xPendingReboot/blob/dev/DSCResources/MSFT_xPendingReboot/MSFT_xPendingReboot.psm1)...

Oh right - well theoretically making the change is reasonably trivial then if you're not needing the change to xPendingReboot. I still plan on working on xPendingReboot because it is...

Hi @apraamsm - thank you for raising this. I believe you could be right about there being some problem in the date logic there. But looking through the tests (see...

I'll fix this one after the PR #174 has gone through.

I'll start looking into this one next as PR #174 has been completed.