Daniel Scott-Raynsford
Daniel Scott-Raynsford
@johlju - for sure - totally agree with you 100%. I think at the moment the SubjectAltName is already an optional parameter. So it wouldn't affect any existing usage scenarios....
Awesome! Thanks @johlju - I'll get working on this over the next week or so. It'll shrink the number of DSC configs we're creating by a lot :grin:
Hi @russelltomkins - would love the contribution! Suggest submitting it as two PR's - one for Firewall and the other for FirewallProfile as that will make for smaller PR's to...
Agreed! Good catch.
Hi @mhenderson-so - good call out. I think the best method is for the parameter to support all the available key sizes for RSA and EDCH keys but we will...
Hi @uw-dc - thank you for submitting this. I suspect converting `Uri` to be the Key would break existing DSC configs. For example, when the same file needs to be...
Hi @uw-dc - sure, would love the PR! If you run into any issues with the pipeline execution etc, please let me know as I've not had much time lately...
Hi @gavin58582 - basically the resource calls the `New-NetFirewallRule` cmdlet (see https://docs.microsoft.com/en-us/powershell/module/netsecurity/new-netfirewallrule?view=win10-ps) to configure the Firewall rule. So it takes the same format for the `-RemoteMachine` parameter which is an...
Hi @gavin58582 - can I close this one?
Hi @danSpotter - I see what you mean: - In `Test-TargetResource` the cmdlet `Get-NetIPAddress` is called with EA `silentlycontinue`. - In `Set-TargetResource` the cmdlet `Get-NetIPAddress` is called with EA `stop`....