NetworkingDsc icon indicating copy to clipboard operation
NetworkingDsc copied to clipboard

NetAdapterAdvancedProperty Constantly Re-Running

Open BarnumD opened this issue 4 years ago • 0 comments

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      => '3',
}

It keeps running over and over again saying that

Verbose logs showing the problem

Notice: /Stage[main]/Profiles::myprofile/Dsc_netadapteradvancedproperty[Nic_V_IntraClusterManagement_Adv_Prop_FlowControl]/dsc_registryvalue: dsc_registryvalue changed 'System.String[]' to '3'

Suggested solution to the issue

It seems to either not be passing the test-result back properly, or that it's in a wrong format. Does the module need to be fixed, or something with puppet's implementation?

The DSC configuration that is used to reproduce the issue (as detailed as possible)

Not available

The operating system the target node is running

OsName               : Microsoft Windows Server 2016 Datacenter
OsOperatingSystemSKU : DatacenterServerEdition
OsArchitecture       : 64-bit
WindowsBuildLabEx    : 14393.4583.amd64fre.rs1_release.210730-1850
OsLanguage           : en-US
OsMuiLanguages       : {en-US}

Version and build of PowerShell the target node is running

Name                           Value
----                           -----
PSVersion                      5.1.14393.4583
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.14393.4583
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

BarnumD avatar Sep 08 '21 21:09 BarnumD