logo
  • 教程列表
  • SO官方文档
  • PowerShell 工作流程
    • 输入参数的工作流程
    • 简单的工作流示例
    • 将工作流程作为后台作业运行
    • 将并行块添加到工作流
  1. StackOverflow 文档
  2. PowerShell 教程
  3. PowerShell 工作流程
  4. 简单的工作流示例

简单的工作流示例

Created: November-22, 2018

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

这是 PowerShell 工作流定义的基本示例。

  • 将工作流程作为后台作业运行
  • 输入参数的工作流程

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明