Take your PowerShell profile everywhere with Dropbox
I’ll cover these prerequisites in brief, but for this tip I’m going to assume a few things:
- You are running Windows and have PowerShell installed.
- You are familiar enough with PowerShell to care about your $PROFILE.
What is PowerShell?
In short, PowerShell is a new scripting language from Microsoft designed to replace the use of batch files and VBScript for administrating and automating Windows machines. The language leverages the .NET Framework such that anything you can do with .NET you can do with PowerShell. Typically you will be using PowerShell from the command line but there are lots of other ways to use it.