Skip to content

NetAdapterAdvancedProperty Constantly Re-Running #504

@BarnumD

Description

@BarnumD

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions