Want to have your powershell environment the way you want it each time you start PowerShell ?
Find the location of your default profile by typing profile$ at a PowerShell prompt. That will show you where your default profile script is held. For example:
C:UsersphilipflintDocumentsWindowsPowerShellMicrosoft.PowerShell_profile.ps1
Any statements that you add to this script will automatically be run each time you start PowerShell.
In this way you can call any plug ins or other scripts that you want.