Working with Windows PowerShell profiles
Posted: (EET/GMT+2)
Sometimes, you'd like to customize PowerShell to suit your needs better. For example, you might want to change the default "PS" prompt to include the current time and date or computer name, for example.
To be able to change for example the prompt, you need to learn about PowerShell profiles. A profile is a PS1 script file run every time you open the PowerShell prompt.
You can add new functions and commands to the profile to customize PowerShell. See the above document for details on how to get started.
Hope this helps!