microsoft / microsoft/devcenter-catalog
Powershell Task
Open
Nobody has claimed this yet.
P1
- Dominant language
- PowerShell
- Stars
- 52
- Forks
- 194
- Avg merge
- 16h 53m
- Merged PRs (30d)
- 1
Description
Run a linked powershell script as a Dev Box customization task
Describe the solution you'd like
As a user, I should be able to:
- Specify a single line or multi-line powershell script "inline"
- This will only run during provisioning (and not at login)
Sample usage:
setupTasks:
- task: powershell
inputs:
command: "Run-Powershell var1 var2"
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 the setupTasks handling and existing customization task entry points, then trace the provisioning path rather than the login path. Define completion as supporting single-line and multi-line PowerShell commands from inline input during provisioning, using the sample configuration as the behavioral check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100