DevOps

TMH01 PowerShell and Workflow - Magic Together!

12/08/2016

8:00am - 9:15am

Level: Introductory to Intermediate

Michael Wiley

Premier Field Engineer

Microsoft

PowerShell meets Workflow! Join us to discover how PowerShell layers on top of Windows Workflow Foundation (WF) to enable the creation of highly parallelizable, scalable, and robust tasks (i.e. survive reboots and pause running when desired states are hit) - ALL by using the familiar syntax of a PowerShell function.

You will learn:

  • How to create scripts that can survive interruptions, even reboots
  • Ways to decrease the time taken to run a script by sending commands in parallel
  • How to leverage another language all while using familiar Powershell syntax