Upgrade to Pro — share decks privately, control downloads, hide ads and more …
Glenn
October 13, 2016

 [email protected]

A lightning talk for the Portland PowerShell User Group about how I use PowerShell as a developer at Puppet

Glenn

October 13, 2016
Tweet

More Decks by Glenn

Other Decks in Technology

Transcript

  1. Me • Senior Software Engineer at Puppet Specialising in Windows

    • 15 years in Desktop Engineering and IT Navy, Government, Mining, Finance, Corporate • DevOps advocate @glennsarti
  2. 1. Simple developer tools Day to day helpful things 2.

    PS Module for VM Pooler Using the VM Pooler API and a WPF GUI 3. The Powershell Module for Puppet A story of next level shenanigans @glennsarti
  3. exec { 'rename-guest': command => '… <powershell> …', onlyif =>

    '… <powershell> …', provider => powershell, } @glennsarti