Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PowerShell Curious

PowerShell Curious

A small little intro to PowerShell.

dlew5986

August 21, 2017
Tweet

Other Decks in Programming

Transcript

  1. Who am I? And why am I here? I’m dlew.

    Hey. I’m here because you’re curious and that’s just awesome.
  2. a word on verbs • List of “approved” verbs •

    https://msdn.microsoft.com/en-us/library/ms714428(v=vs.85).aspx • Just google for “Powershell approved verbs”
  3. a word on versioning • Powershell v1.0 => Windows Server

    2008 R1 • Powershell v2.0 => Windows Server 2008 R2 • Powershell v3.0 => Windows Server 2012 R1 • Powershell v4.0 => Windows Server 2012 R2 • Powershell v5.1 => Windows Server 2016 • Powershell v6.0 => beta • Things can be upgraded.
  4. the future (of Powershell) From ANY client Manage ANY server

    Running on ANY cloud Or on-prem using: ANY hypervisor ANY storage and ANY networking
  5. free stuff • Microsoft Virtual Academy • https://mva.microsoft.com/ • An

    Introduction to Powershell (published 3 weeks ago) • Getting Started with Powershell • youtube • Anything with Jeffrey Snover • Specifically… psconf.eu 2017 Keynote "State of the Union” • powershell.org
  6. more free stuff • Podcasts • Arrested DevOps • DevOps

    In A Microsoft World With Jessica DeVite and Jeffrey Snover, ADO30; 2/12/2015 • DevOps Café Podcast • Ep. 36 – Guest: Jeffrey Snover; 11/27/2012 • PowerScripting Podcast • 320 episodes • Especially the first 10-ish
  7. pay stuff • Pluralsight • Your First Day with Powershell

    • Jeff Hicks published 5/8/2017 • Powershell: Getting Started • Michael Bender, 9/4/2015
  8. Topics not appearing in this film • Functions • Modules

    • Powershell remoting • Powershell DSC • Pester • Tool Making • Using Powershell on Mac OSX and Linux