Robert Biddle

Results 7 comments of Robert Biddle

Ideally this change should be reverted. Alternatively a DSC Resource Property for InstallDns could be added, which would still be a breaking change from previous releases. If this DSC Resource...

I initially tried using a minimal configuration, which also failed ``` xScheduledTask DisableScheduledDefragTask { TaskName = 'ScheduledDefrag' TaskPath = '\Microsoft\Windows\Defrag\' ActionExecutable = '%windir%\system32\defrag.exe' ScheduleType = 'Once' Enable = $false }...

I'm pretty sure it's because the task has no triggers.

For anyone else needing to do this, the workaround is a Script Resource, which actually took me less time to write then the definition for xScheduledTask, lol ``` Script DisableScheduledDefragTask...

@j-c-m should probably add those steps into the installation instructions, at least for EdgeOS 1.x.

Thanks for the suggestions! I ended up tearing the stack down and deploying it again in a different region and then the Import option showed up. The instructions are a...

I definitely have a delegated admin account setup, and all the list-delegated-administrators commands came back looking correct before I deployed so I'm not sure why it wasn't able to work...