Daniel Scott-Raynsford

Results 531 comments of Daniel Scott-Raynsford

Thanks for raising this @jmarkert - it is a good catch and should be an easy fix as you've done most of the work. 😀

I wonder if a bunch of these settings could be wrapped together in a single resource called WindowsPerformanceOptions or something like that?

Thanks for raising this @asmithgt . This module does actually use `Disable-ScheduledTask`. See https://github.com/dsccommunity/ComputerManagementDsc/blob/master/source/DSCResources/DSC_ScheduledTask/DSC_ScheduledTask.psm1#L460 We do see the message `Disabling existing scheduled task 'Scheduled Start' in '\Microsoft\Windows\WindowsUpdate'.` in the logs...

Thanks @mgreenegit - I'll see if I can get onto this one in the next few months (I'm starting a major push to clean xComputerManagement up).

@mgreenegit - this resource looks interesting. It looks like something has been added to do with "Microsoft Cloud" (Azure?). However I can't really tell what/why the changes were made (no...

Hi @andy1547 - thanks for raising this! I have battled with this problem for a while now and I've tried to sum up the problem in this issue: https://github.com/PowerShell/xNetworking/issues/113 I...

Hi @andy1547 - I've completed the changes for this and am just waiting for a review to merge into the Dev branch. But if you're up for it you could...

Thanks @andy1547 - this change has now been merged into Dev. So you can try it on the dev branch now.

Hi @andy1547 - did you get a chance to check this one? Did it work OK? If so, can we close this one?

Hi @andy1547 - sorry I forgot to respond to this one. But actually, it does look like we should be able to accept an empty array for `Address`. If you...