Hello, if I use the $env:computername to get a computer name, I will need to pull just a part of the variable to create a new variable
Here is an example:
If the return is BBUS1000-01 I need to set a variable from that result to = US1000 for further scripting.
i.e $BRIN = (the part of the $env:computername) which in this case would = US1000
Thank You!
Paul
Duramaxster