NetworkingDsc
NetworkingDsc copied to clipboard
DSC resources for configuring settings related to networking.
#### Details of the scenario you tried and the problem that is occurring Enable the "PolicyStore" parameter to be specified to permit targeting the local group policy store of the...
We are seeing some intermittent integration test failures on Windows Server 2022 agent: - NetAdapterLso: https://dev.azure.com/dsccommunity/NetworkingDsc/_build/results?buildId=5569&view=logs&j=bb95b0b0-86ad-5f35-08c1-35aecf9ab8ed&s=859b8d9a-8fd6-5a5c-6f5e-f84f1990894e&t=acef201c-fd5a-51cc-9816-c2e93277dbae&l=1173 - this one should have been fixed by skipping the test if an appropriate...
Hi everyone, Just recently started using this module, and I was wondering if there's a way to remove multiple firewall rules that belong to one group. Been using a simple...
Hello DSC gurus, Scenario is physical servers with trunk network ports that need to be teamed on Server 2019 and vlanid assigned. Config is created successfully the first time but...
#### Details of the scenario you tried and the problem that is occurring I am trying to configure an interface profile to LocalNetwork but the resource does not find the...
#### Details of the scenario you tried and the problem that is occurring I'm using puppet 7, to apply a dsc_netadapteradvancedproperty. ``` dsc_netadapteradvancedproperty{"Nic_V_IntraClusterManagement_Adv_Prop_FlowControl": dsc_networkadaptername => 'V-IntraClusterManagement', dsc_registrykeyword => '*FlowControl', dsc_registryvalue...
#### Details of the scenario you tried and the problem that is occurring I need to ensure that the DNS client does not try to register the interface connection while...
#### Pull Request (PR) description New module to expose Disable-NetAdapterPowerManagement and related cmdlets, and to help me learn unit testing NOTE: this is patch based off #496, so there's a...
#### Pull Request (PR) description NetAdapter module Cmdlets have an -IncludeHidden flag which allows access to adapters which are hidden; enable that flag by default except for NetAdapterName. Add IncludeHidden...
#### Details of the scenario you tried and the problem that is occurring We have a need to configure a setting on a hidden network adapter, easily enough handled by...