Your Powershell profile is a .ps1 (Powershell script) that’s automatically run whenever you start a new Powershell command prompt. You can do all sorts of customisation but possibly the best use for it is to add functions you’ve created yourself so they’re available at the command line. This post shows how to create it.