Wednesday, November 26, 2014

How Scopes Affect PowerShell Scripts


In batch scripts, changes to environment variables have a global impact to the current session by default. For PowerShell, the exact opposite is true because scopes are used to isolate a script’s modifications. Here, we’ll explore how scopes affect PowerShell scripts and how to work in and around them.


Click Here to Continue Reading



No comments:

Post a Comment