About This Book "PowerShell Programming" is a textbook for high school and college students; it covers all essential PowerShell language knowledge. You can learn complete primary skills of PowerShell programming fast and easily. The textbook includes a lot of practical examples for beginners and includes exercises for the college final exam, the engineer certification exam, and the job interview exam. "PowerShell Programming" is a useful textbook for beginners. The straightforward definitions, the plain examples, the elaborate explanations and the neat layout feature this helpful and educative book. You will be impressed by its distinctive and tidy writing style. Reading this book is a great enjoyment!
Note This book is only suitable for programming beginners, high school students and college students; it is not for the experienced programmers.
Table of Content
Hour 1 What is PowerShell? Start PowerShell PowerShell Commands Get Command Alias Get Commands with Verb Get Commands with Noun Command with * Character Help Command Man Command Get Service Arithmetical Operation Execute external commands Create a PowerShell File View the PowerShell File
Hour 2 Comment Variable Variable Name Data Type Specify Data Type Date Time Type Create an Array Polymorphic Array Access Array Array Element Insert, Remove Element Clone Array
Hour 4 For Loop Foreach Loop $_ Symbol While Loop Do-While Loop Break Statement Continue Statement Switch and $_
Hour 5 Function Function with Argument Return Values Return Value Operation Default Parameters Specify Parameter Type Datatime Parameter Switch Parameters Filter Function Pipeline Function
Hour 6 String $_ in the string Escape Character Multi-Line String User Interaction Password Input Replacement String Operators Format String String Method String Object Methods