dsccommunity / dsccommunity/NetworkingDsc
Feature Request: Configure Standby adapter on a team
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 235
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
I've tried looking through all the options and I don't see one that allows me to configure a 'standby adapter'. If this isn't available could it possibly be added?
It can be done in PowerShell with...
Set-NetLbfoTeamMember -Name "NIC4" -AdministrativeMode Standby
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the DSC resource that configures network teams and reviewing how its team-member settings are represented. Compare the available settings with the PowerShell command Set-NetLbfoTeamMember -Name "NIC4" -AdministrativeMode Standby; done means a team member can be configured with standby administrative mode and the resource validates and applies that setting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100