In the first section, “ Getting Started,” you will learn to do basic desktop tasks like creating and opening files and folders using PowerShell. The tutorial is divided into two main sections. If you are already familiar with using Bash, you may be able to get started with PowerShell just by looking at the table at the end of this lesson. If you are a Mac or Linux user, you should check out the Bash introduction instead. This tutorial will introduce you to the basics of Windows PowerShell, the standard command-line interface for Windows computers.
Using Explorer to View Directories in the GUI.Moving Between Directories with Set-Location ( sl, cd).Viewing Directory Contents with Get-ChildItem ( gci, ls).What is PowerShell and Why is it Useful?.