- Powershell Core 6.2 Cookbook
- Jan Hendrik Peters
- 49字
- 2021-06-24 15:14:24
Variable scoping
Scopes are important in your day-to-day scripting and they control the visibility of your variables, functions, and aliases. While PowerShell does a great job of handling scopes automatically in a way that feels very natural to the user, you can also use scopes implicitly in your scripts.