PowerShell 7 Workshop Learn How to Program with PowerShell 7 on Windows, Linux, and the Raspberry Pi

Exercises -- Further reading -- Chapter 5: PowerShell Control Flow - Conditionals and Loops -- An introduction to IDEs and VS Code -- Installing VS Code -- Configuring VS Code for PowerShell -- Conditional control - if, else, elseif, and switch -- The if statement -- The switch statement -- Loops -...

Full description

Bibliographic Details
Main Author: Parlow, Nick
Format: eBook
Language:English
Published: Birmingham Packt Publishing, Limited 2024
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04518nmm a2200409 u 4500
001 EB002200335
003 EBX01000000000000001337538
005 00000000000000.0
007 cr|||||||||||||||||||||
008 240402 ||| eng
020 |a 1801817499 
050 4 |a QA76.6 
100 1 |a Parlow, Nick 
245 0 0 |a PowerShell 7 Workshop  |h [electronic resource]  |b Learn How to Program with PowerShell 7 on Windows, Linux, and the Raspberry Pi 
260 |a Birmingham  |b Packt Publishing, Limited  |c 2024 
300 |a 468 p. 
505 0 |a Troubleshooting the pipeline -- pipeline tracing -- Summary -- Exercises -- Further reading -- Chapter 4: PowerShell Variables and Data Structures -- Understanding PowerShell variables -- Variables are not their contents -- Naming variables -- The three common types of PowerShell variable -- Exploring object types -- What is an object? -- redux -- Discovering value types -- Booleans -- Integers -- Real numbers -- Char -- Typing explained -- Dynamic versus static typing -- Casting variables -- Navigating reference types -- Arrays -- Strings -- Hashtables -- Splatting -- a cool use for hashtables 
505 0 |a Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: PowerShell Fundamentals -- Chapter 1: Introduction to PowerShell 7 -- What It Is and How to Get It -- Technical requirements -- What is PowerShell 7? -- What is PowerShell 7 used for? -- Scripting languages versus system programming languages -- Getting PowerShell 7 -- Installation from an .msi file -- Installation from the .zip file -- Installation with winget -- Other ways to install -- Running PowerShell 7 -- Running PowerShell with administrator privileges -- Autocomplete 
505 0 |a Getting help -- Get-Command -- Get-Help -- Get-Member -- Summary -- Exercises -- Further reading -- Chapter 2: Exploring PowerShell Cmdlets and Syntax -- Technical requirements -- What are cmdlets? -- Exploring cmdlet structure -- The correct use of aliases -- Understanding cmdlet syntax -- How to find more cmdlets -- Finding modules and cmdlets on your machine -- Finding new modules and cmdlets -- Working interactively with PowerShell -- Windows Terminal -- an alternative terminal emulator -- Installing Windows Terminal from Microsoft Store -- Summary -- Exercises 
505 0 |a Chapter 6: PowerShell and Files -- Reading, Writing, and Manipulating Data 
505 0 |a Chapter 3: The PowerShell Pipeline -- How to String Cmdlets Together -- How to bring cmdlets together -- the pipeline -- What is an object? -- Selecting and sorting objects -- Using Select-Object -- Ordering objects with Sort-Object -- Filtering objects -- Understanding comparison operators -- Understanding Where-Object advanced syntax -- Multiple filters in the advanced syntax -- Filter optimization -- Enumerating objects -- Parallel enumeration -- How the pipeline works -- parameter binding -- Understanding ByValue parameter binding -- ByPropertyName parameter binding 
653 |a Microsoft Windows (Computer file) / http://id.loc.gov/authorities/names/n88027331 
653 |a Langages de script (Informatique) 
653 |a Windows PowerShell (Computer program language) / http://id.loc.gov/authorities/subjects/sh2008003638 
653 |a Programmation (Informatique) 
653 |a Computer programming / http://id.loc.gov/authorities/subjects/sh85107310 
653 |a Scripting languages (Computer science) / http://id.loc.gov/authorities/subjects/sh2006007256 
653 |a Windows PowerShell (Langage de programmation) 
653 |a computer programming / aat 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Description based upon print version of record 
776 |z 9781801817493 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781801812986/?ar  |x Verlag  |3 Volltext 
082 0 |a 500 
082 0 |a 005.4/46 
520 |a Exercises -- Further reading -- Chapter 5: PowerShell Control Flow - Conditionals and Loops -- An introduction to IDEs and VS Code -- Installing VS Code -- Configuring VS Code for PowerShell -- Conditional control - if, else, elseif, and switch -- The if statement -- The switch statement -- Loops - foreach, do while, do until, while, for -- The foreach loop statement -- The do while and do until loop statements -- The while loop -- The for loop -- Breaking and continuing -- The break statement -- The continue statement -- Let's play a game -- Summary -- Exercises -- Further reading