Daniel Scott-Raynsford

Results 538 comments of Daniel Scott-Raynsford

Hi @fullenw1 - It should be possible to modify this to detect the file source as HTTP/HTTPS and download the file locally before importing it.

Hi @andikrueger - this is because the default script execution policy for Windows 10 in Azure is 'Remote Signed'. This prevents downloaded resource modules from running on the VM. Unfortunately...

I agree. The Azure DSC extension should ensure this is set up correctly. I think it is fine in Azure Windows Server 2012/2016/2019 VMs, but this might be something to...

Hi @johlju , I though `MSFT_xDnsClientGlobalSetting` did this - but I am wrong :cry: It appears after a little bit of research that the cmdlet `Get/Set-DnsClientGlobalSetting` that should be able...

Hi @johlju - that is unfortunately above my level of expertise when it comes to where the Windows TCP/IP stack actually reads this setting from. But that said we can...

Yes, I agree - it would be good to have someone with that level of knowledge of the Windows DNS client, but I'm not that level of expert :cry: But...

Thanks @StanJT - I think we're keen to implement this one using one of the methods suggested here, but it's not had enough time dedicated to it to get it...

Hi @plasm0r - their currently isn't a resource that sets the ephemeral port range. This is a gap and should be created as part of a new resource called `TcpSetting`...

Hi @nmdange2, thank you for raising this. You do raise a good discussion point: should NetAdapterAdvancedProperty (and other similar networking resources) throw an exception in `Test-TargetResource` if the adapter does...

@laywah2016 - you are quite correct. For the built in rules, Windows often represents these with Guids and then uses the DisplayName to set a friendly name. @invisibleninja06 - you're...