PowerShell and DevOps

TW03 Game Changing PowerShell

July 19th, 2023

8:00am - 9:15am

Level: Intermediate Advanced

James Brundage

Founder

Start-Automating

Imagine if you could write hundreds of lines of code with a single statement… ...or maybe you want to automate the building of big blocks of code without much work…

What about using PowerShell to CORRECTLY write code for another language? All of this AND MUCH MORE is all possible with PipeScript. So, what the hell is PipeScript?

PipeScript is a PowerShell module that functions as a transpiled language… which is a fancy way of saying that it can take source code written in one language and transform it into another language that has a similar level of abstraction. The PipeScript module can completely change the game of scripting by enabling you to do more, faster, easier, and better than if you had to use only native PowerShell!

Once you learn the basics, you can make PowerShell do tricks you never imagined. Drop by to find out how.

You will learn:

  • Deepen Understanding of PowerShell's Strengths
  • Show how transpilation makes advanced PowerShell easy
  • See how to build other languages with PowerShell