
This tutorial will introduce you to the basics of Windows PowerShell, the standard command-line interface for Windows computers. Using Command-Line Tools and Running Python Scripts.Getting Even More out of cmdlets with Piping.Solving the Infinite Loop Problem with the -exclude Parameter.Infinite Loops and Aborting with control-c.Working with Lots of Files at Once Using Wildcards ( *).Reading Files with Get-Content ( gc, cat).Writing to Files with Write-Output ( write, echo) and Redirection.Copying and Moving Files with Copy-Item ( cp) and Move-Item ( mv).

Moving fast with Push-Location ( pushd) and Pop-Location ( popd).Understanding the Tree Structure of Your Computer’s File System.Using Explorer to View Directories in the GUI.Moving Between Directories with Set-Location ( sl, cd).

