Book Image

PowerShell 5 Recipes [Video]

By : Vidar Kongsli
Book Image

PowerShell 5 Recipes [Video]

By: Vidar Kongsli

Overview of this book

<p><span id="description" class="sugar_field">You will learn about the latest upgrade: PowerShell 5.0. The major improvements are in the areas of Desired State Configuration; security; performance; remoting; language enhancements and classes; writing its syntax; building scripts; and developing extensions and modules. You will also gain deep insights into automating various tasks and integrating PowerShell.</span></p> <p><span id="description" class="sugar_field">In this video course, you will learn how to get started with PowerShell, learn the basics for creating and maintaining your own scripts, and see blueprints on how to leverage PowerShell for common automation and scripting tasks in the vast Microsoft ecosystem of platforms and products.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This course supplies in-depth content balanced with tutorials that put the theory into practice. The focus of this course is on helping you master Powershell 5 via practical examples and multiple tasks for you to perform. </span></span></p> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This practical course carefully walks you through the most common PowerShell scripting tasks. Practical, hands-on examples that will show you how to apply what you learn.</span></span></p>
Table of Contents (10 chapters)
Chapter 7
Structuring Scripts
Content Locked
Section 1
Scripts Calling Scripts
How to organize PowerShell code for reuse by having scripts calling other script files? - Introduce command type external script - Handle script references - Script directory versus current directory