Start Here
  • Introduction
  • Start-Transcript and PowerShell Version
  • Execution Policy
  • How to get and set Alias and how to use pushd and popd
  • get-childitem and formatting the output of command
  • get-command and how to navigate help, measure-object and count
  • File Handling like New-Item, Get-Content,remove-Item, rename-Item, Move-Item
  • Sorting the object and grouping
  • Selecting an object and iterating using foreach-object
  • Filtering using where-object and some more examples of group-object
  • get-process and how to stop a process or kill it
  • Important PowerShell commands like Stop Process, convert data to HTML or CSV
  • String Handling in PowerShell
  • Navigating Help In PowerShell to look for event Logs
  • Environment Variable Part 1
  • Persistent Environment Variable in Registry