Looking at the definition of “Global Scopes” I have a question
Global: The scope that is in effect when PowerShell starts.
My question is, does the Global scope exist for each individual powershell.exe instance or does the global scope exist for all powershell.exe instances?
I maybe tying myself up in knots but wondered which way it worked.