Daniel Scott-Raynsford
Daniel Scott-Raynsford
@rchaganti - did you end up implementing or releasing any NetQos DSC Resources?
Thanks @rchaganti - awesome! :smile: Could you link to them in this issue when they're published? I'd contribute some tests for you but I'm miles behind in the backlog for...
Hi @edycus - this looks like a pretty good resource to me! I would have one suggestion: The $ServerName parameter doesn't look like it is actually needed or required. I'm...
@edycus - Rather than using ```Ensure``` as the parameter name it might make more sense to use ```Disable``` as a boolean parameter. That might make it clearer than using Ensure...
Actually, another resource that has a similar design pattern is: https://github.com/PowerShell/xNetworking/blob/dev/Modules/xNetworking/DSCResources/MSFT_xNetAdapterBinding/MSFT_xNetAdapterBinding.schema.mof#L6
Agree that this is non-idiomatic. I agree with your solutions (also notice we need to correct the `dev` to `master` - although I'll be renaming this to `main` once more...
Probably something that the DSC resource spec should clarify: Should we allow `Get-TargetResource` to return values in parameters that aren't specified in the MOF? @johlju, @gaelcolas - do you have...
A good point about the ping-pong behavior @johlju. So, the question really is: Do we deprecate the wildcard support? I'm not against this, I'm just thinking about whether or not...
Hi @SinnGit - does it make a difference if you apply the move the DhcpClient part to the top of the configuration to ensure the DHCP is disabled before setting...
Cool - no problem @SinnGit ! Happy to help!