
Optimizing your $Profile
Optimizing your $Profile Your PowerShell Profile allows you to customize your PowerShell session and runs at startup. Complex profiles can cause a significant delay in the startup of PowerShell as it is a script that needs to be executed before ... continue reading
PowerShell 7 Road Map
Last month we announced that PowerShell 7 will be the next release of PowerShell. Here I will provide more details of areas we’ll be investing in for the PowerShell 7 release. When will I get it?! Today, we’re releasing our ... continue reading
Get-ScriptDirectory to the Rescue
The other day I was writing a script and decided that I wanted to break it into a couple of files and have the main script dot-source a library script in the same directory. Here is the problem that I ... continue reading