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:


PowerShell workflows:
*Simple Workflow Example

Table Of Contents
19XML
59PowerShell workflows