News

A script is just a collection of commands saved into a text file (using the special .ps1 extension) that PowerShell understands and executes in sequence to perform different actions.
However, a more elegant solution is to tell PowerShell which commands to include in the script. The Get-History command will normally list the 32 most recently used commands.
Now that I have shown you how to create a .CSV file, I want to show you how to import a .CSV file into PowerShell. I will cover that in Part 2 here.