microsoft / microsoft/devcenter-catalog
Enable Windows Feature Task
Open
Nobody has claimed this yet.
P3
- Dominant language
- PowerShell
- Stars
- 52
- Forks
- 194
- Avg merge
- 16h 53m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
Provide an easy way to enable or disable specific Windows features
Describe the solution you'd like
As a user, I should be able to:
- Specify the standard name for a windows feature
setupTasks:
- task: Add-WindowsFeature
inputs:
features:
- "featureName"
- "featureName"
- "featureName"
setupTasks:
- task: Add-WindowsFeature
inputs:
features: "featureName"
Contributor guide
No contributing guide indexed for this repository
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 how setupTasks are defined and how existing task inputs are parsed. Implement the Add-WindowsFeature task to accept either a standard Windows feature name or a list of names, with enable/disable behavior as specified by the task design; done means both example input forms work on Windows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- operating-systems, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100