In C#, we use "using" statements to reference/load assemblies...is there a way to do this with powershell? I haven't been able to find anything online to reference. How would I transform this "using System.Text;" into its Powershell equivalent? And do they all go at the top of the file?
I really appreciate the help.