NetworkingDsc icon indicating copy to clipboard operation
NetworkingDsc copied to clipboard

WaitForNetworkTeam: Add read-only property Status

Open johlju opened this issue 6 years ago • 2 comments

Details of the scenario you tried and the problem that is occurring: When using Get-DscConfiguration with the resource WaitForNetworkTeam there are no indication of the status of the network team. I suggest we add a read-only property Status where we can return the current status of the network team ('Up','Down'). Alternative the read-only property could be named IsUp, so it could be set to $true or false. But the former could return $null indicating that the status could not be determined (maybe because team does not yet exist).

The DSC configuration that is using the resource (as detailed as possible): n/a

Version of the Operating System and PowerShell the DSC Target Node is running: n/a

Version of the DSC module you're using, or 'dev' if you're using current dev branch: Dev

johlju avatar Jul 23 '18 14:07 johlju

Getting onto this one for you @johlju - might request a review when done :grin:

PlagueHO avatar Jan 25 '19 23:01 PlagueHO

Happy to review. 😄

johlju avatar Jan 26 '19 15:01 johlju