Book Image

PowerShell Core Recipes [Video]

By : Anthony Howell, Josh King, Nick Rimmer, Scott Hurst, TechSnips LLC
Book Image

PowerShell Core Recipes [Video]

By: Anthony Howell, Josh King, Nick Rimmer, Scott Hurst, TechSnips LLC

Overview of this book

<p>GUIs are nice but not after the 50th mouse click!</p> <p>In this course on PowerShell Core, you'll learn how to leverage Microsoft's scripting language to automate many mundane tasks that have been taking you way too long to do.</p> <p>We'll cover lots of common scenarios such as scraping web pages, managing remote systems (both Windows and Linux), managing files, and a whole lot more. In this course, each video is designed to help you with a specific task.</p> <p>You'll get a wide variety of real-world solutions to real-world problems, all of which (and more) can be solved with PowerShell Core.</p> <p>All the code and supporting files for this course are available at <a href="https://github.com/PacktPublishing/-PowerShell-Core-Recipes" target="_blank">https://github.com/PacktPublishing/-PowerShell-Core-Recipes</a></p> <h2>Style and Approach</h2> <p>In this course, we take a totally hands-on approach. You'll rarely see a slide. Instead, we focus on doing rather than talking. We approach this course in a tactical way by solving common IT problems one step at a time using PowerShell Core</p>
Table of Contents (7 chapters)
Chapter 1
Installing Powershell Core
Content Locked
Section 3
Installing PowerShell Core on Debian (Ubuntu)
The aim of this video is to deploy Powershell Core on a Debian Linux distro, Ubuntu - Download the package from Microsoft - Install the Core package using apt-get - Start PS Core and use the Get-Process cmdlet to demonstrate it working