PowerShell Notes: Dot-Source & Profiles
Aug 23, 2025 • PowerShell
A quick tip I use a lot:
# Dot-source a script so functions are loaded in the current session
. .\scripts\utils.ps1
Aug 23, 2025 • PowerShell
A quick tip I use a lot:
# Dot-source a script so functions are loaded in the current session
. .\scripts\utils.ps1