Learning PowerShell Core

Learning PowerShell Core

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 21m | 199 MB

PowerShell Core—the latest iteration of the powerful scripting language—is open-source, cross-platform, and full of helpful features. In this course, instructor Adam Bertram helps you get up and running with PowerShell Core, explaining what you need to know to use PowerShell to automate a variety of day-to-day IT tasks. Adam covers the basics of working with PowerShell Core, including how to run commands, install and update modules, and work with basic functions. Plus, he highlights the differences between Windows PowerShell and PowerShell Core.

Topics include:

  • The PowerShell pipeline
  • Finding and using modules
  • Downloading modules from the PowerShell Gallery
  • PowerShell remoting on Windows and Linux
  • Windows PowerShell vs. PowerShell Core
  • Going from console to script
  • Building a simple script
Table of Contents

1 Get started with PowerShell Core
2 What you should know
3 What you should have
4 Installing Powershell Core on Windows
5 Install Powershell Core on Linux
6 Running commands
7 Getting help
8 The pipeline
9 Finding and using modules
10 PowerShell Gallery
11 Install, uninstall and update modules
12 Functions
13 PowerShell remoting on Windows
14 PowerShell remoting on Linux
15 Cross-platform challenges
16 The WindowsCompatibility module
17 From console to script
18 Building tools Gathering information
19 Building tools The power of scripting
20 Next steps