In this post, I will show you how to create a PowerShell profile and configure how PowerShell start. What is PowerShell? Read that from the MSDN. I’m not gonna post about what is PowerShell? or something like the history of powershell to make this post looks like a wall of text, while you can read that on official microsoft documentation or just google it.
With the PowerShell profile you can create:
- Style your PowerShell.
- Create aliases.
- Set default variables.
- Import Modules.
- Most important thing is, make your life easy with PowerShell.
Assuming you already have powershell 7... read more