There can be a lot of confusion about PowerShell scope and context. I’ll attempt to unravel it in this post. Scope is used to protect the following: variables aliases functions PowerShell drives The scope limits where they can be used and changed. The… Read the full text.