PowerShell Reference Variables
While doing a PowerShell technical discussion, someone asked me about PowerShell reference variables. I thought I would write a complete tutorial on how to use reference variables in PowerShell with some examples. Keep reading. What are Reference Variables in PowerShell? In PowerShell, variables are represented by text strings that begin with a dollar sign ($). … Read more