Virtual machine tasks
Automate common Hyper-V lifecycle operations.
- Build VM
- Rename VM
- Restart VM
- Shut down VM
- Sysprep VM
- Execute another plan
Orchestrate
Orchestrate coordinates VM operations, Windows configuration, PowerShell Direct, application deployment, Active Directory and Configuration Manager tasks.
What problem does this solve?
Infrastructure automation often starts as useful scripts and slowly becomes hard to understand, hard to validate and hard to hand over.
VyperForge keeps automation visible. Plans show the sequence, target machines, task groups, credentials, progress and failure points in one place.
Typical workflow
Capabilities
Automate common Hyper-V lifecycle operations.
Configure and customise Windows after deployment.
Deploy software as part of the build process.
Integrate deployment plans with ConfigMgr collections.
Prepare Windows systems for domain-backed environments.
Make plans readable, reusable and safer to run.
Run against the machines you intend to configure.
Understand progress while the plan is running.
Key decisions
Break larger work into predictable steps: PowerShell, file operations, waits, validations and app installs.
Run tasks in the right order and keep output visible so failed automation does not disappear into a console history nobody can find.
Store common plans for domain prep, software install, lab reset and smoke testing so they can be re-run without rebuilding scripts from scratch.
Operational notes
Orchestration is designed for the messy middle after a VM exists but before it is ready for someone to use.
It works best when each plan expresses intent clearly: prepare, configure, validate, then hand over.
Product screens
Product screens from the current beta build show how this capability appears in the desktop app.




Why VyperForge?
Example scenario
A support team can provision a clean server, install dependencies, apply configuration and run validation scripts as one visible workflow.
Real-world examples
Related platform areas