Simple Workflow Example

suggest change
workflow DoSomeWork {
  Get-Process -Name notepad | Stop-Process 
}

This is a basic example of a PowerShell Workflow definition.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents