PowerShell Dot Sourcing: Load Scripts into Current Session ─□✕ March 27, 2026May 5, 2026 PowerShell Tips Editor 4 min read PowerShell Dot Sourcing: Load Scripts into Current Session Dot-sourcing runs a script in the current scope so its functions stay available. Learn when to use it, how it differs from calling a script, and pitfalls.
PowerShell Modules: Install, Import, and Create Your Own ─□✕ February 23, 2026May 5, 2026 PowerShell Tips Editor 4 min read PowerShell Modules: Install, Import, and Create Your Own PowerShell modules bundle related functions for reuse and sharing. Learn to install, import, and build your own module from scratch.