Scopes in PowerShell


In many programming languages, there is the concept of scope. Defined as what variables and functions are available in what context. An example is if a variable is available to every function within a PowerShell script, or just a single defined function. PowerShell Scopes encompass several different scopes that can be used such as Global, Local, or Script scopes.

Read This Article on CloudSavvy IT ›

Share
This entry was posted in Uncategorized. Bookmark the permalink.